summaryrefslogtreecommitdiffstats
path: root/go/quickstep/res/layout/clear_all_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'go/quickstep/res/layout/clear_all_button.xml')
-rw-r--r--go/quickstep/res/layout/clear_all_button.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/go/quickstep/res/layout/clear_all_button.xml b/go/quickstep/res/layout/clear_all_button.xml
index 2f7c8ae20..eef66add4 100644
--- a/go/quickstep/res/layout/clear_all_button.xml
+++ b/go/quickstep/res/layout/clear_all_button.xml
@@ -29,5 +29,6 @@
android:text="@string/recents_clear_all"
android:textAllCaps="false"
android:textColor="@color/clear_all_button_text"
- android:textSize="14sp"/>
+ android:textSize="14sp"
+ style="@style/TextTitle"/>
</FrameLayout>