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>2020-04-23 16:22:00 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-04-24 15:12:11 +0300
commite6bf689c120ea83b7980df14afeb18cfc870d12f (patch)
treee2813a3927490aa2704971325c074a45ee7ee2cf /app/src/main/res/drawable
parent729835de99acfc67d7837c64934f3ecde07a3076 (diff)
#396 Filter cards
Add icon when filters are active
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_filter_list_active_white_24dp.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_filter_list_active_white_24dp.xml b/app/src/main/res/drawable/ic_filter_list_active_white_24dp.xml
new file mode 100644
index 000000000..39225dc3c
--- /dev/null
+++ b/app/src/main/res/drawable/ic_filter_list_active_white_24dp.xml
@@ -0,0 +1,8 @@
+<vector android:autoMirrored="true" android:height="24dp"
+ android:tint="#FFFFFF" 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="M10,18h4v-2h-4v2zM3,6v2h18L21,6L3,6zM6,13h12v-2L6,11v2z"/>
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M20,20m-4,0a4,4 0,1 1,8 0a4,4 0,1 1,-8 0"/>
+</vector>