[Android] About: use the same background color for the whole layout

Ludovic Fauvet git at videolan.org
Tue Sep 25 18:17:49 CEST 2012


vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Sep 25 18:16:33 2012 +0200| [0633f729b15fa9922b908f0c947100ae18ef48d8] | committer: Ludovic Fauvet

About: use the same background color for the whole layout

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=0633f729b15fa9922b908f0c947100ae18ef48d8
---

 vlc-android/res/layout/about.xml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/about.xml b/vlc-android/res/layout/about.xml
index 14e62f6..5fd6e23 100644
--- a/vlc-android/res/layout/about.xml
+++ b/vlc-android/res/layout/about.xml
@@ -46,7 +46,8 @@
     <TabHost
 	    android:id="@+id/about_tabhost"
 	    android:layout_width="fill_parent"
-	    android:layout_height="fill_parent">
+	    android:layout_height="fill_parent"
+	    android:background="@drawable/about_bg">
 	    <LinearLayout
 	        android:orientation="vertical"
 	        android:layout_width="fill_parent"



More information about the Android mailing list