New notification icon and setting for toolbar opaque

This commit is contained in:
Karim Abou Zeid 2015-04-09 15:44:28 +02:00
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -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>

View file

@ -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"