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

Commit bb1bb1dd authored by Marten Gajda's avatar Marten Gajda
Browse files

add window_overlay drawable

parent 57d41704
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >

    <item android:bottom="-1px">
        <shape android:shape="rectangle" >
            <gradient
                android:angle="270"
                android:centerColor="#10000000"
                android:endColor="#00000000"
                android:startColor="#22000000" />
        </shape>
    </item>
    <item
        android:bottom="-1dp"
        android:left="-1px"
        android:right="-1px"
        android:top="0px">
        <shape android:shape="rectangle" >
            <solid android:color="#00000000" />

            <stroke
                android:width="1px"
                android:color="#10000000" />
        </shape>
    </item>

</layer-list>
 No newline at end of file