summaryrefslogtreecommitdiffstats
path: root/res/layout/hotseat.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-11-18 23:44:48 -0800
committerSunny Goyal <sunnygoyal@google.com>2016-11-21 15:20:16 +0530
commitc13403c612748bfdf06436510600230c4c4b55ec (patch)
treeb6b8266eb906cb7f4a2c920f7924d1801de1b97e /res/layout/hotseat.xml
parentaa8a871e337fe42e9339b96833eaf37bf2b64b2f (diff)
downloadandroid_packages_apps_Trebuchet-c13403c612748bfdf06436510600230c4c4b55ec.tar.gz
android_packages_apps_Trebuchet-c13403c612748bfdf06436510600230c4c4b55ec.tar.bz2
android_packages_apps_Trebuchet-c13403c612748bfdf06436510600230c4c4b55ec.zip
Defining various modes for CellLayout: Workspace, Hotseat & Folder
> Moving the definition of modes to xml > Defining attributes in xml Change-Id: I7a569fdbeb833d569eeeef2f2cbc8214e608ad11
Diffstat (limited to 'res/layout/hotseat.xml')
-rw-r--r--res/layout/hotseat.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/hotseat.xml b/res/layout/hotseat.xml
index 7bef889a9..f5b5bbf71 100644
--- a/res/layout/hotseat.xml
+++ b/res/layout/hotseat.xml
@@ -20,5 +20,6 @@
android:id="@+id/layout"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:layout_gravity="center" />
+ android:layout_gravity="center"
+ launcher:containerType="hotseat" />
</com.android.launcher3.Hotseat>