mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
Fixed issue with autofill icon image (#887)
This commit is contained in:
parent
bc46b7172d
commit
fef370ad88
1 changed files with 11 additions and 4 deletions
|
@ -1,5 +1,12 @@
|
|||
<vector android:height="192dp" android:viewportHeight="512"
|
||||
android:viewportWidth="512" android:width="192dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#0D58DF" android:pathData="M507.319,82.491C507.319,39.173 472.15,4.005 428.833,4.005L82.324,4.005C39.007,4.005 3.839,39.173 3.839,82.491L3.839,429.151C3.839,472.469 39.007,507.638 82.324,507.638L428.833,507.638C472.15,507.638 507.319,472.469 507.319,429.151L507.319,82.491Z"/>
|
||||
<path android:fillColor="#ffffff" android:fillType="nonZero" android:pathData="M414.855,61.642C411.622,58.355 407.776,56.667 403.406,56.667L109.228,56.667C104.77,56.667 101.012,58.355 97.778,61.642C94.545,64.929 92.884,68.749 92.884,73.28L92.884,272.636C92.884,287.472 95.768,302.309 101.449,316.878C107.13,331.537 114.209,344.507 122.687,355.79C131.077,367.161 141.127,378.178 152.839,388.838C164.463,399.588 175.3,408.472 185.176,415.579C195.052,422.686 205.364,429.349 216.114,435.657C226.864,441.964 234.468,446.229 239.012,448.539C243.557,450.76 247.14,452.536 249.85,453.691C251.86,454.757 254.132,455.29 256.492,455.29C258.852,455.29 261.124,454.757 263.134,453.691C265.843,452.448 269.514,450.76 273.971,448.539C278.516,446.318 286.119,441.964 296.869,435.657C307.619,429.349 317.932,422.597 327.808,415.579C337.684,408.472 348.434,399.588 360.145,388.838C371.769,378.089 381.819,367.073 390.297,355.79C398.687,344.419 405.766,331.448 411.447,316.878C417.128,302.22 420.012,287.472 420.012,272.636L420.012,73.28C419.75,68.749 418.089,64.929 414.855,61.642ZM376.925,274.502C376.925,346.639 256.317,408.827 256.317,408.827L256.317,99.31L376.925,99.31L376.925,274.502Z"/>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1024dp"
|
||||
android:height="1024dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M1024,864c0,88.4 -71.6,160 -160,160H160C71.6,1024 0,952.4 0,864V160C0,71.6 71.6,0 160,0h704c88.4,0 160,71.6 160,160V864z"
|
||||
android:fillColor="#175DDC"/>
|
||||
<path
|
||||
android:pathData="M829.8,128.6c-6.5,-6.5 -14.2,-9.7 -23,-9.7H217.2c-8.9,0 -16.5,3.2 -23,9.7c-6.5,6.5 -9.7,14.2 -9.7,23v393.1c0,29.3 5.7,58.4 17.1,87.3c11.4,28.8 25.6,54.4 42.5,76.8c16.9,22.3 37,44.1 60.4,65.3c23.4,21.2 45,38.7 64.7,52.7c19.8,14 40.4,27.2 61.9,39.7c21.5,12.5 36.8,20.9 45.8,25.3c9,4.4 16.3,7.9 21.7,10.2c4.1,2 8.5,3.1 13.3,3.1c4.8,0 9.2,-1 13.3,-3.1c5.5,-2.4 12.7,-5.8 21.8,-10.2c9,-4.4 24.3,-12.9 45.8,-25.3c21.5,-12.5 42.1,-25.7 61.9,-39.7c19.8,-14 41.4,-31.6 64.8,-52.7c23.4,-21.2 43.5,-42.9 60.4,-65.3c16.9,-22.4 31,-47.9 42.5,-76.8c11.4,-28.8 17.1,-57.9 17.1,-87.3V151.7C839.6,142.8 836.3,135.1 829.8,128.6zM753.8,548.4c0,142.3 -241.8,264.9 -241.8,264.9V203.1h241.8C753.8,203.1 753.8,406.1 753.8,548.4z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
|
|
Loading…
Reference in a new issue