mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
* Fixes #814 Added App Shortcuts * removed Review app shortcut * Added Adaptive icons
This commit is contained in:
parent
fffff62f5c
commit
584fa2c778
49 changed files with 157 additions and 0 deletions
5
app/src/main/res/mipmap-anydpi-v26/ic_explore.xml
Normal file
5
app/src/main/res/mipmap-anydpi-v26/ic_explore.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_explore_background"/>
|
||||
<foreground android:drawable="@drawable/ic_explore_foreground"/>
|
||||
</adaptive-icon>
|
||||
5
app/src/main/res/mipmap-anydpi-v26/ic_explore_round.xml
Normal file
5
app/src/main/res/mipmap-anydpi-v26/ic_explore_round.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_explore_background"/>
|
||||
<foreground android:drawable="@drawable/ic_explore_foreground"/>
|
||||
</adaptive-icon>
|
||||
5
app/src/main/res/mipmap-anydpi-v26/ic_filled_star.xml
Normal file
5
app/src/main/res/mipmap-anydpi-v26/ic_filled_star.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_filled_star_background"/>
|
||||
<foreground android:drawable="@drawable/ic_filled_star_foreground"/>
|
||||
</adaptive-icon>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_filled_star_background"/>
|
||||
<foreground android:drawable="@drawable/ic_filled_star_foreground"/>
|
||||
</adaptive-icon>
|
||||
5
app/src/main/res/mipmap-anydpi-v26/ic_settings_black.xml
Normal file
5
app/src/main/res/mipmap-anydpi-v26/ic_settings_black.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_settings_black_background"/>
|
||||
<foreground android:drawable="@drawable/ic_settings_black_foreground"/>
|
||||
</adaptive-icon>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_settings_black_background"/>
|
||||
<foreground android:drawable="@drawable/ic_settings_black_foreground"/>
|
||||
</adaptive-icon>
|
||||
Loading…
Add table
Add a link
Reference in a new issue