From 7ff47b571db0faeab80dad62557c36c61b657e61 Mon Sep 17 00:00:00 2001 From: BreadFish64 Date: Tue, 5 May 2020 16:37:38 -0500 Subject: [PATCH] android: inherit file-picker toolbar theme from DayNight --- src/android/app/src/main/res/values/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/src/main/res/values/styles.xml b/src/android/app/src/main/res/values/styles.xml index 653963530..91f7fd530 100644 --- a/src/android/app/src/main/res/values/styles.xml +++ b/src/android/app/src/main/res/values/styles.xml @@ -54,7 +54,7 @@ - @style/ThemeOverlay.AppCompat.Dark.ActionBar + @style/ThemeOverlay.AppCompat.DayNight.ActionBar