修改动态和部分我的界面
This commit is contained in:
11
app/src/main/res/drawable/bg_level.xml
Normal file
11
app/src/main/res/drawable/bg_level.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient android:angle="0"
|
||||
android:startColor="#65DAEC"
|
||||
android:endColor="#6FF0B7"/>
|
||||
|
||||
<corners android:radius="@dimen/dp45"/>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user