summaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorPeter Kalauskas <peskal@google.com>2021-08-30 12:00:49 -0700
committerPeter Kalauskas <peskal@google.com>2021-08-30 12:00:49 -0700
commit1beab2a3d7b39176a792037399b08a0104ea20de (patch)
tree7acb5492eef8140f5536cd261175c02d1dc1c504 /go
parent667f0897dc92d8286b41d3cc014f62c4ee6067e1 (diff)
downloadLauncher3-1beab2a3d7b39176a792037399b08a0104ea20de.tar.gz
Fix crash in Go Launcher
Bug: 198141465 Test: Check that wembley is usable after unlocking Change-Id: I37620be4f24a2f0f8f08483991fad7760415b67c
Diffstat (limited to 'go')
-rw-r--r--go/quickstep/res/layout/overview_actions_container.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/go/quickstep/res/layout/overview_actions_container.xml b/go/quickstep/res/layout/overview_actions_container.xml
index cc65cbf9a5..710e2e0959 100644
--- a/go/quickstep/res/layout/overview_actions_container.xml
+++ b/go/quickstep/res/layout/overview_actions_container.xml
@@ -105,6 +105,23 @@
<!-- Unused. Included only for compatibility with parent class. -->
<Button
+ android:id="@+id/action_split"
+ style="@style/GoOverviewActionButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:drawableStart="@drawable/ic_split_screen"
+ android:text="@string/action_split"
+ android:theme="@style/ThemeControlHighlightWorkspaceColor"
+ android:visibility="gone" />
+
+ <Space
+ android:id="@+id/action_split_space"
+ android:layout_width="0dp"
+ android:layout_height="1dp"
+ android:layout_weight="1"
+ android:visibility="gone" />
+
+ <Button
android:id="@+id/action_share"
style="@style/GoOverviewActionButton"
android:layout_width="wrap_content"