diff options
| author | 2023-08-17 11:20:57 -0400 | |
|---|---|---|
| committer | 2023-08-17 11:20:57 -0400 | |
| commit | 15357239388b4fbc2afb973cc38a93f81d4ad937 (patch) | |
| tree | dc209dd369471c35ecab1520a8a22451b45f8266 | |
| parent | 1926d7004ddf1dc7d7f993d023089ecc28dbe26f (diff) | |
Increase size of dismiss button on screenshot work profile message
16dp -> 24dp
Bug: 287414761
Fix: 287414761
Test: manual (visual change only)
Change-Id: Ia362cf6c8e396f6c14e55e3f8f2f4c5028efc144
| -rw-r--r-- | packages/SystemUI/res/layout/screenshot_work_profile_first_run.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/screenshot_work_profile_first_run.xml b/packages/SystemUI/res/layout/screenshot_work_profile_first_run.xml index 78cd7184b485..39ec09b14157 100644 --- a/packages/SystemUI/res/layout/screenshot_work_profile_first_run.xml +++ b/packages/SystemUI/res/layout/screenshot_work_profile_first_run.xml @@ -34,8 +34,8 @@ android:layout_height="@dimen/overlay_dismiss_button_tappable_size" android:contentDescription="@string/screenshot_dismiss_work_profile"> <ImageView - android:layout_width="16dp" - android:layout_height="16dp" + android:layout_width="24dp" + android:layout_height="24dp" android:layout_gravity="center" android:background="@drawable/circular_background" android:backgroundTint="?androidprv:attr/materialColorSurfaceContainerHigh" |