summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-08-18 21:03:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-16 03:52:42 +0000
commit4a0eda76baeba2d8af2cc57ec64dcead03384cde (patch)
tree5f5f8a02f3677c9cfee7647a3573b63249980938 /res/layout-land/launcher.xml
parent1e4359c54e82910e3c8bfba3d520ed27c91367b9 (diff)
parentdcbcc86353e9ed52daac87f292aece667cd0ac71 (diff)
downloadandroid_packages_apps_Trebuchet-4a0eda76baeba2d8af2cc57ec64dcead03384cde.tar.gz
android_packages_apps_Trebuchet-4a0eda76baeba2d8af2cc57ec64dcead03384cde.tar.bz2
android_packages_apps_Trebuchet-4a0eda76baeba2d8af2cc57ec64dcead03384cde.zip
Merge "Updating the UI for focused state of an icon/folder." into ub-now-porkchop
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"