apps-android-commons/app/src/main/res/mipmap-anydpi-v26/ic_settings_black_round.xml
Madhur Gupta 584fa2c778
Fixes #814 Added App Shortcuts (#3381)
* Fixes #814 Added App Shortcuts

* removed Review app shortcut

* Added Adaptive icons
2020-02-25 15:05:00 -07:00

5 lines
No EOL
279 B
XML

<?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>