登录页面UI修改
This commit is contained in:
9
app/src/common/res/drawable/bg_secondary_radius_10.xml
Normal file
9
app/src/common/res/drawable/bg_secondary_radius_10.xml
Normal 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="15dp"/>
|
||||
|
||||
<solid android:color="@color/bg_secondary_2a2a39"/>
|
||||
|
||||
</shape>
|
Reference in New Issue
Block a user