[Android] scan: fix progress bar position
Sébastien Toque
git at videolan.org
Tue Jan 14 21:45:11 CET 2014
vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Tue Jan 14 21:44:34 2014 +0100| [c97d261c65f2f7951a4ccdffa4134a9c4c7871f1] | committer: Sébastien Toque
scan: fix progress bar position
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=c97d261c65f2f7951a4ccdffa4134a9c4c7871f1
---
vlc-android/res/layout/main.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/vlc-android/res/layout/main.xml b/vlc-android/res/layout/main.xml
index 78b8364..1d23196 100644
--- a/vlc-android/res/layout/main.xml
+++ b/vlc-android/res/layout/main.xml
@@ -7,13 +7,12 @@
<org.videolan.vlc.widget.ContentLinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:layout_weight="1"
- android:orientation="horizontal" >
+ android:orientation="vertical" >
<FrameLayout
android:id="@+id/fragment_placeholder"
android:layout_width="fill_parent"
- android:layout_height="wrap_content"
+ android:layout_height="0dp"
android:layout_weight="1" />
<RelativeLayout
More information about the Android
mailing list