commit | 2181405bf77833fb06d525f392e7a1d3b84dfe65 | [log] [tgz] |
---|---|---|
author | Kevin <kevhan@google.com> | Wed May 22 16:09:53 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 22 16:09:53 2019 -0700 |
tree | f1d71e4afdfd7ec0288e9102396cd04c12ef6760 | |
parent | c3b0cf28680e7596133c439b1ec450b0c55b648f [diff] | |
parent | 9fb137bb7312b22dc58fca5af81ade54d01b3eac [diff] |
Merge "Recents Go: Conform to device default style" into ub-launcher3-qt-dev am: 9fb137bb73 Change-Id: If5aed4697334bee4743473ed41aa4a3972d33efa
diff --git a/go/quickstep/res/layout/clear_all_button.xml b/go/quickstep/res/layout/clear_all_button.xml index 2f7c8ae..eef66ad 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>
diff --git a/go/quickstep/res/layout/icon_recents_root_view.xml b/go/quickstep/res/layout/icon_recents_root_view.xml index 595a380..8381ebc 100644 --- a/go/quickstep/res/layout/icon_recents_root_view.xml +++ b/go/quickstep/res/layout/icon_recents_root_view.xml
@@ -36,5 +36,6 @@ android:text="@string/recents_empty_message" android:textColor="@android:color/white" android:textSize="25sp" + style="@style/TextTitle" android:visibility="gone"/> </com.android.quickstep.views.IconRecentsView> \ No newline at end of file
diff --git a/go/quickstep/res/layout/task_item_view.xml b/go/quickstep/res/layout/task_item_view.xml index ab2cf28..aeac477 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>