From 756c1fe28e7cb55cfd872dd4db2d7b5d091a4e93 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sun, 1 Sep 2019 02:27:27 -0400 Subject: [PATCH] android: frontend: Use color white for FPS overlay. --- src/android/app/src/main/res/layout/fragment_emulation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7c1a3ce36..5f2f453fa 100644 --- a/src/android/app/src/main/res/layout/fragment_emulation.xml +++ b/src/android/app/src/main/res/layout/fragment_emulation.xml @@ -30,7 +30,7 @@ android:longClickable="false" android:shadowColor="@android:color/black" android:text="TextView" - android:textColor="@android:color/holo_orange_light" + android:textColor="@android:color/white" android:textSize="12sp" />