diff options
author | Jeremy Klein <jklein24@gmail.com> | 2015-10-26 16:06:57 -0700 |
---|---|---|
committer | Jeremy Klein <jklein24@gmail.com> | 2015-10-26 16:06:57 -0700 |
commit | 63a8a42db55fb9d6f101e5c77ec2d753e45b26c5 (patch) | |
tree | 94231ffd654a808daa8c2d227f9fecf4f039ffd0 /app/src/main/res/drawable/ic_sync.xml | |
parent | a2395fcd9a21298b2c93e54e938c0ea8f9694c17 (diff) | |
parent | 84d1ad5731a574225e6d31b4741ab53c714124ff (diff) | |
download | connectbot-63a8a42db55fb9d6f101e5c77ec2d753e45b26c5.tar.gz connectbot-63a8a42db55fb9d6f101e5c77ec2d753e45b26c5.tar.bz2 connectbot-63a8a42db55fb9d6f101e5c77ec2d753e45b26c5.zip |
Merge pull request #319 from khorimoto/add-icons
Add new icons to add/edit host view.
Diffstat (limited to 'app/src/main/res/drawable/ic_sync.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_sync.xml | 9 |
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> |