This commit is contained in:
len
2016-11-24 18:35:27 +01:00
parent 20041701cd
commit 87281d34c1
7 changed files with 36 additions and 36 deletions
+2 -8
View File
@@ -1,6 +1,5 @@
<?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 xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen
android:key="about_screen"
@@ -11,18 +10,13 @@
android:defaultValue="true"
android:key="acra.enable"
android:summary="@string/pref_acra_summary"
android:textOff="@string/pref_enable_acra"
android:textOn="@string/pref_enable_acra"
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"
android:textOff="@string/pref_enable_automatic_updates"
android:textOn="@string/pref_enable_automatic_updates"
android:title="@string/pref_enable_automatic_updates"
app:showText="false"/>
android:title="@string/pref_enable_automatic_updates" />
<Preference
android:key="@string/pref_version"