diff options
author | t895 <clombardo169@gmail.com> | 2023-11-14 23:53:40 +0100 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-14 23:53:40 +0100 |
commit | 08296f151efacf6415e5aee7825b125df889b601 (patch) | |
tree | e6d8a5fed74f384f4477d1aa59163c1d7710d945 | |
parent | Merge pull request #12032 from liamwhite/fruit-compiler (diff) | |
download | yuzu-08296f151efacf6415e5aee7825b125df889b601.tar yuzu-08296f151efacf6415e5aee7825b125df889b601.tar.gz yuzu-08296f151efacf6415e5aee7825b125df889b601.tar.bz2 yuzu-08296f151efacf6415e5aee7825b125df889b601.tar.lz yuzu-08296f151efacf6415e5aee7825b125df889b601.tar.xz yuzu-08296f151efacf6415e5aee7825b125df889b601.tar.zst yuzu-08296f151efacf6415e5aee7825b125df889b601.zip |
-rw-r--r-- | src/android/app/src/main/res/layout/fragment_emulation.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/android/app/src/main/res/layout/fragment_emulation.xml b/src/android/app/src/main/res/layout/fragment_emulation.xml index cd6360b45..5252adf54 100644 --- a/src/android/app/src/main/res/layout/fragment_emulation.xml +++ b/src/android/app/src/main/res/layout/fragment_emulation.xml @@ -139,7 +139,7 @@ <com.google.android.material.textview.MaterialTextView android:id="@+id/show_fps_text" - style="@style/TextAppearance.Material3.BodyMedium" + style="@style/TextAppearance.Material3.BodySmall" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="left" @@ -147,7 +147,8 @@ android:focusable="false" android:paddingHorizontal="20dp" android:textColor="@android:color/white" - android:textSize="12sp" + android:shadowColor="@android:color/black" + android:shadowRadius="3" tools:ignore="RtlHardcoded" /> </FrameLayout> |