|
@@ -1,35 +1,24 @@
|
|
|
<!--
|
|
|
- ~ Nextcloud Talk application
|
|
|
+ ~ Nextcloud Talk - Android Client
|
|
|
~
|
|
|
- ~ @author Andy Scherzinger
|
|
|
- ~ Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
|
|
|
- ~
|
|
|
- ~ This program is free software: you can redistribute it and/or modify
|
|
|
- ~ it under the terms of the GNU 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 General Public License for more details.
|
|
|
- ~
|
|
|
- ~ You should have received a copy of the GNU General Public License
|
|
|
- ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
- -->
|
|
|
-
|
|
|
+ ~ SPDX-FileCopyrightText: 2018-2024 Google LLC
|
|
|
+ ~ SPDX-FileCopyrightText: 2021-2024 Andy Scherzinger <info@andy-scherzinger.de>
|
|
|
+ ~ SPDX-License-Identifier: Apache-2.0
|
|
|
+-->
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:width="24dp"
|
|
|
- android:height="24dp"
|
|
|
- android:autoMirrored="true"
|
|
|
- android:viewportWidth="24"
|
|
|
- android:viewportHeight="24">
|
|
|
- <path
|
|
|
- android:fillColor="#2C2C2C"
|
|
|
- android:fillType="nonZero"
|
|
|
- android:pathData="M12,0C5.4168,0 0,5.4168 0,12C0,18.5832 5.4168,24 12,24C18.5832,24 24,18.5832 24,12C24,5.4168 18.5832,0 12,0Z" />
|
|
|
- <path
|
|
|
- android:fillColor="#ffffff"
|
|
|
- android:fillType="nonZero"
|
|
|
- android:pathData="M7.4167,6C7.1833,6 7,6.1833 7,6.4167L7,17.25C7,17.4833 7.1833,17.6667 7.4167,17.6667L16.5833,17.6667C16.8167,17.6667 17,17.4833 17,17.25L17,8.5L14.5,6L7.4167,6ZM8.6667,7.6667L13.6667,7.6667L13.6667,8.5L8.6667,8.5L8.6667,7.6667ZM8.6667,10.1667L12.8333,10.1667L12.8333,11L8.6667,11L8.6667,10.1667ZM8.6667,12.6667L15.3333,12.6667L15.3333,13.5L8.6667,13.5L8.6667,12.6667ZM8.6667,15.1667L12,15.1667L12,16L8.6667,16L8.6667,15.1667Z" />
|
|
|
-</vector>
|
|
|
+android:width="24dp"
|
|
|
+android:height="24dp"
|
|
|
+android:autoMirrored="true"
|
|
|
+android:viewportWidth="24"
|
|
|
+android:viewportHeight="24">
|
|
|
+
|
|
|
+<path
|
|
|
+ android:fillColor="#2C2C2C"
|
|
|
+ android:fillType="nonZero"
|
|
|
+ android:pathData="M12,0C5.417,0 0,5.417 0,12C0,18.583 5.417,24 12,24C18.583,24 24,18.583 24,12C24,5.417 18.583,0 12,0Z" />
|
|
|
+
|
|
|
+<path
|
|
|
+ android:fillColor="#ffffff"
|
|
|
+ android:fillType="nonZero"
|
|
|
+ android:pathData="M16.661,6.007L7.339,6.007C6.606,6.007 6.007,6.606 6.007,7.339L6.007,16.661C6.007,17.394 6.606,17.993 7.339,17.993L16.661,17.993C17.394,17.993 17.993,17.394 17.993,16.661L17.993,7.339C17.993,6.606 17.394,6.007 16.661,6.007ZM13.332,15.329L8.671,15.329L8.671,13.998L13.332,13.998L13.332,15.329ZM15.329,12.666L8.671,12.666L8.671,11.334L15.329,11.334L15.329,12.666ZM15.329,10.002L8.671,10.002L8.671,8.671L15.329,8.671L15.329,10.002Z" />
|
|
|
+</vector>
|