This commit is contained in:
2020-08-14 15:12:29 +08:00
parent 7667a62e5b
commit 562a4f8df0
365 changed files with 16741 additions and 0 deletions

View File

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