pull/49/head
kunfei 5 years ago
parent b2caeedafa
commit 4ed337c22e
  1. 2
      app/src/main/res/drawable/ic_launcher_background.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="#FF5722" android:startColor="#A7A7A7"
android:endColor="#FDFCFC" android:endColor="#FDFCFC"
android:angle="90" /> android:angle="90" />
</shape> </shape>
Loading…
Cancel
Save