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

Commit 0a2242b1 authored by Alan Viverette's avatar Alan Viverette
Browse files

Quantum popup nine-patch with baked-in shadow

Also updates background color for Quantum dark so that the shadow
is visible against the background.

BUG: 15120387
Change-Id: I19bf176491b5f2b82f9a38afe9593cb6e5592623
parent 193909da
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