From: David A. Velasco Date: Tue, 26 Feb 2013 13:01:32 +0000 (+0100) Subject: Improved layout for downloads in image gallery X-Git-Tag: oc-android-1.4.3~39^2~40 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/becf52226e278b338058a2d5f5351d5c368e1784 Improved layout for downloads in image gallery --- diff --git a/res/layout/file_download_fragment.xml b/res/layout/file_download_fragment.xml index 3dee0b13..73f9a6e4 100644 --- a/res/layout/file_download_fragment.xml +++ b/res/layout/file_download_fragment.xml @@ -18,14 +18,19 @@ --> + android:layout_height="match_parent" + android:orientation="vertical" + android:layout_gravity="center" + android:gravity="center_vertical" + android:padding="20dp" + >