use static variables for all preference keys

This commit is contained in:
dkanada 2020-06-19 07:07:23 +09:00
commit 690dfb0c10
7 changed files with 28 additions and 27 deletions

View file

@ -96,7 +96,7 @@
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_notification">Notification</string>
<string name="library_categories">Library Categories</string>
<string name="library_categories">Categories</string>
<string name="primary_color">Primary Color</string>
<string name="accent_color">Accent Color</string>
<string name="colored_footers">Colored footers</string>
@ -128,7 +128,7 @@
<string name="pref_summary_remember_queue">Save the queue when closing the app so it can persist across sessions.</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the primary color.</string>
<string name="pref_summary_remember_last_tab">Go to the last opened tab on launch.</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_library_categories">Configure visibility and order of display categories.</string>
<string name="delete_action">Delete</string>
<string name="remove_action">Remove</string>

View file

@ -6,7 +6,7 @@
<com.dkanada.gramophone.preferences.NowPlayingScreenPreference
app:iconSpaceReserved="false"
android:key="now_playing_screen_id"
android:key="now_playing_screen"
android:title="@string/pref_title_now_playing_screen_appearance" />
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>