mirror of https://github.com/M66B/FairEmail.git
parent
2f59257b1c
commit
45bdac39d2
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/colorWidgetBackground" />
|
||||
<corners android:radius="6dp" />
|
||||
<padding
|
||||
android:bottom="0dp"
|
||||
android:left="0dp"
|
||||
android:right="0dp"
|
||||
android:top="0dp" />
|
||||
</shape>
|
Loading…
Reference in new issue