KeyboardCraft/app/src/main/res/drawable/drw_main_bg.xml
2025-05-26 16:14:15 +08:00

9 lines
262 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="270"
android:endColor="#E5F6FF"
android:startColor="#E7FFF9" />
</shape>