mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-27 20:21:52 +01:00
7526a985fb
* Add option to disable joystick recentering
9 lines
271 B
XML
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>
|