Keyboard_Skinning/app/src/main/res/drawable/shape_set.xml
2025-03-20 10:43:45 +08:00

7 lines
233 B
XML

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