Fix crash in Go Launcher
Bug: 198141465 Bug: 200747950 Test: Check that wembley is usable after unlocking Change-Id: I37620be4f24a2f0f8f08483991fad7760415b67c Merged-In: I37620be4f24a2f0f8f08483991fad7760415b67c (cherry picked from commit 1beab2a3d7b39176a792037399b08a0104ea20de)
This commit is contained in:
parent
e37b51b30f
commit
51ad3bfdb8
|
@ -104,6 +104,23 @@
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<!-- Unused. Included only for compatibility with parent class. -->
|
<!-- 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
|
<Button
|
||||||
android:id="@+id/action_share"
|
android:id="@+id/action_share"
|
||||||
style="@style/GoOverviewActionButton"
|
style="@style/GoOverviewActionButton"
|
||||||
|
|
Loading…
Reference in New Issue