Merge pull request #108 from michaelschattgen/feature-qrshortcuticon
Add new QR shortcut icon which follows material guidelines
|
@ -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();
|
||||
|
||||
|
|
BIN
app/src/main/res/drawable-hdpi/ic_qr_code.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 7.2 KiB |
BIN
app/src/main/res/drawable-mdpi/ic_qr_code.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5.9 KiB |
BIN
app/src/main/res/drawable-xhdpi/ic_qr_code.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 8.1 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_qr_code.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 16 KiB |