From ac56cff1860b71d3f164aedd268703936e08fdc0 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Wed, 28 Sep 2011 20:45:37 -0700 Subject: Adding keyboard support to folders and fixing renaming rough edges Change-Id: I62e1a5699e4c7e8d53f5f7d6331a854270a83aa1 --- res/layout-land/folder_icon.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'res/layout-land') diff --git a/res/layout-land/folder_icon.xml b/res/layout-land/folder_icon.xml index 15867c71a..4c92fcaba 100644 --- a/res/layout-land/folder_icon.xml +++ b/res/layout-land/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">