背景区域还原
This commit is contained in:
parent
5e0cdb524c
commit
1d01835f48
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape android:shape="rectangle"
|
<shape android:shape="rectangle"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<gradient android:type="linear" android:useLevel="true" android:startColor="#ffffffff"
|
<gradient android:type="linear" android:useLevel="true" android:startColor="#fff8bbc8"
|
||||||
android:endColor="#fff8bbc8" android:angle="90" />
|
android:endColor="#ffffffff" android:angle="90" />
|
||||||
<corners android:topLeftRadius="15dp" android:topRightRadius="15dp"
|
<corners android:topLeftRadius="15dp" android:topRightRadius="15dp"
|
||||||
android:bottomLeftRadius="15dp" android:bottomRightRadius="15dp" />
|
android:bottomLeftRadius="15dp" android:bottomRightRadius="15dp" />
|
||||||
</shape>
|
</shape>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue