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 +