diff options
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml')
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 11 |
1 files changed, 11 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> | ||