Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebwanee authored Dec 15, 2020
1 parent 91611cf commit 24a14e3
Show file tree
Hide file tree
Showing 87 changed files with 1,032 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

<item>
<bitmap
android:src="@drawable/login_background"/>
</item>

</layer-list>
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/border_fragment.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:radius="1dp" />
<stroke
android:width="1dp"
android:color="@color/colorAccent" />
<solid android:color="@color/colorWhite" />
</shape>
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/border_login.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:radius="4dp" />
<stroke
android:width="1dp"
android:color="@color/colorBorderLogin" />
<solid android:color="@color/transparent" />
</shape>
19 changes: 19 additions & 0 deletions app/src/main/res/drawable/button_elevation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true">
<objectAnimator
android:duration="@android:integer/config_shortAnimTime"
android:propertyName="translationZ"
android:valueFrom="8dp"
android:valueTo="12dp"
android:valueType="floatType" />
</item>
<item>
<objectAnimator
android:duration="@android:integer/config_shortAnimTime"
android:propertyName="translationZ"
android:valueFrom="12dp"
android:valueTo="8dp"
android:valueType="floatType" />
</item>
</selector>
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/dot_filled.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/colorWhite" />
</shape>
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/drawable_text_red.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:radius="5dp" />
<stroke
android:width="1dp"
android:color="@color/colorRed_01" />

<solid android:color="@android:color/transparent" />
</shape>
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/drawable_text_white.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:radius="5dp" />
<stroke
android:width="1dp"
android:color="@android:color/black" />

<solid android:color="@android:color/transparent" />
</shape>
8 changes: 8 additions & 0 deletions app/src/main/res/drawable/gradient_bottom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#33000000"
android:endColor="#00FFFFFF"
android:angle="90" />
</shape>
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/ic_add_a_photo_black_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffff" android:pathData="M3,4L3,1h2v3h3v2L5,6v3L3,9L3,6L0,6L0,4h3zM6,10L6,7h3L9,4h7l1.83,2L21,6c1.1,0 2,0.9 2,2v12c0,1.1 -0.9,2 -2,2L5,22c-1.1,0 -2,-0.9 -2,-2L3,10h3zM13,19c2.76,0 5,-2.24 5,-5s-2.24,-5 -5,-5 -5,2.24 -5,5 2.24,5 5,5zM9.8,14c0,1.77 1.43,3.2 3.2,3.2s3.2,-1.43 3.2,-3.2 -1.43,-3.2 -3.2,-3.2 -3.2,1.43 -3.2,3.2z"/>
</vector>
13 changes: 13 additions & 0 deletions app/src/main/res/drawable/ic_add_record.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<vector android:height="24dp" android:viewportHeight="225"
android:viewportWidth="225" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffff"
android:pathData="M101.3,1.5c-13.8,3 -27.4,13.5 -33.1,25.7 -3,6.2 -5.2,14.6 -5.2,19.3l0,2.5 17.1,-0c9.8,-0 17.8,0.4 19,1 1.2,0.7 1.9,2.1 1.9,4 0,1.9 -0.7,3.3 -1.9,4 -1.2,0.6 -9.2,1 -19,1l-17.1,-0 0,4 0,4 17.1,-0c9.8,-0 17.8,0.4 19,1 2.6,1.4 2.6,6.6 0,8 -1.2,0.6 -9.2,1 -19,1l-17.1,-0 0,4 0,4 17.1,-0c9.8,-0 17.8,0.4 19,1 2.6,1.4 2.6,6.6 0,8 -1.2,0.6 -9.2,1 -19,1l-17.1,-0 0,7c0,24.8 14.8,44 38.2,49.5 9,2.1 9.1,2.1 11,-3.3 6.1,-17.1 25.8,-34.2 44.4,-38.3l5.4,-1.2 0,-6.9 0,-6.8 -17.1,-0c-9.8,-0 -17.8,-0.4 -19,-1 -2.6,-1.4 -2.6,-6.6 0,-8 1.2,-0.6 9.2,-1 19,-1l17.1,-0 0,-4 0,-4 -17.1,-0c-9.8,-0 -17.8,-0.4 -19,-1 -2.6,-1.4 -2.6,-6.6 0,-8 1.2,-0.6 9.2,-1 19,-1l17.1,-0 0,-4 0,-4 -17.1,-0c-9.8,-0 -17.8,-0.4 -19,-1 -1.2,-0.7 -1.9,-2.1 -1.9,-4 0,-1.9 0.7,-3.3 1.9,-4 1.2,-0.6 9.2,-1 19,-1l17.1,-0 0,-2.5c0,-9.9 -5.9,-23.4 -13.8,-31.3 -12.3,-12.5 -29.6,-17.5 -46.9,-13.7z" android:strokeColor="#ffffff"/>
<path android:fillColor="#ffffff"
android:pathData="M41.7,77.6c-0.4,0.4 -0.7,8.7 -0.7,18.4 0,20.8 1.5,28.3 8.2,41.3 3.1,6.1 6.3,10.3 12.3,16.2 9.3,9.3 17.7,14.5 29.3,18.1l8.2,2.6 0,14.4 0,14.3 -17.7,0.3c-15.9,0.3 -18.1,0.5 -20.5,2.3 -3.9,2.8 -6.8,9.2 -6.8,14.8l0,4.7 42.2,-0 42.1,-0 -5.4,-3.9c-5.2,-3.7 -10.5,-9.4 -14.3,-15.4 -1.5,-2.3 -2.5,-2.7 -6.2,-2.7l-4.4,-0 0,-18.5 0,-18.5 -2.3,-0c-4.1,-0 -17.1,-4.1 -23.2,-7.3 -8.8,-4.6 -21.3,-17.4 -25.9,-26.5 -5.6,-11.1 -6.7,-16.6 -7.4,-36.7l-0.7,-18 -3,-0.3c-1.7,-0.2 -3.4,-0 -3.8,0.4z" android:strokeColor="#ffffff"/>
<path android:fillColor="#ffffff"
android:pathData="M176.5,78.2c-0.2,0.7 -0.6,7.7 -0.7,15.4l-0.3,14.2 4.3,1 4.2,0.9 -0.2,-16.1 -0.3,-16.1 -3.3,-0.3c-2,-0.2 -3.4,0.2 -3.7,1z" android:strokeColor="#ffffff"/>
<path android:fillColor="#ffffff"
android:pathData="M157,119.4c-7.7,2.2 -16.2,6.9 -22.1,12.4 -28.5,26.3 -21.6,71 13.5,88.3 8.9,4.4 9,4.4 21.1,4.7 10.8,0.4 12.9,0.1 19.2,-2.1 13.1,-4.5 23.8,-13.6 30.2,-25.7 16,-30 -1,-69 -33.6,-77.5 -6.8,-1.8 -22,-1.8 -28.3,-0.1zM180.9,127.1c19.6,4.5 35,23.9 35.1,43.9 0,25.8 -22.1,46.5 -47.7,44.7 -24.1,-1.6 -42.3,-20.9 -42.3,-44.7 0,-28.5 27.2,-50.3 54.9,-43.9z" android:strokeColor="#ffffff"/>
<path android:fillColor="#ffffff"
android:pathData="M166.8,155.2l-0.3,11.3 -11.2,0.3 -11.3,0.3 0,3.9 0,3.9 11.3,0.3 11.2,0.3 0.3,11.2 0.3,11.3 3.9,-0 3.9,-0 0.3,-11.3 0.3,-11.2 11.3,-0.3 11.2,-0.3 0,-3.9 0,-3.9 -11.2,-0.3 -11.3,-0.3 -0.3,-11.3 -0.3,-11.2 -3.9,-0 -3.9,-0 -0.3,11.2z" android:strokeColor="#ffffff"/>
</vector>
7 changes: 7 additions & 0 deletions app/src/main/res/drawable/ic_alert.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path android:fillColor="#E77676" android:pathData="M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z" />
</vector>
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_arrow_back_black_24dp.xml
Original file line number Diff line number Diff line change
@@ -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:fillColor="#FF000000"
android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
</vector>
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/ic_arrow_back_white_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffff" android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
</vector>
7 changes: 7 additions & 0 deletions app/src/main/res/drawable/ic_arrow_down.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<vector android:height="18dp" android:viewportHeight="630"
android:viewportWidth="658" android:width="18dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffff"
android:pathData="M64.3,21.5c-24.6,5.4 -41.4,30.1 -37.4,55.3 1.4,9.5 4.6,16.6 11,24.5 2.7,3.4 69.8,71 149,150.2l144.1,144 144.1,-144c79.2,-79.2 146.3,-146.8 149,-150.2 16.7,-20.7 15.5,-48 -2.8,-66.2 -15.8,-15.7 -37,-19.2 -57.3,-9.5 -7.3,3.6 -10.5,6.7 -120.2,116.3l-112.8,112.6 -112.7,-112.6c-123.2,-122.9 -117,-117.2 -132,-120.4 -8.3,-1.8 -13.8,-1.8 -22,-0z" android:strokeColor="#00000000"/>
<path android:fillColor="#ffffff"
android:pathData="M66.5,236c-11.7,2.4 -21.8,8.6 -29.8,18.3 -11.8,14.4 -13.7,35.2 -5,53 3.4,6.9 10.3,14 151.3,155.1l147.8,147.9 144.2,-143.9c79.3,-79.1 146.4,-146.7 149.1,-150.1 6.4,-7.9 9.6,-15.1 11,-24.5 2.4,-15.5 -2.9,-31 -14.7,-42.5 -12.4,-12.2 -28.8,-16.8 -45.3,-12.7 -15,3.7 -9,-1.8 -131.3,120.3l-112.8,112.6 -112.8,-112.6c-122.3,-122.1 -116.3,-116.6 -131.3,-120.3 -6.9,-1.7 -13.8,-1.9 -20.4,-0.6z" android:strokeColor="#00000000"/>
</vector>
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/ic_arrow_forward_white_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M12,4l-1.41,1.41L16.17,11H4v2h12.17l-5.58,5.59L12,20l8,-8z"/>
</vector>
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/ic_arrow_up.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:height="18dp" android:viewportHeight="400"
android:viewportWidth="400" android:width="18dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffff" android:fillType="evenOdd"
android:pathData="M102.9,102.227C50.045,155.117 6.8,198.591 6.8,198.835C6.8,199.079 6.26,199.783 5.6,200.4C4.94,201.017 4.4,201.809 4.4,202.16C4.4,202.512 4.22,202.8 4,202.8C3.78,202.8 3.6,203.16 3.6,203.6C3.6,204.04 3.42,204.4 3.2,204.4C2.98,204.4 2.8,204.76 2.8,205.2C2.8,205.64 2.62,206 2.4,206C2.18,206 2,206.36 2,206.8C2,207.24 1.82,207.6 1.6,207.6C1.38,207.6 1.2,208.125 1.2,208.767C1.2,209.408 0.975,210.008 0.7,210.1C-0.025,210.342 -0.025,229.658 0.7,229.9C0.975,229.992 1.2,230.592 1.2,231.233C1.2,231.875 1.38,232.4 1.6,232.4C1.82,232.4 2,232.76 2,233.2C2,233.64 2.18,234 2.4,234C2.62,234 2.8,234.36 2.8,234.8C2.8,235.24 2.98,235.6 3.2,235.6C3.42,235.6 3.6,235.96 3.6,236.4C3.6,236.84 3.78,237.2 4,237.2C4.22,237.2 4.4,237.488 4.4,237.84C4.4,238.191 4.94,238.983 5.6,239.6C6.26,240.217 6.8,240.833 6.8,240.969C6.8,241.293 11.107,245.6 11.431,245.6C11.567,245.6 12.183,246.14 12.8,246.8C13.417,247.46 14.209,248 14.56,248C14.912,248 15.2,248.18 15.2,248.4C15.2,248.62 15.56,248.8 16,248.8C16.44,248.8 16.8,248.98 16.8,249.2C16.8,249.42 17.16,249.6 17.6,249.6C18.04,249.6 18.401,249.735 18.403,249.9C18.408,250.347 20.426,251.2 21.48,251.2C21.986,251.2 22.4,251.38 22.4,251.6C22.4,251.82 22.94,252 23.6,252C24.26,252 24.8,252.18 24.8,252.4C24.8,252.633 26.133,252.8 28,252.8C29.867,252.8 31.2,252.967 31.2,253.2C31.2,253.42 31.729,253.6 32.376,253.6C33.023,253.6 33.664,253.42 33.8,253.2C33.936,252.98 35.376,252.8 37,252.8C38.624,252.8 40.064,252.62 40.2,252.4C40.336,252.18 40.876,252 41.4,252C41.924,252 42.464,251.82 42.6,251.6C42.736,251.38 43.467,251.2 44.224,251.2C44.981,251.2 45.6,251.02 45.6,250.8C45.6,250.58 45.96,250.4 46.4,250.4C46.84,250.4 47.2,250.241 47.2,250.047C47.2,249.852 47.515,249.593 47.9,249.471C48.809,249.183 50.753,247.988 51.758,247.1C52.194,246.715 52.698,246.4 52.879,246.4C53.059,246.4 86.238,213.368 126.608,172.996L200.01,99.593 273.182,172.761C313.427,213.003 346.905,246.253 347.577,246.65C348.25,247.047 348.8,247.514 348.8,247.686C348.8,247.859 349.07,248 349.4,248C349.73,248 350,248.146 350,248.325C350,248.504 350.63,248.898 351.4,249.2C352.17,249.502 352.8,249.896 352.8,250.075C352.8,250.254 353.16,250.4 353.6,250.4C354.04,250.4 354.4,250.58 354.4,250.8C354.4,251.02 354.929,251.2 355.576,251.2C356.223,251.2 356.864,251.38 357,251.6C357.136,251.82 357.867,252 358.624,252C359.381,252 360,252.18 360,252.4C360,252.628 361.192,252.8 362.776,252.8C364.303,252.8 365.664,252.98 365.8,253.2C365.936,253.42 366.656,253.6 367.4,253.6C368.144,253.6 368.864,253.42 369,253.2C369.136,252.98 370.587,252.8 372.224,252.8C373.941,252.8 375.2,252.631 375.2,252.4C375.2,252.18 375.74,252 376.4,252C377.06,252 377.6,251.82 377.6,251.6C377.6,251.38 378.014,251.2 378.52,251.2C379.574,251.2 381.592,250.347 381.597,249.9C381.599,249.735 381.96,249.6 382.4,249.6C382.84,249.6 383.2,249.42 383.2,249.2C383.2,248.98 383.56,248.8 384,248.8C384.44,248.8 384.8,248.62 384.8,248.4C384.8,248.18 385.088,248 385.44,248C385.791,248 386.583,247.46 387.2,246.8C387.817,246.14 388.427,245.6 388.556,245.6C388.835,245.6 390.31,244.417 390.949,243.681C391.197,243.395 391.805,242.728 392.3,242.199C392.795,241.67 393.2,241.12 393.2,240.979C393.2,240.837 393.74,240.217 394.4,239.6C395.06,238.983 395.6,238.191 395.6,237.84C395.6,237.488 395.78,237.2 396,237.2C396.22,237.2 396.4,236.84 396.4,236.4C396.4,235.96 396.58,235.6 396.8,235.6C397.02,235.6 397.2,235.24 397.2,234.8C397.2,234.36 397.38,234 397.6,234C397.82,234 398,233.64 398,233.2C398,232.76 398.18,232.4 398.4,232.4C398.62,232.4 398.8,231.875 398.8,231.233C398.8,230.592 399.025,229.992 399.3,229.9C399.682,229.773 399.8,227.431 399.8,220C399.8,212.569 399.682,210.227 399.3,210.1C399.025,210.008 398.8,209.408 398.8,208.767C398.8,208.125 398.62,207.6 398.4,207.6C398.18,207.6 398,207.24 398,206.8C398,206.36 397.82,206 397.6,206C397.38,206 397.2,205.64 397.2,205.2C397.2,204.76 397.02,204.4 396.8,204.4C396.58,204.4 396.4,204.04 396.4,203.6C396.4,203.16 396.22,202.8 396,202.8C395.78,202.8 395.6,202.512 395.6,202.16C395.6,201.809 395.06,201.017 394.4,200.4C393.74,199.783 393.2,199.081 393.2,198.84C393.2,198.598 393.02,198.4 392.8,198.4C392.58,198.4 392.4,198.211 392.4,197.98C392.4,197.017 200.854,5.999 199.919,6.031C199.248,6.054 173.056,32.023 102.9,102.227M104.199,242.107C9.829,336.584 5.2,341.268 5.2,342.278C5.2,342.565 5.02,342.8 4.8,342.8C4.58,342.8 4.4,343.07 4.4,343.4C4.4,343.73 4.22,344 4,344C3.78,344 3.6,344.27 3.6,344.6C3.6,344.93 3.465,345.201 3.3,345.203C2.941,345.207 2,347.144 2,347.88C2,348.166 1.82,348.4 1.6,348.4C1.38,348.4 1.2,349.015 1.2,349.767C1.2,350.518 0.975,351.208 0.7,351.3C0.319,351.427 0.2,353.729 0.2,361C0.2,368.271 0.319,370.573 0.7,370.7C0.975,370.792 1.2,371.482 1.2,372.233C1.2,372.985 1.38,373.6 1.6,373.6C1.82,373.6 2,373.96 2,374.4C2,374.84 2.18,375.2 2.4,375.2C2.62,375.2 2.8,375.56 2.8,376C2.8,376.44 2.98,376.8 3.2,376.8C3.42,376.8 3.6,377.036 3.6,377.325C3.6,377.613 3.96,378.236 4.4,378.708C4.84,379.18 5.2,379.768 5.2,380.015C5.2,380.261 5.92,381.154 6.8,382C7.68,382.846 8.4,383.661 8.4,383.812C8.4,384.209 12.005,387.513 13.3,388.302C13.905,388.671 14.4,389.114 14.4,389.286C14.4,389.459 14.634,389.6 14.92,389.6C15.651,389.6 17.593,390.54 17.597,390.895C17.599,391.058 18.32,391.306 19.2,391.446C20.08,391.587 20.8,391.859 20.8,392.051C20.8,392.243 21.34,392.4 22,392.4C22.66,392.4 23.2,392.58 23.2,392.8C23.2,393.02 23.909,393.2 24.776,393.2C25.643,393.2 26.464,393.38 26.6,393.6C26.746,393.837 29.196,394 32.6,394C36.004,394 38.454,393.837 38.6,393.6C38.736,393.38 39.467,393.2 40.224,393.2C40.981,393.2 41.6,393.02 41.6,392.8C41.6,392.58 42.14,392.4 42.8,392.4C43.46,392.4 44,392.22 44,392C44,391.78 44.469,391.6 45.042,391.6C48.014,391.6 51.981,388.708 60.405,380.4C63.416,377.43 67.392,373.539 69.24,371.752C71.088,369.966 74.777,366.276 77.437,363.552C80.098,360.829 83.968,356.954 86.037,354.942C88.107,352.93 91.982,349.06 94.649,346.342C97.316,343.624 101.006,339.938 102.849,338.152C104.692,336.365 108.375,332.675 111.033,329.952C113.692,327.228 117.382,323.539 119.233,321.752C121.085,319.966 124.777,316.276 127.437,313.552C130.098,310.829 133.968,306.954 136.037,304.942C138.107,302.93 141.982,299.06 144.649,296.342C147.316,293.624 151.006,289.938 152.849,288.152C154.692,286.365 158.375,282.675 161.033,279.952C163.692,277.228 167.382,273.539 169.233,271.752C171.085,269.966 174.777,266.276 177.437,263.552C180.098,260.829 183.968,256.954 186.037,254.942C188.107,252.93 191.997,249.015 194.681,246.242C197.366,243.469 199.762,241.2 200.006,241.2C200.251,241.2 203.578,244.395 207.401,248.3C211.224,252.205 214.498,255.536 214.676,255.701C215.024,256.025 228.701,269.672 229.448,270.441C230.129,271.142 247.933,288.942 248.412,289.4C248.641,289.62 252.327,293.31 256.602,297.6C260.877,301.89 264.515,305.536 264.687,305.701C265.145,306.142 278.92,319.897 279.448,320.441C280.129,321.142 297.829,338.837 298.363,339.352C298.619,339.598 302.327,343.31 306.602,347.6C310.877,351.89 314.515,355.536 314.687,355.701C315.43,356.416 329.038,370.021 329.4,370.41C330.898,372.02 345.419,386.07 346.754,387.2C349.037,389.134 353.573,391.578 354.9,391.59C355.505,391.596 356,391.78 356,392C356,392.22 356.54,392.4 357.2,392.4C357.86,392.4 358.4,392.58 358.4,392.8C358.4,393.02 359.12,393.2 360,393.2C360.88,393.2 361.6,393.38 361.6,393.6C361.6,393.849 363.867,394 367.6,394C371.333,394 373.6,393.849 373.6,393.6C373.6,393.38 374.32,393.2 375.2,393.2C376.08,393.2 376.8,393.02 376.8,392.8C376.8,392.58 377.34,392.4 378,392.4C378.66,392.4 379.2,392.243 379.2,392.051C379.2,391.859 379.92,391.587 380.8,391.446C381.68,391.306 382.4,391.013 382.4,390.795C382.4,390.578 382.76,390.4 383.2,390.4C383.64,390.4 384,390.22 384,390C384,389.78 384.36,389.6 384.8,389.6C385.24,389.6 385.6,389.459 385.6,389.286C385.6,389.114 386.118,388.666 386.752,388.292C388.073,387.512 391.6,384.265 391.6,383.829C391.6,383.668 392.32,382.846 393.2,382C394.08,381.154 394.8,380.261 394.8,380.015C394.8,379.768 395.16,379.18 395.6,378.708C396.04,378.236 396.4,377.613 396.4,377.325C396.4,377.036 396.58,376.8 396.8,376.8C397.02,376.8 397.2,376.44 397.2,376C397.2,375.56 397.38,375.2 397.6,375.2C397.82,375.2 398,374.84 398,374.4C398,373.96 398.18,373.6 398.4,373.6C398.62,373.6 398.8,372.985 398.8,372.233C398.8,371.482 399.025,370.792 399.3,370.7C399.681,370.573 399.8,368.271 399.8,361C399.8,353.729 399.681,351.427 399.3,351.3C399.025,351.208 398.8,350.625 398.8,350.004C398.8,349.056 397.475,345.873 396.799,345.2C396.689,345.09 396.344,344.505 396.032,343.9C395.72,343.295 395.315,342.8 395.132,342.8C394.95,342.8 394.8,342.526 394.8,342.191C394.8,341.078 201.109,146.8 200,146.8C199.669,146.8 156.558,189.688 104.199,242.107" android:strokeColor="#ffffff"/>
</vector>
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_back_animated.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!--Back To Menu Animation -->
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/ic_back_vector">
<target
android:name="back"
android:animation="@animator/back_to_menu_morph"/>
<target
android:name="rotation"
android:animation="@animator/back_to_menu_rotation"/>
</animated-vector>
18 changes: 18 additions & 0 deletions app/src/main/res/drawable/ic_back_vector.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!--Back Vector-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="100"
android:viewportWidth="100">
<group
android:name="rotation"
android:pivotX="50"
android:pivotY="50">
<path
android:name="back"
android:pathData="@string/back_vector_path"
android:strokeColor="@android:color/black"
android:strokeLineCap="round"
android:strokeWidth="8"/>
</group>
</vector>
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/ic_backspace_white_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FFFFFF" android:pathData="M22,3L7,3c-0.69,0 -1.23,0.35 -1.59,0.88L0,12l5.41,8.11c0.36,0.53 0.9,0.89 1.59,0.89h15c1.1,0 2,-0.9 2,-2L24,5c0,-1.1 -0.9,-2 -2,-2zM19,15.59L17.59,17 14,13.41 10.41,17 9,15.59 12.59,12 9,8.41 10.41,7 14,10.59 17.59,7 19,8.41 15.41,12 19,15.59z"/>
</vector>
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_call_black_24dp.xml
Original file line number Diff line number Diff line change
@@ -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:fillColor="#ffffff"
android:pathData="M6.62,10.79c1.44,2.83 3.76,5.14 6.59,6.59l2.2,-2.2c0.27,-0.27 0.67,-0.36 1.02,-0.24 1.12,0.37 2.33,0.57 3.57,0.57 0.55,0 1,0.45 1,1V20c0,0.55 -0.45,1 -1,1 -9.39,0 -17,-7.61 -17,-17 0,-0.55 0.45,-1 1,-1h3.5c0.55,0 1,0.45 1,1 0,1.25 0.2,2.45 0.57,3.57 0.11,0.35 0.03,0.74 -0.25,1.02l-2.2,2.2z"/>
</vector>
Binary file added app/src/main/res/drawable/ic_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 24a14e3

Please sign in to comment.