-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: sketching prototype pt1 - module (WPB-6243) (#2811)
- Loading branch information
1 parent
930b7af
commit ad1880f
Showing
85 changed files
with
1,314 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="17dp" | ||
android:height="16dp" | ||
android:viewportWidth="17" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M14.477,13.849C15.547,13.285 16.26,12.761 16.578,12.179C17.246,10.953 16.329,10.121 14.89,9.922C13.757,9.765 12.723,9.985 9.058,10.963C8.838,11.021 8.662,11.068 8.493,11.113C6.227,11.71 4.886,11.976 3.896,11.969C3.024,11.963 2.909,11.87 2.976,11.381C2.963,11.47 2.977,11.454 3.116,11.372C3.376,11.218 3.79,11.058 4.346,10.9C5.308,10.628 6.361,10.426 8.644,10.047C8.82,10.018 8.82,10.018 8.996,9.989C11.567,9.562 12.779,9.324 13.928,8.973C15.794,8.402 16.846,7.65 16.709,6.322C16.577,5.041 15.474,4.78 13.449,4.823C12.303,4.847 11.024,4.972 8.634,5.262C8.479,5.28 8.479,5.28 8.324,5.299C6.481,5.523 5.479,5.638 4.698,5.7C5.622,5.427 6.797,5.17 8.586,4.82C8.848,4.769 9.137,4.713 9.686,4.607C10.131,4.521 10.453,4.458 10.765,4.395C15.09,3.53 16.231,3.145 15.958,1.57C15.711,0.154 13.479,-0.114 9.673,0.038C6.499,0.165 3.411,0.672 1.743,1.441C1.232,1.677 1.01,2.28 1.249,2.786C1.487,3.293 2.095,3.512 2.606,3.276C3.969,2.647 6.831,2.177 9.756,2.06C10.588,2.027 12.032,2.05 12.032,2.05C11.564,2.163 11.014,2.28 10.36,2.411C10.054,2.473 9.735,2.535 9.293,2.621C8.746,2.727 8.455,2.783 8.191,2.834C2.535,3.938 0.799,4.501 0.8,6.306C0.8,7.66 1.832,7.862 3.917,7.775C4.98,7.731 5.931,7.63 8.573,7.309C8.727,7.29 8.727,7.29 8.882,7.271C11.201,6.99 12.44,6.869 13.493,6.847C13.637,6.844 13.773,6.843 13.899,6.845C13.728,6.908 13.538,6.974 13.325,7.038C12.296,7.353 11.132,7.581 8.658,7.992C8.482,8.021 8.482,8.021 8.306,8.051C2.625,8.994 1.184,9.403 0.951,11.109C0.692,13.003 1.914,13.979 3.882,13.993C5.119,14.002 6.57,13.714 9.018,13.069C9.19,13.024 9.367,12.977 9.589,12.917C11.767,12.336 13.736,11.944 13.736,11.944C13.756,11.944 13.573,12.032 13.519,12.061C11.9,12.912 9.46,13.76 7.968,13.987C7.41,14.072 7.028,14.589 7.113,15.142C7.199,15.694 7.721,16.073 8.279,15.988C10.01,15.724 12.665,14.802 14.477,13.849Z" | ||
android:fillColor="#000000" | ||
android:fillType="evenOdd"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.