[Android] UI : Adjust position of the new more button
Alexandre Perraud
git at videolan.org
Thu Jan 8 18:41:17 CET 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Tue Jan 6 17:17:00 2015 +0100| [e50ce313e7505a48d02203faab381007f8288c1d] | committer: Jean-Baptiste Kempf
UI : Adjust position of the new more button
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e50ce313e7505a48d02203faab381007f8288c1d
---
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"
More information about the Android
mailing list