From 28cc00a01618323446a8e7f29655006250f951e1 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Wed, 23 Oct 2019 20:05:11 +0200 Subject: Material design layout tweaks --- app/src/main/res/layout/activity_widget_config.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'app') diff --git a/app/src/main/res/layout/activity_widget_config.xml b/app/src/main/res/layout/activity_widget_config.xml index b1e40dac0..b0b0506f9 100644 --- a/app/src/main/res/layout/activity_widget_config.xml +++ b/app/src/main/res/layout/activity_widget_config.xml @@ -1,6 +1,5 @@ + android:orientation="vertical" + android:padding="16dp"> + android:textSize="16sp" + android:textColor="?android:attr/textColorPrimary" /> + android:textSize="16sp" + android:textColor="?android:attr/textColorSecondary" /> @@ -75,7 +73,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" - android:layout_margin="16dp" android:onClick="confirmCreateWidget" android:text="@string/widget_create_button" /> -- cgit v1.2.3