From 983469094134f9659e2113ebf5a4e354392915f5 Mon Sep 17 00:00:00 2001 From: "Longhao.Chen" Date: Tue, 31 Jan 2023 16:32:50 +0800 Subject: [PATCH] fix: #2784 Encrypt file - Encrpyt to list is empty (dark mode) --- .../src/main/res/layout/item_list_filterable.xml | 4 ++-- .../src/main/res/layout/list_filterable_view.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extern/MaterialChipsInput/src/main/res/layout/item_list_filterable.xml b/extern/MaterialChipsInput/src/main/res/layout/item_list_filterable.xml index 6298b696c..021935a9d 100644 --- a/extern/MaterialChipsInput/src/main/res/layout/item_list_filterable.xml +++ b/extern/MaterialChipsInput/src/main/res/layout/item_list_filterable.xml @@ -4,7 +4,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="true" - android:background="@android:color/white" + android:background="?android:selectableItemBackground" android:foreground="?attr/selectableItemBackground"> @@ -39,4 +39,4 @@ - \ No newline at end of file + diff --git a/extern/MaterialChipsInput/src/main/res/layout/list_filterable_view.xml b/extern/MaterialChipsInput/src/main/res/layout/list_filterable_view.xml index 8e7e5b52f..7cac94e6c 100644 --- a/extern/MaterialChipsInput/src/main/res/layout/list_filterable_view.xml +++ b/extern/MaterialChipsInput/src/main/res/layout/list_filterable_view.xml @@ -8,6 +8,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbars="vertical" - android:background="@android:color/white" /> + android:background="?android:selectableItemBackground" /> - \ No newline at end of file +