X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/876204faf03075e286cf550b3bfba86d3f5a1419..17f4419c491fed6dd9d0d8bccdf180e8c8ea41a6:/res/layout/log_send_file.xml?ds=inline diff --git a/res/layout/log_send_file.xml b/res/layout/log_send_file.xml index 756a2edd..921528e9 100644 --- a/res/layout/log_send_file.xml +++ b/res/layout/log_send_file.xml @@ -20,41 +20,58 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:padding="10dp" - android:paddingLeft="8dp" - android:paddingRight="8dp" android:weightSum="1" > + android:layout_marginBottom="@dimen/standard_margin" + android:layout_weight="1"> + android:orientation="vertical" + android:paddingLeft="@dimen/standard_padding" + android:paddingRight="@dimen/standard_padding"> + android:text="@string/empty" + android:typeface="monospace"/> + +