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_search_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_search_24.xml')
-rw-r--r--app/src/main/res/drawable/ic_search_24.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_search_24.xml b/app/src/main/res/drawable/ic_search_24.xml
new file mode 100644
index 000000000..023dc3f64
--- /dev/null
+++ b/app/src/main/res/drawable/ic_search_24.xml
@@ -0,0 +1,5 @@
+<vector 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="@android:color/white" android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z"/>
+</vector>