clarified fineprint a little bit
This commit is contained in:
parent
f6cfa27741
commit
2a73b8d76e
|
@ -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"/>
|
||||
|
|
|
@ -71,13 +71,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"/>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="free_for_six_month">¹ 8 Euro a year. First 6 month free. App remains free of charge.</string>
|
||||
<string name="free_for_six_month">¹ Optional conversations.im account €8/year. First 6 month free.</string>
|
||||
</resources>
|
|
@ -1,3 +1,4 @@
|
|||
<resources>
|
||||
<dimen name="conversations_overview_width">336dp</dimen>
|
||||
<dimen name="fineprint_size">12sp</dimen>
|
||||
</resources>
|
||||
|
|
|
@ -5,4 +5,5 @@
|
|||
<dimen name="infocard_padding">16dp</dimen>
|
||||
<dimen name="conversations_overview_width">288dp</dimen>
|
||||
<dimen name="image_button_padding">8dp</dimen>
|
||||
<dimen name="fineprint_size">11sp</dimen>
|
||||
</resources>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="free_for_six_month">¹ 8 Euro a year. First 6 month free. App remains free.</string>
|
||||
<string name="free_for_six_month">¹ Optional conversations.im account €8/year. 6 month free.</string>
|
||||
</resources>
|
Loading…
Reference in a new issue