[Android] Add padding to overflow icon
Geoffrey Métais
git at videolan.org
Fri Feb 27 14:40:47 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb 27 14:40:24 2015 +0100| [011fd35a5502c5bd712d1bb1f1976bbf3ac4d6b4] | committer: Geoffrey Métais
Add padding to overflow icon
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=011fd35a5502c5bd712d1bb1f1976bbf3ac4d6b4
---
vlc-android/res/values/styles.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 6e51bb2..8169eaf 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -196,7 +196,7 @@
<style name="ActionBar.OverflowButton">
<item name="android:src">@drawable/ic_menu_overflow_w</item>
- <item name="background">@drawable/abc_item_background_holo_light</item>
+ <item name="android:padding">5dp</item>
</style>
<style name="ActionBar.ArrowToggle" parent="Widget.AppCompat.DrawerArrowToggle">
More information about the Android
mailing list