Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11046 from t895/text-color
Android: Fix save state menu text color
  • Loading branch information
JosJuice committed Sep 11, 2022
2 parents 4edb3a8 + e631dfc commit 13ec182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Android/app/src/main/res/values/styles.xml
Expand Up @@ -20,6 +20,7 @@
</style>

<style name="OverlayInGameMenuOption" parent="InGameMenuOption">
<item name="android:textColor">@android:color/white</item>
<item name="android:padding">8dp</item>
<item name="android:gravity">center</item>
<item name="android:layout_gravity">center</item>
Expand Down

0 comments on commit 13ec182

Please sign in to comment.