diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-11-02 11:24:14 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-11-02 11:24:14 -0800 |
commit | 393cd13d52425e627ff47709013e7be3827d5122 (patch) | |
tree | 4e80c47788926871a60f517828778a79bd75c6dd /res/layout/download_media_buttons.xml | |
parent | 2565520ef21b58ff773fe94825d4456df64c6103 (diff) | |
download | dsub-393cd13d52425e627ff47709013e7be3827d5122.tar.gz dsub-393cd13d52425e627ff47709013e7be3827d5122.tar.bz2 dsub-393cd13d52425e627ff47709013e7be3827d5122.zip |
#405 Reverse changes to shuffle, too much negative feedback
Diffstat (limited to 'res/layout/download_media_buttons.xml')
-rw-r--r-- | res/layout/download_media_buttons.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/download_media_buttons.xml b/res/layout/download_media_buttons.xml index 1e694662..1affb164 100644 --- a/res/layout/download_media_buttons.xml +++ b/res/layout/download_media_buttons.xml @@ -55,8 +55,8 @@ <ImageButton style="@style/PlaybackControl.Small" - android:id="@+id/download_shuffle" - android:src="?attr/shuffle" + android:id="@+id/download_toggle_list" + android:src="?attr/toggle_list" android:layout_alignParentRight="true" android:layout_centerVertical="true" /> |