From 6f234e4e94103515ba2d78aed1039eaed789cd7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irfan=20=C3=96m=C3=BCr?= Date: Tue, 17 Dec 2024 13:15:28 +0300 Subject: [PATCH] Add style to a button in the product filter --- .../layout/product_filter_option_list_item.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/WooCommerce/src/main/res/layout/product_filter_option_list_item.xml b/WooCommerce/src/main/res/layout/product_filter_option_list_item.xml index c3c21daa6e2..68dbc00da2a 100644 --- a/WooCommerce/src/main/res/layout/product_filter_option_list_item.xml +++ b/WooCommerce/src/main/res/layout/product_filter_option_list_item.xml @@ -5,10 +5,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="?attr/selectableItemBackground" android:minHeight="@dimen/min_tap_target" android:paddingTop="@dimen/minor_100" - android:paddingBottom="@dimen/minor_100" - android:background="?attr/selectableItemBackground"> + android:paddingBottom="@dimen/minor_100"> + app:layout_constraintTop_toTopOf="parent" />