From: Andy Scherzinger Date: Thu, 13 Aug 2015 17:05:20 +0000 (+0200) Subject: some more styling for the log screen X-Git-Tag: beta-20151128~7^2~58 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/f17011ff688d23581b9f95393dcaff7f2d7987d7?ds=inline some more styling for the log screen --- diff --git a/res/layout/log_item.xml b/res/layout/log_item.xml index 2353b195..70169e59 100644 --- a/res/layout/log_item.xml +++ b/res/layout/log_item.xml @@ -30,7 +30,6 @@ android:textStyle="bold" android:textSize="22dp" android:textColor="#000000" - android:layout_marginTop="5dp" - android:layout_marginBottom="5dp" /> + android:layout_marginBottom="@dimen/standard_margin" /> \ No newline at end of file diff --git a/res/layout/log_send_file.xml b/res/layout/log_send_file.xml index 89d1ccd4..921528e9 100644 --- a/res/layout/log_send_file.xml +++ b/res/layout/log_send_file.xml @@ -20,28 +20,28 @@ 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"/> @@ -49,7 +49,10 @@ android:id="@+id/historyButtonBar" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:orientation="horizontal" > + android:orientation="horizontal" + android:layout_marginBottom="@dimen/standard_margin" + android:layout_marginLeft="@dimen/standard_margin" + android:layout_marginRight="@dimen/standard_margin">