diff --git a/quickstep/res/layout/task_desktop.xml b/quickstep/res/layout/task_desktop.xml index 8c7090e41a..1564653733 100644 --- a/quickstep/res/layout/task_desktop.xml +++ b/quickstep/res/layout/task_desktop.xml @@ -1,5 +1,4 @@ - - - + launcher:hoverBorderColor="?attr/materialColorPrimary"> + android:inflatedId="@id/icon" /> diff --git a/quickstep/res/values/strings.xml b/quickstep/res/values/strings.xml index 037a0f6d72..d0f474ff04 100644 --- a/quickstep/res/values/strings.xml +++ b/quickstep/res/values/strings.xml @@ -26,9 +26,12 @@ Pin Freeform - + Desktop + + Desktop + No recent items diff --git a/quickstep/src/com/android/quickstep/views/DesktopTaskView.kt b/quickstep/src/com/android/quickstep/views/DesktopTaskView.kt index aa628f83cf..e242dfd7c6 100644 --- a/quickstep/src/com/android/quickstep/views/DesktopTaskView.kt +++ b/quickstep/src/com/android/quickstep/views/DesktopTaskView.kt @@ -94,7 +94,7 @@ class DesktopTaskView @JvmOverloads constructor(context: Context, attrs: Attribu context.theme ) ) - setText(resources.getText(R.string.recent_task_option_desktop)) + setText(resources.getText(R.string.recent_task_desktop)) } childCountAtInflation = childCount }