From 4e6abd4f0ad9758180c3918ebef2c9ff0afc266c Mon Sep 17 00:00:00 2001 From: Jorge Antonio Diaz-Benito Soriano Date: Sat, 25 Oct 2014 20:43:11 +0200 Subject: [PATCH] Minor updates --- res/layout/text_file_preview.xml | 29 ++++++++--------------------- res/layout/text_file_preview_list_item.xml | 1 - 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/res/layout/text_file_preview.xml b/res/layout/text_file_preview.xml index d34045c1..1b526bcd 100644 --- a/res/layout/text_file_preview.xml +++ b/res/layout/text_file_preview.xml @@ -1,23 +1,10 @@ - - - - - - \ No newline at end of file + android:layout_height="wrap_content" + android:visibility="gone" + android:divider="@null" + android:dividerHeight="0dp" + android:focusable="false" + android:focusableInTouchMode="false" /> \ No newline at end of file diff --git a/res/layout/text_file_preview_list_item.xml b/res/layout/text_file_preview_list_item.xml index 0ff75709..269765ea 100644 --- a/res/layout/text_file_preview_list_item.xml +++ b/res/layout/text_file_preview_list_item.xml @@ -21,5 +21,4 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="@android:color/black" - android:maxLines="1" android:layout_gravity="center" /> \ No newline at end of file -- 2.11.0