[Android] Revert "Fix history layout for AppCompat 23.2"

Geoffrey Métais git at videolan.org
Fri Feb 26 10:46:22 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb 26 10:29:26 2016 +0100| [ab86220b9979e4ed07e98a6e7586d8d28bebcf0d] | committer: Geoffrey Métais

Revert "Fix history layout for AppCompat 23.2"

This reverts commit f6436a945ecb76ac9e0c615cccf9c395518d17f3.

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

 vlc-android/res/layout/list_item.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/list_item.xml b/vlc-android/res/layout/list_item.xml
index 609b4ce..ea9385d 100644
--- a/vlc-android/res/layout/list_item.xml
+++ b/vlc-android/res/layout/list_item.xml
@@ -16,7 +16,7 @@
     <LinearLayout
         android:id="@+id/layout_item"
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
+        android:layout_height="match_parent"
         android:layout_gravity="center_vertical"
         android:orientation="horizontal"
         android:clickable="true"



More information about the Android mailing list