Finger_Keyboard/app/src/main/res/drawable/step_background_selected.xml
2025-01-22 18:44:29 +08:00

7 lines
230 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="9dp"/>
<solid android:color="@color/color_DCDCDC"/>
</shape>