feat: 优化代码

pull/103/head
kunfei 5 years ago
parent 9a029c7b85
commit 24ce7364d0
  1. 4
      app/src/main/res/drawable/ic_launcher_b1.xml
  2. 2
      app/src/main/res/mipmap-anydpi-v26/launcher1.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/md_blue_800" />
</shape>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<background android:drawable="@drawable/ic_launcher_b1" />
<foreground android:drawable="@drawable/ic_launcher_1" />
</adaptive-icon>
Loading…
Cancel
Save