diff --git a/packages/DocumentsUI/res/color/item_doc_grid_border.xml b/packages/DocumentsUI/res/color/item_doc_grid_border.xml new file mode 100644 index 0000000000000..e144af8a2c4a4 --- /dev/null +++ b/packages/DocumentsUI/res/color/item_doc_grid_border.xml @@ -0,0 +1,23 @@ + + + + + + + diff --git a/packages/DocumentsUI/res/drawable/item_doc_grid_border.xml b/packages/DocumentsUI/res/drawable/item_doc_grid_border.xml new file mode 100644 index 0000000000000..db66094fc2ec0 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/item_doc_grid_border.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml b/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml index 231e110fa09d9..381e1c89b4281 100644 --- a/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml +++ b/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml @@ -18,7 +18,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/item_doc_list_background" - android:orientation="horizontal"> + android:orientation="horizontal" + android:focusable="true"> + android:background="@color/item_doc_grid_background" + android:focusable="true"> + android:orientation="horizontal" + android:focusable="true">