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-16 13:05:42 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-16 13:05:42 +0300
commit9442bef06ab059751bda541ec72314b27f225687 (patch)
tree07b8317d329269cec4856411de35bcbda644ad0e /app/src/main/res/drawable
parent5953a90e64e946bcd21c746446096805f7d82797 (diff)
Display sync icon when unsynced changes are made to a card
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_sync_blue_24dp.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_sync_blue_24dp.xml b/app/src/main/res/drawable/ic_sync_blue_24dp.xml
new file mode 100644
index 000000000..d6e3493dd
--- /dev/null
+++ b/app/src/main/res/drawable/ic_sync_blue_24dp.xml
@@ -0,0 +1,5 @@
+<vector android:autoMirrored="true" android:height="18dp"
+ android:tint="#2268AB" android:viewportHeight="24.0"
+ android:viewportWidth="24.0" android:width="18dp" xmlns:android="http://schemas.android.com/apk/res/android">
+ <path android:fillColor="#FF000000" android:pathData="M12,4L12,1L8,5l4,4L12,6c3.31,0 6,2.69 6,6 0,1.01 -0.25,1.97 -0.7,2.8l1.46,1.46C19.54,15.03 20,13.57 20,12c0,-4.42 -3.58,-8 -8,-8zM12,18c-3.31,0 -6,-2.69 -6,-6 0,-1.01 0.25,-1.97 0.7,-2.8L5.24,7.74C4.46,8.97 4,10.43 4,12c0,4.42 3.58,8 8,8v3l4,-4 -4,-4v3z"/>
+</vector>