From 0c384167c1fae57b23032269c4e61a9856616c4b Mon Sep 17 00:00:00 2001 From: Jorge Antonio Diaz-Benito Soriano Date: Sat, 25 Oct 2014 21:32:21 +0200 Subject: [PATCH] Added some margins. --- res/layout/text_file_preview.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/text_file_preview.xml b/res/layout/text_file_preview.xml index 1b526bcd..f33b3d80 100644 --- a/res/layout/text_file_preview.xml +++ b/res/layout/text_file_preview.xml @@ -7,4 +7,6 @@ android:divider="@null" android:dividerHeight="0dp" android:focusable="false" - android:focusableInTouchMode="false" /> \ No newline at end of file + android:focusableInTouchMode="false" + android:layout_marginStart="8dp" + android:layout_marginEnd="8dp" /> \ No newline at end of file -- 2.11.0