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-27 22:48:05 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-27 22:48:05 +0300
commita9f9bedf187f8a2b963ce638f8a5905efe4f7d36 (patch)
treecb3f731905a7c15a3d278efa199ea41c61ee62ed /app/src/main/res/drawable
parent7e775cbbcd593f153907d534de19a1f12e377460 (diff)
#108 dark mode
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_brightness_2_grey600_24dp.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_brightness_2_grey600_24dp.xml b/app/src/main/res/drawable/ic_brightness_2_grey600_24dp.xml
new file mode 100644
index 000000000..8f6ebab70
--- /dev/null
+++ b/app/src/main/res/drawable/ic_brightness_2_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="M10,2c-1.82,0 -3.53,0.5 -5,1.35C7.99,5.08 10,8.3 10,12s-2.01,6.92 -5,8.65C6.47,21.5 8.18,22 10,22c5.52,0 10,-4.48 10,-10S15.52,2 10,2z"/>
+</vector>