android: inherit file-picker toolbar theme from DayNight

This commit is contained in:
BreadFish64 2020-05-05 16:37:38 -05:00 committed by bunnei
parent be2b64c324
commit caa66c1eff

View File

@ -54,7 +54,7 @@
<!-- If you want to set a specific toolbar theme, do it here -->
<item name="nnf_toolbarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
<item name="nnf_toolbarTheme">@style/ThemeOverlay.AppCompat.DayNight.ActionBar</item>
</style>
<style name="FilePickerAlertDialogTheme" parent="Theme.AppCompat.DayNight.Dialog.Alert">