Reorganized some settings. Fix last tab.
This commit is contained in:
parent
a892ffb75f
commit
1c57bbf618
8 changed files with 40 additions and 62 deletions
18
app/src/main/res/xml/pref_library.xml
Normal file
18
app/src/main/res/xml/pref_library.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<android.support.v7.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_library">
|
||||
|
||||
<com.kabouzeid.gramophone.preferences.LibraryPreference
|
||||
android:key="library_categories"
|
||||
android:summary="@string/pref_summary_library_categories"
|
||||
android:title="@string/library_categories" />
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="remember_last_tab"
|
||||
android:summary="@string/pref_summary_remember_last_tab"
|
||||
android:title="@string/pref_title_remember_last_tab" />
|
||||
|
||||
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
||||
</android.support.v7.preference.PreferenceScreen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue