Fixes #814 Added App Shortcuts (#3381)

* Fixes #814 Added App Shortcuts

* removed Review app shortcut

* Added Adaptive icons
This commit is contained in:
Madhur Gupta 2020-02-25 23:05:00 +01:00 committed by GitHub
parent fffff62f5c
commit 584fa2c778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 157 additions and 0 deletions

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

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

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

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

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

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