New notification icon and setting for toolbar opaque
This commit is contained in:
parent
a27e5c6379
commit
9cd1b4f3ba
12 changed files with 37 additions and 9 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 333 B |
Binary file not shown.
|
Before Width: | Height: | Size: 236 B |
Binary file not shown.
|
Before Width: | Height: | Size: 328 B |
Binary file not shown.
|
Before Width: | Height: | Size: 509 B |
Binary file not shown.
|
Before Width: | Height: | Size: 625 B |
BIN
app/src/main/res/drawable-xxxhdpi/ic_notification.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_notification.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
|
|
@ -32,6 +32,7 @@
|
|||
<item>0</item>
|
||||
<item>1</item>
|
||||
</string-array>
|
||||
<string name="pref_title_transparent_toolbar">Semi-Transparent toolbar</string>
|
||||
<string name="pref_title_show_playback_controller_card">Playback controller card</string>
|
||||
<string name="pref_title_colored_navigation_bar_artists">Colored navigation bar artist view</string>
|
||||
<string name="pref_title_colored_navigation_bar_albums">Colored navigation bar album view</string>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,11 @@
|
|||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_general_theme"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="transparent_toolbar"
|
||||
android:title="@string/pref_title_transparent_toolbar"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="playback_controller_card"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue