tachiyomi/app/src/main/res/xml/pref_about.xml

37 lines
1.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2016-11-28 05:02:23 +08:00
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceScreen
2016-11-28 05:02:23 +08:00
android:icon="@drawable/ic_help_black_24dp"
android:key="about_screen"
2016-11-28 05:02:23 +08:00
android:persistent="false"
android:title="@string/pref_category_about"
2016-11-28 05:02:23 +08:00
app:asp_tintEnabled="true">
<SwitchPreference
android:defaultValue="true"
android:key="acra.enable"
android:summary="@string/pref_acra_summary"
android:title="@string/pref_enable_acra" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_enable_automatic_updates_key"
android:summary="@string/pref_enable_automatic_updates_summary"
2016-11-25 01:35:27 +08:00
android:title="@string/pref_enable_automatic_updates" />
<Preference
android:key="@string/pref_version"
android:persistent="false"
android:title="@string/version"/>
<Preference
android:key="@string/pref_build_time"
android:persistent="false"
android:title="@string/build_time"/>
</PreferenceScreen>
</PreferenceScreen>