diff options
author | Arne Schwabe <arne@rfc2549.org> | 2018-06-28 15:21:18 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2018-07-27 12:53:11 +0200 |
commit | 7b7940186fafcdf4bb15ea8e087b8cf345cd53c8 (patch) | |
tree | d11cb5bc887ace20d14ef42daf778709e7eb5e79 /tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26 | |
parent | d8ee68b5d912933f36e0fc9edc63a2e7eb7f819f (diff) |
First draft of an external TLS provider app.
Diffstat (limited to 'tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26')
-rw-r--r-- | tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 10 | ||||
-rw-r--r-- | tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..72310419 --- /dev/null +++ b/tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (c) 2012-2018 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@drawable/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> +</adaptive-icon>
\ No newline at end of file diff --git a/tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..72310419 --- /dev/null +++ b/tlsexternalcertprovider/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (c) 2012-2018 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@drawable/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> +</adaptive-icon>
\ No newline at end of file |