blob: fbb8960bc49e5d3339ef4af5f378301a97b9db82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<!--
* Tinc Mesh VPN logo and icon made exclusively for Tinc Mesh VPN.
* Copyright (C) 2018 Philippe NGUYEN, Euxane P. 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>
|