修改名称。
This commit is contained in:
6
BaseModule/src/main/res/drawable/w_git_x.xml
Normal file
6
BaseModule/src/main/res/drawable/w_git_x.xml
Normal 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">
|
||||
<stroke android:width="2dp" android:color="@color/colorPrimary" />
|
||||
<corners android:topLeftRadius="70dp" android:topRightRadius="70dp" android:bottomLeftRadius="70dp" android:bottomRightRadius="70dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user