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:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2024-01-23 12:53:25 +0300
committerGitHub <noreply@github.com>2024-01-23 12:53:25 +0300
commite735ce1c24e5a0305d6a08e5764864c2c96c8a58 (patch)
tree91b5666877820ab62e858fa38a44d5b969e61564 /app/src/main/res/drawable/ic_subject_24.xml
parent5944cab8a086e953fa4fdd2e90e2bc01f38f30f0 (diff)
parentb66b980a495b100108cf2efb3e45bb006b5e0117 (diff)
Merge pull request #1570 from stefan-niedermann/grayscale-default-theme
feat(theming): Use grayscale default theme to avoid wrong color tones
Diffstat (limited to 'app/src/main/res/drawable/ic_subject_24.xml')
-rw-r--r--app/src/main/res/drawable/ic_subject_24.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_subject_24.xml b/app/src/main/res/drawable/ic_subject_24.xml
new file mode 100644
index 000000000..9d3b803c3
--- /dev/null
+++ b/app/src/main/res/drawable/ic_subject_24.xml
@@ -0,0 +1,5 @@
+<vector android:autoMirrored="true" android:height="24dp"
+ android:tint="?attr/colorOnSurfaceVariant" android:viewportHeight="24"
+ android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
+ <path android:fillColor="#FF000000" android:pathData="M14,17L4,17v2h10v-2zM20,9L4,9v2h16L20,9zM4,15h16v-2L4,13v2zM4,5v2h16L20,5L4,5z"/>
+</vector>