mirror of
https://github.com/nextcloud/android.git
synced 2024-12-23 01:00:26 +03:00
e57176f009
Android Studio has started to fail for some stuff with that old structure (for example connected tests don't work). It's about time to do this. Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
46 lines
1.7 KiB
XML
46 lines
1.7 KiB
XML
<!--
|
|
~
|
|
~ Nextcloud Android client application
|
|
~
|
|
~ @author Tobias Kaminsky
|
|
~ Copyright (C) 2020 Tobias Kaminsky
|
|
~ Copyright (C) 2020 Nextcloud GmbH
|
|
~
|
|
~ This program is free software: you can redistribute it and/or modify
|
|
~ it under the terms of the GNU Affero General Public License as published by
|
|
~ the Free Software Foundation, either version 3 of the License, or
|
|
~ (at your option) any later version.
|
|
~
|
|
~ This program is distributed in the hope that it will be useful,
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
~ GNU Affero General Public License for more details.
|
|
~
|
|
~ You should have received a copy of the GNU Affero General Public License
|
|
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<vector xmlns:tools="http://schemas.android.com/tools"
|
|
android:autoMirrored="true"
|
|
android:height="24dp"
|
|
android:viewportHeight="24"
|
|
android:viewportWidth="24"
|
|
android:width="24dp"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
tools:ignore="VectorRaster">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M17,19.22H5V7h7V5H5C3.9,5 3,5.9 3,7v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2v-7h-2V19.22z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M19,2h-2v3h-3c0.01,0.01 0,2 0,2h3v2.99c0.01,0.01 2,0 2,0V7h3V5h-3V2z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M7,9h8v2h-8z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M7,12l0,2l8,0l0,-2l-3,0z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M7,15h8v2h-8z" />
|
|
</vector>
|