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/drawable | |
parent | a99bf101c39eac02bf8464f1926d13ae21ab10d7 (diff) | |
download | tincapp-0e4304420442be37d334867f11e646826ca1f773.tar.gz |
Replace logo and icon
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/ic_launcher_foreground.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..b7429e8 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml | |||
@@ -0,0 +1,27 @@ | |||
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 | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
9 | android:width="108dp" | ||
10 | android:height="108dp" | ||
11 | android:viewportHeight="108.3" | ||
12 | android:viewportWidth="108.3"> | ||
13 | <path | ||
14 | android:fillColor="#00000000" | ||
15 | android:pathData="M58.33,38.53l-19.8,19.8l27.05,7.25l-7.25,-27.05z" | ||
16 | android:strokeColor="#f0f0f0" | ||
17 | android:strokeWidth="3"/> | ||
18 | <path | ||
19 | android:fillColor="#fff" | ||
20 | android:pathData="M58.33,38.54m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0"/> | ||
21 | <path | ||
22 | android:fillColor="#fff" | ||
23 | android:pathData="M38.54,58.33m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0"/> | ||
24 | <path | ||
25 | android:fillColor="#fff" | ||
26 | android:pathData="M65.58,65.58m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0"/> | ||
27 | </vector> | ||