调整UI
This commit is contained in:
8
common/src/main/res/drawable/bg_sys_svga.xml
Normal file
8
common/src/main/res/drawable/bg_sys_svga.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="6dp" />
|
||||
<gradient
|
||||
android:endColor="#E0E1E6"
|
||||
android:startColor="#E0E1E6"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user