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_disabled.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_disabled.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_sync_disabled.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_sync_disabled.xml b/app/src/main/res/drawable/ic_sync_disabled.xml new file mode 100644 index 0000000..c6536bf --- /dev/null +++ b/app/src/main/res/drawable/ic_sync_disabled.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="M10,6.35V4.26c-0.8,0.21 -1.55,0.54 -2.23,0.96l1.46,1.46c0.25,-0.12 0.5,-0.24 0.77,-0.33zm-7.14,-0.94l2.36,2.36C4.45,8.99 4,10.44 4,12c0,2.21 0.91,4.2 2.36,5.64L4,20h6v-6l-2.24,2.24C6.68,15.15 6,13.66 6,12c0,-1 0.25,-1.94 0.68,-2.77l8.08,8.08c-0.25,0.13 -0.5,0.25 -0.77,0.34v2.09c0.8,-0.21 1.55,-0.54 2.23,-0.96l2.36,2.36 1.27,-1.27L4.14,4.14 2.86,5.41zM20,4h-6v6l2.24,-2.24C17.32,8.85 18,10.34 18,12c0,1 -0.25,1.94 -0.68,2.77l1.46,1.46C19.55,15.01 20,13.56 20,12c0,-2.21 -0.91,-4.2 -2.36,-5.64L20,4z" + android:fillColor="#FFFFFF"/> +</vector> |