[Android] Do the same for the list view
Ludovic Fauvet
git at videolan.org
Tue Oct 9 18:29:48 CEST 2012
vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Oct 9 18:28:33 2012 +0200| [d47595626907ac09a025d42c8943f11e4c9204dc] | committer: Ludovic Fauvet
Do the same for the list view
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=d47595626907ac09a025d42c8943f11e4c9204dc
---
vlc-android/res/layout/video_list_item.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/vlc-android/res/layout/video_list_item.xml b/vlc-android/res/layout/video_list_item.xml
index bb8e36e..39c9fb2 100644
--- a/vlc-android/res/layout/video_list_item.xml
+++ b/vlc-android/res/layout/video_list_item.xml
@@ -9,9 +9,9 @@
<ImageView
android:id="@+id/ml_item_thumbnail"
android:layout_width="120dip"
- android:layout_height="80dip"
- android:scaleType="centerCrop"
- android:background="@android:color/black" />
+ android:layout_height="75dip"
+ android:scaleType="fitCenter"
+ android:background="@drawable/dropshadow" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
More information about the Android
mailing list