summaryrefslogtreecommitdiffstats
path: root/go/quickstep/res/layout/task_item_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'go/quickstep/res/layout/task_item_view.xml')
-rw-r--r--go/quickstep/res/layout/task_item_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/go/quickstep/res/layout/task_item_view.xml b/go/quickstep/res/layout/task_item_view.xml
index ab2cf2804..aeac47786 100644
--- a/go/quickstep/res/layout/task_item_view.xml
+++ b/go/quickstep/res/layout/task_item_view.xml
@@ -41,5 +41,6 @@
android:layout_gravity="center_vertical"
android:singleLine="true"
android:textColor="@android:color/white"
- android:textSize="24sp"/>
+ android:textSize="24sp"
+ style="@style/TextTitle"/>
</com.android.quickstep.views.TaskItemView>