[Android] About: fill the background of the scrollview
Ludovic Fauvet
git at videolan.org
Fri Sep 28 21:11:22 CEST 2012
vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Sep 28 21:08:45 2012 +0200| [ec7453589b52eb24eac11f618a52270a61deeb27] | committer: Ludovic Fauvet
About: fill the background of the scrollview
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ec7453589b52eb24eac11f618a52270a61deeb27
---
vlc-android/res/layout/about_main.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/vlc-android/res/layout/about_main.xml b/vlc-android/res/layout/about_main.xml
index 9456b7b..fbfb375 100644
--- a/vlc-android/res/layout/about_main.xml
+++ b/vlc-android/res/layout/about_main.xml
@@ -1,12 +1,12 @@
<?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:background="@drawable/about_bg">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@drawable/about_bg"
android:gravity="bottom"
android:orientation="vertical"
android:paddingBottom="15dp"
@@ -119,4 +119,4 @@
</LinearLayout>
-</ScrollView>
\ No newline at end of file
+</ScrollView>
More information about the Android
mailing list