aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-09-04 14:57:11 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-09-04 14:57:11 +0000
commit6d224c307d105c9b1d2a46f0f81a11cabc4d32b1 (patch)
treefba26ef32bef23778c8ee850e84fa571ad7b01dd /app/src/main/res/drawable
parent064b2ceedca7f082da94392b8e0c1f1411d1abef (diff)
downloadinfinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar
infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.gz
infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.bz2
infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.lz
infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.xz
infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.zst
infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.zip
Fix stupid Redgifs API issue.
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_volume_off_black_24dp.xml25
-rw-r--r--app/src/main/res/drawable/ic_volume_up_black_24dp.xml25
2 files changed, 50 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_volume_off_black_24dp.xml b/app/src/main/res/drawable/ic_volume_off_black_24dp.xml
new file mode 100644
index 00000000..628a8aef
--- /dev/null
+++ b/app/src/main/res/drawable/ic_volume_off_black_24dp.xml
@@ -0,0 +1,25 @@
+<!--
+ ~ Copyright (c) 2018 Nam Nguyen, nam@ene.im
+ ~
+ ~ 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:height="32dp"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0"
+ android:width="32dp">
+ <path
+ android:fillColor="#FFFFFF"
+ android:pathData="M16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v2.21l2.45,2.45c0.03,-0.2 0.05,-0.41 0.05,-0.63zM19,12c0,0.94 -0.2,1.82 -0.54,2.64l1.51,1.51C20.63,14.91 21,13.5 21,12c0,-4.28 -2.99,-7.86 -7,-8.77v2.06c2.89,0.86 5,3.54 5,6.71zM4.27,3L3,4.27 7.73,9L3,9v6h4l5,5v-6.73l4.25,4.25c-0.67,0.52 -1.42,0.93 -2.25,1.18v2.06c1.38,-0.31 2.63,-0.95 3.69,-1.81L19.73,21 21,19.73l-9,-9L4.27,3zM12,4L9.91,6.09 12,8.18L12,4z"/>
+</vector>
diff --git a/app/src/main/res/drawable/ic_volume_up_black_24dp.xml b/app/src/main/res/drawable/ic_volume_up_black_24dp.xml
new file mode 100644
index 00000000..7c11fa9e
--- /dev/null
+++ b/app/src/main/res/drawable/ic_volume_up_black_24dp.xml
@@ -0,0 +1,25 @@
+<!--
+ ~ Copyright (c) 2018 Nam Nguyen, nam@ene.im
+ ~
+ ~ 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="32dp"
+ android:height="32dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:fillColor="#FFFFFF"
+ android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z"/>
+</vector>