]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Add an adaptive launcher icon
authorTobias Brunner <tobias@strongswan.org>
Thu, 14 Jun 2018 12:02:22 +0000 (14:02 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 3 Jul 2018 09:31:36 +0000 (11:31 +0200)
commit5b6a0a3f9e0f04aef1b0de9bd22859fd217e7823
treea4cdf6e6312e59d20aa74d830601d64dcaf0e9be
parenta7d679ff1b192936af4045b934f3a07a8e46b8c9
android: Add an adaptive launcher icon

Using <inset> in a mipmap folder apparently is not fully valid, at least
Android Studio complains about it (it seems to work fine, though).
src/frontends/android/app/src/main/AndroidManifest.xml
src/frontends/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml [new file with mode: 0644]
src/frontends/android/app/src/main/res/mipmap-anydpi/ic_launcher.xml [new file with mode: 0644]
src/frontends/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher_bg.png [new file with mode: 0644]
src/frontends/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher_fg.png [new file with mode: 0644]