[vlc-devel] [PATCH] App: Display the items in the file browser.
Pierre Zurek
pierrezurek at gmail.com
Mon Feb 21 01:08:49 CET 2011
The LinearLayout was missing a android:orientation="vertical" attribute.
---
.../android/vlc-android/res/layout/filebrowser.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/extras/package/android/vlc-android/res/layout/filebrowser.xml b/extras/package/android/vlc-android/res/layout/filebrowser.xml
index 4ef507f..d8f21a1 100644
--- a/extras/package/android/vlc-android/res/layout/filebrowser.xml
+++ b/extras/package/android/vlc-android/res/layout/filebrowser.xml
@@ -3,7 +3,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="8dp"
- android:paddingRight="8dp">
+ android:paddingRight="8dp"
+ android:orientation="vertical">
<TextView android:id="@+id/filebrowser_path"
android:layout_width="match_parent"
--
1.7.1
More information about the vlc-devel
mailing list