[Android] UI : Fix sleep icon
Alexandre Perraud
git at videolan.org
Wed Apr 22 15:48:27 CEST 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Wed Apr 22 15:47:46 2015 +0200| [1432987c49fbea8dae32979ca857f13efeb7beb1] | committer: Alexandre Perraud
UI : Fix sleep icon
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=1432987c49fbea8dae32979ca857f13efeb7beb1
---
vlc-android/res/layout/fragment_advanced_options.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/fragment_advanced_options.xml b/vlc-android/res/layout/fragment_advanced_options.xml
index 75cced0..931134d 100644
--- a/vlc-android/res/layout/fragment_advanced_options.xml
+++ b/vlc-android/res/layout/fragment_advanced_options.xml
@@ -138,7 +138,7 @@
android:layout_gravity="center"
android:gravity="center_vertical"
android:text="@string/sleep_title"
- android:drawableLeft="?attr/ic_speed_normal_style"/>
+ android:drawableLeft="?attr/ic_sleep_normal_style"/>
<TextView
android:id="@+id/sleep_timer_value"
More information about the Android
mailing list