[Android] Ui: fix playasaudio_off margin

Thomas Guillem git at videolan.org
Mon Jul 6 17:27:55 CEST 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jul  6 17:27:51 2015 +0200| [c67b7ab7fc1719c4d37f8dfa34d36ec73e9cf8d3] | committer: Thomas Guillem

Ui: fix playasaudio_off margin

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

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

diff --git a/vlc-android/res/layout/audio_player.xml b/vlc-android/res/layout/audio_player.xml
index e9fc43a..cf6228f 100644
--- a/vlc-android/res/layout/audio_player.xml
+++ b/vlc-android/res/layout/audio_player.xml
@@ -32,7 +32,8 @@
             android:layout_height="32dp"
             android:layout_gravity="center"
             android:layout_weight="0"
-            android:layout_marginRight="8dp"
+            android:layout_marginLeft="@dimen/default_margin"
+            android:layout_marginRight="@dimen/half_default_margin"
             android:background="#00000000"
             android:focusable="true"
             android:scaleType="fitXY"



More information about the Android mailing list