blob: ee5cb465a7b77302ac378a2cc672bdf6b2979445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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"/>
</adaptive-icon>
|