[Android] About: fill the viewport for the first fragment
Ludovic Fauvet
git at videolan.org
Fri Sep 28 21:02:26 CEST 2012
vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Sep 28 21:01:17 2012 +0200| [d97eb8705a91af031765ba932d2786a43821de57] | committer: Ludovic Fauvet
About: fill the viewport for the first fragment
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=d97eb8705a91af031765ba932d2786a43821de57
---
vlc-android/res/layout/about_main.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/about_main.xml b/vlc-android/res/layout/about_main.xml
index 9456b7b..6240d45 100644
--- a/vlc-android/res/layout/about_main.xml
+++ b/vlc-android/res/layout/about_main.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_height="match_parent"
+ android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
More information about the Android
mailing list