From 9a2f6c6c4b2428350eaa52979e816e1cebf08530 Mon Sep 17 00:00:00 2001 From: Jorge Antonio Diaz-Benito Soriano Date: Wed, 24 Jun 2015 22:12:36 +0200 Subject: [PATCH] Support margins for API levels pre-17 --- res/layout/text_file_preview.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/res/layout/text_file_preview.xml b/res/layout/text_file_preview.xml index aa6cf76c..b144875a 100644 --- a/res/layout/text_file_preview.xml +++ b/res/layout/text_file_preview.xml @@ -17,15 +17,17 @@ --> + android:layout_width="match_parent" + android:layout_height="match_parent" + android:fillViewport="true"> + android:layout_marginLeft="8dp" + android:layout_marginRight="8dp" + android:layout_marginStart="8dp" + android:visibility="gone"/> \ No newline at end of file -- 2.11.0