Keyboard_Skins/app/src/main/res/drawable/drw_tab_bg.xml
2024-07-04 17:16:49 +08:00

11 lines
305 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="32dp" />
<gradient
android:endColor="#00244CDB"
android:startColor="#5424DB"
android:type="linear" />
</shape>