inherit regular preference fragment for simplicity
This commit is contained in:
parent
d85f95da91
commit
8c2fb62fa6
10 changed files with 30 additions and 96 deletions
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_library">
|
||||
|
||||
<com.dkanada.gramophone.preferences.CategoryPreference
|
||||
<Preference
|
||||
app:iconSpaceReserved="false"
|
||||
android:key="library_categories"
|
||||
android:key="categories"
|
||||
android:summary="@string/pref_summary_categories"
|
||||
android:title="@string/pref_title_categories" />
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_now_playing_screen">
|
||||
|
||||
<com.dkanada.gramophone.preferences.NowPlayingScreenPreference
|
||||
<Preference
|
||||
app:iconSpaceReserved="false"
|
||||
android:key="now_playing_screen"
|
||||
android:title="@string/pref_title_now_playing_appearance" />
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_transcode_codec" />
|
||||
|
||||
<com.dkanada.gramophone.preferences.DirectPlayPreference
|
||||
<Preference
|
||||
app:iconSpaceReserved="false"
|
||||
android:key="direct_play_codecs"
|
||||
android:summary="@string/pref_summary_direct_play_codecs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue