diff options
Diffstat (limited to 'src/main/res/layout/magic_create.xml')
-rw-r--r-- | src/main/res/layout/magic_create.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/magic_create.xml b/src/main/res/layout/magic_create.xml index a7f62747..02ba65bc 100644 --- a/src/main/res/layout/magic_create.xml +++ b/src/main/res/layout/magic_create.xml @@ -80,13 +80,13 @@ android:src="@drawable/main_logo"/> </RelativeLayout> <TextView - android:paddingLeft="16dp" - android:paddingRight="16dp" + android:paddingLeft="8dp" + android:paddingRight="8dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:textColor="?attr/color_text_secondary" - android:textSize="12sp" + android:textSize="@dimen/fineprint_size" android:maxLines="1" android:text="@string/free_for_six_month" android:layout_centerHorizontal="true"/> |