11 lines
399 B
XML
11 lines
399 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
<!-- TODO translate this file -->
|
||
|
|
||
|
<SwitchPreference
|
||
|
android:defaultValue="false"
|
||
|
android:key="dark_theme"
|
||
|
app:iconSpaceReserved="false"
|
||
|
android:title="Dark theme" />
|
||
|
</PreferenceScreen>
|