mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
This solves muliple navigation problems in Overview. Bug: 79165501 Change-Id: I2ae99fe3ad24194c9516bb2a99344289ef7408e8 Testing: Manual
15 lines
574 B
XML
15 lines
574 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<com.android.quickstep.views.ClearAllButton
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/clear_all_button"
|
|
style="@android:style/Widget.DeviceDefault.Button.Borderless"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="start|top"
|
|
android:text="@string/recents_clear_all"
|
|
android:textColor="?attr/workspaceTextColor"
|
|
android:visibility="invisible"
|
|
android:textSize="14sp"
|
|
android:importantForAccessibility="no"
|
|
/> |