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) {
......
<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>
<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="M224.512,299.46c0.495,0.631 0.973,1.28 1.451,1.937C225.485,300.74 225.007,300.092 224.512,299.46z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M219.255,293.393c0.35,0.358 0.657,0.742 0.998,1.109C219.913,294.135 219.605,293.751 219.255,293.393z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M229.402,306.654c0.307,0.521 0.649,1.024 0.947,1.553C230.05,307.678 229.709,307.2 229.402,306.654z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M233.813,315.418c0.23,0.572 0.418,1.169 0.64,1.707C234.231,316.587 234.044,315.989 233.813,315.418z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M211.738,286.882c0.538,0.41 1.101,0.802 1.63,1.22C212.838,287.676 212.275,287.292 211.738,286.882z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M204.655,282.18c0.691,0.393 1.365,0.853 2.048,1.237C206.02,282.999 205.346,282.581 204.655,282.18z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M209.195,397.653c5.043,-3.174 9.771,-6.81 14.131,-10.871c1.203,-1.135 2.261,-2.432 3.132,-3.84c4.676,-7.543 8.132,-15.778 10.24,-24.397C232.542,374.468 222.78,388.361 209.195,397.653z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M179.123,273.647c0.811,0.094 1.604,0.239 2.398,0.367C180.727,273.92 179.934,273.741 179.123,273.647z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M197.453,278.528c0.299,0.128 0.572,0.29 0.853,0.418C198.025,278.818 197.751,278.656 197.453,278.528z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M236.433,323.234c0.222,0.802 0.427,1.604 0.623,2.415C236.86,324.838 236.655,324.036 236.433,323.234z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M170.351,409.6c-1.937,0 -3.823,-0.196 -5.717,-0.367C166.528,409.387 168.414,409.6 170.351,409.6z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M187.938,407.313l-1.024,0.265L187.938,407.313z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M238.285,332.399c0.068,0.503 0.171,0.99 0.23,1.493C238.455,333.389 238.353,332.902 238.285,332.399z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M161.818,409.02c-2.765,-0.367 -5.513,-0.879 -8.218,-1.553C156.305,408.141 159.053,408.653 161.818,409.02z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M179.49,408.969c-0.393,0.051 -0.759,0.128 -1.152,0.171C178.722,409.097 179.106,409.02 179.49,408.969z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M208.085,398.404c-1.212,0.794 -2.458,1.536 -3.721,2.261C205.653,399.983 206.848,399.172 208.085,398.404z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M238.882,342.349c0,0.742 -0.077,1.468 -0.111,2.202C238.805,343.817 238.874,343.04 238.882,342.349z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M238.165,351.053c-0.145,1.007 -0.273,2.022 -0.461,3.012C237.884,353.058 238.029,352.06 238.165,351.053z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M187.631,275.277c0.734,0.188 1.476,0.35 2.202,0.563C189.107,275.627 188.365,275.465 187.631,275.277z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M25.6,375.467h9.387c7.074,0 13.397,4.386 15.889,11.008c0.973,2.56 2.022,5.077 3.149,7.552c2.953,6.451 1.596,14.054 -3.413,19.081l-6.665,6.733c-6.647,6.665 -6.647,17.451 0,24.115l24.115,24.115c6.665,6.647 17.451,6.647 24.115,0l6.699,-6.673c5.026,-5.009 12.629,-6.366 19.081,-3.413c2.475,1.135 4.992,2.185 7.552,3.149c6.622,2.483 11.017,8.806 11.025,15.881v9.387c0,9.429 7.637,17.067 17.067,17.067h34.133c9.429,0 17.067,-7.637 17.067,-17.067v-9.387c0,-7.074 4.386,-13.397 11.008,-15.889c2.56,-0.973 5.077,-2.022 7.552,-3.149c6.451,-2.953 14.054,-1.596 19.081,3.413l6.699,6.673c6.665,6.647 17.451,6.647 24.115,0l24.115,-24.115c6.647,-6.665 6.647,-17.451 0,-24.115l-6.673,-6.699c-5.009,-5.026 -6.366,-12.629 -3.413,-19.081c1.135,-2.475 2.185,-4.992 3.149,-7.552c2.483,-6.639 8.824,-11.034 15.915,-11.034h9.387c9.429,0 17.067,-7.637 17.067,-17.067v-34.133c0,-9.429 -7.637,-17.067 -17.067,-17.067h-9.387c-7.074,0 -13.397,-4.386 -15.889,-11.008c-0.973,-2.56 -2.022,-5.077 -3.149,-7.552c-2.961,-6.451 -1.596,-14.054 3.413,-19.081l6.673,-6.699c6.647,-6.665 6.647,-17.451 0,-24.115L273.28,214.63c-6.665,-6.647 -17.451,-6.647 -24.115,0l-6.699,6.673c-5.026,5.009 -12.629,6.366 -19.081,3.413c-2.475,-1.135 -4.992,-2.185 -7.552,-3.149c-6.639,-2.483 -11.034,-8.823 -11.034,-15.915v-9.387c0,-9.429 -7.637,-17.067 -17.067,-17.067H153.6c-9.429,0 -17.067,7.637 -17.067,17.067v9.387c0,7.074 -4.386,13.397 -11.008,15.889c-2.56,0.973 -5.077,2.022 -7.552,3.149c-6.451,2.953 -14.054,1.596 -19.081,-3.413l-6.733,-6.665c-6.665,-6.647 -17.451,-6.647 -24.115,0l-24.081,24.132c-6.647,6.665 -6.647,17.451 0,24.115l6.673,6.699c5.009,5.026 6.374,12.629 3.413,19.081c-1.135,2.475 -2.185,4.992 -3.149,7.552c-2.492,6.63 -8.832,11.017 -15.915,11.008H25.6c-9.429,0 -17.067,7.637 -17.067,17.067V358.4C8.533,367.829 16.171,375.467 25.6,375.467zM153.6,275.2c5.581,-1.408 11.315,-2.125 17.067,-2.133c2.825,0.017 5.649,0.213 8.457,0.58c0.811,0.094 1.604,0.239 2.398,0.367c2.074,0.324 4.105,0.751 6.11,1.263c0.734,0.188 1.476,0.35 2.202,0.563c2.594,0.742 5.137,1.638 7.62,2.688c0.299,0.128 0.572,0.29 0.853,0.418c2.167,0.964 4.284,2.048 6.34,3.234c0.691,0.401 1.365,0.853 2.048,1.237c1.707,1.084 3.413,2.244 5.035,3.465c0.538,0.41 1.101,0.794 1.63,1.22c2.057,1.655 4.028,3.422 5.888,5.291c0.35,0.358 0.657,0.742 0.998,1.109c1.502,1.579 2.927,3.234 4.267,4.958c0.495,0.631 0.973,1.28 1.451,1.937c1.22,1.707 2.372,3.413 3.413,5.257c0.307,0.521 0.649,1.024 0.947,1.553c1.297,2.33 2.449,4.745 3.465,7.211c0.23,0.572 0.418,1.161 0.64,1.707c0.751,1.988 1.417,4.011 1.98,6.076c0.222,0.802 0.427,1.604 0.623,2.415c0.521,2.227 0.93,4.48 1.229,6.75c0.068,0.503 0.171,0.99 0.23,1.493c0.282,2.483 0.435,4.975 0.444,7.475c0,0.341 0,0.674 -0.051,1.015c0,0.725 -0.077,1.468 -0.111,2.202c-0.102,2.193 -0.299,4.361 -0.606,6.502c-0.137,1.007 -0.282,2.005 -0.461,3.012c-0.29,1.527 -0.666,3.012 -1.05,4.506c-2.108,8.619 -5.564,16.853 -10.24,24.397c-0.87,1.408 -1.929,2.705 -3.132,3.84c-4.343,4.045 -9.062,7.68 -14.089,10.846l-1.109,0.725c-1.237,0.768 -2.475,1.579 -3.721,2.261c-5.163,2.927 -10.684,5.154 -16.427,6.647l-1.024,0.265c-2.449,0.597 -4.924,1.067 -7.424,1.391c-0.384,0.051 -0.768,0.128 -1.152,0.171c-2.543,0.307 -5.111,0.469 -7.671,0.486h-0.316c-1.937,0 -3.823,-0.196 -5.717,-0.367c-0.93,-0.085 -1.894,-0.077 -2.816,-0.196c-2.765,-0.367 -5.513,-0.896 -8.218,-1.57c-36.523,-9.446 -58.479,-46.711 -49.033,-83.234C110.788,300.186 129.562,281.421 153.6,275.2z"
android:fillColor="#FFAF46"/>
<path
android:pathData="M230.349,308.207c1.297,2.33 2.449,4.745 3.465,7.211C232.798,312.951 231.646,310.537 230.349,308.207z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M234.453,317.158c0.751,1.988 1.417,4.011 1.98,6.076C235.87,321.169 235.204,319.147 234.453,317.158z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M238.933,341.333c-0.009,-2.483 -0.145,-4.966 -0.418,-7.441c0.299,2.807 0.418,5.632 0.367,8.457C238.933,342.007 238.933,341.675 238.933,341.333z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M237.056,325.649c0.521,2.227 0.93,4.48 1.229,6.75C237.986,330.129 237.577,327.876 237.056,325.649z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M181.521,274.014c2.074,0.324 4.105,0.751 6.11,1.263C185.626,274.773 183.595,274.338 181.521,274.014z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M170.667,273.067c2.825,0.017 5.649,0.213 8.457,0.58C176.316,273.28 173.491,273.084 170.667,273.067z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M198.315,278.946c2.167,0.964 4.284,2.039 6.34,3.234C202.598,280.994 200.482,279.91 198.315,278.946z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M189.833,275.84c2.594,0.742 5.137,1.638 7.62,2.688C194.97,277.478 192.427,276.582 189.833,275.84z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M225.963,301.397c1.22,1.707 2.372,3.413 3.413,5.257C228.335,304.845 227.183,303.087 225.963,301.397z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M220.254,294.502c1.493,1.579 2.918,3.234 4.267,4.958C223.181,297.737 221.756,296.081 220.254,294.502z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M206.703,283.418c1.707,1.084 3.413,2.244 5.035,3.465C210.108,285.662 208.435,284.501 206.703,283.418z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M213.333,288.102c2.065,1.647 4.028,3.413 5.888,5.291C217.361,291.524 215.39,289.758 213.333,288.102z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M204.365,400.666c-5.188,2.876 -10.701,5.103 -16.427,6.647C193.681,405.82 199.202,403.593 204.365,400.666z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M186.88,407.578c-2.449,0.597 -4.924,1.067 -7.424,1.391C181.956,408.644 184.431,408.175 186.88,407.578z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M170.667,409.6c2.569,-0.009 5.129,-0.162 7.68,-0.461c-2.654,0.307 -5.316,0.452 -7.987,0.444L170.667,409.6z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M164.634,409.216c-0.93,-0.085 -1.894,-0.077 -2.816,-0.196C162.739,409.139 163.703,409.131 164.634,409.216z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M238.771,344.55c-0.094,2.15 -0.307,4.318 -0.606,6.502C238.473,348.911 238.669,346.743 238.771,344.55z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M209.195,397.653c-0.367,0.239 -0.734,0.495 -1.109,0.725L209.195,397.653z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M237.705,354.065c-0.273,1.493 -0.683,3.004 -1.05,4.506C237.039,357.077 237.414,355.593 237.705,354.065z"
android:fillColor="#78B9EB"/>
<path
android:pathData="M315.733,298.667h-9.387c-3.533,0.009 -6.69,-2.193 -7.902,-5.513c-1.041,-2.731 -2.159,-5.402 -3.362,-8.047c-1.493,-3.217 -0.811,-7.023 1.707,-9.523l6.69,-6.699c9.933,-10.018 9.916,-26.18 -0.043,-36.173l-24.115,-24.115c-10.01,-9.95 -26.172,-9.95 -36.181,0l-6.69,6.682c-2.5,2.509 -6.306,3.191 -9.523,1.707c-2.645,-1.203 -5.316,-2.321 -8.055,-3.413c-3.337,-1.203 -5.547,-4.378 -5.538,-7.919v-9.387c0,-14.14 -11.46,-25.6 -25.6,-25.6H153.6c-14.14,0 -25.6,11.46 -25.6,25.6v9.387c0.009,3.533 -2.193,6.69 -5.513,7.902c-2.731,1.041 -5.402,2.159 -8.047,3.362c-3.217,1.485 -7.023,0.802 -9.523,-1.707l-6.699,-6.69c-10.01,-9.941 -26.163,-9.941 -36.173,0l-24.115,24.192c-9.95,10.01 -9.95,26.172 0,36.181l6.682,6.69c2.517,2.5 3.2,6.306 1.707,9.523c-1.203,2.645 -2.321,5.316 -3.371,8.055c-1.22,3.337 -4.412,5.538 -7.962,5.504H25.6c-14.14,0 -25.6,11.46 -25.6,25.6V358.4C0,372.54 11.46,384 25.6,384h9.387c3.533,-0.009 6.69,2.193 7.902,5.513c1.041,2.731 2.159,5.402 3.362,8.047c1.493,3.217 0.811,7.023 -1.707,9.523l-6.69,6.699c-9.941,10.01 -9.941,26.163 0,36.173l24.115,24.115c10.01,9.95 26.172,9.95 36.181,0l6.69,-6.682c2.5,-2.509 6.306,-3.191 9.523,-1.707c2.645,1.203 5.316,2.321 8.055,3.413c3.354,1.186 5.589,4.361 5.581,7.919v9.387c0,14.14 11.46,25.6 25.6,25.6h34.133c14.14,0 25.6,-11.46 25.6,-25.6v-9.387c-0.009,-3.533 2.193,-6.69 5.513,-7.902c2.731,-1.041 5.402,-2.159 8.047,-3.362c3.217,-1.485 7.023,-0.802 9.523,1.707l6.699,6.69c10.018,9.924 26.172,9.907 36.173,-0.043l24.115,-24.115c9.95,-10.01 9.95,-26.172 0,-36.181l-6.682,-6.69c-2.517,-2.5 -3.2,-6.306 -1.707,-9.523c1.203,-2.645 2.321,-5.316 3.413,-8.055c1.203,-3.337 4.378,-5.547 7.919,-5.538h9.387c14.14,0 25.6,-11.46 25.6,-25.6v-34.133C341.333,310.127 329.873,298.667 315.733,298.667zM324.267,358.4c0,4.71 -3.823,8.533 -8.533,8.533h-9.387c-10.607,0.043 -20.105,6.596 -23.893,16.503c-0.905,2.389 -1.886,4.745 -2.935,7.057c-4.386,9.685 -2.355,21.069 5.12,28.638l6.673,6.682c3.337,3.328 3.337,8.73 0.009,12.066l-0.009,0.009l-24.115,24.115c-3.328,3.328 -8.73,3.328 -12.066,0l-6.69,-6.682c-7.561,-7.475 -18.953,-9.515 -28.638,-5.12c-2.313,1.05 -4.668,2.031 -7.04,2.935c-9.899,3.789 -16.452,13.278 -16.495,23.876v9.387c0,4.71 -3.823,8.533 -8.533,8.533H153.6c-4.71,0 -8.533,-3.823 -8.533,-8.533v-9.387c-0.043,-10.607 -6.596,-20.105 -16.503,-23.893c-2.389,-0.905 -4.745,-1.886 -7.057,-2.935c-9.685,-4.386 -21.069,-2.347 -28.638,5.12l-6.682,6.673c-3.328,3.337 -8.73,3.337 -12.066,0.009l-0.009,-0.009l-24.115,-24.09c-3.328,-3.328 -3.328,-8.738 0,-12.066l6.682,-6.69c7.475,-7.569 9.506,-18.953 5.12,-28.638c-1.05,-2.313 -2.031,-4.668 -2.935,-7.04c-3.78,-9.907 -13.269,-16.478 -23.876,-16.521H25.6c-4.71,0 -8.533,-3.823 -8.533,-8.533v-34.133c0,-4.71 3.823,-8.533 8.533,-8.533h9.387c10.607,-0.043 20.105,-6.596 23.893,-16.503c0.905,-2.389 1.886,-4.745 2.935,-7.057c4.386,-9.685 2.355,-21.069 -5.12,-28.638l-6.707,-6.682c-3.337,-3.328 -3.337,-8.73 -0.009,-12.066l0.009,-0.009l24.115,-24.115c3.337,-3.328 8.73,-3.328 12.066,0l6.69,6.682c7.561,7.475 18.953,9.515 28.638,5.12c2.313,-1.05 4.668,-2.031 7.04,-2.935c9.916,-3.78 16.478,-13.269 16.529,-23.876v-9.387c0,-4.71 3.823,-8.533 8.533,-8.533h34.133c4.71,0 8.533,3.823 8.533,8.533v9.387c0.043,10.607 6.596,20.105 16.503,23.893c2.389,0.905 4.745,1.886 7.057,2.935c9.685,4.395 21.077,2.355 28.638,-5.12l6.682,-6.673c3.345,-3.311 8.73,-3.311 12.075,0l24.115,24.115c3.328,3.328 3.328,8.738 0,12.066l-6.682,6.69c-7.475,7.569 -9.506,18.953 -5.12,28.638c1.05,2.313 2.031,4.668 2.935,7.04c3.789,9.899 13.278,16.452 23.876,16.495h9.387c4.71,0 8.533,3.823 8.533,8.533V358.4z"
android:fillColor="#231F20"/>
<path
android:pathData="M247.296,337.92c-0.085,-2.048 -0.23,-4.087 -0.478,-6.118c-0.273,-2.185 -0.597,-4.352 -1.05,-6.477c-0.299,-1.391 -0.691,-2.765 -1.067,-4.147c-0.478,-1.758 -1.015,-3.49 -1.613,-5.197c-0.418,-1.186 -0.853,-2.364 -1.297,-3.533c-1.101,-2.731 -2.355,-5.402 -3.763,-7.987c-0.111,-0.196 -0.179,-0.41 -0.29,-0.606c-2.219,-3.951 -4.787,-7.697 -7.68,-11.187c-0.247,-0.307 -0.529,-0.597 -0.785,-0.896c-1.178,-1.391 -2.389,-2.739 -3.661,-4.028c-0.666,-0.691 -1.365,-1.34 -2.065,-2.005c-0.853,-0.794 -1.707,-1.579 -2.56,-2.33c-1.033,-0.896 -2.091,-1.766 -3.166,-2.611l-1.399,-1.041c-13.201,-9.89 -29.261,-15.232 -45.756,-15.223c-0.853,0 -1.707,0.128 -2.56,0.162c-1.818,0.051 -3.644,0.154 -5.478,0.341c-0.964,0.102 -1.937,0.213 -2.901,0.35c-2.782,0.367 -5.538,0.879 -8.269,1.545c-41.088,10.615 -65.792,52.531 -55.177,93.628c6.997,27.076 28.151,48.213 55.236,55.185c0.137,0 0.282,0.043 0.427,0.077c2.944,0.734 5.931,1.306 8.943,1.707c1.988,0.247 3.977,0.299 5.973,0.393c1.331,0.068 2.56,0.265 3.951,0.265c2.432,0 4.958,-0.162 7.535,-0.418c0.273,0 0.546,-0.077 0.853,-0.111c2.074,-0.23 4.173,-0.538 6.315,-0.964c0.853,-0.162 1.647,-0.375 2.466,-0.563c1.502,-0.35 2.995,-0.717 4.531,-1.169c1.195,-0.358 2.355,-0.777 3.524,-1.186c1.169,-0.41 2.381,-0.853 3.593,-1.314s2.227,-0.99 3.328,-1.502c1.434,-0.657 2.859,-1.306 4.267,-2.074h0.051c7.962,-4.267 15.317,-9.574 21.871,-15.795c1.766,-1.655 3.311,-3.533 4.574,-5.598c6.665,-10.675 11.034,-22.622 12.851,-35.072c0.239,-1.647 0.452,-3.294 0.58,-4.975c0.119,-1.545 0.205,-3.081 0.239,-4.617c0,-0.486 0.068,-0.947 0.068,-1.434C247.467,340.19 247.347,339.081 247.296,337.92zM155.674,283.477c4.898,-1.237 9.941,-1.869 14.993,-1.877c2.441,0.017 4.873,0.179 7.296,0.495c0.649,0.077 1.289,0.196 1.929,0.29c1.843,0.29 3.669,0.657 5.47,1.118c0.589,0.154 1.178,0.29 1.758,0.452c4.54,1.306 8.909,3.149 13.013,5.478c0.657,0.384 1.297,0.785 1.946,1.186c1.348,0.853 2.654,1.707 3.942,2.679c0.691,0.503 1.391,0.998 2.057,1.536c1.673,1.34 3.277,2.765 4.804,4.267c0.606,0.614 1.161,1.289 1.749,1.929c0.981,1.067 1.937,2.159 2.85,3.311c0.631,0.794 1.237,1.613 1.835,2.441c0.853,1.229 1.707,2.509 2.475,3.806c0.427,0.708 0.853,1.399 1.289,2.125c1.101,2.022 2.082,4.113 2.935,6.255c0.341,0.853 0.631,1.707 0.939,2.56c0.555,1.57 1.033,3.157 1.451,4.762c0.213,0.853 0.452,1.613 0.631,2.441c0.495,2.304 0.862,4.642 1.084,6.989c0.051,0.623 0.051,1.254 0.094,1.877c0.119,1.963 0.154,3.934 0.077,5.914c0,0.708 -0.06,1.417 -0.102,2.116c-0.154,2.065 -0.418,4.13 -0.768,6.204c-3.191,17.741 -14.208,33.101 -29.986,41.813c-1.058,0.555 -2.099,1.075 -3.14,1.553l-0.708,0.341c-4.958,2.253 -10.189,3.831 -15.565,4.71c-0.375,0.06 -0.759,0.128 -1.143,0.179c-1.067,0.154 -2.116,0.282 -3.157,0.375c-1.374,0.119 -2.756,0.188 -4.164,0.213c-0.597,0 -1.186,0 -1.783,0c-2.022,-0.026 -4.036,-0.145 -6.042,-0.375l-1.024,-0.119c-2.347,-0.307 -4.676,-0.742 -6.972,-1.314c-31.957,-8.183 -51.234,-40.721 -43.059,-72.678c5.402,-21.12 21.888,-37.615 42.999,-43.042L155.674,283.477z"
android:fillColor="#231F20"/>
<path
android:pathData="M486.4,179.2h-26.837c-3.575,0.034 -6.784,-2.219 -7.953,-5.598c-2.645,-7.927 -5.845,-15.659 -9.583,-23.134c-1.587,-3.226 -0.922,-7.108 1.638,-9.634l19.029,-19.055c9.984,-9.993 9.984,-26.197 0,-36.19l-36.284,-36.224c-9.993,-9.984 -26.197,-9.984 -36.19,0L371.2,68.378c-2.517,2.56 -6.4,3.226 -9.626,1.647c-7.475,-3.755 -15.206,-6.972 -23.142,-9.634c-3.396,-1.161 -5.666,-4.369 -5.632,-7.953V25.6c0,-14.14 -11.46,-25.6 -25.6,-25.6H256c-14.14,0 -25.6,11.46 -25.6,25.6v26.837c0.034,3.575 -2.219,6.784 -5.598,7.953c-7.927,2.662 -15.659,5.879 -23.134,9.626c-3.226,1.587 -7.117,0.93 -9.634,-1.638l-19.055,-19.029c-10.01,-9.958 -26.18,-9.958 -36.19,0l-36.215,36.215c-9.993,9.993 -9.993,26.206 0,36.198l27.981,28.032c3.388,3.277 8.789,3.191 12.066,-0.188c3.2,-3.302 3.209,-8.542 0.017,-11.861l-27.998,-28.023c-3.328,-3.337 -3.328,-8.73 0,-12.066l36.215,-36.215c3.328,-3.328 8.738,-3.328 12.066,0l19.063,19.029c7.714,7.757 19.533,9.702 29.321,4.813c6.758,-3.388 13.747,-6.289 20.915,-8.695c10.342,-3.499 17.289,-13.227 17.246,-24.149V25.6c0,-4.71 3.823,-8.533 8.533,-8.533h51.2c4.71,0 8.533,3.823 8.533,8.533v26.837c-0.043,10.923 6.903,20.642 17.246,24.141c7.168,2.406 14.165,5.316 20.924,8.704c9.788,4.864 21.589,2.918 29.312,-4.821l19.063,-19.021c3.328,-3.328 8.738,-3.328 12.066,0l36.215,36.224c3.328,3.328 3.328,8.73 0,12.058l-19.029,19.063c-7.748,7.714 -9.694,19.533 -4.813,29.321c3.388,6.758 6.289,13.747 8.695,20.915c3.499,10.342 13.227,17.297 24.149,17.246H486.4c4.71,0 8.533,3.823 8.533,8.533V256c0,4.71 -3.823,8.533 -8.533,8.533h-26.837c-10.923,-0.043 -20.642,6.903 -24.141,17.246c-2.406,7.168 -5.316,14.165 -8.704,20.924c-4.873,9.788 -2.927,21.598 4.821,29.312l19.029,19.063c3.328,3.328 3.328,8.738 0,12.066l-36.233,36.215c-3.328,3.328 -8.73,3.328 -12.058,0l-28.041,-27.981c-3.277,-3.388 -8.678,-3.473 -12.066,-0.196c-3.388,3.277 -3.473,8.678 -0.196,12.066c0.068,0.068 0.137,0.137 0.213,0.205l28.032,27.981c9.993,9.984 26.197,9.984 36.19,0l36.215,-36.207c9.993,-10.001 9.993,-26.197 0,-36.198L443.622,320c-2.56,-2.517 -3.226,-6.4 -1.647,-9.626c3.755,-7.475 6.972,-15.206 9.634,-23.142c1.161,-3.396 4.369,-5.666 7.953,-5.632H486.4c14.14,0 25.6,-11.46 25.6,-25.6v-51.2C512,190.66 500.54,179.2 486.4,179.2z"
android:fillColor="#231F20"/>
<path
android:pathData="M360.038,151.962c-43.349,-43.255 -113.527,-43.255 -156.877,0c-3.277,3.388 -3.183,8.789 0.213,12.066c3.311,3.191 8.55,3.191 11.853,0c36.412,-36.898 95.846,-37.299 132.745,-0.887s37.299,95.846 0.887,132.745c-0.299,0.299 -0.589,0.597 -0.887,0.887c-3.388,3.277 -3.482,8.678 -0.205,12.066c3.277,3.388 8.678,3.482 12.066,0.205c0.068,-0.068 0.137,-0.137 0.205,-0.205C403.294,265.489 403.294,195.311 360.038,151.962z"
android:fillColor="#231F20"/>
</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>
<?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
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
<RelativeLayout android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".MainActivity"
>
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
/>
</com.google.android.material.appbar.AppBarLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="230dp"
android:background="@drawable/back"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="100dp"
android:layout_height="100dp"
android:background="@drawable/ic_flask" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="10dp"
android:layout_marginTop="215dp"
android:layout_marginRight="10dp"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="135dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal"
>
<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_marginRight="5dp"
android:layout_weight="1"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerInParent="true"
android:src="@drawable/ic_camera_front" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/imageView"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:text="Browse"
android:textSize="16dp" />
<Button
android:id="@+id/button100"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_marginTop="0dp"
android:background="@android:color/transparent"
/>
</RelativeLayout>
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_marginLeft="5dp"
android:layout_weight="1"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerInParent="true"
android:src="@drawable/ic_man" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/imageView"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:text="User"
android:textSize="16dp" />
<Button
android:id="@+id/button200"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_marginTop="0dp"
android:background="@android:color/transparent"
/>
</RelativeLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="135dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal"
>
<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_marginRight="5dp"
android:layout_weight="1"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerInParent="true"
android:src="@drawable/ic_document_front" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/imageView"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:text="Documents"
android:textSize="16dp" />
<Button
android:id="@+id/button300"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".MainActivity"><![CDATA[
tools:showIn="@layout/app_bar_main">
android:layout_alignParentTop="true"
android:layout_marginTop="0dp"
android:background="@android:color/transparent"
/>
</RelativeLayout>
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_marginLeft="5dp"
android:layout_weight="1"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerInParent="true"
android:src="@drawable/ic_settings_front" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/imageView"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:text="Settings"
android:textSize="16dp" />
<Button
android:id="@+id/button400"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_marginTop="0dp"
android:background="@android:color/transparent"
/>
]]>
</RelativeLayout>
<fragment
android:id="@+id/nav_host_fragment"
android:name="androidx.navigation.fragment.NavHostFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="4dp"
android:textAlignment="inherit"
app:defaultNavHost="true"
app:layout_constraintHorizontal_bias="0.0"
......@@ -30,6 +275,22 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navGraph="@navigation/mobile_navigation" />
</androidx.cardview.widget.CardView>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
</LinearLayout>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
</RelativeLayout>
<?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="" />
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
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