From 4cd79876ac073de75c8505ee8a1adee3c2d7e8a6 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 2 May 2019 16:30:25 -0700 Subject: [PATCH] Adding support for overriding hotseat Widget Bug: 131360075 Change-Id: I94151cb2987d7decea283790ab9e87cb4627d40c --- res/layout/hotseat.xml | 24 ++++++++++++++++++++++++ res/layout/launcher.xml | 8 ++------ 2 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 res/layout/hotseat.xml diff --git a/res/layout/hotseat.xml b/res/layout/hotseat.xml new file mode 100644 index 0000000000..82b0b8d74e --- /dev/null +++ b/res/layout/hotseat.xml @@ -0,0 +1,24 @@ + + + \ No newline at end of file diff --git a/res/layout/launcher.xml b/res/layout/launcher.xml index 6ecc1f55d2..cca899bda8 100644 --- a/res/layout/launcher.xml +++ b/res/layout/launcher.xml @@ -39,13 +39,9 @@ launcher:pageIndicator="@+id/page_indicator" /> - + layout="@layout/hotseat" />