Add new QR shortcut icon which follows material guidelines

Remove superfluous drawable files
This commit is contained in:
Michael Schättgen 2019-05-29 23:36:52 +02:00
parent b2995955b6
commit c75b25c4b6
10 changed files with 1 additions and 1 deletions

View file

@ -81,7 +81,7 @@ public class AegisApplication extends Application {
ShortcutInfo shortcut = new ShortcutInfo.Builder(this, "shortcut_new")
.setShortLabel(getString(R.string.new_profile))
.setLongLabel(getString(R.string.add_new_profile))
.setIcon(Icon.createWithResource(this, R.drawable.qr_scanner))
.setIcon(Icon.createWithResource(this, R.drawable.ic_qr_code))
.setIntent(intent)
.build();