From: Jorge Antonio Diaz-Benito Soriano Date: Wed, 24 Jun 2015 20:12:36 +0000 (+0200) Subject: Support margins for API levels pre-17 X-Git-Tag: oc-android-1.8~17^2~8^2~4 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/9a2f6c6c4b2428350eaa52979e816e1cebf08530?hp=--cc Support margins for API levels pre-17 --- 9a2f6c6c4b2428350eaa52979e816e1cebf08530 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