feat: 开始组装 ui
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="#999999" />
|
||||
<solid android:color="@color/color_f2" />
|
||||
|
||||
</shape>
|
||||
|
||||
7
module_base/src/main/res/drawable/bg_circle_green.xml
Normal file
7
module_base/src/main/res/drawable/bg_circle_green.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="@color/colorPrimary" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user