mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Better shape + now has hover state. Bug: 72222505 Test: Manual Change-Id: I24ba55c760b15d71406a35ea5f7bf54f505741d6
14 lines
503 B
XML
14 lines
503 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TextView
|
|
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="end|top"
|
|
android:fontFamily="sans-serif-medium"
|
|
android:text="@string/recents_clear_all"
|
|
android:textColor="?attr/workspaceTextColor"
|
|
android:textSize="14sp"
|
|
/> |