From 03f866f8c2c1ba82405a7b27a04165f3b40422cc Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Fri, 1 Dec 2017 22:44:18 +0100 Subject: [PATCH] fix toot button and characters left text size --- app/src/main/res/layout/activity_compose.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_compose.xml b/app/src/main/res/layout/activity_compose.xml index 4eb8a1ece..e485a29ed 100644 --- a/app/src/main/res/layout/activity_compose.xml +++ b/app/src/main/res/layout/activity_compose.xml @@ -197,7 +197,7 @@ @@ -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" />