mirror of
https://github.com/nextcloud/android.git
synced 2024-12-23 01:00:26 +03:00
220bcfdb0a
- change icons for primary/other actions Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
9 lines
393 B
XML
9 lines
393 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM10,17l-5,-5 1.41,-1.41L10,14.17l7.59,-7.59L19,8l-9,9z" />
|
|
</vector>
|