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>2024-01-22 23:30:09 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-22 23:30:09 +0300
commitf871cab0a0be32c832420ffb09488df72aadff31 (patch)
treeefd788fef5fbe34848b95d889815e1a87adbe4f7 /app/src/main/res/drawable/ic_camera_rear_24.xml
parent4299da9b22c62719e16f3e442d339a867dcb116a (diff)
feat(theming): Use Material 3 theming attributes for icon coloring
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/drawable/ic_camera_rear_24.xml')
-rw-r--r--app/src/main/res/drawable/ic_camera_rear_24.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_camera_rear_24.xml b/app/src/main/res/drawable/ic_camera_rear_24.xml
new file mode 100644
index 000000000..935c5ee45
--- /dev/null
+++ b/app/src/main/res/drawable/ic_camera_rear_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="M10,20L5,20v2h5v2l3,-3 -3,-3v2zM14,20v2h5v-2h-5zM17,0L7,0C5.9,0 5,0.9 5,2v14c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,2c0,-1.1 -0.9,-2 -2,-2zM12,6c-1.11,0 -2,-0.9 -2,-2s0.89,-2 1.99,-2 2,0.9 2,2C14,5.1 13.1,6 12,6z"/>
+</vector>