Merge code

This commit is contained in:
2022-03-20 14:11:08 +08:00
parent b610eca3b2
commit e509f0e6db
10 changed files with 224 additions and 39 deletions

View File

@@ -0,0 +1,6 @@
<?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>