mirror of
https://github.com/nextcloud/android.git
synced 2024-12-22 16:54:33 +03:00
816a10735a
- add svg, convert to android xml, removed png Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> fix after rebase Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> renamed user -> ic_user (icon) make favorite mutable Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> replace further png resources with xml drawables Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> fixes after rebase Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> allow for vector compat Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> add missing icon Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> add yet another missing icon Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> lint: When using VectorDrawableCompat, you need to use app:srcCompat Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> lint: When using VectorDrawableCompat, you need to use app:srcCompat Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> fix lint Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> Drone: update Lint results to reflect reduced error/warning count [skip ci] Signed-off-by: nextcloud-android-bot <android@nextcloud.com> improve findbugs score Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> use correct icon for user account settings within drawer menu Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> icons needs to be grey600 by default, don't tint grey600 to not tint avatars Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> codacy: organize imports Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> programmatically set in-View drawables, in-view drawables can't be set via XML when supporting pre-lollipop Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> codacy: Useless parentheses & organize imports Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> organize imports Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> codacy: useless paranthesis Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> revert programmatically set do not use vectorDrawables.useSupportLibrary Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> use 128dp for talk Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> Revert "lint: When using VectorDrawableCompat, you need to use app:srcCompat" This reverts commit 80068e7d37f3a8c6b7096c51543bda68443e4341. Revert "lint: When using VectorDrawableCompat, you need to use app:srcCompat" This reverts commit 0130e9a96d2602ad4b5d33aae67f34a458366d70. revert srcCompat Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
4 lines
1 KiB
XML
4 lines
1 KiB
XML
<vector android:height="72dp" android:viewportHeight="16"
|
|
android:viewportWidth="16" android:width="72dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<path android:fillColor="#969696" android:pathData="m10,1c-1.75,0 -3,1.43 -3,2.8 0,1.4 0.1,2.4 0.8,3.5 0.2,0.29 0.5,0.35 0.7,0.6 0.135,0.5 0.24,1 0.1,1.5 -0.28,0.1 -0.525,0.22 -0.8,0.33 -0.085,-0.15 -0.23,-0.2 -0.47,-0.4 -0.73,-0.44 -1.56,-0.75 -2.33,-1.04 -0.1,-0.37 -0.1,-0.65 0,-1 0.156,-0.166 0.37,-0.27 0.5,-0.43 0.46,-0.6 0.5,-1.654 0.5,-2.37 0,-1.06 -0.954,-1.9 -2,-1.9 -1.17,0 -2,1 -2,1.9 0,0.93 0.034,1.64 0.5,2.37 0.13,0.2 0.367,0.26 0.5,0.43 0.1,0.33 0.1,0.654 0,1 -0.85,0.3 -1.6,0.64 -2.34,1.04 -0.57,0.4 -0.52,0.205 -0.66,1.53 -0.11,1.06 2.335,1.13 4,1.13 0.06,0 0.11,0 0.17,0 -0.054,0.274 -0.1,0.63 -0.17,1.3 -0.16,1.59 3.5,1.7 6,1.7s6.16,-0.1 6,-1.7c-0.215,-2 -0.23,-1.71 -1,-2.3 -1.1,-0.654 -2.45,-1.17 -3.6,-1.6 -0.15,-0.56 -0.04,-0.97 0.1,-1.5 0.235,-0.25 0.5,-0.36 0.7,-0.6 0.7,-0.885 0.8,-2.425 0.8,-3.5 0,-1.6 -1.43,-2.8 -3,-2.8z"/>
|
|
</vector>
|