From a35694ed0d5625a4a57d738ecb4e9e8462082f47 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Tue, 6 Apr 2021 22:46:49 +0200 Subject: [PATCH] Increase touch target size of episode cache warning button --- app/src/main/res/layout/nav_listitem.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/nav_listitem.xml b/app/src/main/res/layout/nav_listitem.xml index 3610ce56e..607b328e6 100644 --- a/app/src/main/res/layout/nav_listitem.xml +++ b/app/src/main/res/layout/nav_listitem.xml @@ -70,10 +70,11 @@ android:lines="1" android:textColor="?android:attr/textColorTertiary" android:textSize="14sp" - android:layout_marginLeft="12dp" - android:layout_marginStart="12dp" - android:layout_marginRight="@dimen/listitem_icon_rightpadding" - android:layout_marginEnd="@dimen/listitem_icon_rightpadding" + android:padding="8dp" + android:layout_marginLeft="4dp" + android:layout_marginStart="4dp" + android:layout_marginRight="8dp" + android:layout_marginEnd="8dp" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" android:layout_centerVertical="true"