summaryrefslogtreecommitdiffstats
path: root/quickstep/res
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2018-04-24 14:09:02 -0700
committerVadim Tryshev <vadimt@google.com>2018-04-25 13:20:37 -0700
commit77cb385d47b638bd853ea3d7cea48ea1f8843f97 (patch)
tree0e477daac20c01f210e9426b94db936722a72a26 /quickstep/res
parentad007ba9f1fbb7d96d68334acdddc8281f8ce7ff (diff)
downloadandroid_packages_apps_Trebuchet-77cb385d47b638bd853ea3d7cea48ea1f8843f97.tar.gz
android_packages_apps_Trebuchet-77cb385d47b638bd853ea3d7cea48ea1f8843f97.tar.bz2
android_packages_apps_Trebuchet-77cb385d47b638bd853ea3d7cea48ea1f8843f97.zip
Improving highlight for Clear-all button.
Better shape + now has hover state. Bug: 72222505 Test: Manual Change-Id: I24ba55c760b15d71406a35ea5f7bf54f505741d6
Diffstat (limited to 'quickstep/res')
-rw-r--r--quickstep/res/layout/overview_clear_all_button.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstep/res/layout/overview_clear_all_button.xml b/quickstep/res/layout/overview_clear_all_button.xml
index 8632f8bbd..c8f235fcd 100644
--- a/quickstep/res/layout/overview_clear_all_button.xml
+++ b/quickstep/res/layout/overview_clear_all_button.xml
@@ -3,12 +3,12 @@
<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:background="?android:attr/selectableItemBackground"
android:textSize="14sp"
/> \ No newline at end of file