mirror of
https://github.com/SoPat712/TrackCovid19.git
synced 2025-08-21 18:28:46 -04:00
32 lines
827 B
XML
Executable File
32 lines
827 B
XML
Executable File
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory app:title="@string/messages_header">
|
|
|
|
|
|
<SwitchPreference
|
|
android:key="darkMode"
|
|
android:title="Dark Mode" />
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
<!--
|
|
<PreferenceCategory app:title="@string/sync_header">
|
|
|
|
<SwitchPreferenceCompat
|
|
app:key="sync"
|
|
app:title="@string/sync_title" />
|
|
|
|
<SwitchPreferenceCompat
|
|
app:dependency="sync"
|
|
app:key="attachment"
|
|
app:summaryOff="@string/attachment_summary_off"
|
|
app:summaryOn="@string/attachment_summary_on"
|
|
app:title="@string/attachment_title" />
|
|
|
|
</PreferenceCategory>
|
|
-->
|
|
|
|
</PreferenceScreen>
|