mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-20 06:47:06 -04:00
[app] Bring pure black OLED setting to basic flavor
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user