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-09-16 22:08:29 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-16 22:08:29 +0300
commit7daa0252688a470dac816140f23382264267beec (patch)
treec3a991b76b7397fa1a1da9763d4cffaa2f658780 /app/src/main/res/drawable
parentf39e6fa0ba3352f9bec9d1bbe9c9f4b3dcf2ce9a (diff)
Use clip instead of folder to represent attachment
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_attach_file_grey600_24dp.xml5
-rw-r--r--app/src/main/res/drawable/ic_folder_grey600_24dp.xml8
2 files changed, 5 insertions, 8 deletions
diff --git a/app/src/main/res/drawable/ic_attach_file_grey600_24dp.xml b/app/src/main/res/drawable/ic_attach_file_grey600_24dp.xml
new file mode 100644
index 000000000..ffcf48bf2
--- /dev/null
+++ b/app/src/main/res/drawable/ic_attach_file_grey600_24dp.xml
@@ -0,0 +1,5 @@
+<vector android:autoMirrored="true" android:height="24dp"
+ android:tint="#666666" 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="M16.5,6v11.5c0,2.21 -1.79,4 -4,4s-4,-1.79 -4,-4V5c0,-1.38 1.12,-2.5 2.5,-2.5s2.5,1.12 2.5,2.5v10.5c0,0.55 -0.45,1 -1,1s-1,-0.45 -1,-1V6H10v9.5c0,1.38 1.12,2.5 2.5,2.5s2.5,-1.12 2.5,-2.5V5c0,-2.21 -1.79,-4 -4,-4S7,2.79 7,5v12.5c0,3.04 2.46,5.5 5.5,5.5s5.5,-2.46 5.5,-5.5V6h-1.5z"/>
+</vector>
diff --git a/app/src/main/res/drawable/ic_folder_grey600_24dp.xml b/app/src/main/res/drawable/ic_folder_grey600_24dp.xml
deleted file mode 100644
index 5eb35c622..000000000
--- a/app/src/main/res/drawable/ic_folder_grey600_24dp.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<!-- drawable/folder.xml -->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:height="24dp"
- android:width="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
- <path android:fillColor="#757575" android:pathData="M10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6H12L10,4Z" />
-</vector> \ No newline at end of file