[Android] UI : Modify Action Bar shadow

Alexandre Perraud git at videolan.org
Wed Apr 1 15:19:25 CEST 2015


vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Wed Apr  1 15:18:58 2015 +0200| [292d01184ba36f5bc42b1ffe2ef33a1dd2c2a3f2] | committer: Alexandre Perraud

UI : Modify Action Bar shadow

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=292d01184ba36f5bc42b1ffe2ef33a1dd2c2a3f2
---

 vlc-android/res/drawable-hdpi/bottom_shadow.9.png |  Bin 219 -> 155 bytes
 vlc-android/res/layout/shadow_top.xml             |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/drawable-hdpi/bottom_shadow.9.png b/vlc-android/res/drawable-hdpi/bottom_shadow.9.png
index b9bcc2d..cc6cd0d 100644
Binary files a/vlc-android/res/drawable-hdpi/bottom_shadow.9.png and b/vlc-android/res/drawable-hdpi/bottom_shadow.9.png differ
diff --git a/vlc-android/res/layout/shadow_top.xml b/vlc-android/res/layout/shadow_top.xml
index 4a822f7..0cfc32a 100644
--- a/vlc-android/res/layout/shadow_top.xml
+++ b/vlc-android/res/layout/shadow_top.xml
@@ -2,5 +2,5 @@
 <View xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/shadow"
     android:layout_width="match_parent"
-    android:layout_height="9dp"
+    android:layout_height="6dp"
     android:background="@drawable/bottom_shadow"/>
\ No newline at end of file



More information about the Android mailing list