mirror of
https://github.com/woheller69/solxpect.git
synced 2026-01-31 14:25:17 +01:00
14 lines
No EOL
425 B
XML
14 lines
No EOL
425 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/widgetBackground" />
|
|
<stroke android:width="0dp"
|
|
android:color="@color/widgetBackground"
|
|
/>
|
|
<padding
|
|
android:bottom="-3dp"
|
|
android:top="-3dp"
|
|
android:left="5dp"
|
|
android:right="5dp" />
|
|
|
|
<corners android:radius="7dp" />
|
|
</shape> |