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

8 lines
251 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/future_tech_light_gray" />
<corners android:radius="16dp" />
</shape>