summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-08-12 15:58:36 -0700
committerSunny Goyal <sunnygoyal@google.com>2014-08-18 13:51:51 -0700
commitdcbcc86353e9ed52daac87f292aece667cd0ac71 (patch)
treea0e1c4ca2ba2e9863a2168cbc4299b136cea2f30 /res/layout-land/launcher.xml
parent0fc1be164e982433e619bcbb16aa67e28ff681ef (diff)
downloadandroid_packages_apps_Trebuchet-dcbcc86353e9ed52daac87f292aece667cd0ac71.tar.gz
android_packages_apps_Trebuchet-dcbcc86353e9ed52daac87f292aece667cd0ac71.tar.bz2
android_packages_apps_Trebuchet-dcbcc86353e9ed52daac87f292aece667cd0ac71.zip
Updating the UI for focused state of an icon/folder.
issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
Diffstat (limited to 'res/layout-land/launcher.xml')
-rw-r--r--res/layout-land/launcher.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 779160925..0af9e59aa 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -30,6 +30,11 @@
android:layout_height="match_parent"
android:fitsSystemWindows="true">
+ <com.android.launcher3.FocusIndicatorView
+ android:id="@+id/focus_indicator"
+ android:layout_width="52dp"
+ android:layout_height="52dp" />
+
<!-- The workspace contains 5 screens of cells -->
<com.android.launcher3.Workspace
android:id="@+id/workspace"