mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-07 02:15:09 +01:00
20 lines
617 B
XML
20 lines
617 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<CheckBoxPreference
|
|
android:key="acra.enable"
|
|
android:title="@string/pref_enable_acra"
|
|
android:summary="@string/pref_acra_summary"
|
|
android:defaultValue="true"/>
|
|
|
|
<Preference
|
|
android:key="@string/pref_version"
|
|
android:title="@string/version"
|
|
android:persistent="false" />
|
|
|
|
<Preference
|
|
android:key="@string/pref_build_time"
|
|
android:title="@string/build_time"
|
|
android:persistent="false" />
|
|
|
|
</PreferenceScreen> |