Horje
android multiple shapes in drawable Code Example
android multiple shapes in drawable
<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="oval">
            <solid android:color="@android:color/black" />
        </shape>
    </item>
    <item android:top="1dp" android:left="1dp" android:right="1dp" android:bottom="1dp">
        <shape android:shape="oval">
            <solid android:color="@android:color/red" />
        </shape>
    </item>
</layer-list>




Whatever

Related
how to summon a baby zombie with diamond armor Code Example how to summon a baby zombie with diamond armor Code Example
autoreconf: automake failed with exit status: 1 gpaste error Code Example autoreconf: automake failed with exit status: 1 gpaste error Code Example
mui data grid row disable row selection Code Example mui data grid row disable row selection Code Example
hard reset single file Code Example hard reset single file Code Example
tabulator row.delete() Code Example tabulator row.delete() Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8