mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-06 12:25:08 +01:00
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
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">
|
|
|
|
<PreferenceScreen
|
|
android:key="about_screen"
|
|
android:title="@string/pref_category_about"
|
|
android:persistent="false">
|
|
|
|
<SwitchPreference
|
|
android:defaultValue="true"
|
|
android:key="acra.enable"
|
|
android:summary="@string/pref_acra_summary"
|
|
android:title="@string/pref_enable_acra"
|
|
app:showText="false"/>
|
|
|
|
<SwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="@string/pref_enable_automatic_updates_key"
|
|
android:summary="@string/pref_enable_automatic_updates_summary"
|
|
android:title="@string/pref_enable_automatic_updates"
|
|
app:showText="false"/>
|
|
|
|
<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> |