mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 02:08:20 +00:00
Not it looks exactly like the one for notifications in SystemUI. Bug: 72222505 Test: Manual Change-Id: I9db2f403746386f9d807d4e3c250f4a1c7a46b68
14 lines
531 B
XML
14 lines
531 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"
|
|
/> |