diff options
Diffstat (limited to 'res')
24 files changed, 9 insertions, 12 deletions
diff --git a/res/drawable-hdpi/download_cached.png b/res/drawable-hdpi/download_cached.png Binary files differnew file mode 100644 index 00000000..d935cb2c --- /dev/null +++ b/res/drawable-hdpi/download_cached.png diff --git a/res/drawable-hdpi/download_none_dark.png b/res/drawable-hdpi/download_none_dark.png Binary files differnew file mode 100644 index 00000000..a074c10d --- /dev/null +++ b/res/drawable-hdpi/download_none_dark.png diff --git a/res/drawable-hdpi/download_none_light.png b/res/drawable-hdpi/download_none_light.png Binary files differnew file mode 100644 index 00000000..21544e5f --- /dev/null +++ b/res/drawable-hdpi/download_none_light.png diff --git a/res/drawable-hdpi/download_pinned.png b/res/drawable-hdpi/download_pinned.png Binary files differnew file mode 100644 index 00000000..b5b6dfb1 --- /dev/null +++ b/res/drawable-hdpi/download_pinned.png diff --git a/res/drawable-hdpi/list_item_more.9.png b/res/drawable-hdpi/list_item_more.9.png Binary files differdeleted file mode 100644 index 79ca860d..00000000 --- a/res/drawable-hdpi/list_item_more.9.png +++ /dev/null diff --git a/res/drawable-hdpi/list_item_more_saved.9.png b/res/drawable-hdpi/list_item_more_saved.9.png Binary files differdeleted file mode 100644 index f3805bfb..00000000 --- a/res/drawable-hdpi/list_item_more_saved.9.png +++ /dev/null diff --git a/res/drawable-hdpi/list_item_more_shaded.9.png b/res/drawable-hdpi/list_item_more_shaded.9.png Binary files differdeleted file mode 100644 index 99c2f5b8..00000000 --- a/res/drawable-hdpi/list_item_more_shaded.9.png +++ /dev/null diff --git a/res/drawable-mdpi/download_cached.png b/res/drawable-mdpi/download_cached.png Binary files differnew file mode 100644 index 00000000..fa02cc7c --- /dev/null +++ b/res/drawable-mdpi/download_cached.png diff --git a/res/drawable-mdpi/download_none_dark.png b/res/drawable-mdpi/download_none_dark.png Binary files differnew file mode 100644 index 00000000..b6d614fc --- /dev/null +++ b/res/drawable-mdpi/download_none_dark.png diff --git a/res/drawable-mdpi/download_none_light.png b/res/drawable-mdpi/download_none_light.png Binary files differnew file mode 100644 index 00000000..2485c570 --- /dev/null +++ b/res/drawable-mdpi/download_none_light.png diff --git a/res/drawable-mdpi/download_pinned.png b/res/drawable-mdpi/download_pinned.png Binary files differnew file mode 100644 index 00000000..8e6e8e7a --- /dev/null +++ b/res/drawable-mdpi/download_pinned.png diff --git a/res/drawable-xhdpi/download_cached.png b/res/drawable-xhdpi/download_cached.png Binary files differnew file mode 100644 index 00000000..1ef7c805 --- /dev/null +++ b/res/drawable-xhdpi/download_cached.png diff --git a/res/drawable-xhdpi/download_none_dark.png b/res/drawable-xhdpi/download_none_dark.png Binary files differnew file mode 100644 index 00000000..7be3c2a4 --- /dev/null +++ b/res/drawable-xhdpi/download_none_dark.png diff --git a/res/drawable-xhdpi/download_none_light.png b/res/drawable-xhdpi/download_none_light.png Binary files differnew file mode 100644 index 00000000..817651d7 --- /dev/null +++ b/res/drawable-xhdpi/download_none_light.png diff --git a/res/drawable-xhdpi/download_pinned.png b/res/drawable-xhdpi/download_pinned.png Binary files differnew file mode 100644 index 00000000..09eb6ffb --- /dev/null +++ b/res/drawable-xhdpi/download_pinned.png diff --git a/res/drawable-xxhdpi/download_none_dark.png b/res/drawable-xxhdpi/download_none_dark.png Binary files differnew file mode 100644 index 00000000..a0cb8a41 --- /dev/null +++ b/res/drawable-xxhdpi/download_none_dark.png diff --git a/res/drawable-xxhdpi/download_none_light.png b/res/drawable-xxhdpi/download_none_light.png Binary files differnew file mode 100644 index 00000000..7a1639ef --- /dev/null +++ b/res/drawable-xxhdpi/download_none_light.png diff --git a/res/layout/album_list_item.xml b/res/layout/album_list_item.xml index ee710539..51b45b5d 100644 --- a/res/layout/album_list_item.xml +++ b/res/layout/album_list_item.xml @@ -51,7 +51,7 @@ <ImageView
android:id="@+id/album_more"
- android:src="@drawable/list_item_more"
+ android:src="?attr/download_none"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_gravity="right|center_vertical"
diff --git a/res/layout/artist_list_item.xml b/res/layout/artist_list_item.xml index edf1930e..64512e99 100644 --- a/res/layout/artist_list_item.xml +++ b/res/layout/artist_list_item.xml @@ -29,7 +29,7 @@ <ImageView android:id="@+id/artist_more" - android:src="@drawable/list_item_more" + android:src="?attr/download_none" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_gravity="right|center_vertical" diff --git a/res/layout/main_buttons.xml b/res/layout/main_buttons.xml index 1e60838d..c087bc2d 100644 --- a/res/layout/main_buttons.xml +++ b/res/layout/main_buttons.xml @@ -71,7 +71,6 @@ <TextView
android:id="@+id/main_albums_newest"
android:text="@string/main.albums_newest"
- android:drawableRight="@drawable/list_item_more"
android:drawablePadding="6dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -83,7 +82,6 @@ <TextView
android:id="@+id/main_albums_recent"
android:text="@string/main.albums_recent"
- android:drawableRight="@drawable/list_item_more"
android:drawablePadding="6dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -95,7 +93,6 @@ <TextView
android:id="@+id/main_albums_frequent"
android:text="@string/main.albums_frequent"
- android:drawableRight="@drawable/list_item_more"
android:drawablePadding="6dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -107,7 +104,6 @@ <TextView
android:id="@+id/main_albums_highest"
android:text="@string/main.albums_highest"
- android:drawableRight="@drawable/list_item_more"
android:drawablePadding="6dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -119,7 +115,6 @@ <TextView
android:id="@+id/main_albums_starred"
android:text="@string/main.albums_starred"
- android:drawableRight="@drawable/list_item_more"
android:drawablePadding="6dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -131,7 +126,6 @@ <TextView
android:id="@+id/main_albums_genres"
android:text="@string/main.albums_genres"
- android:drawableRight="@drawable/list_item_more"
android:drawablePadding="6dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -143,7 +137,6 @@ <TextView
android:id="@+id/main_albums_random"
android:text="@string/main.albums_random"
- android:drawableRight="@drawable/list_item_more"
android:drawablePadding="6dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
diff --git a/res/layout/playlist_list_item.xml b/res/layout/playlist_list_item.xml index 1ec5753f..80c350f6 100644 --- a/res/layout/playlist_list_item.xml +++ b/res/layout/playlist_list_item.xml @@ -17,7 +17,7 @@ <ImageView android:id="@+id/playlist_more" - android:src="@drawable/list_item_more" + android:src="?attr/download_none" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_gravity="right|center_vertical" diff --git a/res/layout/song_list_item.xml b/res/layout/song_list_item.xml index 90060894..6d262056 100644 --- a/res/layout/song_list_item.xml +++ b/res/layout/song_list_item.xml @@ -87,7 +87,7 @@ <ImageView
android:id="@+id/artist_more"
- android:src="@drawable/list_item_more"
+ android:src="?attr/download_none"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_gravity="right|center_vertical"
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 8f669cd2..d2b53374 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -8,5 +8,6 @@ <attr name="media_button_start" format="reference"/> <attr name="media_button_stop" format="reference"/> <attr name="chat" format="reference"/> - <attr name="chat_send" format="reference" /> + <attr name="chat_send" format="reference" /> + <attr name="download_none" format="reference" /> </resources> diff --git a/res/values/themes.xml b/res/values/themes.xml index 2a4382d4..4735b161 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -12,6 +12,7 @@ <item name="media_button_stop">@drawable/media_stop_light</item> <item name="chat">@drawable/ic_menu_chat_light</item> <item name="chat_send">@drawable/ic_menu_chat_send_light</item> + <item name="download_none">@drawable/download_none_light</item> <item name="android:textViewStyle">@style/DSub.TextViewStyle</item> <item name="android:buttonStyle">@style/DSub.ButtonStyle</item> </style> @@ -28,6 +29,7 @@ <item name="media_button_stop">@drawable/media_stop</item> <item name="chat">@drawable/ic_menu_chat_dark</item> <item name="chat_send">@drawable/ic_menu_chat_send_dark</item> + <item name="download_none">@drawable/download_none_dark</item> <item name="android:textViewStyle">@style/DSub.TextViewStyle</item> <item name="android:buttonStyle">@style/DSub.ButtonStyle</item> </style> @@ -48,6 +50,7 @@ <item name="media_button_stop">@drawable/media_stop</item> <item name="chat">@drawable/ic_menu_chat_dark</item> <item name="chat_send">@drawable/ic_menu_chat_send_dark</item> + <item name="download_none">@drawable/download_none_dark</item> <item name="android:textViewStyle">@style/DSub.TextViewStyle</item> <item name="android:buttonStyle">@style/DSub.ButtonStyle</item> </style> |