1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- |
|
3 |
|
4 AboutOss is an utility library to retrieve and display |
|
5 opensource licenses in Android applications. |
|
6 |
|
7 Copyright (C) 2023-2025 by Frederic-Charles Barthelery. |
|
8 |
|
9 This file is part of AboutOss. |
|
10 |
|
11 AboutOss is free software: you can redistribute it and/or modify |
|
12 it under the terms of the GNU General Public License as published by |
|
13 the Free Software Foundation, either version 3 of the License, or |
|
14 (at your option) any later version. |
|
15 |
|
16 AboutOss is distributed in the hope that it will be useful, |
|
17 but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
19 GNU General Public License for more details. |
|
20 |
|
21 You should have received a copy of the GNU General Public License |
|
22 along with AboutOss. If not, see <http://www.gnu.org/licenses/>. |
|
23 |
|
24 --> |
|
25 <vector xmlns:android="http://schemas.android.com/apk/res/android" |
|
26 android:width="108dp" |
|
27 android:height="108dp" |
|
28 android:viewportWidth="108" |
|
29 android:viewportHeight="108"> |
|
30 <path |
|
31 android:fillColor="#3DDC84" |
|
32 android:pathData="M0,0h108v108h-108z" /> |
|
33 <path |
|
34 android:fillColor="#00000000" |
|
35 android:pathData="M9,0L9,108" |
|
36 android:strokeWidth="0.8" |
|
37 android:strokeColor="#33FFFFFF" /> |
|
38 <path |
|
39 android:fillColor="#00000000" |
|
40 android:pathData="M19,0L19,108" |
|
41 android:strokeWidth="0.8" |
|
42 android:strokeColor="#33FFFFFF" /> |
|
43 <path |
|
44 android:fillColor="#00000000" |
|
45 android:pathData="M29,0L29,108" |
|
46 android:strokeWidth="0.8" |
|
47 android:strokeColor="#33FFFFFF" /> |
|
48 <path |
|
49 android:fillColor="#00000000" |
|
50 android:pathData="M39,0L39,108" |
|
51 android:strokeWidth="0.8" |
|
52 android:strokeColor="#33FFFFFF" /> |
|
53 <path |
|
54 android:fillColor="#00000000" |
|
55 android:pathData="M49,0L49,108" |
|
56 android:strokeWidth="0.8" |
|
57 android:strokeColor="#33FFFFFF" /> |
|
58 <path |
|
59 android:fillColor="#00000000" |
|
60 android:pathData="M59,0L59,108" |
|
61 android:strokeWidth="0.8" |
|
62 android:strokeColor="#33FFFFFF" /> |
|
63 <path |
|
64 android:fillColor="#00000000" |
|
65 android:pathData="M69,0L69,108" |
|
66 android:strokeWidth="0.8" |
|
67 android:strokeColor="#33FFFFFF" /> |
|
68 <path |
|
69 android:fillColor="#00000000" |
|
70 android:pathData="M79,0L79,108" |
|
71 android:strokeWidth="0.8" |
|
72 android:strokeColor="#33FFFFFF" /> |
|
73 <path |
|
74 android:fillColor="#00000000" |
|
75 android:pathData="M89,0L89,108" |
|
76 android:strokeWidth="0.8" |
|
77 android:strokeColor="#33FFFFFF" /> |
|
78 <path |
|
79 android:fillColor="#00000000" |
|
80 android:pathData="M99,0L99,108" |
|
81 android:strokeWidth="0.8" |
|
82 android:strokeColor="#33FFFFFF" /> |
|
83 <path |
|
84 android:fillColor="#00000000" |
|
85 android:pathData="M0,9L108,9" |
|
86 android:strokeWidth="0.8" |
|
87 android:strokeColor="#33FFFFFF" /> |
|
88 <path |
|
89 android:fillColor="#00000000" |
|
90 android:pathData="M0,19L108,19" |
|
91 android:strokeWidth="0.8" |
|
92 android:strokeColor="#33FFFFFF" /> |
|
93 <path |
|
94 android:fillColor="#00000000" |
|
95 android:pathData="M0,29L108,29" |
|
96 android:strokeWidth="0.8" |
|
97 android:strokeColor="#33FFFFFF" /> |
|
98 <path |
|
99 android:fillColor="#00000000" |
|
100 android:pathData="M0,39L108,39" |
|
101 android:strokeWidth="0.8" |
|
102 android:strokeColor="#33FFFFFF" /> |
|
103 <path |
|
104 android:fillColor="#00000000" |
|
105 android:pathData="M0,49L108,49" |
|
106 android:strokeWidth="0.8" |
|
107 android:strokeColor="#33FFFFFF" /> |
|
108 <path |
|
109 android:fillColor="#00000000" |
|
110 android:pathData="M0,59L108,59" |
|
111 android:strokeWidth="0.8" |
|
112 android:strokeColor="#33FFFFFF" /> |
|
113 <path |
|
114 android:fillColor="#00000000" |
|
115 android:pathData="M0,69L108,69" |
|
116 android:strokeWidth="0.8" |
|
117 android:strokeColor="#33FFFFFF" /> |
|
118 <path |
|
119 android:fillColor="#00000000" |
|
120 android:pathData="M0,79L108,79" |
|
121 android:strokeWidth="0.8" |
|
122 android:strokeColor="#33FFFFFF" /> |
|
123 <path |
|
124 android:fillColor="#00000000" |
|
125 android:pathData="M0,89L108,89" |
|
126 android:strokeWidth="0.8" |
|
127 android:strokeColor="#33FFFFFF" /> |
|
128 <path |
|
129 android:fillColor="#00000000" |
|
130 android:pathData="M0,99L108,99" |
|
131 android:strokeWidth="0.8" |
|
132 android:strokeColor="#33FFFFFF" /> |
|
133 <path |
|
134 android:fillColor="#00000000" |
|
135 android:pathData="M19,29L89,29" |
|
136 android:strokeWidth="0.8" |
|
137 android:strokeColor="#33FFFFFF" /> |
|
138 <path |
|
139 android:fillColor="#00000000" |
|
140 android:pathData="M19,39L89,39" |
|
141 android:strokeWidth="0.8" |
|
142 android:strokeColor="#33FFFFFF" /> |
|
143 <path |
|
144 android:fillColor="#00000000" |
|
145 android:pathData="M19,49L89,49" |
|
146 android:strokeWidth="0.8" |
|
147 android:strokeColor="#33FFFFFF" /> |
|
148 <path |
|
149 android:fillColor="#00000000" |
|
150 android:pathData="M19,59L89,59" |
|
151 android:strokeWidth="0.8" |
|
152 android:strokeColor="#33FFFFFF" /> |
|
153 <path |
|
154 android:fillColor="#00000000" |
|
155 android:pathData="M19,69L89,69" |
|
156 android:strokeWidth="0.8" |
|
157 android:strokeColor="#33FFFFFF" /> |
|
158 <path |
|
159 android:fillColor="#00000000" |
|
160 android:pathData="M19,79L89,79" |
|
161 android:strokeWidth="0.8" |
|
162 android:strokeColor="#33FFFFFF" /> |
|
163 <path |
|
164 android:fillColor="#00000000" |
|
165 android:pathData="M29,19L29,89" |
|
166 android:strokeWidth="0.8" |
|
167 android:strokeColor="#33FFFFFF" /> |
|
168 <path |
|
169 android:fillColor="#00000000" |
|
170 android:pathData="M39,19L39,89" |
|
171 android:strokeWidth="0.8" |
|
172 android:strokeColor="#33FFFFFF" /> |
|
173 <path |
|
174 android:fillColor="#00000000" |
|
175 android:pathData="M49,19L49,89" |
|
176 android:strokeWidth="0.8" |
|
177 android:strokeColor="#33FFFFFF" /> |
|
178 <path |
|
179 android:fillColor="#00000000" |
|
180 android:pathData="M59,19L59,89" |
|
181 android:strokeWidth="0.8" |
|
182 android:strokeColor="#33FFFFFF" /> |
|
183 <path |
|
184 android:fillColor="#00000000" |
|
185 android:pathData="M69,19L69,89" |
|
186 android:strokeWidth="0.8" |
|
187 android:strokeColor="#33FFFFFF" /> |
|
188 <path |
|
189 android:fillColor="#00000000" |
|
190 android:pathData="M79,19L79,89" |
|
191 android:strokeWidth="0.8" |
|
192 android:strokeColor="#33FFFFFF" /> |
|
193 </vector> |
|