diff --git a/app/src/main/res/layout/app_card_horizontal.xml b/app/src/main/res/layout/app_card_horizontal.xml index 9514bee59..e20f1a100 100644 --- a/app/src/main/res/layout/app_card_horizontal.xml +++ b/app/src/main/res/layout/app_card_horizontal.xml @@ -5,7 +5,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:foreground="?attr/selectableItemBackground" - android:clickable="true"> + android:clickable="true" + android:focusable="true"> + android:clickable="true" + android:focusable="true"> + android:clickable="true" + android:focusable="true"> + tools:ignore="UnusedAttribute" + android:focusable="true"> diff --git a/app/src/main/res/layout/app_list_item.xml b/app/src/main/res/layout/app_list_item.xml index 76f60c7c2..cf0fa98d8 100644 --- a/app/src/main/res/layout/app_list_item.xml +++ b/app/src/main/res/layout/app_list_item.xml @@ -6,7 +6,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="true" - android:background="?attr/selectableItemBackground"> + android:background="?attr/selectableItemBackground" + android:focusable="true"> diff --git a/app/src/main/res/layout/installed_app_list_item.xml b/app/src/main/res/layout/installed_app_list_item.xml index b6c679fdd..e65779c86 100644 --- a/app/src/main/res/layout/installed_app_list_item.xml +++ b/app/src/main/res/layout/installed_app_list_item.xml @@ -9,7 +9,8 @@ android:paddingTop="8dp" android:paddingBottom="8dp" android:clickable="true" - android:background="?attr/selectableItemBackground"> + android:background="?attr/selectableItemBackground" + android:focusable="true">