blob: b6d656c402e9c8605a933edc293f1ae6937d10c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<!--
* Tinc App logo and icon made exclusively for Tinc App.
* Copyright (C) 2018 Philippe NGUYEN, Pacien TRAN-GIRARD
-->
<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"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
|