From ce820f51e25cea292ddd13815b79941223bfca38 Mon Sep 17 00:00:00 2001 From: Samuel Fufa Date: Fri, 18 Jun 2021 17:23:48 -0500 Subject: [PATCH] Polish work for work profile Bug: 191478900 Work profile toggle specs Bug: 187761192 Fix issue where Installing app scrolling apps to top Bug: 191121890 Fix issue where top of AllApps becomes empty when returning to AllApps Bug: 191477329 String change for work profile paused state Test: local Change-Id: Idbaab333566b54afa3dc879f5bea98e1f77c44fc --- res/drawable/work_apps_toggle_background.xml | 8 ++++++-- res/layout/work_apps_edu.xml | 2 +- res/layout/work_apps_paused.xml | 10 +++++----- res/layout/work_mode_fab.xml | 2 ++ res/values/strings.xml | 2 +- src/com/android/launcher3/Launcher.java | 2 +- .../launcher3/allapps/AllAppsContainerView.java | 10 ++++++---- .../android/launcher3/views/SpringRelativeLayout.java | 5 ++--- 8 files changed, 24 insertions(+), 17 deletions(-) diff --git a/res/drawable/work_apps_toggle_background.xml b/res/drawable/work_apps_toggle_background.xml index b7115f86b5..a47c8fef7c 100644 --- a/res/drawable/work_apps_toggle_background.xml +++ b/res/drawable/work_apps_toggle_background.xml @@ -18,14 +18,18 @@ - + - + diff --git a/res/layout/work_apps_edu.xml b/res/layout/work_apps_edu.xml index 97feb23745..919f1b27cf 100644 --- a/res/layout/work_apps_edu.xml +++ b/res/layout/work_apps_edu.xml @@ -42,7 +42,7 @@