Trying to fix a crash in settings (again)

This commit is contained in:
len
2016-11-15 19:12:03 +01:00
parent 5e6cf9fb02
commit 453f742732
4 changed files with 35 additions and 26 deletions
+5 -2
View File
@@ -11,13 +11,16 @@
android:defaultValue="true"
android:key="acra.enable"
android:summary="@string/pref_acra_summary"
android:title="@string/pref_enable_acra"
app:showText="false"/>
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"/>