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,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners
android:radius="@dimen/dimen_10"/>
<solid android:color="@color/colorWhite" />
</shape>