PersonalisedKeyboard/app/src/main/res/drawable/banner_gradient_b.xml
2026-01-08 16:04:51 +08:00

12 lines
356 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:startColor="#00000000"
android:centerColor="#40000000"
android:endColor="#80000000" />
<corners android:radius="16dp" />
</shape>