0.8.0 - History Screen and Project Name change
This commit is contained in:
parent
0b3a31a183
commit
5a966e9d9d
171 changed files with 3027 additions and 1877 deletions
6
app/src/main/res/mipmap-anydpi/app_icon.xml
Normal file
6
app/src/main/res/mipmap-anydpi/app_icon.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/app_icon_background" />
|
||||
<foreground android:drawable="@mipmap/app_icon_foreground" />
|
||||
<monochrome android:drawable="@mipmap/app_icon_monochrome" />
|
||||
</adaptive-icon>
|
||||
6
app/src/main/res/mipmap-anydpi/app_icon_round.xml
Normal file
6
app/src/main/res/mipmap-anydpi/app_icon_round.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/app_icon_background" />
|
||||
<foreground android:drawable="@mipmap/app_icon_foreground" />
|
||||
<monochrome android:drawable="@mipmap/app_icon_monochrome" />
|
||||
</adaptive-icon>
|
||||
Loading…
Add table
Add a link
Reference in a new issue