mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-03-15 02:13:59 +01:00
7 lines
222 B
XML
7 lines
222 B
XML
<?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" />
|
|
</shape>
|