diff options
author | pacien | 2018-08-06 20:02:24 +0200 |
---|---|---|
committer | pacien | 2018-08-06 20:02:24 +0200 |
commit | 0e4304420442be37d334867f11e646826ca1f773 (patch) | |
tree | b99f5dab7f52db2b603c4089ed202ca84b8a53b1 /app/src/main/res/mipmap-anydpi-v26 | |
parent | a99bf101c39eac02bf8464f1926d13ae21ab10d7 (diff) | |
download | tincapp-0e4304420442be37d334867f11e646826ca1f773.tar.gz |
Replace logo and icon
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26')
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 11 | ||||
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..ee5cb46 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | |||
@@ -0,0 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | |||
3 | <!-- | ||
4 | * Tinc App logo and icon made exclusively for Tinc App. | ||
5 | * Copyright (C) 2018 Philippe NGUYEN, Pacien TRAN-GIRARD | ||
6 | --> | ||
7 | |||
8 | <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
9 | <background android:drawable="@drawable/ic_launcher_background"/> | ||
10 | <foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
11 | </adaptive-icon> | ||
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..ee5cb46 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | |||
@@ -0,0 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | |||
3 | <!-- | ||
4 | * Tinc App logo and icon made exclusively for Tinc App. | ||
5 | * Copyright (C) 2018 Philippe NGUYEN, Pacien TRAN-GIRARD | ||
6 | --> | ||
7 | |||
8 | <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
9 | <background android:drawable="@drawable/ic_launcher_background"/> | ||
10 | <foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
11 | </adaptive-icon> | ||