Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-07-28 15:05:55 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-07-28 15:05:55 +0300
commit6a7ed4422d08c74bb814cb8624751ab60479fc03 (patch)
tree88f46e196159ac354d03239e5fc0db916c85bdda /app/src/main/res/drawable
parent07b3a05f70204ceabe8a8f3e1bec1e1ed58002e1 (diff)
update video icon in line with files client https://github.com/nextcloud/android/pull/10563
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/src/main/res/drawable')
-rwxr-xr-xapp/src/main/res/drawable/ic_mimetype_video.xml47
1 files changed, 20 insertions, 27 deletions
diff --git a/app/src/main/res/drawable/ic_mimetype_video.xml b/app/src/main/res/drawable/ic_mimetype_video.xml
index fcaa3e5bb..cd6253537 100755
--- a/app/src/main/res/drawable/ic_mimetype_video.xml
+++ b/app/src/main/res/drawable/ic_mimetype_video.xml
@@ -1,33 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ Nextcloud Talk application
- ~
- ~ @author Mario Danic
- ~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
- ~
- ~ 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/>.
- -->
+ @author Google LLC
+ Copyright (C) 2018 Google LLC
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="16dp"
- android:height="16dp"
- android:viewportWidth="16"
- android:viewportHeight="16">
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
<path
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
-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> \ No newline at end of file
+ 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" />
+</vector>