[Android] Larger MenuDrawer #Material
Geoffrey Métais
git at videolan.org
Thu Mar 5 11:27:44 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Mar 5 11:21:35 2015 +0100| [6ea5113fc381e3071ed94b1068fd972aca3e6a51] | committer: Geoffrey Métais
Larger MenuDrawer #Material
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6ea5113fc381e3071ed94b1068fd972aca3e6a51
---
vlc-android/res/layout/sidebar.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/sidebar.xml b/vlc-android/res/layout/sidebar.xml
index ca5375b..5fdd22f 100644
--- a/vlc-android/res/layout/sidebar.xml
+++ b/vlc-android/res/layout/sidebar.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/side_menu"
- android:layout_width="208dp"
+ android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="?attr/background_menu">
More information about the Android
mailing list