pull/63/head
parent
4aafb528e2
commit
807123a230
Before Width: | Height: | Size: 3.1 KiB |
@ -0,0 +1,8 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
|
<!--实现应用背景颜色渐变--> |
||||||
|
<gradient |
||||||
|
android:startColor="#4D000000" |
||||||
|
android:endColor="#00000000" |
||||||
|
android:angle="90" /> |
||||||
|
</shape> |
Before Width: | Height: | Size: 418 B |
@ -0,0 +1,8 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
|
<!--实现应用背景颜色渐变--> |
||||||
|
<gradient |
||||||
|
android:startColor="#4DFFFFFF" |
||||||
|
android:endColor="#00FFFFFF" |
||||||
|
android:angle="90" /> |
||||||
|
</shape> |
Before Width: | Height: | Size: 340 B |
@ -0,0 +1,8 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
|
<!--实现应用背景颜色渐变--> |
||||||
|
<gradient |
||||||
|
android:startColor="#4D000000" |
||||||
|
android:endColor="#00000000" |
||||||
|
android:angle="270" /> |
||||||
|
</shape> |
Before Width: | Height: | Size: 424 B |
@ -0,0 +1,8 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
|
<!--实现应用背景颜色渐变--> |
||||||
|
<gradient |
||||||
|
android:startColor="#4DFFFFFF" |
||||||
|
android:endColor="#00FFFFFF" |
||||||
|
android:angle="270" /> |
||||||
|
</shape> |
Loading…
Reference in new issue