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

12 lines
353 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:topLeftRadius="16dp"
android:topRightRadius="16dp" />
<gradient
android:angle="270"
android:endColor="#1A91D3"
android:startColor="#1FDCAF" />
</shape>