pull/63/head
kunfei 5 years ago
parent 807123a230
commit 148ebfc585
  1. 2
      app/src/main/res/drawable/bg_shadow_bottom.xml
  2. 2
      app/src/main/res/drawable/bg_shadow_bottom_night.xml
  3. 2
      app/src/main/res/drawable/bg_shadow_top.xml
  4. 2
      app/src/main/res/drawable/bg_shadow_top_night.xml

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<!--实现应用背景颜色渐变--> <!--实现应用背景颜色渐变-->
<gradient <gradient
android:startColor="#4D000000" android:startColor="#17000000"
android:endColor="#00000000" android:endColor="#00000000"
android:angle="90" /> android:angle="90" />
</shape> </shape>

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<!--实现应用背景颜色渐变--> <!--实现应用背景颜色渐变-->
<gradient <gradient
android:startColor="#4DFFFFFF" android:startColor="#17FFFFFF"
android:endColor="#00FFFFFF" android:endColor="#00FFFFFF"
android:angle="90" /> android:angle="90" />
</shape> </shape>

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<!--实现应用背景颜色渐变--> <!--实现应用背景颜色渐变-->
<gradient <gradient
android:startColor="#4D000000" android:startColor="#17000000"
android:endColor="#00000000" android:endColor="#00000000"
android:angle="270" /> android:angle="270" />
</shape> </shape>

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<!--实现应用背景颜色渐变--> <!--实现应用背景颜色渐变-->
<gradient <gradient
android:startColor="#4DFFFFFF" android:startColor="#17FFFFFF"
android:endColor="#00FFFFFF" android:endColor="#00FFFFFF"
android:angle="270" /> android:angle="270" />
</shape> </shape>
Loading…
Cancel
Save