Added an option to turn off the color
This commit is contained in:
parent
3fd86db39d
commit
2fa79c6d09
5 changed files with 66 additions and 3 deletions
|
|
@ -19,6 +19,12 @@
|
|||
android:title="@string/action_re_download_artist_image"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_colored_footers"
|
||||
android:checkable="true"
|
||||
android:title="@string/colored_footers"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_sleep_timer"
|
||||
android:title="@string/action_sleep_timer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue