Skip to content

Commit

Permalink
feat(joystick):zoom out some icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Dec 7, 2022
1 parent 53a86a8 commit b2100c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/ic_history.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<vector android:height="20dp" android:viewportHeight="1024"
android:viewportWidth="1024" android:width="20dp" xmlns:android="http://schemas.android.com/apk/res/android">
<vector android:height="22dp" android:viewportHeight="1024"
android:viewportWidth="1024" android:width="22dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M640,320H288c-17.6,0 -32,-14.4 -32,-32s14.4,-32 32,-32h352c17.6,0 32,14.4 32,32s-14.4,32 -32,32zM448,512H288c-17.6,0 -32,-14.4 -32,-32s14.4,-32 32,-32h160c17.6,0 32,14.4 32,32s-14.4,32 -32,32zM704,512c51.28,0 99.5,19.97 135.76,56.24C876.03,604.5 896,652.72 896,704s-19.97,99.5 -56.24,135.76C803.5,876.03 755.28,896 704,896s-99.5,-19.97 -135.76,-56.24C531.97,803.5 512,755.28 512,704s19.97,-99.5 56.24,-135.76C604.5,531.97 652.72,512 704,512m0,-64c-141.38,0 -256,114.61 -256,256s114.61,256 256,256 256,-114.61 256,-256 -114.61,-256 -256,-256z"/>
<path android:fillColor="#FF000000" android:pathData="M800,672h-64v-96c0,-17.6 -14.4,-32 -32,-32s-32,14.4 -32,32v128c0,17.6 14.4,32 32,32h96c17.6,0 32,-14.4 32,-32s-14.4,-32 -32,-32z"/>
<path android:fillColor="#FF000000" android:pathData="M426.82,864H224c-35.2,0 -64,-28.8 -64,-64V192c0,-35.2 28.8,-64 64,-64h480c35.2,0 64,28.8 64,64v198.41a317.48,317.48 0,0 1,64 20.25V192c0,-70.4 -57.6,-128 -128,-128H224c-70.4,0 -128,57.6 -128,128v608c0,70.4 57.6,128 128,128h251.51c-18.77,-19.15 -35.17,-40.63 -48.68,-64z"/>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/ic_map.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<vector android:height="24dp" android:viewportHeight="1024"
android:viewportWidth="1024" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<vector android:height="26dp" android:viewportHeight="1024"
android:viewportWidth="1024" android:width="26dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M170.67,448a298.67,298.67 0,0 1,597.33 0,21.33 21.33,0 0,0 42.67,0 341.33,341.33 0,0 0,-682.67 0c0,231.68 315.73,456.11 328.96,465.49a21.33,21.33 0,0 0,29.87 -5.12,21.33 21.33,0 0,0 -5.12,-29.87C480,876.37 170.67,657.49 170.67,448z"/>
<path android:fillColor="#FF000000" android:pathData="M341.33,398.93a21.33,21.33 0,0 0,-25.17 16.64,163.41 163.41,0 0,0 -3.41,32A160,160 0,1 0,416 298.67a21.33,21.33 0,0 0,14.51 40.11,116.05 116.05,0 0,1 38.83,-8.11 116.91,116.91 0,1 1,-113.49 93.44,21.33 21.33,0 0,0 -14.51,-25.17zM872.96,718.08h-34.56a131.84,131.84 0,0 0,-108.8 -108.8v-26.45a21.33,21.33 0,1 0,-42.67 0v26.45a131.84,131.84 0,0 0,-108.8 108.8h-26.45a21.33,21.33 0,0 0,0 42.67h26.45a131.84,131.84 0,0 0,108.8 108.8L686.93,896a21.33,21.33 0,0 0,42.67 0v-26.45a131.84,131.84 0,0 0,108.8 -108.8h34.56a21.33,21.33 0,0 0,0 -42.67zM708.27,829.01a89.6,89.6 0,1 1,89.6 -89.6,89.6 89.6,0 0,1 -89.6,89.6z"/>
<path android:fillColor="#FF000000" android:pathData="M708.27,739.41m-42.67,0a42.67,42.67 0,1 0,85.33 0,42.67 42.67,0 1,0 -85.33,0Z"/>
Expand Down

0 comments on commit b2100c5

Please sign in to comment.