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

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="general_screen"
@@ -51,8 +50,9 @@
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_update_only_non_completed_key"
android:title="@string/pref_update_only_non_completed"
app:showText="false"/>
android:textOff="@string/pref_update_only_non_completed"
android:textOn="@string/pref_update_only_non_completed"
android:title="@string/pref_update_only_non_completed" />
</PreferenceScreen>