]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/drawable/ic_view_list_black_24dp.xml
bump release version
[mobile-ledger.git] / app / src / main / res / drawable / ic_view_list_black_24dp.xml
1 <!--
2   ~ Copyright © 2019 Damyan Ivanov.
3   ~ This file is part of Mobile-Ledger.
4   ~ Mobile-Ledger is free software: you can distribute it and/or modify it
5   ~ under the term of the GNU General Public License as published by
6   ~ the Free Software Foundation, either version 3 of the License, or
7   ~ (at your opinion), any later version.
8   ~
9   ~ Mobile-Ledger is distributed in the hope that it will be useful,
10   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
11   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12   ~ GNU General Public License terms for details.
13   ~
14   ~ You should have received a copy of the GNU General Public License
15   ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
16   -->
17
18 <!--
19   ~ Copyright Google Inc.
20   ~
21   ~ Licensed under the Apache License, version 2.0 ("the License");
22   ~ you may not use this file except in compliance with the License.
23   ~ You may obtain a copy of the license at:
24   ~
25   ~   https://www.apache.org/licenses/LICENSE-2.0
26   ~
27   ~ Unless required by applicable law or agreed to in writing, software
28   ~ distribution under the License is distributed on an "AS IS" BASIS,
29   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30   ~ See the License for the specific language governing permissions and
31   ~ limitations under the License.
32   -->
33
34 <vector xmlns:android="http://schemas.android.com/apk/res/android"
35     android:width="24dp"
36     android:height="24dp"
37     android:tint="@color/colorAccent"
38     android:viewportWidth="24.0"
39     android:viewportHeight="24.0">
40     <path
41         android:fillColor="#FF000000"
42         android:pathData="M4,14h4v-4L4,10v4zM4,19h4v-4L4,15v4zM4,9h4L8,5L4,5v4zM9,14h12v-4L9,10v4zM9,19h12v-4L9,15v4zM9,5v4h12L21,5L9,5z" />
43 </vector>