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-v24 | |
parent | a99bf101c39eac02bf8464f1926d13ae21ab10d7 (diff) | |
download | tincapp-0e4304420442be37d334867f11e646826ca1f773.tar.gz |
Replace logo and icon
Diffstat (limited to 'app/src/main/res/drawable-v24')
-rw-r--r-- | app/src/main/res/drawable-v24/ic_launcher_background.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-v24/ic_launcher_background.xml b/app/src/main/res/drawable-v24/ic_launcher_background.xml new file mode 100644 index 0000000..6715591 --- /dev/null +++ b/app/src/main/res/drawable-v24/ic_launcher_background.xml | |||
@@ -0,0 +1,32 @@ | |||
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 | xmlns:aapt="http://schemas.android.com/aapt" | ||
10 | android:width="108dp" | ||
11 | android:height="108dp" | ||
12 | android:viewportHeight="108" | ||
13 | android:viewportWidth="108"> | ||
14 | <path | ||
15 | android:pathData="M0,0h108v108h-108z"> | ||
16 | <aapt:attr name="android:fillColor"> | ||
17 | <gradient | ||
18 | android:endX="64.86" | ||
19 | android:endY="115.61" | ||
20 | android:startX="43.14" | ||
21 | android:startY="-7.61" | ||
22 | android:type="linear"> | ||
23 | <item | ||
24 | android:color="#FF3DC7ED" | ||
25 | android:offset="0.16"/> | ||
26 | <item | ||
27 | android:color="#FF80FF9F" | ||
28 | android:offset="1"/> | ||
29 | </gradient> | ||
30 | </aapt:attr> | ||
31 | </path> | ||
32 | </vector> | ||