overview_clear_all_button.xml 574 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <com.android.quickstep.views.ClearAllButton
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:id="@+id/clear_all_button"
  5. style="@android:style/Widget.DeviceDefault.Button.Borderless"
  6. android:layout_width="wrap_content"
  7. android:layout_height="wrap_content"
  8. android:layout_gravity="start|top"
  9. android:text="@string/recents_clear_all"
  10. android:textColor="?attr/workspaceTextColor"
  11. android:visibility="invisible"
  12. android:textSize="14sp"
  13. android:importantForAccessibility="no"
  14. />