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-23 10:43:01 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-23 10:43:01 +0300
commitec6fef7fc80cba2dd967209d963027d3828b44dc (patch)
tree74cb7e8b46209431733529a8120a7585e17b7e28 /app/src/main/res/drawable/ic_person_24dp.xml
parent55cc8ea175c799492dd12986ecad9f0178d5e828 (diff)
feat(theming): Enhance theming for comments, activities and accounts
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/drawable/ic_person_24dp.xml')
-rw-r--r--app/src/main/res/drawable/ic_person_24dp.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/ic_person_24dp.xml b/app/src/main/res/drawable/ic_person_24dp.xml
index 23b5b1c10..9e18df4f4 100644
--- a/app/src/main/res/drawable/ic_person_24dp.xml
+++ b/app/src/main/res/drawable/ic_person_24dp.xml
@@ -3,7 +3,8 @@
android:height="24dp"
android:autoMirrored="true"
android:viewportWidth="24.0"
- android:viewportHeight="24.0">
+ android:viewportHeight="24.0"
+ android:tint="?attr/colorOnSurface">
<path
android:fillColor="#757575"
android:pathData="M12,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM12,14c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4z" />