Browse Source

fix typo in guest preferences

pull/61/merge
oogee 6 years ago
parent
commit
4004d05779
  1. 4
      app/src/main/res/xml/app_preferences_guest.xml

4
app/src/main/res/xml/app_preferences_guest.xml

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.preference.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"> xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.preference.PreferenceCategory <androidx.preference.PreferenceCategory
@ -55,4 +55,4 @@
app:iconSpaceReserved="false" /> app:iconSpaceReserved="false" />
</androidx.preference.PreferenceCategory> </androidx.preference.PreferenceCategory>
</androidx.preference.preference.PreferenceScreen> </androidx.preference.PreferenceScreen>

Loading…
Cancel
Save