diff --git a/res/layout/work_apps_edu.xml b/res/layout/work_apps_edu.xml
index 1517087fe2..73200de591 100644
--- a/res/layout/work_apps_edu.xml
+++ b/res/layout/work_apps_edu.xml
@@ -19,37 +19,49 @@
android:layout_marginTop="8dp"
android:gravity="center">
-
-
-
-
+
+
+
+
+
+
+
+
+
- android:textSize="14sp" />
-
\ No newline at end of file
diff --git a/res/layout/work_mode_fab.xml b/res/layout/work_mode_fab.xml
index 04faa15271..c536d77b43 100644
--- a/res/layout/work_mode_fab.xml
+++ b/res/layout/work_mode_fab.xml
@@ -29,4 +29,6 @@
android:drawableStart="@drawable/ic_corp_off"
android:layout_marginBottom="@dimen/work_fab_margin"
android:layout_marginEnd="@dimen/work_fab_margin"
+ android:paddingLeft="@dimen/work_mode_fab_padding"
+ android:paddingRight="@dimen/work_mode_fab_padding"
android:text="@string/work_apps_pause_btn_text" />
\ No newline at end of file
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 327174d542..b320bb2603 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -137,18 +137,25 @@
56dp
- 28dp
- 24dp
+ 16dp
+ 10dp
52dp
16dp
+ 16dp
20dp
16dp
- 28dp
+ 16dp
+
+ 24dp
+
+ 24dp
+ 16dp
+ 4dp
48dp
- 32dp
- 16dp
+ 48dp
+ 200dp
8dp
diff --git a/src/com/android/launcher3/allapps/WorkAdapterProvider.java b/src/com/android/launcher3/allapps/WorkAdapterProvider.java
index f52a21f204..ce44958b19 100644
--- a/src/com/android/launcher3/allapps/WorkAdapterProvider.java
+++ b/src/com/android/launcher3/allapps/WorkAdapterProvider.java
@@ -92,8 +92,6 @@ public class WorkAdapterProvider extends BaseAdapterProvider {
TextView title = view.findViewById(R.id.work_apps_paused_title);
title.setText(cache.workProfileEdu);
- Button button = view.findViewById(R.id.action_btn);
- button.setText(cache.workProfileEduAccept);
}
/**