]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/drawable/ic_launcher_background.xml
provide all kinds of launcher icons
[mobile-ledger.git] / app / src / main / res / drawable / ic_launcher_background.xml
1 <?xml version="1.0" encoding="utf-8"?><!--
2   ~ Copyright Google Inc.
3   ~
4   ~ Licensed under the Apache License, version 2.0 ("the License");
5   ~ you may not use this file except in compliance with the License.
6   ~ You may obtain a copy of the license at:
7   ~
8   ~ https://www.apache.org/licenses/LICENSE-2.0
9   ~
10   ~ Unless required by applicable law or agreed to in writing, software
11   ~ distribution under the License is distributed on an "AS IS" BASIS,
12   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   ~ See the License for the specific language governing permissions and
14   ~ limitations under the License.
15   ~
16   ~ Modified/adapted by Damyan Ivanov for MoLe
17   -->
18 <vector xmlns:android="http://schemas.android.com/apk/res/android"
19     android:width="108dp"
20     android:height="108dp"
21     android:autoMirrored="true"
22     android:viewportWidth="90"
23     android:viewportHeight="90"
24     >
25     <path
26         android:fillAlpha="1"
27         android:fillColor="?colorPrimary"
28         android:fillType="nonZero"
29         android:pathData="M0,0 l0,90 l90,0 l0,-90 z"
30         android:strokeWidth="0"
31         android:strokeAlpha="1"
32         android:strokeColor="#00000000"
33         android:strokeLineCap="square"
34         android:strokeLineJoin="round"
35         />
36 </vector>