[app] Bring pure black OLED setting to basic flavor

This commit is contained in:
Torsten Grote
2023-03-23 11:54:55 -03:00
parent 9c903c1315
commit 9b365601f7
2 changed files with 9 additions and 0 deletions

View File

@@ -70,6 +70,11 @@
android:defaultValue="@string/defaultTheme"
android:entries="@array/themeNames"
android:entryValues="@array/themeValues"/>
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="usePureBlackDarkTheme"
android:summary="@string/use_pure_black_dark_theme_summary"
android:title="@string/use_pure_black_dark_theme" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/appcompatibility"

View File

@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<!--
IMPORTANT: If you change anything here, also check if the same change needs to be made in
for the basic flavor: basic/res/xml/preferences.xml
-->
<PreferenceScreen
android:key="pref_about"