prefs: make black theme default to off

The black theme's defaultValue attribute was set to true accidentally.
Fix that.
This commit is contained in:
OxygenCobalt 2021-07-29 09:54:46 -06:00
parent cf67612042
commit 9d04799345
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -21,7 +21,7 @@
app:title="@string/setting_accent" /> app:title="@string/setting_accent" />
<SwitchPreferenceCompat <SwitchPreferenceCompat
app:defaultValue="true" app:defaultValue="false"
app:iconSpaceReserved="false" app:iconSpaceReserved="false"
app:key="KEY_BLACK_THEME" app:key="KEY_BLACK_THEME"
app:title="@string/setting_black_mode" app:title="@string/setting_black_mode"