Commit cf6e76cf authored by Mahima Induvara's avatar Mahima Induvara

Interface Created(Homepage)

parent 33bd5359
......@@ -6,10 +6,11 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_main_icon_1_foreground"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/ic_main_icon_1_foreground"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/Theme.ARChemistryLab">
<activity android:name=".ChatbotMain"></activity>
<activity android:name="chatbot.MainActivity" />
......
......@@ -12,6 +12,8 @@ class AdapterChatBot : RecyclerView.Adapter<AdapterChatBot.MyViewHolder>() {
inner class MyViewHolder(parent: ViewGroup) : RecyclerView.ViewHolder(
LayoutInflater.from(parent.context).inflate(R.layout.listitem_chat, parent, false)
) {
fun bind(chat: ChatModel) = with(itemView) {
if(!chat.isBot) {
......@@ -19,13 +21,14 @@ class AdapterChatBot : RecyclerView.Adapter<AdapterChatBot.MyViewHolder>() {
txtChat.setTextColor(Color.BLACK)
txtChat.text = chat.chat
}else{
txtChat.setBackgroundColor(Color.CYAN)
txtChat.setBackgroundColor(Color.GRAY)
txtChat.setTextColor(Color.BLACK)
txtChat.text = chat.chat
}
}
}
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int) = MyViewHolder(parent)
override fun onBindViewHolder(holder: MyViewHolder, position: Int) {
......
......@@ -22,7 +22,7 @@ class MainActivity : AppCompatActivity() {
val retrofit = Retrofit.Builder()
.baseUrl("http://192.168.1.100:5000")
.addConverterFactory(GsonConverterFactory.create())
.build()
.build()
val apiService = retrofit.create(APIService::class.java)
......
<vector android:height="25dp" android:viewportHeight="60"
android:viewportWidth="60" android:width="25dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#f5f5f5" android:fillType="nonZero" android:pathData="m47,39c0,15 -10.3,20 -23,20s-23,-5 -23,-20c0,-14 10.3,-24 23,-24 3.0904,-0.0101 6.1512,0.6021 9,1.8v1.2c0,1.6569 1.3431,3 3,3h1c0.5523,0 1,0.4477 1,1v3.23c0.0001,0.3593 0.1929,0.691 0.5051,0.8688 0.3122,0.1778 0.6958,0.1745 1.0049,-0.0088l2.93,-1.76c3.0319,4.2854 4.6282,9.421 4.56,14.67z"/>
<path android:fillColor="#cfd8dc" android:fillType="nonZero" android:pathData="m42.44,24.33 l-2.146,1.289c2.4703,4.0225 3.7549,8.6607 3.706,13.381 0,14.4 -9.5,19.584 -21.5,19.973 0.5,0.016 1,0.027 1.5,0.027 12.7,0 23,-5 23,-20 0.0682,-5.249 -1.5281,-10.3846 -4.56,-14.67z"/>
<path android:fillColor="#607d8b" android:fillType="nonZero" android:pathData="M16,28L32,28A11,11 0,0 1,43 39L43,39A11,11 0,0 1,32 50L16,50A11,11 0,0 1,5 39L5,39A11,11 0,0 1,16 28z"/>
<path android:fillColor="#37474f" android:fillType="nonZero" android:pathData="m32,28h-3c6.0751,0 11,4.9249 11,11s-4.9249,11 -11,11h3c6.0751,-0 11,-4.9249 11,-11s-4.9249,-11 -11,-11z"/>
<path android:fillColor="#00bcd4" android:fillType="nonZero" android:pathData="M13,38m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0"/>
<path android:fillColor="#00bcd4" android:fillType="nonZero" android:pathData="M35,38m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0"/>
<path android:fillColor="#02a9f4" android:fillType="nonZero" android:pathData="M7,13m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"/>
<path android:fillColor="#ffdf00" android:fillType="nonZero" android:pathData="m59,4v14c0,1.6569 -1.3431,3 -3,3h-7.72c-0.1825,0.0014 -0.3615,0.0496 -0.52,0.14l-5.32,3.19 -2.93,1.76c-0.3091,0.1832 -0.6927,0.1866 -1.0049,0.0088 -0.3122,-0.1778 -0.505,-0.5095 -0.5051,-0.8688v-3.23c0,-0.5523 -0.4477,-1 -1,-1h-1c-1.6569,0 -3,-1.3431 -3,-3v-14c0,-1.6569 1.3431,-3 3,-3h20c1.6569,0 3,1.3431 3,3z"/>
<path android:fillColor="#fec108" android:fillType="nonZero" android:pathData="m56,1h-3c1.6569,0 3,1.3431 3,3v14c0,1.6569 -1.3431,3 -3,3h3c1.6569,0 3,-1.3431 3,-3v-14c0,-1.6569 -1.3431,-3 -3,-3z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m16,27c-6.6274,0 -12,5.3726 -12,12s5.3726,12 12,12h16c6.6274,0 12,-5.3726 12,-12s-5.3726,-12 -12,-12zM42,39c-0.0061,5.5203 -4.4797,9.9939 -10,10h-16c-5.5228,0 -10,-4.4772 -10,-10s4.4772,-10 10,-10h16c5.5203,0.0061 9.9939,4.4797 10,10z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m13,34c-2.2091,0 -4,1.7909 -4,4s1.7909,4 4,4 4,-1.7909 4,-4 -1.7909,-4 -4,-4zM13,40c-1.1046,0 -2,-0.8954 -2,-2s0.8954,-2 2,-2 2,0.8954 2,2 -0.8954,2 -2,2z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m35,42c2.2091,0 4,-1.7909 4,-4s-1.7909,-4 -4,-4 -4,1.7909 -4,4 1.7909,4 4,4zM35,36c1.1046,0 2,0.8954 2,2s-0.8954,2 -2,2 -2,-0.8954 -2,-2 0.8954,-2 2,-2z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m21,25h6c0.5523,0 1,-0.4477 1,-1s-0.4477,-1 -1,-1h-6c-0.5523,0 -1,0.4477 -1,1s0.4477,1 1,1z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m23,22h2c0.5523,0 1,-0.4477 1,-1s-0.4477,-1 -1,-1h-2c-0.5523,0 -1,0.4477 -1,1s0.4477,1 1,1z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m56,0h-20c-2.2091,0 -4,1.7909 -4,4v11.347c-2.5712,-0.8986 -5.2763,-1.3541 -8,-1.347 -5.9059,-0.0611 -11.6182,2.1039 -16,6.064v-4.248c1.3775,-0.487 2.2039,-1.8957 1.9568,-3.3357 -0.2471,-1.4401 -1.4957,-2.4927 -2.9568,-2.4927s-2.7097,1.0526 -2.9568,2.4927c-0.2471,1.4401 0.5792,2.8487 1.9568,3.3357v6.3c-3.9636,4.7243 -6.0935,10.7179 -6,16.884 0,13.738 8.3,21 24,21s24,-7.262 24,-21c0.0508,-5.0845 -1.3914,-10.0722 -4.148,-14.345l4.425,-2.655h7.723c2.2091,0 4,-1.7909 4,-4v-14c0,-2.2091 -1.7909,-4 -4,-4zM7,12c0.5523,0 1,0.4477 1,1s-0.4477,1 -1,1 -1,-0.4477 -1,-1 0.4477,-1 1,-1zM46,39c0,12.607 -7.4,19 -22,19s-22,-6.393 -22,-19c0,-13.112 9.458,-23 22,-23 2.7368,-0.0027 5.4501,0.506 8,1.5v0.5c0,2.2091 1.7909,4 4,4h1v3.234c0.0049,1.1025 0.8975,1.9951 2,2 0.3628,-0.0009 0.7185,-0.1005 1.029,-0.288l2.108,-1.265c2.5711,3.9624 3.9149,8.5958 3.863,13.319zM58,18c0,1.1046 -0.8954,2 -2,2h-7.723c-0.3624,0.0003 -0.718,0.0988 -1.029,0.285l-8.248,4.949v-3.234c0,-1.1046 -0.8954,-2 -2,-2h-1c-1.1046,0 -2,-0.8954 -2,-2v-14c0,-1.1046 0.8954,-2 2,-2h20c1.1046,0 2,0.8954 2,2z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m26.3,43.282c-0.6559,0.5071 -1.4721,0.7619 -2.3,0.718 -0.8277,0.0433 -1.6435,-0.2111 -2.3,-0.717 -0.3985,-0.3506 -1.0015,-0.3288 -1.3737,0.0497 -0.3721,0.3785 -0.3837,0.9818 -0.0263,1.3743 1.0234,0.887 2.3469,1.3495 3.7,1.293 1.3555,0.0583 2.6818,-0.4043 3.707,-1.293 0.3855,-0.3871 0.3855,-1.0129 0,-1.4 -0.3842,-0.3895 -1.0092,-0.4007 -1.407,-0.025z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m54,6h-16c-0.5523,0 -1,0.4477 -1,1s0.4477,1 1,1h16c0.5523,0 1,-0.4477 1,-1s-0.4477,-1 -1,-1z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m38,12h5c0.5523,0 1,-0.4477 1,-1s-0.4477,-1 -1,-1h-5c-0.5523,0 -1,0.4477 -1,1s0.4477,1 1,1z"/>
<path android:fillColor="#000" android:fillType="nonZero" android:pathData="m51,14h-13c-0.5523,0 -1,0.4477 -1,1s0.4477,1 1,1h13c0.5523,0 1,-0.4477 1,-1s-0.4477,-1 -1,-1z"/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<vector
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
</vector>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M10,216h492v160h-492z"
android:fillColor="#F25A78"/>
<path
android:pathData="M10,376v60c0,11.05 8.95,20 20,20h452c11.05,0 20,-8.95 20,-20v-60H10z"
android:fillColor="#CCEEFF"/>
<path
android:pathData="M482,136H366l-34.47,-68.94C328.14,60.28 321.21,56 313.64,56H198.36c-7.57,0 -14.5,4.28 -17.89,11.06L146,136h-36v-20c0,-11.05 -8.95,-20 -20,-20H70c-11.05,0 -20,8.95 -20,20v20H30c-11.05,0 -20,8.95 -20,20v60h492v-60C502,144.95 493.05,136 482,136z"
android:fillColor="#CCEEFF"/>
<path
android:pathData="M376,296c0,66.135 -53.618,120 -120,120c-66.394,0 -120,-53.878 -120,-120c0,-66.135 53.618,-120 120,-120C322.394,176 376,229.878 376,296z"
android:fillColor="#57555C"/>
<path
android:pathData="M256,216c44.11,0 80,35.89 80,80s-35.89,80 -80,80s-80,-35.89 -80,-80S211.89,216 256,216z"
android:fillColor="#FFFFFF"/>
<path
android:fillColor="#FF000000"
android:pathData="M402,186c5.52,0 10,-4.48 10,-10s-4.48,-10 -10,-10s-10,4.48 -10,10S396.48,186 402,186z"/>
<path
android:fillColor="#FF000000"
android:pathData="M482,126H372.18l-31.706,-63.413C335.357,52.356 325.075,46 313.64,46H198.36c-11.437,0 -21.719,6.356 -26.834,16.588L139.82,126H120v-10c0,-16.542 -13.458,-30 -30,-30H70c-16.542,0 -30,13.458 -30,30v10H30c-16.542,0 -30,13.458 -30,30c0,27.175 0,269.429 0,280c0,16.542 13.458,30 30,30h452c16.542,0 30,-13.458 30,-30c0,-27.175 0,-269.429 0,-280C512,139.458 498.542,126 482,126zM20,225.9h126.451C133.161,246.661 126,270.992 126,296c0,25.01 7.162,49.243 20.45,70H20V225.9zM146,296c0,-61.205 49.79,-110 110,-110c60.133,0 110,48.719 110,110c0,61.212 -49.797,110 -110,110C195.743,406 146,357.158 146,296zM386,296c0,-25.009 -7.161,-49.239 -20.451,-70H492v140H365.549C378.839,345.239 386,321.009 386,296zM189.415,71.532C191.121,68.12 194.548,66 198.36,66h115.28c3.812,0 7.24,2.12 8.946,5.532L349.82,126H162.18L189.415,71.532zM60,116c0,-5.514 4.486,-10 10,-10h20c5.514,0 10,4.486 10,10v10H60V116zM30,146c9.081,0 437.942,0 452,0c5.514,0 10,4.486 10,10v50H349.774c-24.434,-25.472 -58.348,-40 -93.774,-40c-35.43,0 -69.347,14.532 -93.775,40H20v-50C20,150.486 24.486,146 30,146zM482,446H30c-5.514,0 -10,-4.486 -10,-10v-50h142.226c24.435,25.472 58.349,40 93.774,40c35.431,0 69.348,-14.532 93.775,-40H492v50C492,441.514 487.514,446 482,446z"/>
<path
android:fillColor="#FF000000"
android:pathData="M286,86h-60c-5.523,0 -10,4.477 -10,10s4.477,10 10,10h60c5.522,0 10,-4.477 10,-10S291.522,86 286,86z"/>
<path
android:fillColor="#FF000000"
android:pathData="M256,386c49.626,0 90,-40.374 90,-90s-40.374,-90 -90,-90s-90,40.374 -90,90S206.374,386 256,386zM256,226c38.598,0 70,31.402 70,70s-31.402,70 -70,70s-70,-31.402 -70,-70S217.402,226 256,226z"/>
<path
android:fillColor="#FF000000"
android:pathData="M216,306c5.523,0 10,-4.477 10,-10c0,-16.542 13.458,-30 30,-30c5.522,0 10,-4.477 10,-10s-4.478,-10 -10,-10c-27.57,0 -50,22.43 -50,50C206,301.523 210.477,306 216,306z"/>
<path
android:fillColor="#FF000000"
android:pathData="M442,186h20c5.522,0 10,-4.477 10,-10s-4.478,-10 -10,-10h-20c-5.522,0 -10,4.477 -10,10S436.478,186 442,186z"/>
</vector>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="464dp"
android:height="464dp"
android:viewportWidth="464"
android:viewportHeight="464">
<path
android:pathData="M376,464H40V32h224l112,112V464z"
android:fillColor="#FCF05A"/>
<path
android:pathData="M424,416H88V0h224l112,112V416z"
android:fillColor="#FDBD40"/>
<path
android:pathData="M312,112h112L312,0V112z"
android:fillColor="#F49E21"/>
<path
android:pathData="M152,352h-16c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h16c4.418,0 8,3.582 8,8S156.418,352 152,352z"
android:fillColor="#E9686A"/>
<path
android:pathData="M376,352H184c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h192c4.418,0 8,3.582 8,8S380.418,352 376,352z"
android:fillColor="#E9686A"/>
<path
android:pathData="M152,304h-16c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h16c4.418,0 8,3.582 8,8S156.418,304 152,304z"
android:fillColor="#E9686A"/>
<path
android:pathData="M376,304H184c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h192c4.418,0 8,3.582 8,8S380.418,304 376,304z"
android:fillColor="#E9686A"/>
<path
android:pathData="M152,256h-16c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h16c4.418,0 8,3.582 8,8S156.418,256 152,256z"
android:fillColor="#E9686A"/>
<path
android:pathData="M376,256H184c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h192c4.418,0 8,3.582 8,8S380.418,256 376,256z"
android:fillColor="#E9686A"/>
<path
android:pathData="M152,208h-16c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h16c4.418,0 8,3.582 8,8S156.418,208 152,208z"
android:fillColor="#E9686A"/>
<path
android:pathData="M376,208H184c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h192c4.418,0 8,3.582 8,8S380.418,208 376,208z"
android:fillColor="#E9686A"/>
<path
android:pathData="M152,160h-16c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h16c4.418,0 8,3.582 8,8S156.418,160 152,160z"
android:fillColor="#E9686A"/>
<path
android:pathData="M376,160H184c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h192c4.418,0 8,3.582 8,8S380.418,160 376,160z"
android:fillColor="#E9686A"/>
<path
android:pathData="M136,72h48v48h-48V72z"
android:fillColor="#E9686A"/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<vector
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
</vector>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="m256,0c-141.385,0 -256,114.615 -256,256 0,59.873 20.554,114.945 54.991,158.546 0,0 83.747,76.016 201.009,76.016 141.385,0 248.102,-90.76 248.102,-232.145 0,-40.348 1.901,-71.292 -11.481,-100.159 -20.428,-44.066 -51.311,-78.884 -51.311,-78.884 -46.624,-48.901 -112.408,-79.374 -185.31,-79.374z"
android:fillColor="#f5415f"/>
<path
android:pathData="m493.214,159.584c-7.524,-18.486 -34.883,-13.115 -34.805,6.843 0.001,0.311 0.002,0.623 0.002,0.934 0,29.912 -5.616,58.495 -15.832,84.741 -2.706,6.951 -13.035,5.008 -13.035,-2.451v-20.253h13.556v-37.584h-35.536v-10.83c0,-29.261 -23.409,-53.611 -52.67,-53.72 -29.759,-0.111 -54.005,24.066 -54.005,53.799v113.528c0,8.864 -6.879,16.439 -15.737,16.757 -9.279,0.333 -16.935,-7.119 -16.935,-16.325v-113.1c0,-29.548 -23.463,-54.226 -53.007,-54.654 -30.027,-0.435 -54.593,23.865 -54.593,53.794v10.751h-35.557v37.584h13.577v106.634c-36.421,14.17 -62.235,49.569 -62.235,91.001l111.836,75.904c20.875,5.715 42.815,8.854 65.457,9.054 141.406,1.246 258.306,-114.581 258.305,-255.992 0,-34.11 -6.674,-66.658 -18.786,-96.415zM187.414,181.062c0,-14.734 11.863,-26.751 26.54,-26.999 15.105,-0.256 27.467,12.507 27.467,27.614v112.536c0,23.553 18.546,43.372 42.093,43.93 24.256,0.574 44.172,-18.991 44.172,-43.12v-113.374c0,-13.515 9.712,-25.342 23.084,-27.302 16.111,-2.361 29.997,10.123 29.997,25.79v11.677h-35.58v37.584h13.6v88.954c0,27.566 -16.515,52.484 -41.943,63.127 -5.836,2.443 -11.793,4.649 -17.86,6.606 -16.458,5.31 -34.33,-1.225 -43.998,-15.563 -7.372,-10.933 -16.898,-20.293 -27.972,-27.469 -11.009,-7.134 -17.619,-19.391 -17.619,-32.51v-83.144h13.577v-37.584h-35.558z"
android:fillColor="#cd2846"/>
<path
android:pathData="m187.958,321.026v-131.98h-53.608l0.753,129.985c-0.15,0.058 -0.3,0.117 -0.45,0.176 -27.112,10.673 -44.263,37.626 -42.96,66.734l0.946,21.129c1.188,26.529 13.259,51.594 33.848,68.364 3.825,3.115 7.864,5.909 12.251,8.173 15.633,8.068 32.203,14.574 49.505,19.311 36.271,-14.243 61.95,-49.568 61.95,-90.892 0,-41.432 -25.815,-76.831 -62.235,-91z"
android:fillColor="#fff"/>
<path
android:pathData="m107.486,412.026c0,-38.056 21.787,-71.008 53.56,-87.108v-135.872h-43.846v131.979c-36.421,14.17 -62.235,49.569 -62.235,91 0,0.841 0.011,1.68 0.032,2.516 22.574,28.581 51.12,52.216 83.747,69.055 -19.221,-17.825 -31.258,-43.288 -31.258,-71.57z"
android:fillColor="#e8d6ff"/>
<path
android:pathData="m403.002,398.361 l23.348,-6.565 -18.243,-26.957v-175.793h-35.407v176.855,25.895z"
android:fillColor="#fff"/>
<path
android:pathData="m383.072,189.046h-45.722v175.793l-18.243,26.957 24.513,6.565 29.08,-6.565 10.372,-15.327z"
android:fillColor="#e8d6ff"/>
<path
android:pathData="m481.363,473.09 l-55.013,-81.293h-53.65l-58.692,73.171c-14.479,18.051 -2.709,45.451 20.409,46.492 0.499,0.022 1,0.034 1.505,0.034h2.149,122.911c19.732,-0.001 31.44,-22.061 20.381,-38.404z"
android:fillColor="#ffdc64"/>
<path
android:pathData="m156.438,417.811c-7.432,9.242 -10.299,25.652 -2.978,37.036 3.964,6.163 9.885,10.608 15.979,6.539 0.038,-0.025 0.076,-0.051 0.113,-0.076 6.785,-4.584 11.246,-12.346 11.246,-21.151 0,-6.596 -5.593,-17.983 -11.541,-28.227 -0.403,-0.695 -6.131,-2.439 -12.819,5.879z"
android:fillColor="#ffdc64"/>
<path
android:pathData="m157.717,440.158c0,-6.596 5.593,-17.983 11.541,-28.227 -6.754,-11.633 -13.966,-21.792 -13.966,-21.792s-25.507,35.932 -25.507,50.019 11.42,25.507 25.507,25.507c5.157,0 9.953,-1.535 13.966,-4.167 -6.949,-4.557 -11.541,-12.41 -11.541,-21.34z"
android:fillColor="#ffc305"/>
<path
android:pathData="M339.388,448.627m-15.637,0a15.637,15.637 0,1 1,31.274 0a15.637,15.637 0,1 1,-31.274 0"
android:fillColor="#ffc305"/>
<path
android:pathData="M415.162,467.282m-15.637,0a15.637,15.637 0,1 1,31.274 0a15.637,15.637 0,1 1,-31.274 0"
android:fillColor="#ffc305"/>
<path
android:pathData="M398.762,420.083m-7.819,0a7.819,7.819 0,1 1,15.638 0a7.819,7.819 0,1 1,-15.638 0"
android:fillColor="#ffc305"/>
<path
android:pathData="m338.07,511.493c-19.734,0 -31.442,-22.06 -20.382,-38.403l55.013,-81.294h-53.593l-55.013,81.294c-11.06,16.343 0.648,38.403 20.382,38.403z"
android:fillColor="#ffc305"/>
<path
android:pathData="m152.579,176.807h48.956v37.584h-48.956z"
android:fillColor="#fff"/>
<path
android:pathData="m103.623,176.807h53.353v37.584h-53.353z"
android:fillColor="#e8d6ff"/>
<path
android:pathData="m372.706,176.807h48.956v37.584h-48.956z"
android:fillColor="#fff"/>
<path
android:pathData="m323.75,176.807h54.94v37.584h-54.94z"
android:fillColor="#e8d6ff"/>
<path
android:pathData="m386.127,391.636h-26.797v-226.506c0,-14.379 -11.698,-26.077 -26.077,-26.077 -14.89,0 -27.004,12.114 -27.004,27.003v113.961c0,23.783 -19.349,43.132 -43.132,43.132 -23.784,0 -43.133,-19.349 -43.133,-43.132v-113.961c0,-14.889 -12.114,-27.003 -27.004,-27.003s-27.003,12.114 -27.003,27.003v211.39h-26.797v-211.39c0,-29.665 24.135,-53.799 53.8,-53.799 29.666,0 53.8,24.135 53.8,53.799v113.961c0,9.007 7.328,16.335 16.336,16.335 9.007,0 16.335,-7.328 16.335,-16.335v-113.961c0,-29.665 24.135,-53.799 53.8,-53.799 29.155,0 52.874,23.719 52.874,52.874v226.505z"
android:fillColor="#05cdff"/>
<path
android:pathData="m130.421,128.389c-14.48,0 -26.261,-11.781 -26.261,-26.261s11.781,-26.261 26.261,-26.261 26.261,11.781 26.261,26.261 -11.781,26.261 -26.261,26.261zM130.421,91.945c-5.615,0 -10.183,4.568 -10.183,10.183s4.568,10.183 10.183,10.183 10.183,-4.568 10.183,-10.183 -4.568,-10.183 -10.183,-10.183z"
android:fillColor="#fff"/>
<path
android:pathData="m233.32,64.613c-11.82,0 -21.437,-9.617 -21.437,-21.437s9.617,-21.437 21.437,-21.437 21.437,9.617 21.437,21.437 -9.617,21.437 -21.437,21.437zM233.32,37.816c-2.955,0 -5.359,2.404 -5.359,5.359s2.404,5.359 5.359,5.359 5.359,-2.404 5.359,-5.359 -2.404,-5.359 -5.359,-5.359z"
android:fillColor="#fff"/>
<path
android:pathData="m410.177,141.787c-11.821,0 -21.437,-9.617 -21.437,-21.437s9.616,-21.437 21.437,-21.437 21.437,9.617 21.437,21.437 -9.616,21.437 -21.437,21.437zM410.177,114.99c-2.955,0 -5.359,2.404 -5.359,5.359s2.404,5.359 5.359,5.359 5.359,-2.404 5.359,-5.359 -2.404,-5.359 -5.359,-5.359z"
android:fillColor="#fff"/>
<path
android:pathData="m267.351,123.029c-10.49,0 -19.026,-8.535 -19.026,-19.026s8.535,-19.026 19.026,-19.026c10.49,0 19.026,8.535 19.026,19.026s-8.535,19.026 -19.026,19.026zM267.351,101.056c-1.626,0 -2.948,1.323 -2.948,2.948s1.322,2.948 2.948,2.948 2.948,-1.323 2.948,-2.948 -1.322,-2.948 -2.948,-2.948z"
android:fillColor="#fff"/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<vector
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
</vector>
<vector android:height="25dp" android:viewportHeight="464.056"
android:viewportWidth="464.056" android:width="25dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffdfba" android:pathData="m386.028,416.796v39.26c0,4.42 -3.58,8 -8,8h-292c-4.42,0 -8,-3.58 -8,-8v-39.26c0,-41.19 33.39,-74.56 74.59,-74.57 14.56,-0.01 27.38,-7.5 34.76,-18.86 7.414,-11.394 6.65,-21.302 6.65,-29.31l0.15,-0.37c-35.9,-14.86 -61.15,-50.23 -61.15,-91.5v-3.13c-14.255,0 -25,-11.265 -25,-24.54v-41.56c-0.32,-14.47 0.34,-65.5 37.2,-101.03 42.86,-41.31 110.78,-37.93 159.98,-15.83 1.6,0.72 1.55,3.01 -0.07,3.68l-12.83,5.28c-1.92,0.79 -1.51,3.62 0.55,3.84l6.23,0.67c29.83,3.19 57.54,19.39 74.72,46.35 0.46,0.73 0.33,1.84 -0.26,2.47 -10.6,11.21 -16.52,26.09 -16.52,41.56v54.57c0,13.55 -10.99,24.54 -24.54,24.54h-1.46v3.13c0,41.27 -25.25,76.64 -61.15,91.5l0.15,0.37c0,7.777 -0.827,17.82 6.65,29.31 7.38,11.36 20.2,18.85 34.76,18.86 41.2,0.01 74.59,33.38 74.59,74.57z"/>
<path android:fillColor="#fe4f60" android:pathData="m386.028,416.796v39.26c0,4.418 -3.582,8 -8,8h-292c-4.418,0 -8,-3.582 -8,-8v-39.26c0,-41.19 33.395,-74.555 74.585,-74.57 14.564,-0.005 27.387,-7.504 34.765,-18.86 25.754,22.002 63.531,22.015 89.3,0 7.377,11.356 20.201,18.855 34.765,18.86 41.19,0.015 74.585,33.38 74.585,74.57z"/>
<path android:fillColor="#42434d" android:pathData="m373.804,75.921c0.464,0.729 0.334,1.833 -0.259,2.461 -10.597,11.218 -16.517,26.093 -16.517,41.564v54.57c0,12.388 -9.333,24.54 -26,24.54v-61.77c0,-26.51 -21.49,-48 -48,-48h-102c-26.51,0 -48,21.49 -48,48v61.77c-14.255,0 -25,-11.265 -25,-24.54v-41.56c-0.32,-14.47 0.34,-65.5 37.2,-101.03 42.857,-41.311 110.784,-37.929 159.976,-15.827 1.6,0.719 1.558,3.01 -0.065,3.678l-12.831,5.282c-1.918,0.79 -1.514,3.617 0.548,3.838l6.232,0.669c29.835,3.187 57.538,19.387 74.716,46.355z"/>
<path android:fillColor="#ffebd2" android:pathData="m331.028,202.186c0,54.696 -44.348,99 -99,99 -51.492,0 -99,-40.031 -99,-102.13v-61.77c0,-26.51 21.49,-48 48,-48h102c26.51,0 48,21.49 48,48z"/>
<path android:fillColor="#fff" android:pathData="m313.028,447.056h-24c-4.418,0 -8,-3.582 -8,-8s3.582,-8 8,-8h24c4.418,0 8,3.582 8,8s-3.581,8 -8,8z"/>
<path android:fillColor="#fff3e4" android:pathData="m209.612,266.114c16.277,10.183 3.442,35.156 -14.376,28.004 -36.634,-14.704 -62.208,-50.404 -62.208,-91.932v-64.9c0,-10.084 3.11,-19.442 8.422,-27.168 6.514,-9.473 21.578,-5.288 21.578,7.168v64.9c0,36.51 19.192,66.79 46.584,83.928z"/>
<path android:fillColor="#ffd6a6" android:pathData="m271.158,310.476c-24.637,10.313 -51.712,11.113 -78.26,0 1.356,-5.626 1.13,-9.27 1.13,-16.42l0.15,-0.37c24.082,9.996 51.571,10.016 75.7,0l0.15,0.37c0,7.153 -0.226,10.796 1.13,16.42z"/>
<path android:fillColor="#ff6d7a" android:pathData="m192.91,366.383c-3.698,1.163 -7.664,1.804 -11.916,1.841 -41.296,0.364 -74.966,33.017 -74.966,74.315v7.517c0,7.732 -6.268,14 -14,14h-6c-4.418,0 -8,-3.582 -8,-8v-39.26c0,-41.191 33.395,-74.555 74.585,-74.57 14.564,-0.005 27.387,-7.504 34.765,-18.86 2.974,2.54 6.158,4.823 9.512,6.822 14.753,8.791 12.402,31.044 -3.98,36.195z"/>
<path android:fillColor="#e84857" android:pathData="m271.146,366.383c3.698,1.163 7.664,1.804 11.916,1.841 41.296,0.364 74.966,33.017 74.966,74.315v7.517c0,7.732 6.268,14 14,14h6c4.418,0 8,-3.582 8,-8v-39.26c0,-41.191 -33.395,-74.555 -74.585,-74.57 -14.564,-0.005 -27.387,-7.504 -34.765,-18.86 -2.974,2.54 -6.158,4.823 -9.512,6.822 -14.752,8.791 -12.402,31.044 3.98,36.195z"/>
<path android:fillColor="#4d4e59" android:pathData="m305.138,19.776c-11.758,4.839 -13.434,5.906 -17.508,5.274 -65.674,-10.18 -123.294,16.993 -142.862,80.786v0.01c-7.32,8.42 -11.74,19.42 -11.74,31.44v37.523c0,16.188 -25,17.315 -25,-0.293v-41.56c-0.32,-14.47 0.34,-65.5 37.2,-101.03 42.86,-41.31 110.78,-37.93 159.98,-15.83 1.6,0.72 1.55,3.01 -0.07,3.68z"/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<vector
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
</vector>
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<vector
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<vector
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
</vector>
......@@ -39,4 +39,5 @@
app:layout_constraintBottom_toBottomOf="@+id/etChat"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/etChat" />
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
......@@ -28,6 +28,6 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
app:srcCompat="@android:drawable/ic_dialog_email" />
android:src="@drawable/ic_bot" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
\ No newline at end of file
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:orientation="vertical"
android:layout_height="wrap_content">
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_gravity="end"
android:layout_margin="5dp"
android:elevation="8dp"
>
<LinearLayout android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:orientation="horizontal" >
<TextView
android:padding="8dp"
android:id="@+id/txtChat"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="18sp"
android:text="" />
</LinearLayout>
\ No newline at end of file
android:layout_height="match_parent"
android:layout_margin="3dp"
android:gravity="center"
android:padding="3dp"
android:text=""
android:textSize="18sp" />
<ImageView
android:layout_width="38dp"
android:layout_height="38dp"
android:layout_margin="10dp"
android:src="@drawable/ic_bot" />
</LinearLayout>
</androidx.cardview.widget.CardView>
......@@ -18,7 +18,7 @@
android:layout_height="wrap_content"
android:contentDescription="@string/nav_header_desc"
android:paddingTop="@dimen/nav_header_vertical_spacing"
app:srcCompat="@mipmap/ic_launcher_round" />
app:srcCompat="@mipmap/ic_user_main_foreground" />
<TextView
android:layout_width="match_parent"
......
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_cam_nevigate_background"/>
<foreground android:drawable="@mipmap/ic_cam_nevigate_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_cam_nevigate_background"/>
<foreground android:drawable="@mipmap/ic_cam_nevigate_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_documents_background"/>
<foreground android:drawable="@mipmap/ic_documents_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_documents_background"/>
<foreground android:drawable="@mipmap/ic_documents_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_main_icon_1_background"/>
<foreground android:drawable="@mipmap/ic_main_icon_1_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_main_icon_1_background"/>
<foreground android:drawable="@mipmap/ic_main_icon_1_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_setting_app_background"/>
<foreground android:drawable="@mipmap/ic_setting_app_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_setting_app_background"/>
<foreground android:drawable="@mipmap/ic_setting_app_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_user_login_background"/>
<foreground android:drawable="@mipmap/ic_user_login_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_user_login_background"/>
<foreground android:drawable="@mipmap/ic_user_login_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_user_main_background"/>
<foreground android:drawable="@mipmap/ic_user_main_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_user_main_background"/>
<foreground android:drawable="@mipmap/ic_user_main_foreground"/>
</adaptive-icon>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment