[Android] Add margin for send button

Geoffrey Métais git at videolan.org
Fri Feb 5 18:51:55 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb  5 18:50:57 2016 +0100| [aece30f6bbdfba6435e0db19a9c58eb9997bf377] | committer: Geoffrey Métais

Add margin for send button

> https://code.videolan.org/videolan/vlc-android/commit/aece30f6bbdfba6435e0db19a9c58eb9997bf377
---

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

diff --git a/vlc-android/res/layout/mrl_panel.xml b/vlc-android/res/layout/mrl_panel.xml
index a873be4..79e145e 100644
--- a/vlc-android/res/layout/mrl_panel.xml
+++ b/vlc-android/res/layout/mrl_panel.xml
@@ -25,7 +25,8 @@
         android:layout_alignBottom="@+id/mrl_edit"
         android:layout_alignTop="@+id/mrl_edit"
         android:scaleType="center"
-        android:src="@drawable/ic_send"/>
+        android:src="@drawable/ic_send"
+        android:layout_marginRight="10dp"/>
     <android.support.v7.widget.RecyclerView
         android:id="@+id/mrl_list"
         android:layout_width="match_parent"



More information about the Android mailing list