[Android] UI : fix menu overflow icon
Alexandre Perraud
git at videolan.org
Mon Mar 3 17:34:26 CET 2014
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Mon Mar 3 17:14:56 2014 +0100| [34d3ecb84256c4b5dbd36041075ae5eaffbf1294] | committer: Adrien Maglo
UI : fix menu overflow icon
Signed-off-by: Adrien Maglo <magsoft at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=34d3ecb84256c4b5dbd36041075ae5eaffbf1294
---
assets/images/svg/ic_menu_overflow.svg | 20 ++++++++++----------
vlc-android/res/drawable-hdpi/ic_menu_overflow.png | Bin 319 -> 285 bytes
vlc-android/res/drawable-ldpi/ic_menu_overflow.png | Bin 239 -> 246 bytes
vlc-android/res/drawable-mdpi/ic_menu_overflow.png | Bin 274 -> 246 bytes
.../res/drawable-xhdpi/ic_menu_overflow.png | Bin 418 -> 348 bytes
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/assets/images/svg/ic_menu_overflow.svg b/assets/images/svg/ic_menu_overflow.svg
index 40ce661..6886f62 100644
--- a/assets/images/svg/ic_menu_overflow.svg
+++ b/assets/images/svg/ic_menu_overflow.svg
@@ -9,8 +9,8 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="130"
- height="130"
+ width="90"
+ height="90"
id="svg4682"
version="1.1"
inkscape:version="0.48.4 r9939"
@@ -27,9 +27,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="5.6"
- inkscape:cx="70.095731"
- inkscape:cy="61.032055"
+ inkscape:zoom="7.9195959"
+ inkscape:cx="26.484584"
+ inkscape:cy="41.864017"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@@ -54,11 +54,11 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
- transform="translate(0,-922.36218)">
+ transform="translate(0,-962.36218)">
<path
- inkscape:connector-curvature="0"
- id="path4975"
- d="m 54.200003,942.36218 c -0.6648,0 -1.2,0.5352 -1.2,1.2 l 0,21.59999 c 0,0.6648 0.5352,1.2 1.2,1.2 l 21.599994,0 c 0.6648,0 1.2,-0.5352 1.2,-1.2 l 0,-21.59999 c 0,-0.6648 -0.5352,-1.2 -1.2,-1.2 l -21.599994,0 z m 0,32.99999 c -0.6648,0 -1.2,0.5352 -1.2,1.2 l 0,21.6 c 0,0.66479 0.5352,1.19999 1.2,1.19999 l 21.599994,0 c 0.6648,0 1.2,-0.5352 1.2,-1.19999 l 0,-21.6 c 0,-0.6648 -0.5352,-1.2 -1.2,-1.2 l -21.599994,0 z m 0,33.00003 c -0.6648,0 -1.2,0.5352 -1.2,1.2 l 0,21.6 c 0,0.6648 0.5352,1.2 1.2,1.2 l 21.599994,0 c 0.6648,0 1.2,-0.5352 1.2,-1.2 l 0,-21.6 c 0,-0.6648 -0.5352,-1.2 -1.2,-1.2 l -21.599994,0 z"
- style="fill:#fafafa;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ style="opacity:0.9;fill:#fafafa;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 37.55994,976.36218 c -0.457966,0 -0.826627,0.36868 -0.826627,0.82665 l 0,14.88006 c 0,0.45796 0.368661,0.82663 0.826627,0.82663 l 14.88,0 c 0.457966,0 0.826746,-0.36867 0.826746,-0.82663 l 0,-14.88006 c 0,-0.45797 -0.36878,-0.82665 -0.826746,-0.82665 l -14.88,0 z m 0,22.73338 c -0.457966,0 -0.826627,0.36866 -0.826627,0.82662 l 0,14.88002 c 0,0.458 0.368661,0.8268 0.826627,0.8268 l 14.88,0 c 0.457966,0 0.826746,-0.3688 0.826746,-0.8268 l 0,-14.88002 c 0,-0.45796 -0.36878,-0.82662 -0.826746,-0.82662 l -14.88,0 z m 0,22.73324 c -0.457966,0 -0.826627,0.3687 -0.826627,0.8268 l 0,14.88 c 0,0.458 0.368661,0.8266 0.826627,0.8266 l 14.88,0 c 0.457966,0 0.826746,-0.3686 0.826746,-0.8266 l 0,-14.88 c 0,-0.4581 -0.36878,-0.8268 -0.826746,-0.8268 l -14.88,0 z"
+ id="path5443"
+ inkscape:connector-curvature="0" />
</g>
</svg>
diff --git a/vlc-android/res/drawable-hdpi/ic_menu_overflow.png b/vlc-android/res/drawable-hdpi/ic_menu_overflow.png
index bbb4b04..5599f6f 100644
Binary files a/vlc-android/res/drawable-hdpi/ic_menu_overflow.png and b/vlc-android/res/drawable-hdpi/ic_menu_overflow.png differ
diff --git a/vlc-android/res/drawable-ldpi/ic_menu_overflow.png b/vlc-android/res/drawable-ldpi/ic_menu_overflow.png
index 1377038..6a709e3 100644
Binary files a/vlc-android/res/drawable-ldpi/ic_menu_overflow.png and b/vlc-android/res/drawable-ldpi/ic_menu_overflow.png differ
diff --git a/vlc-android/res/drawable-mdpi/ic_menu_overflow.png b/vlc-android/res/drawable-mdpi/ic_menu_overflow.png
index 59272a7..7a93f48 100644
Binary files a/vlc-android/res/drawable-mdpi/ic_menu_overflow.png and b/vlc-android/res/drawable-mdpi/ic_menu_overflow.png differ
diff --git a/vlc-android/res/drawable-xhdpi/ic_menu_overflow.png b/vlc-android/res/drawable-xhdpi/ic_menu_overflow.png
index f44901c..938a643 100644
Binary files a/vlc-android/res/drawable-xhdpi/ic_menu_overflow.png and b/vlc-android/res/drawable-xhdpi/ic_menu_overflow.png differ
More information about the Android
mailing list