This commit is contained in:
2020-08-27 18:26:47 +08:00
parent a9ea74aae7
commit f66c75a39e
13 changed files with 237 additions and 97 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="1dp" android:color="#ffb1b1b1" />
<corners android:topLeftRadius="2dp" android:topRightRadius="2dp" android:bottomLeftRadius="2dp" android:bottomRightRadius="2dp" />
</shape>