pull/63/head
kunfei 5 years ago
parent 4aafb528e2
commit 807123a230
  1. BIN
      app/src/main/res/drawable/bg_shadow_bottom.png
  2. 8
      app/src/main/res/drawable/bg_shadow_bottom.xml
  3. BIN
      app/src/main/res/drawable/bg_shadow_bottom_night.png
  4. 8
      app/src/main/res/drawable/bg_shadow_bottom_night.xml
  5. BIN
      app/src/main/res/drawable/bg_shadow_top.png
  6. 8
      app/src/main/res/drawable/bg_shadow_top.xml
  7. BIN
      app/src/main/res/drawable/bg_shadow_top_night.png
  8. 8
      app/src/main/res/drawable/bg_shadow_top_night.xml

Binary file not shown.

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>

Binary file not shown.

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>

Binary file not shown.

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>

Binary file not shown.

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…
Cancel
Save