update video icon in line with files client https://github.com/nextcloud/android/pull/10563

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-07-28 14:05:55 +02:00
parent 07b3a05f70
commit 6a7ed4422d
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -1,33 +1,26 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Nextcloud Talk application @author Google LLC
~ Copyright (C) 2018 Google LLC
~ @author Mario Danic
~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com> Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ This program is free software: you can redistribute it and/or modify You may obtain a copy of the License at
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or http://www.apache.org/licenses/LICENSE-2.0
~ at your option) any later version.
~ Unless required by applicable law or agreed to in writing, software
~ This program is distributed in the hope that it will be useful, distributed under the License is distributed on an "AS IS" BASIS,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the See the License for the specific language governing permissions and
~ GNU General Public License for more details. limitations under the License.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp" android:width="24dp"
android:height="16dp" android:height="24dp"
android:viewportWidth="16" android:viewportWidth="24"
android:viewportHeight="16"> android:viewportHeight="24">
<path <path
android:fillColor="#969696" android:fillColor="#969696"
android:pathData="M1.5,2 C1.3,2.05,1,2.29,1,2.5 L1,13.5 C1,13.73,1.274,14,1.5,14 L14.5,14 android:pathData="M17,10.5V7c0,-0.55 -0.45,-1 -1,-1H4c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h12c0.55,0 1,-0.45 1,-1v-3.5l4,4v-11l-4,4z" />
C14.84,14,15,13.74,15,13.5 L15,2.5 C15,2.16,14.751,2,14.5,2 Z M2,3 L14,3 L14,13
L2,13 Z M5,5 L5,11 L11,8 Z" />
</vector> </vector>