|
15
|
1 |
<!--
|
|
|
2 |
|
|
|
3 |
AboutOss is an utility library to retrieve and display
|
|
|
4 |
opensource licenses in Android applications.
|
|
|
5 |
|
|
|
6 |
Copyright (C) 2023 by Frederic-Charles Barthelery.
|
|
|
7 |
|
|
|
8 |
This file is part of AboutOss.
|
|
|
9 |
|
|
|
10 |
AboutOss is free software: you can redistribute it and/or modify
|
|
|
11 |
it under the terms of the GNU General Public License as published by
|
|
|
12 |
the Free Software Foundation, either version 3 of the License, or
|
|
|
13 |
(at your option) any later version.
|
|
|
14 |
|
|
|
15 |
AboutOss is distributed in the hope that it will be useful,
|
|
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
18 |
GNU General Public License for more details.
|
|
|
19 |
|
|
|
20 |
You should have received a copy of the GNU General Public License
|
|
|
21 |
along with AboutOss. If not, see <http://www.gnu.org/licenses/>.
|
|
|
22 |
|
|
|
23 |
-->
|
|
|
24 |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
25 |
xmlns:aapt="http://schemas.android.com/aapt"
|
|
|
26 |
android:width="108dp"
|
|
|
27 |
android:height="108dp"
|
|
|
28 |
android:viewportWidth="108"
|
|
|
29 |
android:viewportHeight="108">
|
|
|
30 |
<path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
|
|
|
31 |
<aapt:attr name="android:fillColor">
|
|
|
32 |
<gradient
|
|
|
33 |
android:endX="85.84757"
|
|
|
34 |
android:endY="92.4963"
|
|
|
35 |
android:startX="42.9492"
|
|
|
36 |
android:startY="49.59793"
|
|
|
37 |
android:type="linear">
|
|
|
38 |
<item
|
|
|
39 |
android:color="#44000000"
|
|
|
40 |
android:offset="0.0" />
|
|
|
41 |
<item
|
|
|
42 |
android:color="#00000000"
|
|
|
43 |
android:offset="1.0" />
|
|
|
44 |
</gradient>
|
|
|
45 |
</aapt:attr>
|
|
|
46 |
</path>
|
|
|
47 |
<path
|
|
|
48 |
android:fillColor="#FFFFFF"
|
|
|
49 |
android:fillType="nonZero"
|
|
|
50 |
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
|
|
|
51 |
android:strokeWidth="1"
|
|
|
52 |
android:strokeColor="#00000000" />
|
|
|
53 |
</vector> |