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

Commit 5f7b09e5 authored by tanaykhemani's avatar tanaykhemani Committed by Tanay Khemani
Browse files

Set the stroke width of IDS pill to 1dp

Bug: 416397437
Test: local test
Flag: EXEMPT Bug Fix
Change-Id: I8f617eb5b6b0f14f43b24ddc93f1ad6928ac5039
parent bdda37ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    android:color="@color/media_seamless_border">
    <item android:id="@android:id/background">
        <shape android:shape="rectangle">
            <stroke android:width="2dp" android:color="@color/media_seamless_border" />
            <stroke android:width="1dp" android:color="@color/media_seamless_border" />
            <solid android:color="#0000004D" />
            <corners android:radius="24dp"/>
            <padding