From 81a8023990b6e0f26774050f36777aa2907c4ee3 Mon Sep 17 00:00:00 2001 From: Junwei Bai Date: Thu, 24 Oct 2024 00:39:39 +1100 Subject: [PATCH] bottom_sheet_item_layout.xml: changed android:tint to app:tint, added focusable --- app/src/main/res/layout/bottom_sheet_item_layout.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/bottom_sheet_item_layout.xml b/app/src/main/res/layout/bottom_sheet_item_layout.xml index 4f4c2c854..c569e523a 100644 --- a/app/src/main/res/layout/bottom_sheet_item_layout.xml +++ b/app/src/main/res/layout/bottom_sheet_item_layout.xml @@ -1,11 +1,13 @@ @@ -14,7 +16,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" - android:tint="?attr/rowButtonColor" /> + app:tint="?attr/rowButtonColor" />