Create a new manage profile screen.

This commit is contained in:
Greyson Parrelli
2021-01-14 13:05:03 -05:00
parent 7e64d57ba8
commit 8ca54bcc7b
30 changed files with 1004 additions and 158 deletions

View File

@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:pathData="M21.561,4.561 L19.439,2.439a1.5,1.5 0,0 0,-2.121 0L3.823,15.934a1.5,1.5 0,0 0,-0.394 0.7L2.317,21.076a0.5,0.5 0,0 0,0.607 0.607l4.445,-1.112a1.5,1.5 0,0 0,0.7 -0.394l13.5,-13.495A1.5,1.5 0,0 0,21.561 4.561ZM7.005,19.116l-2.828,0.707L4.884,17l9.772,-9.773 2.122,2.122ZM17.838,8.283 L15.717,6.162 18.379,3.5 20.5,5.621Z"/>
</vector>

View File

@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M16.3836,11.8716C17.1821,11.0172 17.7135,9.9481 17.9125,8.7958C18.1115,7.6434 17.9694,6.458 17.5037,5.3853C17.038,4.3126 16.269,3.3994 15.2912,2.758C14.3134,2.1165 13.1694,1.7748 12,1.7748C10.8306,1.7748 9.6867,2.1165 8.7089,2.758C7.7311,3.3994 6.9621,4.3126 6.4963,5.3853C6.0306,6.458 5.8885,7.6434 6.0875,8.7958C6.2865,9.9481 6.8179,11.0172 7.6164,11.8716C6.1365,12.2089 4.8148,13.0382 3.8673,14.2239C2.9198,15.4097 2.4025,16.8818 2.4,18.3996V20.4H4.2V18.3996C4.2016,17.1006 4.7183,15.8553 5.6368,14.9368C6.5553,14.0183 7.8007,13.5016 9.0996,13.5H14.9004C16.1994,13.5016 17.4447,14.0183 18.3632,14.9368C19.2817,15.8553 19.7984,17.1006 19.8,18.3996V20.4H21.6V18.3996C21.5975,16.8818 21.0802,15.4097 20.1327,14.2239C19.1852,13.0382 17.8635,12.2089 16.3836,11.8716V11.8716ZM12,12C11.1693,12 10.3573,11.7537 9.6666,11.2922C8.9759,10.8307 8.4376,10.1747 8.1197,9.4073C7.8018,8.6398 7.7187,7.7953 7.8807,6.9806C8.0428,6.1659 8.4428,5.4175 9.0302,4.8302C9.6176,4.2428 10.3659,3.8428 11.1806,3.6807C11.9954,3.5186 12.8398,3.6018 13.6073,3.9197C14.3747,4.2376 15.0307,4.7759 15.4922,5.4666C15.9537,6.1573 16.2,6.9693 16.2,7.8C16.2,8.9139 15.7575,9.9822 14.9699,10.7698C14.1822,11.5575 13.1139,12 12,12Z"
android:fillColor="#000000"/>
</vector>