diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-10-08 18:24:20 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-10-08 18:24:20 +0200 |
commit | 74087b873fc5a2952f56125a791129f8feb443e5 (patch) | |
tree | fa8f6cbadac6251874d51be256df4efd3827f0cf /src/main/res/layout/magic_create.xml | |
parent | f3ef8d497875d472a7b96bed0c14086b71ecfa7b (diff) |
added disclaimer that conversations.im account is 8 euro / year
Diffstat (limited to 'src/main/res/layout/magic_create.xml')
-rw-r--r-- | src/main/res/layout/magic_create.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/main/res/layout/magic_create.xml b/src/main/res/layout/magic_create.xml index e21ce5c0..a7f62747 100644 --- a/src/main/res/layout/magic_create.xml +++ b/src/main/res/layout/magic_create.xml @@ -17,7 +17,7 @@ android:layout_alignParentStart="true" android:minHeight="256dp" android:orientation="vertical" - android:paddingBottom="8dp" + android:paddingBottom="10dp" android:paddingLeft="16dp" android:paddingRight="16dp"> <Space @@ -79,5 +79,16 @@ android:padding="8dp" android:src="@drawable/main_logo"/> </RelativeLayout> + <TextView + android:paddingLeft="16dp" + android:paddingRight="16dp" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_alignParentBottom="true" + android:textColor="?attr/color_text_secondary" + android:textSize="12sp" + android:maxLines="1" + android:text="@string/free_for_six_month" + android:layout_centerHorizontal="true"/> </RelativeLayout> </ScrollView>
\ No newline at end of file |