From 9c79bdb852164c29f5a2bde16504252b0635cc24 Mon Sep 17 00:00:00 2001 From: Jing Tang Date: Wed, 31 Jan 2024 15:22:56 +0000 Subject: [PATCH] Update demo/src/main/res/layout/fragment_home.xml --- demo/src/main/res/layout/fragment_home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/main/res/layout/fragment_home.xml b/demo/src/main/res/layout/fragment_home.xml index 6196dadb0a..f0bc87c631 100644 --- a/demo/src/main/res/layout/fragment_home.xml +++ b/demo/src/main/res/layout/fragment_home.xml @@ -97,7 +97,7 @@ android:id="@+id/item_search" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginHorizontal="@dimen/serach_patient_cardview_horizontal_margin" + android:layout_marginHorizontal="@dimen/search_patient_cardview_horizontal_margin" android:foreground="?android:attr/selectableItemBackground" android:clickable="true" android:focusable="true"