2016-03-09 18:47:03 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-12-18 22:56:28 +01:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-11-27 22:02:23 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2016-03-09 18:47:03 +01:00
|
|
|
|
2016-06-16 20:52:51 +02:00
|
|
|
<PreferenceScreen
|
2016-11-27 22:02:23 +01:00
|
|
|
android:icon="@drawable/ic_sync_black_24dp"
|
2016-12-18 22:56:28 +01:00
|
|
|
android:key="tracking_screen"
|
2016-06-16 20:52:51 +02:00
|
|
|
android:persistent="false"
|
2016-12-18 22:56:28 +01:00
|
|
|
android:title="@string/pref_category_tracking"
|
2016-11-27 22:02:23 +01:00
|
|
|
app:asp_tintEnabled="true">
|
2016-03-09 18:47:03 +01:00
|
|
|
|
2016-06-16 20:52:51 +02:00
|
|
|
<SwitchPreference
|
|
|
|
|
android:key="@string/pref_auto_update_manga_sync_key"
|
|
|
|
|
android:title="@string/pref_auto_update_manga_sync"
|
2016-12-18 22:56:28 +01:00
|
|
|
android:defaultValue="true"
|
|
|
|
|
app:showText="false"/>
|
2016-03-09 18:47:03 +01:00
|
|
|
|
2016-06-16 20:52:51 +02:00
|
|
|
<SwitchPreference
|
|
|
|
|
android:key="@string/pref_ask_update_manga_sync_key"
|
|
|
|
|
android:title="@string/pref_ask_update_manga_sync"
|
|
|
|
|
android:defaultValue="false"
|
2016-12-18 22:56:28 +01:00
|
|
|
android:dependency="@string/pref_auto_update_manga_sync_key"
|
|
|
|
|
app:showText="false"/>
|
2016-03-09 18:47:03 +01:00
|
|
|
|
2016-06-16 20:52:51 +02:00
|
|
|
<PreferenceCategory
|
2016-12-18 22:56:28 +01:00
|
|
|
android:key="@string/pref_category_tracking_accounts_key"
|
2016-06-16 20:52:51 +02:00
|
|
|
android:title="@string/services"
|
2016-12-18 22:56:28 +01:00
|
|
|
android:persistent="false"
|
|
|
|
|
app:showText="false"/>
|
2016-06-16 20:52:51 +02:00
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|