summaryrefslogtreecommitdiffstats
path: root/res/layout-port/folder_icon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/folder_icon.xml')
-rw-r--r--res/layout-port/folder_icon.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout-port/folder_icon.xml b/res/layout-port/folder_icon.xml
index 69e51e863..0df16b88c 100644
--- a/res/layout-port/folder_icon.xml
+++ b/res/layout-port/folder_icon.xml
@@ -19,7 +19,9 @@
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical">
+ android:orientation="vertical"
+ android:focusable="true"
+ android:background="@drawable/focusable_view_bg">
<ImageView
android:id="@+id/preview_background"
android:layout_gravity="center_horizontal"