]> git.ktnx.net Git - mobile-ledger.git/commit
populate app icons in different resolutions
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 30 Jan 2019 19:46:16 +0000 (19:46 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 30 Jan 2019 19:46:16 +0000 (19:46 +0000)
commit71dcb4bdfb0acd8c46c4760b970e316d0e111c1b
treed172a92d41ff5167a1ca51816adbf2e1aef15319
parente6a08cc6444d1df05dc3525b4c5280993491e024
populate app icons in different resolutions
app/src/main/res/drawable-hdpi/ic_app_icon.png [new file with mode: 0644]
app/src/main/res/drawable-ldpi/ic_app_icon.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_app_icon.png [new file with mode: 0644]
app/src/main/res/drawable-tvdpi/ic_app_icon.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_app_icon.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_app_icon.png [new file with mode: 0644]
app/src/main/res/drawable-xxxhdpi/ic_app_icon.png [new file with mode: 0644]
tools/populate-app-icon [new file with mode: 0755]