From: Jorge Antonio Diaz-Benito Soriano Date: Sat, 25 Oct 2014 19:32:21 +0000 (+0200) Subject: Added some margins. X-Git-Tag: oc-android-1.8~17^2~8^2~19 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/0c384167c1fae57b23032269c4e61a9856616c4b?ds=inline;hp=--cc Added some margins. --- 0c384167c1fae57b23032269c4e61a9856616c4b 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