summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/values/styles.xml')
-rw-r--r--src/android/app/src/main/res/values/styles.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/android/app/src/main/res/values/styles.xml b/src/android/app/src/main/res/values/styles.xml
index 62f24bad3..fdedc9b2e 100644
--- a/src/android/app/src/main/res/values/styles.xml
+++ b/src/android/app/src/main/res/values/styles.xml
@@ -61,22 +61,6 @@
<item name="android:windowAllowReturnTransitionOverlap">true</item>
</style>
- <!-- Inherit from a base file picker theme that handles day/night -->
- <style name="FilePickerTheme" parent="FilePickerBaseTheme">
- <item name="colorSurface">@color/view_background</item>
- <item name="colorOnSurface">@color/view_text</item>
- <item name="colorPrimary">@color/citra_orange</item>
- <item name="colorPrimaryDark">@color/citra_orange_dark</item>
- <item name="colorAccent">@color/citra_accent</item>
- <item name="android:windowBackground">@color/view_background</item>
-
- <!-- Need to set this also to style create folder dialog -->
- <item name="alertDialogTheme">@style/FilePickerAlertDialogTheme</item>
-
- <item name="nnf_list_item_divider">@drawable/gamelist_divider</item>
- <item name="nnf_toolbarTheme">@style/ThemeOverlay.AppCompat.DayNight.ActionBar</item>
- </style>
-
<style name="FilePickerAlertDialogTheme" parent="Theme.AppCompat.DayNight.Dialog.Alert">
<item name="colorSurface">@color/view_background</item>
<item name="colorOnSurface">@color/view_text</item>