fix toot button and characters left text size

This commit is contained in:
Conny Duck 2017-12-01 22:44:18 +01:00
parent b2f9f87fc8
commit 03f866f8c2
1 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@
<TextView
android:id="@+id/characters_left"
android:layout_width="wrap_content"
android:textSize="?attr/status_text_small"
android:textSize="?attr/status_text_medium"
android:layout_height="wrap_content"
android:textColor="?android:textColorPrimary" />
@ -207,7 +207,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp"
android:textSize="?attr/status_text_large"
android:textSize="?attr/status_text_medium"
android:background="@drawable/compose_button_colors"
android:text="@string/action_send"
android:textColor="@android:color/white" />