mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
16 lines
602 B
XML
16 lines
602 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TextView
|
|
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/clear_all_button"
|
|
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:background="?android:attr/selectableItemBackground"
|
|
launcher:layout_ignoreInsets="true"
|
|
android:textSize="14sp"
|
|
/> |