[Android] [PATCH 2/6] UI : Adjust position of the new more button

Alexandre Perraud 4leyx4ndre at gmail.com
Thu Jan 8 18:26:49 CET 2015


---
 vlc-android/res/layout/video_grid_card.xml | 4 ++--
 vlc-android/res/layout/video_list_card.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/vlc-android/res/layout/video_grid_card.xml b/vlc-android/res/layout/video_grid_card.xml
index fc8cb68..2711fc5 100644
--- a/vlc-android/res/layout/video_grid_card.xml
+++ b/vlc-android/res/layout/video_grid_card.xml
@@ -40,11 +40,11 @@
         <ImageView
             android:id="@+id/item_more"
             android:layout_width="wrap_content"
-            android:layout_height="match_parent"
+            android:layout_height="wrap_content"
             android:layout_alignParentRight="true"
             android:layout_below="@id/ml_item_thumbnail"
             android:layout_above="@+id/ml_item_resolution"
-            android:layout_marginRight="7dp"
+            android:layout_marginTop="5dp"
             android:scaleType="fitCenter"
             android:clickable="true"
             android:src="@drawable/ic_more" />
diff --git a/vlc-android/res/layout/video_list_card.xml b/vlc-android/res/layout/video_list_card.xml
index c058d47..c19ce25 100644
--- a/vlc-android/res/layout/video_list_card.xml
+++ b/vlc-android/res/layout/video_list_card.xml
@@ -39,7 +39,7 @@
         <ImageView
             android:id="@+id/item_more"
             android:layout_width="wrap_content"
-            android:layout_height="match_parent"
+            android:layout_height="wrap_content"
             android:layout_alignParentRight="true"
             android:layout_alignParentTop="true"
             android:layout_above="@+id/ml_item_resolution"
-- 
2.1.0



More information about the Android mailing list