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_close_circle.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_close_circle.xml')
-rw-r--r--app/src/main/res/drawable/ic_close_circle.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_close_circle.xml b/app/src/main/res/drawable/ic_close_circle.xml
new file mode 100644
index 000000000..db44e0a02
--- /dev/null
+++ b/app/src/main/res/drawable/ic_close_circle.xml
@@ -0,0 +1,8 @@
+<!-- drawable/close_circle.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="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z" />
+</vector> \ No newline at end of file