1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-03-15 05:23:59 +01:00
wulkanowy-mirror/app/src/main/res/drawable/background_luckynumber_widget.xml

7 lines
222 B
XML
Raw Normal View History

2019-04-29 14:33:33 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#bbffffff" />
<corners android:radius="8dp" />
2019-04-29 14:33:33 +02:00
</shape>