Files
MIUINativeNotifyIcon/app/src/main/res/drawable/bg_orange_round.xml
2022-03-20 14:11:08 +08:00

6 lines
220 B
XML
Executable File

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