From ea7f66606224cc1425db6c98c515dc2d39889d24 Mon Sep 17 00:00:00 2001 From: Vavassor Date: Wed, 12 Apr 2017 16:17:29 -0400 Subject: [PATCH] Enlarged the touch areas of status action buttons slightly. --- app/src/main/res/layout/item_status.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/layout/item_status.xml b/app/src/main/res/layout/item_status.xml index eebdbab8..a762c765 100644 --- a/app/src/main/res/layout/item_status.xml +++ b/app/src/main/res/layout/item_status.xml @@ -243,14 +243,14 @@ android:layout_toRightOf="@+id/status_avatar" android:clipChildren="false" android:clipToPadding="false" - android:paddingBottom="8dp" - android:paddingTop="6dp"> + android:paddingBottom="2dp"> @@ -267,8 +267,9 @@ android:layout_gravity="center" app:sparkbutton_primaryColor="@color/status_reblog_button_marked_dark" app:sparkbutton_secondaryColor="@color/status_reblog_button_marked_light" - android:layout_width="32dp" - android:layout_height="32dp" + android:layout_width="40dp" + android:layout_height="40dp" + android:padding="4dp" android:contentDescription="@string/action_reblog" />