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

Commit a40be6fa authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '221-widget_background' into 'v1-oreo'

Update widget background

See merge request !117
parents a6ca0bcb f0511905
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#33000000"/>
    <solid android:color="#4D666666"/>
    <corners android:radius="15dp"/>
    <padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape>
 No newline at end of file