Keyboard_Themes/app/src/main/res/drawable/shape_main.xml
2024-11-20 16:29:09 +08:00

10 lines
327 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="10dp"/>
<gradient
android:centerColor="@color/color1"
android:endColor="@color/color2"
android:startColor="@color/color3" />
</shape>