[Android] Audio browser: remove useless margins to the separator items

Adrien Maglo git at videolan.org
Mon Nov 18 14:00:29 CET 2013


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Nov 18 13:58:46 2013 +0100| [7e613e5b4a8c5532085bf2384f23a4e8109bb8f5] | committer: Adrien Maglo

Audio browser: remove useless margins to the separator items

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

 vlc-android/res/layout/audio_browser_separator.xml |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/vlc-android/res/layout/audio_browser_separator.xml b/vlc-android/res/layout/audio_browser_separator.xml
index 66e8f44..89951cf 100644
--- a/vlc-android/res/layout/audio_browser_separator.xml
+++ b/vlc-android/res/layout/audio_browser_separator.xml
@@ -9,8 +9,7 @@
         android:id="@+id/title"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_marginLeft="15dip"
-        android:layout_marginRight="5dip"
+        android:layout_marginLeft="10dip"
         android:layout_marginTop="5dip"
         android:text="@string/title"
         android:textAllCaps="true"
@@ -20,8 +19,6 @@
     <View
         android:layout_width="fill_parent"
         android:layout_height="2dip"
-        android:layout_marginLeft="10dip"
-        android:layout_marginRight="10dip"
         android:background="?attr/orange" />
 
 </LinearLayout>



More information about the Android mailing list