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

28 lines
981 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2016-03-07 23:48:43 +01:00
<android.support.v7.preference.PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
2016-03-07 23:48:43 +01:00
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="acra.enable"
android:summary="@string/pref_acra_summary"
android:title="@string/pref_enable_acra"/>
<SwitchPreferenceCompat
android:defaultValue="false"
android:enabled="false"
android:key="@string/pref_enable_automatic_updates_key"
android:summary="@string/pref_enable_automatic_updates_summary"
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"/>
2016-03-07 23:48:43 +01:00
</android.support.v7.preference.PreferenceScreen>