mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-29 19:51:50 +01:00
9 lines
282 B
XML
9 lines
282 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="oval">
|
||
|
<solid android:color="#A0000000" />
|
||
|
<stroke
|
||
|
android:width="2.5dp"
|
||
|
android:color="@android:color/black" />
|
||
|
</shape>
|