skyline/app/src/main/res/drawable/ic_button.xml
Willi Ye 7526a985fb Use property delegate to handle preferences
* Add option to disable joystick recentering
2020-11-12 22:19:55 +05:30

9 lines
271 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="#20FFFFFF" />
<stroke
android:width="2.5dp"
android:color="#25FFFFFF" />
</shape>