[Android] Audio browser: add some padding to the left of the item text

Adrien Maglo git at videolan.org
Tue Nov 19 17:47:03 CET 2013


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Tue Nov 19 17:45:56 2013 +0100| [47634b2b444e3fdaa091be651f7f5d7e8ebb8af2] | committer: Adrien Maglo

Audio browser: add some padding to the left of the item text

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

 vlc-android/res/layout/audio_browser_item_simple.xml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/vlc-android/res/layout/audio_browser_item_simple.xml b/vlc-android/res/layout/audio_browser_item_simple.xml
index 3dd5e14..8c2eec3 100644
--- a/vlc-android/res/layout/audio_browser_item_simple.xml
+++ b/vlc-android/res/layout/audio_browser_item_simple.xml
@@ -20,6 +20,7 @@
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:layout_toRightOf="@+id/cover"
+            android:paddingLeft="10dp"
             android:gravity="center_vertical"
             android:orientation="vertical" >
 



More information about the Android mailing list