From 79519a071d8075b3590ae3dbcc5e1cab2e368054 Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Sat, 3 Feb 2018 13:34:40 +0100 Subject: [PATCH] adjust follow button font size --- app/src/main/res/layout/activity_account.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_account.xml b/app/src/main/res/layout/activity_account.xml index 1ef1a54c..40bcc5b3 100644 --- a/app/src/main/res/layout/activity_account.xml +++ b/app/src/main/res/layout/activity_account.xml @@ -66,7 +66,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="6dp" - android:textSize="?attr/status_text_large" + android:textSize="?attr/status_text_medium" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" />