Browse Source
Merge pull request #12034 from t895/fps-outline
android: Add drop shadow to FPS counter
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
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> |
|
|
|
|