aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_sync.xml
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-10-26 15:52:46 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-10-26 15:52:46 -0700
commit2d7671f8230a3f9b9cd7bb81c6dd08dc36e7ebe5 (patch)
treef1ec67fda1689f2b5004e83102d43e2fcf585109 /app/src/main/res/drawable/ic_sync.xml
parent074509f5ae6c983ac0cc9a4ab7251b4615bbb8e6 (diff)
downloadconnectbot-2d7671f8230a3f9b9cd7bb81c6dd08dc36e7ebe5.tar.gz
connectbot-2d7671f8230a3f9b9cd7bb81c6dd08dc36e7ebe5.tar.bz2
connectbot-2d7671f8230a3f9b9cd7bb81c6dd08dc36e7ebe5.zip
Use SVG instead of PNG.
Diffstat (limited to 'app/src/main/res/drawable/ic_sync.xml')
-rw-r--r--app/src/main/res/drawable/ic_sync.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_sync.xml b/app/src/main/res/drawable/ic_sync.xml
new file mode 100644
index 0000000..fc41a67
--- /dev/null
+++ b/app/src/main/res/drawable/ic_sync.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:pathData="M12,4V1L8,5l4,4V6c3.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,-8zm0,14c-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"
+ android:fillColor="#FFFFFF"/>
+</vector>