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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-12-07 02:03:52 +0300
committerstefan-niedermann <info@niedermann.it>2019-12-07 02:03:52 +0300
commit215d456f43aee0aeb0caedc898b6596471d49a58 (patch)
tree9ae52b8f5d0fc5cf98a02cf84877973a410426aa /app/src/main/res/drawable/ic_music_note_grey600_24dp.xml
parentb0efc5c7e23581d94b6e90653fd6db3b2f951b49 (diff)
Display better icon for audio and video attachments
Diffstat (limited to 'app/src/main/res/drawable/ic_music_note_grey600_24dp.xml')
-rw-r--r--app/src/main/res/drawable/ic_music_note_grey600_24dp.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_music_note_grey600_24dp.xml b/app/src/main/res/drawable/ic_music_note_grey600_24dp.xml
new file mode 100644
index 000000000..ab9af4e6a
--- /dev/null
+++ b/app/src/main/res/drawable/ic_music_note_grey600_24dp.xml
@@ -0,0 +1,5 @@
+<vector android:autoMirrored="true" android:height="24dp"
+ android:tint="#757575" android:viewportHeight="24.0"
+ android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
+ <path android:fillColor="#FF000000" android:pathData="M12,3v10.55c-0.59,-0.34 -1.27,-0.55 -2,-0.55 -2.21,0 -4,1.79 -4,4s1.79,4 4,4 4,-1.79 4,-4V7h4V3h-6z"/>
+</vector>