[Android] About activity: remove a reference to a no longer present background drawable

Adrien Maglo git at videolan.org
Wed Dec 4 16:53:34 CET 2013


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Dec  4 16:51:50 2013 +0100| [234ac0817b9324dbd0bf365e56218cad5a37d442] | committer: Adrien Maglo

About activity: remove a reference to a no longer present background drawable

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

 vlc-android/res/layout/about_main.xml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/about_main.xml b/vlc-android/res/layout/about_main.xml
index fbfb375..3633e16 100644
--- a/vlc-android/res/layout/about_main.xml
+++ b/vlc-android/res/layout/about_main.xml
@@ -1,8 +1,7 @@
 <?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:background="@drawable/about_bg">
+    android:layout_height="match_parent">
 
     <LinearLayout
         android:layout_width="match_parent"



More information about the Android mailing list