summaryrefslogtreecommitdiffstats
path: root/res/layout/launcher.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-05-02 16:30:25 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-05-02 16:30:36 -0700
commit4cd79876ac073de75c8505ee8a1adee3c2d7e8a6 (patch)
tree135c60c55f08421230b914b029b69b5b85a94015 /res/layout/launcher.xml
parent6a2c585073eef4867b9d32e5735f4228d7a788d7 (diff)
downloadandroid_packages_apps_Trebuchet-4cd79876ac073de75c8505ee8a1adee3c2d7e8a6.tar.gz
android_packages_apps_Trebuchet-4cd79876ac073de75c8505ee8a1adee3c2d7e8a6.tar.bz2
android_packages_apps_Trebuchet-4cd79876ac073de75c8505ee8a1adee3c2d7e8a6.zip
Adding support for overriding hotseat Widget
Bug: 131360075 Change-Id: I94151cb2987d7decea283790ab9e87cb4627d40c
Diffstat (limited to 'res/layout/launcher.xml')
-rw-r--r--res/layout/launcher.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/res/layout/launcher.xml b/res/layout/launcher.xml
index 6ecc1f55d..cca899bda 100644
--- a/res/layout/launcher.xml
+++ b/res/layout/launcher.xml
@@ -39,13 +39,9 @@
launcher:pageIndicator="@+id/page_indicator" />
<!-- DO NOT CHANGE THE ID -->
- <com.android.launcher3.Hotseat
+ <include
android:id="@+id/hotseat"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:theme="@style/HomeScreenElementTheme"
- android:importantForAccessibility="no"
- launcher:containerType="hotseat" />
+ layout="@layout/hotseat" />
<include
android:id="@+id/overview_panel"