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

Commit 8f2d99b9 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Quantum popup nine-patch with baked-in shadow"

parents b01cb2c0 0a2242b1
Loading
Loading
Loading
Loading
+1.3 KiB
Loading image diff...
+961 B
Loading image diff...
+2.39 KiB
Loading image diff...
+3.57 KiB
Loading image diff...
+4 −9
Original line number Diff line number Diff line
@@ -14,12 +14,7 @@
     limitations under the License.
-->

<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <corners
        android:radius="2dp" />
    <solid
        android:color="?attr/colorBackground" />

</shape>
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/popup_background_qntm_mult"
    android:tint="?attr/colorBackground"
    android:tintMode="multiply" />
Loading