cc0c98ad94
Making it work with all 4 combinations of RTL and flip-recents. Bug: 72222505 Test: Manual Change-Id: Ifb2428e006674abfe9a2609fd3d8f3f648eff0b8
14 lines
505 B
XML
14 lines
505 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="start|top"
|
|
android:fontFamily="sans-serif-medium"
|
|
android:text="@string/recents_clear_all"
|
|
android:textColor="?attr/workspaceTextColor"
|
|
android:textSize="14sp"
|
|
/> |