Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15357239 authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Increase size of dismiss button on screenshot work profile message

16dp -> 24dp

Bug: 287414761
Fix: 287414761
Test: manual (visual change only)
Change-Id: Ia362cf6c8e396f6c14e55e3f8f2f4c5028efc144
parent 1926d700
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"