Dana-i icon
This commit is contained in:
parent
201f9f2a84
commit
b995243947
14 changed files with 898 additions and 110 deletions
|
@ -141,6 +141,7 @@ class ConfigBuilderFragment : DaggerFragment() {
|
|||
private val enabledExclusive: RadioButton = baseView.findViewById(R.id.plugin_enabled_exclusive)
|
||||
private val enabledInclusive: CheckBox = baseView.findViewById(R.id.plugin_enabled_inclusive)
|
||||
private val pluginIcon: ImageView = baseView.findViewById(R.id.plugin_icon)
|
||||
private val pluginIcon2: ImageView = baseView.findViewById(R.id.plugin_icon2)
|
||||
private val pluginName: TextView = baseView.findViewById(R.id.plugin_name)
|
||||
private val pluginDescription: TextView = baseView.findViewById(R.id.plugin_description)
|
||||
private val pluginPreferences: ImageButton = baseView.findViewById(R.id.plugin_preferences)
|
||||
|
@ -184,6 +185,12 @@ class ConfigBuilderFragment : DaggerFragment() {
|
|||
if (plugin.menuIcon != -1) {
|
||||
pluginIcon.visibility = View.VISIBLE
|
||||
pluginIcon.setImageDrawable(context?.let { ContextCompat.getDrawable(it, plugin.menuIcon) })
|
||||
if (plugin.menuIcon2 != -1) {
|
||||
pluginIcon2.visibility = View.VISIBLE
|
||||
pluginIcon2.setImageDrawable(context?.let { ContextCompat.getDrawable(it, plugin.menuIcon2) })
|
||||
} else {
|
||||
pluginIcon2.visibility = View.GONE
|
||||
}
|
||||
} else {
|
||||
pluginIcon.visibility = View.GONE
|
||||
}
|
||||
|
|
|
@ -9,17 +9,17 @@
|
|||
|
||||
<RadioButton
|
||||
android:id="@+id/plugin_enabled_exclusive"
|
||||
android:saveEnabled="false"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="6dp" />
|
||||
android:layout_marginEnd="6dp"
|
||||
android:saveEnabled="false" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/plugin_enabled_inclusive"
|
||||
android:saveEnabled="false"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="6dp" />
|
||||
android:layout_marginEnd="6dp"
|
||||
android:saveEnabled="false" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
|
@ -31,14 +31,21 @@
|
|||
android:id="@+id/plugin_icon"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_gravity="center_vertical"/>
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginEnd="8dp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/plugin_icon2"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginEnd="8dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
|
@ -69,7 +76,7 @@
|
|||
|
||||
<CheckBox
|
||||
android:id="@+id/plugin_visibility"
|
||||
android:saveEnabled="false"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:saveEnabled="false" />
|
||||
</LinearLayout>
|
|
@ -26,6 +26,8 @@ abstract class PluginBase(
|
|||
|
||||
open val menuIcon: Int
|
||||
get() = pluginDescription.pluginIcon
|
||||
open val menuIcon2: Int
|
||||
get() = pluginDescription.pluginIcon2
|
||||
|
||||
open val name: String
|
||||
get() = if (pluginDescription.pluginName == -1) "UNKNOWN" else resourceHelper.gs(pluginDescription.pluginName)
|
||||
|
|
|
@ -16,6 +16,7 @@ open class PluginDescription {
|
|||
var visibleByDefault = false
|
||||
var defaultPlugin = false
|
||||
var pluginIcon = -1
|
||||
var pluginIcon2 = -1
|
||||
|
||||
fun mainType(mainType: PluginType): PluginDescription = this.also { it.mainType = mainType }
|
||||
fun fragmentClass(fragmentClass: String?): PluginDescription = this.also { it.fragmentClass = fragmentClass }
|
||||
|
@ -24,6 +25,7 @@ open class PluginDescription {
|
|||
fun neverVisible(neverVisible: Boolean): PluginDescription = this.also { it.neverVisible = neverVisible }
|
||||
fun showInList(showInList: Boolean): PluginDescription = this.also { it.showInList = showInList }
|
||||
fun pluginIcon(pluginIcon: Int): PluginDescription = this.also { it.pluginIcon = pluginIcon }
|
||||
fun pluginIcon2(pluginIcon2: Int): PluginDescription = this.also { it.pluginIcon2 = pluginIcon2 }
|
||||
fun pluginName(pluginName: Int): PluginDescription = this.also { it.pluginName = pluginName }
|
||||
fun shortName(shortName: Int): PluginDescription = this.also { it.shortName = shortName }
|
||||
fun preferencesId(preferencesId: Int): PluginDescription = this.also { it.preferencesId = preferencesId }
|
||||
|
|
418
core/src/main/res/drawable/ic_danai_128.xml
Normal file
418
core/src/main/res/drawable/ic_danai_128.xml
Normal file
|
@ -0,0 +1,418 @@
|
|||
<vector android:height="62.75782dp" android:viewportHeight="147.02"
|
||||
android:viewportWidth="299.86" android:width="128dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group>
|
||||
<clip-path android:pathData="M295,14L299.859,14L299.859,51L295,51ZM295,14"/>
|
||||
<path android:fillColor="#3C3736" android:fillType="nonZero"
|
||||
android:pathData="M296.098,14.633L295.16,14.633L295.16,16.293L295.336,16.293L295.336,48.672L295.16,48.672L295.16,50.332L296.098,50.332C299.445,50.195 299.855,47.871 299.855,46.664L299.855,18.301C299.855,17.09 299.445,14.77 296.098,14.633" android:strokeColor="#00000000"/>
|
||||
</group>
|
||||
<path android:fillColor="#383332" android:fillType="nonZero"
|
||||
android:pathData="M294.395,4.184C287.02,2.922 264.855,2.855 262.91,2.855L262.91,6.594C273.313,5.262 292.477,9.754 295.965,10.602L295.965,8.285C295.965,4.719 294.492,4.215 294.395,4.184" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#403D3C" android:fillType="nonZero"
|
||||
android:pathData="M295.789,58.559C273.238,52.734 262.91,54.438 262.91,54.438L262.91,62.109C264.855,62.105 287.039,62.043 294.395,60.781C294.473,60.758 295.398,60.43 295.789,58.559" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#454546" android:fillType="nonZero"
|
||||
android:pathData="M294.414,60.777C294.414,60.777 294.41,60.777 294.398,60.781C294.402,60.777 294.41,60.777 294.414,60.777" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M295.965,50.566C273.293,44.684 262.91,46.398 262.91,46.398L262.91,54.828C273.117,53.523 291.754,57.82 295.738,58.785C295.875,58.242 295.965,57.555 295.965,56.68" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#3E3A39" android:fillType="nonZero"
|
||||
android:pathData="M262.91,38.359L262.91,46.789C273.313,45.457 292.477,49.949 295.965,50.801L295.965,42.527C273.293,36.645 262.91,38.359 262.91,38.359" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#383332" android:fillType="nonZero"
|
||||
android:pathData="M295.965,34.484C273.293,28.605 262.91,30.316 262.91,30.316L262.91,38.75C273.313,37.418 292.477,41.91 295.965,42.762L295.965,40.844" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#403D3C" android:fillType="nonZero"
|
||||
android:pathData="M262.91,22.277L262.91,30.711C273.313,29.379 292.477,33.871 295.965,34.723L295.965,26.445C273.293,20.566 262.91,22.277 262.91,22.277" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M295.965,18.406C273.293,12.523 262.91,14.238 262.91,14.238L262.91,22.672C273.313,21.34 292.477,25.832 295.965,26.684L295.965,24.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#3E3A39" android:fillType="nonZero"
|
||||
android:pathData="M262.91,6.199L262.91,14.633C273.313,13.301 292.477,17.793 295.965,18.641L295.965,10.367C273.293,4.484 262.91,6.199 262.91,6.199" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M269.051,132.742L269.051,85.797L269.055,85.789L268.773,85.582L267.887,84.918L267.641,84.738L267.605,84.711L266.492,83.883L266.492,83.879L266.488,83.879L266.473,83.867L266.461,83.879L263.09,83.879L263.09,85.113L256.367,85.113L256.367,138.926L263.09,138.926L263.09,140.363L266.477,140.363L266.477,140.359L267.605,139.52L267.641,139.492L267.887,139.313L268.773,138.648L269.043,138.449L269.051,138.449L269.051,138.445L269.055,138.441L269.051,138.434" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M265.199,65.406L262.625,65.406L262.625,66.293L261.527,66.293L261.527,81.07L262.297,81.07L262.297,82.32L265.199,82.32C265.68,82.32 266.07,81.934 266.07,81.453L266.07,66.273C266.07,65.793 265.68,65.406 265.199,65.406" android:strokeColor="#00000000"/>
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0L264,0L264,147.02L0,147.02ZM0,0"/>
|
||||
<path android:fillColor="#8D8D8D" android:fillType="nonZero"
|
||||
android:pathData="M263.52,0.305L263.52,-0.004L242.012,-0.004L241.77,0.238L240.355,1.656L54.863,1.871L53.168,0.277L52.922,0.031L17.531,0.031L4.016,2.078C1.27,2.078 0.195,4.16 0.012,5.262L0,5.328L0,139.582C0,144.547 3.848,144.957 3.965,144.973L4.016,144.98L4.066,144.98L17.633,147.02L260.664,146.965C261.582,146.965 262.313,146.703 262.828,146.188C263.504,145.508 263.523,144.66 263.523,144.566L263.523,0.305" android:strokeColor="#00000000"/>
|
||||
</group>
|
||||
<path android:fillColor="#CFE7E9" android:fillType="nonZero"
|
||||
android:pathData="M55.031,1.871L54.207,1.809L54.207,13.008C54.207,24.66 67.41,23.664 67.52,23.684L67.57,23.691L223.898,23.691L223.949,23.684C224.059,23.664 237.887,21.629 239.824,9.941L240.355,1.656" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#C6CBCB" android:fillType="nonZero"
|
||||
android:pathData="M60.281,8.258L60.281,22.605C63.766,23.922 67.461,23.676 67.52,23.684L67.57,23.691L223.898,23.691L223.953,23.684C224.059,23.664 237.887,21.816 239.824,11.207L240.031,8.258" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#656464" android:fillType="nonZero"
|
||||
android:pathData="M231.227,123.652L231.27,123.605C231.262,123.613 231.254,123.625 231.246,123.633C231.238,123.641 231.23,123.645 231.227,123.652M231.574,38.859C228.25,35.535 223.848,33.703 219.18,33.703L25.199,33.703C19.281,33.703 14.469,37.492 14.469,43.41L14.469,119.41C14.469,120.121 14.543,120.801 14.676,121.445L14.676,121.465L14.68,121.477C14.922,122.637 15.375,123.68 15.984,124.605L16.008,124.664L16.051,124.703C17.938,127.48 21.324,129.113 25.199,129.113L219.18,129.113C223.848,129.113 228.25,127.285 231.574,123.961C234.898,120.637 236.727,116.234 236.727,111.566L236.727,51.254C236.727,46.586 234.898,42.184 231.574,38.859" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#A5A6A6" android:fillType="nonZero"
|
||||
android:pathData="M231.246,123.633C231.254,123.625 231.262,123.613 231.27,123.605L231.227,123.652C231.23,123.645 231.238,123.641 231.246,123.633" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#A5A6A6" android:fillType="nonZero"
|
||||
android:pathData="M236.727,111.566C236.727,116.234 234.898,120.637 231.574,123.961C228.25,127.285 223.848,129.113 219.18,129.113L160.027,129.113L160.027,129.117L25.199,129.117C21.324,129.117 17.938,127.48 16.051,124.703L16.008,124.664L15.984,124.605C15.375,123.68 14.922,122.637 14.68,121.477L14.676,121.465L14.676,121.445C14.543,120.801 14.469,120.121 14.469,119.41L14.469,43.41C14.469,37.492 19.281,33.703 25.199,33.703L219.18,33.703C223.848,33.703 228.25,35.535 231.574,38.859C234.898,42.184 236.727,46.586 236.727,51.254ZM11.285,36.223C11.504,35.703 11.766,35.211 12.055,34.734ZM235.645,34.434C234.992,33.781 234.289,33.203 233.57,32.656L233.469,32.555L233.344,32.488C231.457,31.105 229.363,30.082 227.137,29.465L227.035,29.418L226.898,29.402C225.305,28.98 223.652,28.742 221.961,28.742L21.742,28.742C15.211,28.742 9.898,34.059 9.898,40.586L9.898,122.23C9.898,128.762 15.211,134.074 21.742,134.074L221.961,134.074C227.113,134.074 231.973,132.055 235.645,128.383C239.313,124.715 241.336,119.855 241.336,114.703L241.336,48.117C241.336,42.965 239.313,38.105 235.645,34.434" android:strokeColor="#00000000"/>
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0L161,0L161,147.02L0,147.02ZM0,0"/>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M26.02,147.02L26.02,115.219C26.02,115.203 26.004,114.059 26.742,113.309C27.184,112.855 27.813,112.629 28.609,112.629L152.094,112.629C152.184,112.629 154.242,112.59 156.328,111.504C158.27,110.492 160.582,108.355 160.582,103.902L160.582,58.367C160.582,53.918 158.27,51.777 156.328,50.77C154.242,49.68 152.184,49.645 152.094,49.641L28.609,49.641C27.813,49.641 27.184,49.414 26.742,48.965C26.004,48.211 26.02,47.07 26.02,47.051L26.02,1.031L25.988,0.035L17.531,0.035L4.012,2.078C1.27,2.078 0.195,4.16 0.012,5.262L0,5.328L0,139.582C0,144.547 3.844,144.957 3.965,144.973L4.016,144.98L4.066,144.98L17.633,147.02" android:strokeColor="#00000000"/>
|
||||
</group>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M195.793,65.492C195.793,72.539 190.082,78.25 183.039,78.25C175.992,78.25 170.281,72.539 170.281,65.492C170.281,58.449 175.992,52.738 183.039,52.738C190.082,52.738 195.793,58.449 195.793,65.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M223.41,65.492C223.41,72.363 217.844,77.934 210.973,77.934C204.105,77.934 198.535,72.363 198.535,65.492C198.535,58.625 204.105,53.055 210.973,53.055C217.844,53.055 223.41,58.625 223.41,65.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M195.477,93.121C195.477,99.992 189.906,105.559 183.039,105.559C176.168,105.559 170.602,99.992 170.602,93.121C170.602,86.25 176.168,80.684 183.039,80.684C189.906,80.684 195.477,86.25 195.477,93.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M223.41,93.121C223.41,99.992 217.844,105.559 210.973,105.559C204.105,105.559 198.535,99.992 198.535,93.121C198.535,86.25 204.105,80.684 210.973,80.684C217.844,80.684 223.41,86.25 223.41,93.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#717071" android:fillType="nonZero"
|
||||
android:pathData="M192.047,65.492C192.047,70.469 188.012,74.5 183.039,74.5C178.063,74.5 174.031,70.469 174.031,65.492C174.031,60.52 178.063,56.488 183.039,56.488C188.012,56.488 192.047,60.52 192.047,65.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#717071" android:fillType="nonZero"
|
||||
android:pathData="M219.672,65.492C219.672,70.469 215.641,74.5 210.664,74.5C205.691,74.5 201.66,70.469 201.66,65.492C201.66,60.52 205.691,56.488 210.664,56.488C215.641,56.488 219.672,60.52 219.672,65.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#717071" android:fillType="nonZero"
|
||||
android:pathData="M192.047,93.121C192.047,98.094 188.012,102.129 183.039,102.129C178.063,102.129 174.031,98.094 174.031,93.121C174.031,88.148 178.063,84.113 183.039,84.113C188.012,84.113 192.047,88.148 192.047,93.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#717071" android:fillType="nonZero"
|
||||
android:pathData="M219.672,93.121C219.672,98.094 215.641,102.129 210.664,102.129C205.691,102.129 201.66,98.094 201.66,93.121C201.66,88.148 205.691,84.113 210.664,84.113C215.641,84.113 219.672,88.148 219.672,93.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#A7BAB5" android:fillType="nonZero"
|
||||
android:pathData="M148.629,57.242L51.953,57.242C49.32,57.242 47.172,59.25 47.172,61.723L47.172,100.891C47.172,103.363 49.32,105.371 51.953,105.371L148.629,105.371C151.266,105.371 153.41,103.363 153.41,100.891L153.41,61.723C153.41,59.25 151.266,57.242 148.629,57.242" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9A9B9B" android:fillType="nonZero"
|
||||
android:pathData="M214.883,64.547L209.566,61.16C209.281,60.973 209.008,60.871 208.797,60.871C208.336,60.871 208.281,61.563 208.281,61.863L208.281,69.129C208.281,69.746 208.477,70.117 208.797,70.117C209.09,70.117 209.434,69.918 209.566,69.832L214.883,66.438C215.324,66.156 215.566,65.824 215.566,65.496C215.566,65.168 215.324,64.832 214.883,64.547M206.48,61.863C206.48,59.797 207.727,59.066 208.797,59.066C209.363,59.066 209.949,59.258 210.539,59.637L215.852,63.027C216.816,63.645 217.371,64.543 217.371,65.496C217.371,66.445 216.816,67.344 215.852,67.961L210.539,71.352C209.949,71.73 209.363,71.922 208.797,71.922C207.727,71.922 206.48,71.191 206.48,69.129" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9A9B9B" android:fillType="nonZero"
|
||||
android:pathData="M177.82,94.258C177.191,94.258 176.684,93.746 176.684,93.121C176.684,92.496 177.191,91.984 177.82,91.984L188.258,91.984C188.883,91.984 189.395,92.496 189.395,93.121C189.395,93.746 188.883,94.258 188.258,94.258" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9A9B9B" android:fillType="nonZero"
|
||||
android:pathData="M183.039,71.848C182.496,71.848 182.055,71.406 182.055,70.863L182.055,66.477L177.668,66.477C177.125,66.477 176.684,66.035 176.684,65.492C176.684,64.953 177.125,64.512 177.668,64.512L182.055,64.512L182.055,60.121C182.055,59.582 182.496,59.141 183.039,59.141C183.578,59.141 184.02,59.582 184.02,60.121L184.02,64.512L188.41,64.512C188.953,64.512 189.395,64.953 189.395,65.492C189.395,66.035 188.953,66.477 188.41,66.477L184.02,66.477L184.02,70.863C184.02,71.406 183.578,71.848 183.039,71.848" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.617,37.18C30.617,37.801 30.121,38.305 29.512,38.305C28.898,38.305 28.402,37.801 28.402,37.18C28.402,36.559 28.898,36.051 29.512,36.051C30.121,36.051 30.617,36.559 30.617,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M33.605,39.254C33.605,39.871 33.109,40.379 32.5,40.379C31.887,40.379 31.391,39.871 31.391,39.254C31.391,38.629 31.887,38.125 32.5,38.125C33.109,38.125 33.605,38.629 33.605,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.617,41.324C30.617,41.945 30.121,42.453 29.512,42.453C28.898,42.453 28.402,41.945 28.402,41.324C28.402,40.703 28.898,40.195 29.512,40.195C30.121,40.195 30.617,40.703 30.617,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.617,45.469C30.617,46.09 30.121,46.598 29.512,46.598C28.898,46.598 28.402,46.09 28.402,45.469C28.402,44.848 28.898,44.344 29.512,44.344C30.121,44.344 30.617,44.848 30.617,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M33.605,43.398C33.605,44.02 33.109,44.523 32.5,44.523C31.887,44.523 31.391,44.02 31.391,43.398C31.391,42.777 31.887,42.27 32.5,42.27C33.109,42.27 33.605,42.777 33.605,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.758,37.18C36.758,37.801 36.262,38.305 35.648,38.305C35.035,38.305 34.539,37.801 34.539,37.18C34.539,36.559 35.035,36.051 35.648,36.051C36.262,36.051 36.758,36.559 36.758,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.742,39.254C39.742,39.871 39.25,40.379 38.637,40.379C38.023,40.379 37.527,39.871 37.527,39.254C37.527,38.629 38.023,38.125 38.637,38.125C39.25,38.125 39.742,38.629 39.742,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.758,41.324C36.758,41.945 36.262,42.453 35.648,42.453C35.035,42.453 34.539,41.945 34.539,41.324C34.539,40.703 35.035,40.195 35.648,40.195C36.262,40.195 36.758,40.703 36.758,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.758,45.469C36.758,46.09 36.262,46.598 35.648,46.598C35.035,46.598 34.539,46.09 34.539,45.469C34.539,44.848 35.035,44.344 35.648,44.344C36.262,44.344 36.758,44.848 36.758,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.742,43.398C39.742,44.02 39.25,44.523 38.637,44.523C38.023,44.523 37.527,44.02 37.527,43.398C37.527,42.777 38.023,42.27 38.637,42.27C39.25,42.27 39.742,42.777 39.742,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.895,37.18C42.895,37.801 42.398,38.305 41.785,38.305C41.176,38.305 40.676,37.801 40.676,37.18C40.676,36.559 41.176,36.051 41.785,36.051C42.398,36.051 42.895,36.559 42.895,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M45.883,39.254C45.883,39.871 45.387,40.379 44.773,40.379C44.16,40.379 43.664,39.871 43.664,39.254C43.664,38.629 44.16,38.125 44.773,38.125C45.387,38.125 45.883,38.629 45.883,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.895,41.324C42.895,41.945 42.398,42.453 41.785,42.453C41.176,42.453 40.676,41.945 40.676,41.324C40.676,40.703 41.176,40.195 41.785,40.195C42.398,40.195 42.895,40.703 42.895,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.895,45.469C42.895,46.09 42.398,46.598 41.785,46.598C41.176,46.598 40.676,46.09 40.676,45.469C40.676,44.848 41.176,44.344 41.785,44.344C42.398,44.344 42.895,44.848 42.895,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M45.883,43.398C45.883,44.02 45.387,44.523 44.773,44.523C44.16,44.523 43.664,44.02 43.664,43.398C43.664,42.777 44.16,42.27 44.773,42.27C45.387,42.27 45.883,42.777 45.883,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.031,37.18C49.031,37.801 48.535,38.305 47.922,38.305C47.313,38.305 46.816,37.801 46.816,37.18C46.816,36.559 47.313,36.051 47.922,36.051C48.535,36.051 49.031,36.559 49.031,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M52.02,39.254C52.02,39.871 51.523,40.379 50.91,40.379C50.301,40.379 49.805,39.871 49.805,39.254C49.805,38.629 50.301,38.125 50.91,38.125C51.523,38.125 52.02,38.629 52.02,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.031,41.324C49.031,41.945 48.535,42.453 47.922,42.453C47.313,42.453 46.816,41.945 46.816,41.324C46.816,40.703 47.313,40.195 47.922,40.195C48.535,40.195 49.031,40.703 49.031,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.031,45.469C49.031,46.09 48.535,46.598 47.922,46.598C47.313,46.598 46.816,46.09 46.816,45.469C46.816,44.848 47.313,44.344 47.922,44.344C48.535,44.344 49.031,44.848 49.031,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M52.02,43.398C52.02,44.02 51.523,44.523 50.91,44.523C50.301,44.523 49.805,44.02 49.805,43.398C49.805,42.777 50.301,42.27 50.91,42.27C51.523,42.27 52.02,42.777 52.02,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.168,37.18C55.168,37.801 54.672,38.305 54.059,38.305C53.449,38.305 52.953,37.801 52.953,37.18C52.953,36.559 53.449,36.051 54.059,36.051C54.672,36.051 55.168,36.559 55.168,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M58.156,39.254C58.156,39.871 57.66,40.379 57.047,40.379C56.438,40.379 55.941,39.871 55.941,39.254C55.941,38.629 56.438,38.125 57.047,38.125C57.66,38.125 58.156,38.629 58.156,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.168,41.324C55.168,41.945 54.672,42.453 54.059,42.453C53.449,42.453 52.953,41.945 52.953,41.324C52.953,40.703 53.449,40.195 54.059,40.195C54.672,40.195 55.168,40.703 55.168,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.168,45.469C55.168,46.09 54.672,46.598 54.059,46.598C53.449,46.598 52.953,46.09 52.953,45.469C52.953,44.848 53.449,44.344 54.059,44.344C54.672,44.344 55.168,44.848 55.168,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M58.156,43.398C58.156,44.02 57.66,44.523 57.047,44.523C56.438,44.523 55.941,44.02 55.941,43.398C55.941,42.777 56.438,42.27 57.047,42.27C57.66,42.27 58.156,42.777 58.156,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.305,37.18C61.305,37.801 60.809,38.305 60.195,38.305C59.586,38.305 59.09,37.801 59.09,37.18C59.09,36.559 59.586,36.051 60.195,36.051C60.809,36.051 61.305,36.559 61.305,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M64.293,39.254C64.293,39.871 63.797,40.379 63.184,40.379C62.574,40.379 62.078,39.871 62.078,39.254C62.078,38.629 62.574,38.125 63.184,38.125C63.797,38.125 64.293,38.629 64.293,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.305,41.324C61.305,41.945 60.809,42.453 60.195,42.453C59.586,42.453 59.09,41.945 59.09,41.324C59.09,40.703 59.586,40.195 60.195,40.195C60.809,40.195 61.305,40.703 61.305,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.305,45.469C61.305,46.09 60.809,46.598 60.195,46.598C59.586,46.598 59.09,46.09 59.09,45.469C59.09,44.848 59.586,44.344 60.195,44.344C60.809,44.344 61.305,44.848 61.305,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M64.293,43.398C64.293,44.02 63.797,44.523 63.184,44.523C62.574,44.523 62.078,44.02 62.078,43.398C62.078,42.777 62.574,42.27 63.184,42.27C63.797,42.27 64.293,42.777 64.293,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.441,37.18C67.441,37.801 66.949,38.305 66.336,38.305C65.723,38.305 65.227,37.801 65.227,37.18C65.227,36.559 65.723,36.051 66.336,36.051C66.949,36.051 67.441,36.559 67.441,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M70.43,39.254C70.43,39.871 69.934,40.379 69.32,40.379C68.711,40.379 68.215,39.871 68.215,39.254C68.215,38.629 68.711,38.125 69.32,38.125C69.934,38.125 70.43,38.629 70.43,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.441,41.324C67.441,41.945 66.949,42.453 66.336,42.453C65.723,42.453 65.227,41.945 65.227,41.324C65.227,40.703 65.723,40.195 66.336,40.195C66.949,40.195 67.441,40.703 67.441,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.441,45.469C67.441,46.09 66.949,46.598 66.336,46.598C65.723,46.598 65.227,46.09 65.227,45.469C65.227,44.848 65.723,44.344 66.336,44.344C66.949,44.344 67.441,44.848 67.441,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M70.43,43.398C70.43,44.02 69.934,44.523 69.32,44.523C68.711,44.523 68.215,44.02 68.215,43.398C68.215,42.777 68.711,42.27 69.32,42.27C69.934,42.27 70.43,42.777 70.43,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M73.473,37.18C73.473,37.738 73.023,38.195 72.473,38.195C71.918,38.195 71.473,37.738 71.473,37.18C71.473,36.617 71.918,36.16 72.473,36.16C73.023,36.16 73.473,36.617 73.473,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M76.461,39.254C76.461,39.813 76.012,40.27 75.461,40.27C74.906,40.27 74.461,39.813 74.461,39.254C74.461,38.691 74.906,38.234 75.461,38.234C76.012,38.234 76.461,38.691 76.461,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M73.473,41.324C73.473,41.887 73.023,42.344 72.473,42.344C71.918,42.344 71.473,41.887 71.473,41.324C71.473,40.762 71.918,40.309 72.473,40.309C73.023,40.309 73.473,40.762 73.473,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M73.473,45.469C73.473,46.031 73.023,46.488 72.473,46.488C71.918,46.488 71.473,46.031 71.473,45.469C71.473,44.906 71.918,44.453 72.473,44.453C73.023,44.453 73.473,44.906 73.473,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M76.461,43.398C76.461,43.961 76.012,44.414 75.461,44.414C74.906,44.414 74.461,43.961 74.461,43.398C74.461,42.836 74.906,42.383 75.461,42.383C76.012,42.383 76.461,42.836 76.461,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M79.609,37.18C79.609,37.738 79.16,38.195 78.609,38.195C78.055,38.195 77.609,37.738 77.609,37.18C77.609,36.617 78.055,36.16 78.609,36.16C79.16,36.16 79.609,36.617 79.609,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M82.52,39.254C82.52,39.77 82.105,40.191 81.598,40.191C81.09,40.191 80.672,39.77 80.672,39.254C80.672,38.73 81.09,38.313 81.598,38.313C82.105,38.313 82.52,38.73 82.52,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M79.609,41.324C79.609,41.887 79.16,42.344 78.609,42.344C78.055,42.344 77.609,41.887 77.609,41.324C77.609,40.762 78.055,40.309 78.609,40.309C79.16,40.309 79.609,40.762 79.609,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M79.609,45.469C79.609,46.031 79.16,46.488 78.609,46.488C78.055,46.488 77.609,46.031 77.609,45.469C77.609,44.906 78.055,44.453 78.609,44.453C79.16,44.453 79.609,44.906 79.609,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M82.52,43.398C82.52,43.914 82.105,44.34 81.598,44.34C81.09,44.34 80.672,43.914 80.672,43.398C80.672,42.879 81.09,42.457 81.598,42.457C82.105,42.457 82.52,42.879 82.52,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M85.672,37.18C85.672,37.699 85.258,38.117 84.746,38.117C84.238,38.117 83.824,37.699 83.824,37.18C83.824,36.66 84.238,36.238 84.746,36.238C85.258,36.238 85.672,36.66 85.672,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M88.656,39.254C88.656,39.77 88.242,40.191 87.734,40.191C87.227,40.191 86.809,39.77 86.809,39.254C86.809,38.73 87.227,38.313 87.734,38.313C88.242,38.313 88.656,38.73 88.656,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M85.672,41.324C85.672,41.844 85.258,42.266 84.746,42.266C84.238,42.266 83.824,41.844 83.824,41.324C83.824,40.805 84.238,40.383 84.746,40.383C85.258,40.383 85.672,40.805 85.672,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M85.672,45.469C85.672,45.988 85.258,46.41 84.746,46.41C84.238,46.41 83.824,45.988 83.824,45.469C83.824,44.949 84.238,44.527 84.746,44.527C85.258,44.527 85.672,44.949 85.672,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M88.656,43.398C88.656,43.914 88.242,44.34 87.734,44.34C87.227,44.34 86.809,43.914 86.809,43.398C86.809,42.879 87.227,42.457 87.734,42.457C88.242,42.457 88.656,42.879 88.656,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M91.73,37.18C91.73,37.656 91.352,38.039 90.883,38.039C90.414,38.039 90.035,37.656 90.035,37.18C90.035,36.703 90.414,36.316 90.883,36.316C91.352,36.316 91.73,36.703 91.73,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M94.719,39.254C94.719,39.727 94.34,40.113 93.871,40.113C93.402,40.113 93.023,39.727 93.023,39.254C93.023,38.773 93.402,38.391 93.871,38.391C94.34,38.391 94.719,38.773 94.719,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M91.73,41.324C91.73,41.801 91.352,42.188 90.883,42.188C90.414,42.188 90.035,41.801 90.035,41.324C90.035,40.848 90.414,40.465 90.883,40.465C91.352,40.465 91.73,40.848 91.73,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M91.73,45.469C91.73,45.945 91.352,46.332 90.883,46.332C90.414,46.332 90.035,45.945 90.035,45.469C90.035,44.992 90.414,44.609 90.883,44.609C91.352,44.609 91.73,44.992 91.73,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M94.719,43.398C94.719,43.875 94.34,44.258 93.871,44.258C93.402,44.258 93.023,43.875 93.023,43.398C93.023,42.922 93.402,42.539 93.871,42.539C94.34,42.539 94.719,42.922 94.719,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M97.789,37.18C97.789,37.609 97.445,37.961 97.02,37.961C96.598,37.961 96.25,37.609 96.25,37.18C96.25,36.746 96.598,36.395 97.02,36.395C97.445,36.395 97.789,36.746 97.789,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M100.777,39.254C100.777,39.684 100.434,40.035 100.008,40.035C99.586,40.035 99.238,39.684 99.238,39.254C99.238,38.82 99.586,38.469 100.008,38.469C100.434,38.469 100.777,38.82 100.777,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M97.789,41.324C97.789,41.758 97.445,42.109 97.02,42.109C96.598,42.109 96.25,41.758 96.25,41.324C96.25,40.891 96.598,40.539 97.02,40.539C97.445,40.539 97.789,40.891 97.789,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M97.789,45.469C97.789,45.902 97.445,46.254 97.02,46.254C96.598,46.254 96.25,45.902 96.25,45.469C96.25,45.035 96.598,44.688 97.02,44.688C97.445,44.688 97.789,45.035 97.789,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M100.777,43.398C100.777,43.832 100.434,44.18 100.008,44.18C99.586,44.18 99.238,43.832 99.238,43.398C99.238,42.965 99.586,42.613 100.008,42.613C100.434,42.613 100.777,42.965 100.777,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M103.93,37.18C103.93,37.609 103.586,37.961 103.156,37.961C102.734,37.961 102.387,37.609 102.387,37.18C102.387,36.746 102.734,36.395 103.156,36.395C103.586,36.395 103.93,36.746 103.93,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M106.914,39.254C106.914,39.684 106.57,40.035 106.145,40.035C105.723,40.035 105.375,39.684 105.375,39.254C105.375,38.82 105.723,38.469 106.145,38.469C106.57,38.469 106.914,38.82 106.914,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M103.93,41.324C103.93,41.758 103.586,42.109 103.156,42.109C102.734,42.109 102.387,41.758 102.387,41.324C102.387,40.891 102.734,40.539 103.156,40.539C103.586,40.539 103.93,40.891 103.93,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M103.93,45.469C103.93,45.902 103.586,46.254 103.156,46.254C102.734,46.254 102.387,45.902 102.387,45.469C102.387,45.035 102.734,44.688 103.156,44.688C103.586,44.688 103.93,45.035 103.93,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M106.914,43.398C106.914,43.832 106.57,44.18 106.145,44.18C105.723,44.18 105.375,43.832 105.375,43.398C105.375,42.965 105.723,42.613 106.145,42.613C106.57,42.613 106.914,42.965 106.914,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M109.988,37.18C109.988,37.566 109.68,37.883 109.297,37.883C108.914,37.883 108.602,37.566 108.602,37.18C108.602,36.789 108.914,36.473 109.297,36.473C109.68,36.473 109.988,36.789 109.988,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M112.977,39.254C112.977,39.641 112.668,39.957 112.281,39.957C111.898,39.957 111.59,39.641 111.59,39.254C111.59,38.863 111.898,38.547 112.281,38.547C112.668,38.547 112.977,38.863 112.977,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M109.988,41.324C109.988,41.715 109.68,42.031 109.297,42.031C108.914,42.031 108.602,41.715 108.602,41.324C108.602,40.934 108.914,40.617 109.297,40.617C109.68,40.617 109.988,40.934 109.988,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M109.988,45.469C109.988,45.859 109.68,46.176 109.297,46.176C108.914,46.176 108.602,45.859 108.602,45.469C108.602,45.078 108.914,44.766 109.297,44.766C109.68,44.766 109.988,45.078 109.988,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M112.977,43.398C112.977,43.789 112.668,44.102 112.281,44.102C111.898,44.102 111.59,43.789 111.59,43.398C111.59,43.008 111.898,42.691 112.281,42.691C112.668,42.691 112.977,43.008 112.977,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M116.051,37.18C116.051,37.523 115.773,37.805 115.434,37.805C115.094,37.805 114.816,37.523 114.816,37.18C114.816,36.832 115.094,36.551 115.434,36.551C115.773,36.551 116.051,36.832 116.051,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M119.035,39.254C119.035,39.598 118.762,39.879 118.422,39.879C118.078,39.879 117.805,39.598 117.805,39.254C117.805,38.906 118.078,38.625 118.422,38.625C118.762,38.625 119.035,38.906 119.035,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M116.051,41.324C116.051,41.672 115.773,41.953 115.434,41.953C115.094,41.953 114.816,41.672 114.816,41.324C114.816,40.98 115.094,40.699 115.434,40.699C115.773,40.699 116.051,40.98 116.051,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M116.051,45.469C116.051,45.816 115.773,46.098 115.434,46.098C115.094,46.098 114.816,45.816 114.816,45.469C114.816,45.125 115.094,44.844 115.434,44.844C115.773,44.844 116.051,45.125 116.051,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M119.035,43.398C119.035,43.742 118.762,44.023 118.422,44.023C118.078,44.023 117.805,43.742 117.805,43.398C117.805,43.051 118.078,42.773 118.422,42.773C118.762,42.773 119.035,43.051 119.035,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M122.188,37.18C122.188,37.523 121.91,37.805 121.57,37.805C121.23,37.805 120.953,37.523 120.953,37.18C120.953,36.832 121.23,36.551 121.57,36.551C121.91,36.551 122.188,36.832 122.188,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M125.172,39.254C125.172,39.598 124.898,39.879 124.559,39.879C124.219,39.879 123.941,39.598 123.941,39.254C123.941,38.906 124.219,38.625 124.559,38.625C124.898,38.625 125.172,38.906 125.172,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M122.188,41.324C122.188,41.672 121.91,41.953 121.57,41.953C121.23,41.953 120.953,41.672 120.953,41.324C120.953,40.98 121.23,40.699 121.57,40.699C121.91,40.699 122.188,40.98 122.188,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M122.188,45.469C122.188,45.816 121.91,46.098 121.57,46.098C121.23,46.098 120.953,45.816 120.953,45.469C120.953,45.125 121.23,44.844 121.57,44.844C121.91,44.844 122.188,45.125 122.188,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M125.172,43.398C125.172,43.742 124.898,44.023 124.559,44.023C124.219,44.023 123.941,43.742 123.941,43.398C123.941,43.051 124.219,42.773 124.559,42.773C124.898,42.773 125.172,43.051 125.172,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M128.246,37.18C128.246,37.48 128.008,37.727 127.707,37.727C127.41,37.727 127.168,37.48 127.168,37.18C127.168,36.875 127.41,36.633 127.707,36.633C128.008,36.633 128.246,36.875 128.246,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M131.156,39.254C131.156,39.512 130.953,39.723 130.695,39.723C130.441,39.723 130.234,39.512 130.234,39.254C130.234,38.992 130.441,38.781 130.695,38.781C130.953,38.781 131.156,38.992 131.156,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M128.246,41.324C128.246,41.629 128.008,41.871 127.707,41.871C127.41,41.871 127.168,41.629 127.168,41.324C127.168,41.023 127.41,40.777 127.707,40.777C128.008,40.777 128.246,41.023 128.246,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M128.246,45.469C128.246,45.773 128.008,46.02 127.707,46.02C127.41,46.02 127.168,45.773 127.168,45.469C127.168,45.168 127.41,44.922 127.707,44.922C128.008,44.922 128.246,45.168 128.246,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M131.156,43.398C131.156,43.656 130.953,43.867 130.695,43.867C130.441,43.867 130.234,43.656 130.234,43.398C130.234,43.137 130.441,42.926 130.695,42.926C130.953,42.926 131.156,43.137 131.156,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M134.309,37.18C134.309,37.438 134.102,37.648 133.844,37.648C133.59,37.648 133.383,37.438 133.383,37.18C133.383,36.918 133.59,36.707 133.844,36.707C134.102,36.707 134.309,36.918 134.309,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M137.297,39.254C137.297,39.512 137.09,39.723 136.832,39.723C136.578,39.723 136.371,39.512 136.371,39.254C136.371,38.992 136.578,38.781 136.832,38.781C137.09,38.781 137.297,38.992 137.297,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M134.309,41.324C134.309,41.586 134.102,41.797 133.844,41.797C133.59,41.797 133.383,41.586 133.383,41.324C133.383,41.066 133.59,40.855 133.844,40.855C134.102,40.855 134.309,41.066 134.309,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M134.309,45.469C134.309,45.73 134.102,45.941 133.844,45.941C133.59,45.941 133.383,45.73 133.383,45.469C133.383,45.211 133.59,45 133.844,45C134.102,45 134.309,45.211 134.309,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M137.297,43.398C137.297,43.656 137.09,43.867 136.832,43.867C136.578,43.867 136.371,43.656 136.371,43.398C136.371,43.137 136.578,42.926 136.832,42.926C137.09,42.926 137.297,43.137 137.297,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M140.367,37.18C140.367,37.395 140.195,37.57 139.98,37.57C139.77,37.57 139.598,37.395 139.598,37.18C139.598,36.965 139.77,36.789 139.98,36.789C140.195,36.789 140.367,36.965 140.367,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M143.355,39.254C143.355,39.469 143.184,39.645 142.969,39.645C142.758,39.645 142.586,39.469 142.586,39.254C142.586,39.035 142.758,38.859 142.969,38.859C143.184,38.859 143.355,39.035 143.355,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M140.367,41.324C140.367,41.539 140.195,41.715 139.98,41.715C139.77,41.715 139.598,41.539 139.598,41.324C139.598,41.109 139.77,40.934 139.98,40.934C140.195,40.934 140.367,41.109 140.367,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M140.367,45.469C140.367,45.684 140.195,45.859 139.98,45.859C139.77,45.859 139.598,45.684 139.598,45.469C139.598,45.254 139.77,45.078 139.98,45.078C140.195,45.078 140.367,45.254 140.367,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M143.355,43.398C143.355,43.613 143.184,43.789 142.969,43.789C142.758,43.789 142.586,43.613 142.586,43.398C142.586,43.184 142.758,43.008 142.969,43.008C143.184,43.008 143.355,43.184 143.355,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M146.426,37.18C146.426,37.352 146.289,37.492 146.117,37.492C145.949,37.492 145.813,37.352 145.813,37.18C145.813,37.008 145.949,36.867 146.117,36.867C146.289,36.867 146.426,37.008 146.426,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M149.414,39.254C149.414,39.426 149.277,39.566 149.105,39.566C148.938,39.566 148.801,39.426 148.801,39.254C148.801,39.078 148.938,38.938 149.105,38.938C149.277,38.938 149.414,39.078 149.414,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M146.426,41.324C146.426,41.496 146.289,41.637 146.117,41.637C145.949,41.637 145.813,41.496 145.813,41.324C145.813,41.152 145.949,41.012 146.117,41.012C146.289,41.012 146.426,41.152 146.426,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M146.426,45.469C146.426,45.641 146.289,45.781 146.117,45.781C145.949,45.781 145.813,45.641 145.813,45.469C145.813,45.297 145.949,45.156 146.117,45.156C146.289,45.156 146.426,45.297 146.426,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M149.414,43.398C149.414,43.57 149.277,43.711 149.105,43.711C148.938,43.711 148.801,43.57 148.801,43.398C148.801,43.223 148.938,43.086 149.105,43.086C149.277,43.086 149.414,43.223 149.414,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M152.488,37.18C152.488,37.309 152.383,37.414 152.258,37.414C152.129,37.414 152.023,37.309 152.023,37.18C152.023,37.047 152.129,36.941 152.258,36.941C152.383,36.941 152.488,37.047 152.488,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M155.477,39.254C155.477,39.383 155.371,39.488 155.242,39.488C155.117,39.488 155.012,39.383 155.012,39.254C155.012,39.121 155.117,39.016 155.242,39.016C155.371,39.016 155.477,39.121 155.477,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M152.488,41.324C152.488,41.453 152.383,41.559 152.258,41.559C152.129,41.559 152.023,41.453 152.023,41.324C152.023,41.195 152.129,41.09 152.258,41.09C152.383,41.09 152.488,41.195 152.488,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M152.488,45.469C152.488,45.602 152.383,45.703 152.258,45.703C152.129,45.703 152.023,45.602 152.023,45.469C152.023,45.34 152.129,45.234 152.258,45.234C152.383,45.234 152.488,45.34 152.488,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M155.477,43.398C155.477,43.527 155.371,43.633 155.242,43.633C155.117,43.633 155.012,43.527 155.012,43.398C155.012,43.266 155.117,43.164 155.242,43.164C155.371,43.164 155.477,43.266 155.477,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.656,116.375C30.656,116.996 30.152,117.5 29.531,117.5C28.906,117.5 28.402,116.996 28.402,116.375C28.402,115.75 28.906,115.246 29.531,115.246C30.152,115.246 30.656,115.75 30.656,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M33.699,118.445C33.699,119.066 33.195,119.574 32.57,119.574C31.949,119.574 31.445,119.066 31.445,118.445C31.445,117.824 31.949,117.316 32.57,117.316C33.195,117.316 33.699,117.824 33.699,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.656,120.52C30.656,121.141 30.152,121.648 29.531,121.648C28.906,121.648 28.402,121.141 28.402,120.52C28.402,119.898 28.906,119.391 29.531,119.391C30.152,119.391 30.656,119.898 30.656,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.656,124.664C30.656,125.285 30.152,125.793 29.531,125.793C28.906,125.793 28.402,125.285 28.402,124.664C28.402,124.043 28.906,123.535 29.531,123.535C30.152,123.535 30.656,124.043 30.656,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M33.699,122.594C33.699,123.215 33.195,123.719 32.57,123.719C31.949,123.719 31.445,123.215 31.445,122.594C31.445,121.969 31.949,121.465 32.57,121.465C33.195,121.465 33.699,121.969 33.699,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,116.375C36.715,116.891 36.293,117.313 35.773,117.313C35.258,117.313 34.832,116.891 34.832,116.375C34.832,115.852 35.258,115.434 35.773,115.434C36.293,115.434 36.715,115.852 36.715,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.754,118.445C39.754,118.965 39.332,119.387 38.813,119.387C38.297,119.387 37.875,118.965 37.875,118.445C37.875,117.926 38.297,117.504 38.813,117.504C39.332,117.504 39.754,117.926 39.754,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,120.52C36.715,121.039 36.293,121.461 35.773,121.461C35.258,121.461 34.832,121.039 34.832,120.52C34.832,120 35.258,119.578 35.773,119.578C36.293,119.578 36.715,120 36.715,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,124.664C36.715,125.184 36.293,125.605 35.773,125.605C35.258,125.605 34.832,125.184 34.832,124.664C34.832,124.145 35.258,123.723 35.773,123.723C36.293,123.723 36.715,124.145 36.715,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.754,122.594C39.754,123.113 39.332,123.531 38.813,123.531C38.297,123.531 37.875,123.113 37.875,122.594C37.875,122.074 38.297,121.652 38.813,121.652C39.332,121.652 39.754,122.074 39.754,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,116.375C36.715,116.891 36.293,117.313 35.773,117.313C35.258,117.313 34.832,116.891 34.832,116.375C34.832,115.852 35.258,115.434 35.773,115.434C36.293,115.434 36.715,115.852 36.715,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.754,118.445C39.754,118.965 39.332,119.387 38.813,119.387C38.297,119.387 37.875,118.965 37.875,118.445C37.875,117.926 38.297,117.504 38.813,117.504C39.332,117.504 39.754,117.926 39.754,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,120.52C36.715,121.039 36.293,121.461 35.773,121.461C35.258,121.461 34.832,121.039 34.832,120.52C34.832,120 35.258,119.578 35.773,119.578C36.293,119.578 36.715,120 36.715,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,124.664C36.715,125.184 36.293,125.605 35.773,125.605C35.258,125.605 34.832,125.184 34.832,124.664C34.832,124.145 35.258,123.723 35.773,123.723C36.293,123.723 36.715,124.145 36.715,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.754,122.594C39.754,123.113 39.332,123.531 38.813,123.531C38.297,123.531 37.875,123.113 37.875,122.594C37.875,122.074 38.297,121.652 38.813,121.652C39.332,121.652 39.754,122.074 39.754,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.801,116.375C42.801,116.805 42.453,117.156 42.02,117.156C41.586,117.156 41.234,116.805 41.234,116.375C41.234,115.941 41.586,115.59 42.02,115.59C42.453,115.59 42.801,115.941 42.801,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M45.844,118.445C45.844,118.879 45.492,119.23 45.059,119.23C44.625,119.23 44.273,118.879 44.273,118.445C44.273,118.012 44.625,117.664 45.059,117.664C45.492,117.664 45.844,118.012 45.844,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.801,120.52C42.801,120.949 42.453,121.305 42.02,121.305C41.586,121.305 41.234,120.949 41.234,120.52C41.234,120.086 41.586,119.734 42.02,119.734C42.453,119.734 42.801,120.086 42.801,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.801,124.664C42.801,125.098 42.453,125.449 42.02,125.449C41.586,125.449 41.234,125.098 41.234,124.664C41.234,124.23 41.586,123.879 42.02,123.879C42.453,123.879 42.801,124.23 42.801,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M45.844,122.594C45.844,123.023 45.492,123.375 45.059,123.375C44.625,123.375 44.273,123.023 44.273,122.594C44.273,122.16 44.625,121.809 45.059,121.809C45.492,121.809 45.844,122.16 45.844,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.047,116.375C49.047,116.805 48.695,117.156 48.262,117.156C47.832,117.156 47.477,116.805 47.477,116.375C47.477,115.941 47.832,115.59 48.262,115.59C48.695,115.59 49.047,115.941 49.047,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M51.93,118.445C51.93,118.793 51.648,119.07 51.301,119.07C50.957,119.07 50.676,118.793 50.676,118.445C50.676,118.102 50.957,117.82 51.301,117.82C51.648,117.82 51.93,118.102 51.93,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.047,120.52C49.047,120.949 48.695,121.305 48.262,121.305C47.832,121.305 47.477,120.949 47.477,120.52C47.477,120.086 47.832,119.734 48.262,119.734C48.695,119.734 49.047,120.086 49.047,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.047,124.664C49.047,125.098 48.695,125.449 48.262,125.449C47.832,125.449 47.477,125.098 47.477,124.664C47.477,124.23 47.832,123.879 48.262,123.879C48.695,123.879 49.047,124.23 49.047,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M51.93,122.594C51.93,122.938 51.648,123.219 51.301,123.219C50.957,123.219 50.676,122.938 50.676,122.594C50.676,122.246 50.957,121.965 51.301,121.965C51.648,121.965 51.93,122.246 51.93,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.133,116.375C55.133,116.719 54.852,117 54.508,117C54.16,117 53.883,116.719 53.883,116.375C53.883,116.027 54.16,115.746 54.508,115.746C54.852,115.746 55.133,116.027 55.133,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M58.016,118.445C58.016,118.707 57.809,118.914 57.547,118.914C57.285,118.914 57.078,118.707 57.078,118.445C57.078,118.188 57.285,117.977 57.547,117.977C57.809,117.977 58.016,118.188 58.016,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.133,120.52C55.133,120.863 54.852,121.145 54.508,121.145C54.16,121.145 53.883,120.863 53.883,120.52C53.883,120.172 54.16,119.891 54.508,119.891C54.852,119.891 55.133,120.172 55.133,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.133,124.664C55.133,125.008 54.852,125.289 54.508,125.289C54.16,125.289 53.883,125.008 53.883,124.664C53.883,124.316 54.16,124.039 54.508,124.039C54.852,124.039 55.133,124.316 55.133,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M58.016,122.59C58.016,122.852 57.809,123.063 57.547,123.063C57.285,123.063 57.078,122.852 57.078,122.59C57.078,122.332 57.285,122.121 57.547,122.121C57.809,122.121 58.016,122.332 58.016,122.59" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.219,116.375C61.219,116.633 61.012,116.844 60.75,116.844C60.492,116.844 60.281,116.633 60.281,116.375C60.281,116.113 60.492,115.902 60.75,115.902C61.012,115.902 61.219,116.113 61.219,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M64.262,118.445C64.262,118.707 64.051,118.914 63.789,118.914C63.531,118.914 63.32,118.707 63.32,118.445C63.32,118.188 63.531,117.977 63.789,117.977C64.051,117.977 64.262,118.188 64.262,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.219,120.52C61.219,120.777 61.012,120.988 60.75,120.988C60.492,120.988 60.281,120.777 60.281,120.52C60.281,120.258 60.492,120.047 60.75,120.047C61.012,120.047 61.219,120.258 61.219,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.219,124.664C61.219,124.922 61.012,125.133 60.75,125.133C60.492,125.133 60.281,124.922 60.281,124.664C60.281,124.402 60.492,124.191 60.75,124.191C61.012,124.191 61.219,124.402 61.219,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M64.262,122.59C64.262,122.852 64.051,123.063 63.789,123.063C63.531,123.063 63.32,122.852 63.32,122.59C63.32,122.332 63.531,122.121 63.789,122.121C64.051,122.121 64.262,122.332 64.262,122.59" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.309,116.371C67.309,116.543 67.168,116.684 66.996,116.684C66.824,116.684 66.68,116.543 66.68,116.371C66.68,116.199 66.824,116.059 66.996,116.059C67.168,116.059 67.309,116.199 67.309,116.371" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M70.348,118.445C70.348,118.617 70.207,118.758 70.035,118.758C69.863,118.758 69.723,118.617 69.723,118.445C69.723,118.273 69.863,118.133 70.035,118.133C70.207,118.133 70.348,118.273 70.348,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.309,120.52C67.309,120.691 67.168,120.832 66.996,120.832C66.824,120.832 66.68,120.691 66.68,120.52C66.68,120.344 66.824,120.203 66.996,120.203C67.168,120.203 67.309,120.344 67.309,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.309,124.664C67.309,124.836 67.168,124.977 66.996,124.977C66.824,124.977 66.68,124.836 66.68,124.664C66.68,124.488 66.824,124.352 66.996,124.352C67.168,124.352 67.309,124.488 67.309,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M70.348,122.59C70.348,122.762 70.207,122.906 70.035,122.906C69.863,122.906 69.723,122.762 69.723,122.59C69.723,122.418 69.863,122.277 70.035,122.277C70.207,122.277 70.348,122.418 70.348,122.59" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M157.426,118.492L161.555,118.492C160.918,124.699 155.484,125.578 155.484,125.578C158.07,123.195 157.563,119.586 157.426,118.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M125.867,123.109C125.527,123.406 125.074,123.555 124.492,123.555L123.598,123.555L123.598,120.398L124.492,120.398C125.074,120.398 125.527,120.551 125.867,120.848C126.191,121.137 126.359,121.531 126.371,121.98C126.359,122.426 126.191,122.82 125.867,123.109M127.84,119.594C127.199,118.891 126.438,118.531 125.563,118.531L121.289,118.531L121.289,125.422L125.563,125.422C126.438,125.422 127.199,125.066 127.84,124.363C128.477,123.664 128.797,122.891 128.809,121.98C128.797,121.066 128.477,120.293 127.84,119.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M133.238,124.16C132.488,124.16 131.887,123.684 131.887,123.102C131.887,122.52 132.488,122.043 133.238,122.043C133.984,122.043 134.59,122.52 134.59,123.102C134.59,123.684 133.984,124.16 133.238,124.16M135.316,118.867C134.238,118.332 133.34,118.301 132.41,118.352C131.863,118.383 131.164,118.504 130.434,118.742C130.305,118.785 130.172,118.832 130.039,118.883C130.121,119.121 130.238,119.332 130.449,119.535L130.473,119.559C131.09,120.125 132.406,119.855 133.348,119.996C134.297,120.137 134.461,121.031 134.461,121.031C133.949,120.758 133.336,120.59 132.668,120.59C130.926,120.59 129.504,121.711 129.504,123.09C129.504,124.422 130.836,125.52 132.508,125.582C132.758,125.59 133.195,125.574 133.785,125.438C135.945,124.934 136.887,125.449 136.887,125.449L136.887,121.754C136.887,119.949 136.203,119.309 135.316,118.867" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M149.84,124.16C149.098,124.16 148.488,123.684 148.488,123.102C148.488,122.52 149.098,122.043 149.84,122.043C150.586,122.043 151.191,122.52 151.191,123.102C151.191,123.684 150.586,124.16 149.84,124.16M151.926,118.867C150.844,118.332 149.945,118.301 149.012,118.352C148.469,118.383 147.766,118.504 147.039,118.742C146.91,118.785 146.777,118.832 146.645,118.883C146.727,119.121 146.844,119.332 147.055,119.535L147.078,119.559C147.695,120.125 149.008,119.855 149.953,119.996C150.898,120.137 151.063,121.031 151.063,121.031C150.551,120.758 149.938,120.59 149.273,120.59C147.527,120.59 146.105,121.711 146.105,123.09C146.105,124.422 147.438,125.52 149.109,125.582C149.359,125.59 149.801,125.574 150.387,125.438C152.547,124.934 153.488,125.449 153.488,125.449L153.488,121.754C153.488,119.949 152.809,119.309 151.926,118.867" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M136.844,114.5L133.953,114.5C134.48,118.031 137.953,118.547 137.953,118.547C136.477,117.184 136.77,115.125 136.844,114.5" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M145.258,121.035C145.258,120.109 144.988,119.516 144.477,119.074C143.98,118.652 143.355,118.484 142.699,118.484C142.102,118.484 141.633,118.609 141.262,118.754C139.313,119.484 138.176,118.723 138.176,118.723L138.176,125.422L140.516,125.422L140.516,120.891C140.516,120.891 140.969,120.418 141.719,120.398C142.469,120.371 142.922,120.824 142.922,121.852L142.918,125.422L145.262,125.422" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M78.035,123.984L78.566,123.984L78.566,119.969L78.035,119.969ZM78.035,123.984" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M79.5,123.988L79.5,119.969L80.043,119.969L82.156,123.125L82.156,119.969L82.664,119.969L82.664,123.988L82.121,123.988L80.008,120.828L80.008,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M83.379,122.695L83.883,122.652C83.906,122.855 83.961,123.02 84.043,123.148C84.133,123.277 84.27,123.383 84.453,123.461C84.633,123.539 84.84,123.578 85.066,123.578C85.27,123.578 85.449,123.551 85.605,123.488C85.762,123.43 85.875,123.348 85.953,123.242C86.027,123.137 86.066,123.02 86.066,122.898C86.066,122.77 86.027,122.66 85.957,122.566C85.883,122.469 85.762,122.395 85.594,122.328C85.488,122.289 85.246,122.223 84.879,122.133C84.508,122.047 84.254,121.961 84.102,121.883C83.91,121.781 83.766,121.656 83.672,121.508C83.578,121.359 83.531,121.191 83.531,121.004C83.531,120.805 83.59,120.617 83.703,120.441C83.82,120.262 83.988,120.125 84.211,120.039C84.43,119.945 84.676,119.902 84.945,119.902C85.246,119.902 85.508,119.949 85.734,120.043C85.961,120.141 86.141,120.281 86.262,120.465C86.383,120.652 86.449,120.863 86.457,121.102L85.949,121.137C85.918,120.883 85.828,120.691 85.668,120.563C85.512,120.434 85.277,120.371 84.969,120.371C84.645,120.371 84.414,120.426 84.266,120.547C84.117,120.664 84.043,120.805 84.043,120.969C84.043,121.117 84.098,121.234 84.203,121.328C84.301,121.422 84.57,121.52 85.004,121.613C85.434,121.711 85.73,121.797 85.891,121.871C86.129,121.98 86.301,122.117 86.414,122.281C86.52,122.445 86.578,122.637 86.578,122.855C86.578,123.066 86.52,123.27 86.395,123.457C86.27,123.645 86.094,123.793 85.867,123.898C85.637,124.004 85.379,124.059 85.094,124.059C84.727,124.059 84.422,124.004 84.176,123.898C83.93,123.789 83.738,123.633 83.598,123.418C83.461,123.207 83.387,122.965 83.379,122.695" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M89.945,119.969L90.473,119.969L90.473,122.293C90.473,122.699 90.426,123.016 90.336,123.254C90.246,123.488 90.082,123.684 89.84,123.836C89.602,123.984 89.289,124.059 88.906,124.059C88.527,124.059 88.219,123.992 87.977,123.859C87.738,123.73 87.566,123.543 87.469,123.297C87.363,123.051 87.313,122.715 87.313,122.293L87.313,119.969L87.848,119.969L87.848,122.289C87.848,122.637 87.879,122.895 87.941,123.059C88.008,123.227 88.117,123.355 88.277,123.445C88.434,123.531 88.629,123.578 88.855,123.578C89.25,123.578 89.527,123.488 89.691,123.313C89.859,123.133 89.945,122.793 89.945,122.289" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M91.336,123.988L91.336,119.969L91.871,119.969L91.871,123.516L93.848,123.516L93.848,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M94.574,123.984L95.105,123.984L95.105,119.969L94.574,119.969ZM94.574,123.984" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M96.035,123.988L96.035,119.969L96.582,119.969L98.695,123.125L98.695,119.969L99.203,119.969L99.203,123.988L98.66,123.988L96.547,120.828L96.547,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M101.781,121.883L102.82,121.883C103.164,121.883 103.41,121.816 103.551,121.688C103.695,121.559 103.77,121.379 103.77,121.148C103.77,120.98 103.723,120.836 103.641,120.715C103.555,120.594 103.445,120.516 103.305,120.477C103.215,120.457 103.051,120.441 102.809,120.441L101.781,120.441ZM101.246,123.988L101.246,119.969L102.766,119.969C103.031,119.969 103.234,119.98 103.375,120.008C103.574,120.039 103.738,120.102 103.871,120.195C104.008,120.289 104.113,120.418 104.195,120.582C104.277,120.75 104.316,120.93 104.316,121.133C104.316,121.473 104.207,121.762 103.988,121.996C103.773,122.234 103.379,122.352 102.813,122.352L101.781,122.352L101.781,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M107.633,119.969L108.164,119.969L108.164,122.293C108.164,122.699 108.117,123.016 108.027,123.254C107.938,123.488 107.77,123.684 107.531,123.836C107.293,123.984 106.98,124.059 106.594,124.059C106.215,124.059 105.906,123.992 105.668,123.859C105.43,123.73 105.258,123.543 105.152,123.297C105.055,123.051 105.004,122.715 105.004,122.293L105.004,119.969L105.535,119.969L105.535,122.289C105.535,122.637 105.566,122.895 105.629,123.059C105.695,123.227 105.809,123.355 105.965,123.445C106.125,123.531 106.316,123.578 106.547,123.578C106.938,123.578 107.215,123.488 107.383,123.313C107.547,123.133 107.633,122.793 107.633,122.289" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M109.035,123.988L109.035,119.969L109.832,119.969L110.785,122.813C110.871,123.078 110.938,123.277 110.977,123.41C111.02,123.266 111.094,123.047 111.191,122.766L112.152,119.969L112.871,119.969L112.871,123.988L112.355,123.988L112.355,120.625L111.188,123.988L110.707,123.988L109.547,120.566L109.547,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M114.258,121.883L115.297,121.883C115.641,121.883 115.883,121.816 116.027,121.688C116.172,121.559 116.246,121.379 116.246,121.148C116.246,120.98 116.203,120.836 116.117,120.715C116.035,120.594 115.922,120.516 115.785,120.477C115.691,120.457 115.527,120.441 115.285,120.441L114.258,120.441ZM113.727,123.988L113.727,119.969L115.242,119.969C115.508,119.969 115.715,119.98 115.855,120.008C116.055,120.039 116.215,120.102 116.352,120.195C116.484,120.289 116.59,120.418 116.672,120.582C116.754,120.75 116.797,120.93 116.797,121.133C116.797,121.473 116.688,121.762 116.469,121.996C116.25,122.234 115.859,122.352 115.289,122.352L114.258,122.352L114.258,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M118.941,126.082C118.789,126.082 118.664,125.957 118.664,125.805L118.664,118.152C118.664,118 118.789,117.879 118.941,117.879C119.098,117.879 119.219,118 119.219,118.152L119.219,125.805C119.219,125.957 119.098,126.082 118.941,126.082" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M160.898,115.699C160.898,116.48 160.27,117.109 159.488,117.109C158.711,117.109 158.078,116.48 158.078,115.699C158.078,114.922 158.711,114.293 159.488,114.293C160.27,114.293 160.898,114.922 160.898,115.699" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#DD5643" android:fillType="nonZero"
|
||||
android:pathData="M208.965,92.926C208.965,91.316 208.164,90.16 206.879,90.16C205.574,90.16 204.793,91.316 204.793,92.926C204.793,94.559 205.574,95.723 206.879,95.723C208.164,95.723 208.965,94.559 208.965,92.926M210.352,92.926C210.352,95.297 208.996,96.938 206.879,96.938C204.762,96.938 203.395,95.297 203.395,92.926C203.395,90.566 204.762,88.926 206.879,88.926C208.996,88.926 210.352,90.566 210.352,92.926" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#DD5643" android:fillType="nonZero"
|
||||
android:pathData="M216.402,96.746L213.555,93.23C213.301,93.465 212.996,93.738 212.816,93.898L212.816,96.734L211.508,96.734L211.508,89.129L212.816,89.129L212.816,92.258C213.727,91.379 214.992,90.133 215.824,89.117L217.414,89.117C216.473,90.305 215.367,91.438 214.484,92.328L217.973,96.746" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M29.691,56.836C29.691,56.395 29.336,56.039 28.895,56.039C28.453,56.039 28.098,56.395 28.098,56.836L28.098,104.637C28.098,105.078 28.453,105.438 28.895,105.438C29.262,105.438 29.559,105.18 29.652,104.844L29.664,104.844L29.664,104.785C29.672,104.734 29.691,104.691 29.691,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M32.785,56.836C32.785,56.395 32.426,56.039 31.988,56.039C31.547,56.039 31.191,56.395 31.191,56.836L31.191,104.637C31.191,105.078 31.547,105.438 31.988,105.438C32.355,105.438 32.652,105.18 32.746,104.844L32.754,104.844L32.754,104.785C32.766,104.734 32.785,104.691 32.785,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M35.879,56.836C35.879,56.395 35.52,56.039 35.082,56.039C34.641,56.039 34.281,56.395 34.281,56.836L34.281,104.637C34.281,105.078 34.641,105.438 35.082,105.438C35.449,105.438 35.746,105.18 35.836,104.844L35.848,104.844L35.848,104.785C35.859,104.734 35.879,104.691 35.879,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M38.973,56.836C38.973,56.395 38.613,56.039 38.172,56.039C37.734,56.039 37.375,56.395 37.375,56.836L37.375,104.637C37.375,105.078 37.734,105.438 38.172,105.438C38.543,105.438 38.84,105.18 38.93,104.844L38.941,104.844L38.941,104.785C38.953,104.734 38.973,104.691 38.973,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M42.066,56.836C42.066,56.395 41.707,56.039 41.266,56.039C40.828,56.039 40.469,56.395 40.469,56.836L40.469,104.637C40.469,105.078 40.828,105.438 41.266,105.438C41.633,105.438 41.93,105.18 42.023,104.844L42.035,104.844L42.035,104.785C42.043,104.734 42.066,104.691 42.066,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#5B5A59" android:fillType="nonZero"
|
||||
android:pathData="M11.285,36.223C11.504,35.707 11.766,35.215 12.055,34.738ZM25.199,129.113C21.324,129.113 17.934,127.484 16.051,124.699L16.012,124.664L15.984,124.605C15.375,123.68 14.922,122.637 14.68,121.477L14.676,121.465L14.676,121.445C14.543,120.801 14.469,120.121 14.469,119.41L14.469,43.41C14.469,37.496 19.281,33.703 25.199,33.703L26.02,33.703L26.02,28.746L21.742,28.746C15.211,28.746 9.898,34.059 9.898,40.586L9.898,122.234C9.898,128.762 15.211,134.074 21.742,134.074L26.02,134.074L26.02,129.113" android:strokeColor="#00000000"/>
|
||||
</vector>
|
|
@ -1,64 +0,0 @@
|
|||
<vector android:height="100dp" android:viewportHeight="300"
|
||||
android:viewportWidth="600" android:width="200dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#F5F4F0" android:pathData="M454.949,53.543L71.448,53.543L71.448,261.923C71.448,265.098 74.027,267.677 77.203,267.677L454.949,267.677L454.949,53.543Z"/>
|
||||
<path android:fillColor="#383A3B" android:pathData="M440.56,125.63C440.56,118.164 434.498,112.101 427.031,112.101L125.299,112.101C117.833,112.101 111.77,118.164 111.77,125.63L111.77,269.502C111.77,270.139 112.287,270.656 112.923,270.656L438.996,270.656C439.859,270.656 440.56,269.955 440.56,269.092L440.56,125.63Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M240.294,109.453L240.294,98.717L245.676,98.717C246.762,98.717 247.577,98.822 248.154,99.002C248.715,99.196 249.156,99.541 249.496,100.036C249.835,100.516 250.005,101.056 250.005,101.641C250.005,102.405 249.716,103.05 249.173,103.575C248.613,104.1 247.747,104.43 246.576,104.564C247,104.744 247.323,104.924 247.543,105.104C248.019,105.479 248.46,105.959 248.884,106.529L250.99,109.453L248.969,109.453L247.373,107.218C246.898,106.574 246.508,106.079 246.202,105.734C245.896,105.404 245.625,105.164 245.387,105.029C245.149,104.879 244.912,104.789 244.657,104.744C244.47,104.699 244.182,104.684 243.757,104.684L241.89,104.684L241.89,109.453L240.294,109.453ZM241.89,103.455L245.353,103.455C246.083,103.455 246.66,103.395 247.085,103.26C247.492,103.125 247.798,102.9 248.019,102.615C248.239,102.315 248.341,102 248.341,101.641C248.341,101.146 248.137,100.726 247.713,100.396C247.306,100.066 246.643,99.901 245.744,99.901L241.89,99.901L241.89,103.455Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M251.977,106.004L253.488,105.884C253.573,106.424 253.726,106.859 253.997,107.203C254.252,107.548 254.659,107.833 255.22,108.043C255.763,108.253 256.391,108.358 257.087,108.358C257.698,108.358 258.242,108.283 258.7,108.118C259.175,107.953 259.532,107.743 259.753,107.458C259.99,107.174 260.092,106.874 260.092,106.544C260.092,106.199 259.99,105.914 259.77,105.659C259.549,105.404 259.175,105.194 258.666,105.029C258.343,104.909 257.63,104.729 256.51,104.504C255.389,104.265 254.608,104.04 254.167,103.83C253.59,103.56 253.148,103.23 252.86,102.825C252.588,102.435 252.435,101.985 252.435,101.491C252.435,100.951 252.622,100.441 252.962,99.976C253.318,99.511 253.81,99.151 254.49,98.897C255.152,98.657 255.899,98.537 256.714,98.537C257.613,98.537 258.411,98.672 259.107,98.927C259.786,99.181 260.313,99.556 260.686,100.051C261.06,100.546 261.264,101.116 261.28,101.746L259.736,101.85C259.668,101.161 259.379,100.651 258.904,100.306C258.428,99.961 257.715,99.781 256.781,99.781C255.814,99.781 255.101,99.946 254.659,100.261C254.218,100.576 253.997,100.951 253.997,101.401C253.997,101.79 254.15,102.105 254.456,102.345C254.778,102.6 255.576,102.855 256.883,103.11C258.191,103.38 259.09,103.605 259.583,103.8C260.279,104.085 260.805,104.46 261.145,104.894C261.484,105.344 261.654,105.839 261.654,106.424C261.654,106.994 261.467,107.533 261.094,108.043C260.72,108.538 260.194,108.928 259.498,109.213C258.802,109.498 258.021,109.633 257.155,109.633C256.051,109.633 255.135,109.498 254.388,109.213C253.641,108.928 253.063,108.508 252.639,107.938C252.215,107.368 251.994,106.724 251.977,106.004Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M194.159,104.033L196.612,104.033C197.097,104.033 197.484,104.1 197.782,104.234C198.081,104.361 198.327,104.548 198.52,104.794C198.714,105.04 198.856,105.323 198.938,105.651C199.027,105.979 199.072,106.322 199.072,106.687C199.072,107.254 199.005,107.693 198.878,108.014C198.744,108.327 198.565,108.588 198.334,108.804C198.103,109.013 197.857,109.155 197.596,109.222C197.231,109.319 196.903,109.371 196.612,109.371L194.159,109.371L194.159,104.033ZM195.807,105.241L195.807,108.156L196.217,108.156C196.56,108.156 196.806,108.118 196.947,108.044C197.097,107.969 197.208,107.835 197.29,107.641C197.372,107.455 197.417,107.142 197.417,106.717C197.417,106.15 197.32,105.763 197.141,105.554C196.955,105.345 196.649,105.241 196.224,105.241L195.807,105.241Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M199.89,104.033L201.374,104.033L201.374,105.04L199.89,105.04L199.89,104.033ZM199.89,105.502L201.374,105.502L201.374,109.371L199.89,109.371L199.89,105.502Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M203.67,106.754L202.254,106.605C202.306,106.359 202.388,106.165 202.485,106.024C202.589,105.882 202.731,105.755 202.924,105.651C203.059,105.576 203.245,105.524 203.484,105.479C203.722,105.435 203.976,105.42 204.251,105.42C204.699,105.42 205.057,105.442 205.325,105.494C205.593,105.539 205.817,105.643 205.996,105.8C206.123,105.912 206.219,106.068 206.294,106.27C206.369,106.471 206.406,106.657 206.406,106.844L206.406,108.551C206.406,108.73 206.413,108.871 206.443,108.976C206.465,109.08 206.51,109.214 206.592,109.371L205.198,109.371C205.146,109.274 205.109,109.192 205.094,109.14C205.071,109.087 205.057,109.005 205.042,108.901C204.848,109.087 204.654,109.214 204.46,109.296C204.199,109.408 203.894,109.46 203.551,109.46C203.088,109.46 202.738,109.348 202.5,109.14C202.261,108.923 202.142,108.663 202.142,108.349C202.142,108.051 202.224,107.813 202.395,107.626C202.567,107.432 202.887,107.291 203.349,107.201C203.908,107.09 204.266,107.015 204.43,106.963C204.594,106.918 204.773,106.866 204.96,106.791C204.96,106.605 204.922,106.478 204.84,106.411C204.766,106.337 204.639,106.299 204.445,106.299C204.207,106.299 204.02,106.337 203.901,106.419C203.804,106.478 203.73,106.59 203.67,106.754ZM204.96,107.537C204.751,107.611 204.542,107.671 204.318,107.731C204.02,107.813 203.826,107.887 203.744,107.969C203.662,108.044 203.625,108.133 203.625,108.238C203.625,108.357 203.662,108.454 203.744,108.521C203.826,108.595 203.946,108.633 204.102,108.633C204.266,108.633 204.423,108.595 204.564,108.513C204.706,108.439 204.811,108.335 204.87,108.223C204.93,108.103 204.96,107.954 204.96,107.775L204.96,107.537Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M207.373,104.033L208.872,104.033L208.872,105.882C209.021,105.725 209.185,105.614 209.371,105.532C209.565,105.457 209.766,105.42 209.997,105.42C210.467,105.42 210.855,105.584 211.168,105.927C211.473,106.262 211.63,106.747 211.63,107.38C211.63,107.805 211.555,108.178 211.421,108.499C211.28,108.819 211.086,109.058 210.832,109.222C210.586,109.378 210.31,109.46 210.005,109.46C209.744,109.46 209.505,109.401 209.289,109.289C209.133,109.207 208.954,109.043 208.76,108.797L208.76,109.371L207.373,109.371L207.373,104.033ZM208.857,107.425C208.857,107.761 208.924,107.999 209.043,108.148C209.17,108.297 209.326,108.372 209.52,108.372C209.699,108.372 209.848,108.297 209.968,108.156C210.087,108.007 210.146,107.761 210.146,107.41C210.146,107.104 210.087,106.881 209.968,106.739C209.856,106.598 209.714,106.523 209.543,106.523C209.341,106.523 209.177,106.598 209.051,106.747C208.924,106.896 208.857,107.127 208.857,107.425Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M216.632,107.805L213.658,107.805C213.688,108.044 213.755,108.223 213.852,108.335C213.993,108.506 214.18,108.588 214.411,108.588C214.56,108.588 214.694,108.551 214.828,108.476C214.91,108.431 214.992,108.349 215.089,108.238L216.55,108.372C216.327,108.759 216.051,109.035 215.738,109.207C215.425,109.371 214.97,109.46 214.381,109.46C213.867,109.46 213.464,109.386 213.173,109.244C212.875,109.095 212.637,108.871 212.443,108.551C212.249,108.238 212.152,107.872 212.152,107.447C212.152,106.844 212.346,106.352 212.734,105.979C213.121,105.606 213.658,105.42 214.336,105.42C214.888,105.42 215.328,105.502 215.648,105.666C215.969,105.837 216.215,106.076 216.379,106.396C216.55,106.717 216.632,107.127 216.632,107.641L216.632,107.805ZM215.127,107.097C215.097,106.806 215.015,106.605 214.895,106.478C214.769,106.359 214.605,106.292 214.396,106.292C214.165,106.292 213.979,106.389 213.837,106.575C213.747,106.694 213.688,106.866 213.665,107.097L215.127,107.097Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M220.195,107.857L221.604,108.014C221.522,108.312 221.396,108.566 221.217,108.782C221.045,108.991 220.814,109.162 220.538,109.281C220.262,109.401 219.919,109.46 219.495,109.46C219.085,109.46 218.742,109.423 218.466,109.341C218.19,109.266 217.959,109.147 217.765,108.976C217.564,108.804 217.415,108.603 217.303,108.372C217.191,108.141 217.131,107.835 217.131,107.455C217.131,107.06 217.199,106.724 217.333,106.463C217.437,106.27 217.571,106.091 217.743,105.942C217.914,105.785 218.093,105.673 218.272,105.599C218.563,105.479 218.935,105.42 219.383,105.42C220.016,105.42 220.501,105.532 220.829,105.755C221.157,105.979 221.396,106.314 221.522,106.747L220.128,106.933C220.091,106.769 220.009,106.642 219.89,106.56C219.778,106.478 219.621,106.434 219.427,106.434C219.181,106.434 218.988,106.523 218.831,106.694C218.682,106.873 218.607,107.142 218.607,107.492C218.607,107.813 218.682,108.051 218.831,108.215C218.98,108.379 219.174,108.461 219.405,108.461C219.599,108.461 219.763,108.417 219.897,108.312C220.031,108.215 220.128,108.066 220.195,107.857Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M223.632,106.754L222.216,106.605C222.268,106.359 222.35,106.165 222.447,106.024C222.551,105.882 222.693,105.755 222.887,105.651C223.021,105.576 223.207,105.524 223.446,105.479C223.684,105.435 223.938,105.42 224.214,105.42C224.661,105.42 225.019,105.442 225.287,105.494C225.556,105.539 225.779,105.643 225.958,105.8C226.085,105.912 226.182,106.068 226.256,106.27C226.331,106.471 226.368,106.657 226.368,106.844L226.368,108.551C226.368,108.73 226.376,108.871 226.405,108.976C226.428,109.08 226.473,109.214 226.555,109.371L225.16,109.371C225.108,109.274 225.071,109.192 225.056,109.14C225.034,109.087 225.019,109.005 225.004,108.901C224.81,109.087 224.616,109.214 224.422,109.296C224.162,109.408 223.856,109.46 223.513,109.46C223.051,109.46 222.7,109.348 222.462,109.14C222.223,108.923 222.104,108.663 222.104,108.349C222.104,108.051 222.186,107.813 222.357,107.626C222.529,107.432 222.85,107.291 223.312,107.201C223.871,107.09 224.229,107.015 224.393,106.963C224.557,106.918 224.736,106.866 224.922,106.791C224.922,106.605 224.885,106.478 224.803,106.411C224.728,106.337 224.601,106.299 224.408,106.299C224.169,106.299 223.983,106.337 223.863,106.419C223.766,106.478 223.692,106.59 223.632,106.754ZM224.922,107.537C224.713,107.611 224.504,107.671 224.281,107.731C223.983,107.813 223.789,107.887 223.707,107.969C223.625,108.044 223.588,108.133 223.588,108.238C223.588,108.357 223.625,108.454 223.707,108.521C223.789,108.595 223.908,108.633 224.065,108.633C224.229,108.633 224.385,108.595 224.527,108.513C224.668,108.439 224.773,108.335 224.832,108.223C224.892,108.103 224.922,107.954 224.922,107.775L224.922,107.537Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M227.27,105.502L228.656,105.502L228.656,106.135C228.79,105.867 228.925,105.673 229.066,105.569C229.215,105.472 229.387,105.42 229.596,105.42C229.812,105.42 230.05,105.487 230.311,105.621L229.857,106.68C229.678,106.605 229.543,106.568 229.439,106.568C229.245,106.568 229.096,106.65 228.984,106.806C228.835,107.037 228.761,107.455 228.761,108.074L228.761,109.371L227.27,109.371L227.27,105.502Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M234.978,107.805L232.003,107.805C232.033,108.044 232.1,108.223 232.197,108.335C232.339,108.506 232.525,108.588 232.756,108.588C232.905,108.588 233.04,108.551 233.174,108.476C233.256,108.431 233.338,108.349 233.435,108.238L234.896,108.372C234.672,108.759 234.396,109.035 234.083,109.207C233.77,109.371 233.315,109.46 232.727,109.46C232.212,109.46 231.81,109.386 231.519,109.244C231.221,109.095 230.982,108.871 230.788,108.551C230.594,108.238 230.498,107.872 230.498,107.447C230.498,106.844 230.691,106.352 231.079,105.979C231.467,105.606 232.003,105.42 232.682,105.42C233.233,105.42 233.673,105.502 233.994,105.666C234.314,105.837 234.56,106.076 234.724,106.396C234.896,106.717 234.978,107.127 234.978,107.641L234.978,107.805ZM233.472,107.097C233.442,106.806 233.36,106.605 233.241,106.478C233.114,106.359 232.95,106.292 232.741,106.292C232.51,106.292 232.324,106.389 232.182,106.575C232.093,106.694 232.033,106.866 232.011,107.097L233.472,107.097Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M136.573,99.005L142.834,99.005C144.257,99.005 145.324,99.077 146.083,99.207C147.079,99.381 147.933,99.7 148.644,100.163C149.356,100.612 149.878,101.176 150.257,101.842C150.637,102.494 150.803,103.319 150.803,104.289C150.803,105.143 150.637,105.882 150.281,106.49C149.854,107.242 149.261,107.865 148.478,108.328C147.886,108.676 147.079,108.951 146.059,109.154C145.301,109.298 144.304,109.371 143.024,109.371L136.573,109.371L136.573,99.005ZM140.012,100.756L140.012,107.619L142.573,107.619C143.522,107.619 144.21,107.59 144.637,107.532C145.206,107.445 145.656,107.3 146.012,107.098C146.391,106.895 146.7,106.562 146.913,106.099C147.15,105.635 147.269,104.998 147.269,104.202C147.269,103.391 147.15,102.783 146.913,102.349C146.7,101.929 146.368,101.582 145.941,101.35C145.538,101.104 144.992,100.945 144.352,100.858C143.878,100.8 142.953,100.756 141.553,100.756L140.012,100.756Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M156.119,104.159L153.179,103.826C153.511,103.102 154.08,102.566 154.886,102.219C155.693,101.871 156.902,101.697 158.491,101.697C159.961,101.697 161.029,101.799 161.74,102.002C162.452,102.219 162.95,102.479 163.234,102.812C163.542,103.131 163.685,103.724 163.685,104.579L163.637,106.909C163.637,107.561 163.685,108.053 163.803,108.357C163.898,108.676 164.088,109.009 164.373,109.371L161.171,109.371C161.076,109.24 160.981,109.038 160.863,108.777C160.791,108.661 160.768,108.589 160.744,108.545C160.175,108.878 159.582,109.125 158.942,109.298C158.325,109.458 157.637,109.544 156.926,109.544C155.669,109.544 154.673,109.327 153.938,108.907C153.202,108.488 152.847,107.966 152.847,107.315C152.847,106.895 153.013,106.519 153.345,106.186C153.677,105.853 154.127,105.606 154.72,105.418C155.337,105.245 156.191,105.085 157.329,104.955C158.847,104.781 159.89,104.622 160.483,104.477L160.483,104.275C160.483,103.898 160.317,103.623 160.009,103.464C159.701,103.29 159.131,103.218 158.278,103.218C157.685,103.218 157.234,103.29 156.926,103.42C156.594,103.565 156.333,103.811 156.119,104.159ZM160.483,105.766C160.056,105.853 159.416,105.954 158.491,106.07C157.59,106.186 156.997,106.301 156.736,106.417C156.309,106.605 156.096,106.837 156.096,107.112C156.096,107.387 156.262,107.633 156.594,107.836C156.949,108.039 157.376,108.14 157.898,108.14C158.491,108.14 159.036,108.024 159.582,107.793C159.961,107.604 160.222,107.387 160.365,107.127C160.436,106.953 160.483,106.634 160.483,106.157L160.483,105.766Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M178.06,109.371L174.811,109.371L174.811,105.534C174.811,104.723 174.74,104.202 174.597,103.97C174.479,103.724 174.242,103.536 173.933,103.406C173.625,103.276 173.246,103.218 172.795,103.218C172.249,103.218 171.728,103.304 171.277,103.493C170.826,103.681 170.542,103.942 170.376,104.246C170.21,104.55 170.115,105.129 170.115,105.968L170.115,109.371L166.866,109.371L166.866,101.857L169.878,101.857L169.878,102.972C170.945,102.117 172.297,101.697 173.933,101.697C174.645,101.697 175.309,101.77 175.902,101.929C176.495,102.088 176.945,102.291 177.253,102.537C177.562,102.783 177.775,103.058 177.894,103.362C178.012,103.681 178.06,104.13 178.06,104.709L178.06,109.371Z"/>
|
||||
<path android:fillColor="#433E3E" android:fillType="nonZero" android:pathData="M183.795,104.159L180.854,103.826C181.186,103.102 181.755,102.566 182.562,102.219C183.368,101.871 184.578,101.697 186.167,101.697C187.637,101.697 188.704,101.799 189.416,102.002C190.127,102.219 190.625,102.479 190.91,102.812C191.218,103.131 191.36,103.724 191.36,104.579L191.313,106.909C191.313,107.561 191.36,108.053 191.479,108.357C191.574,108.676 191.764,109.009 192.048,109.371L188.847,109.371C188.752,109.24 188.657,109.038 188.538,108.777C188.467,108.661 188.443,108.589 188.42,108.545C187.85,108.878 187.258,109.125 186.617,109.298C186.001,109.458 185.313,109.544 184.601,109.544C183.344,109.544 182.348,109.327 181.613,108.907C180.878,108.488 180.522,107.966 180.522,107.315C180.522,106.895 180.688,106.519 181.02,106.186C181.352,105.853 181.803,105.606 182.396,105.418C183.012,105.245 183.866,105.085 185.005,104.955C186.522,104.781 187.566,104.622 188.159,104.477L188.159,104.275C188.159,103.898 187.993,103.623 187.684,103.464C187.376,103.29 186.807,103.218 185.953,103.218C185.36,103.218 184.91,103.29 184.601,103.42C184.269,103.565 184.008,103.811 183.795,104.159ZM188.159,105.766C187.732,105.853 187.092,105.954 186.167,106.07C185.265,106.186 184.673,106.301 184.412,106.417C183.985,106.605 183.771,106.837 183.771,107.112C183.771,107.387 183.937,107.633 184.269,107.836C184.625,108.039 185.052,108.14 185.574,108.14C186.167,108.14 186.712,108.024 187.258,107.793C187.637,107.604 187.898,107.387 188.04,107.127C188.111,106.953 188.159,106.634 188.159,106.157L188.159,105.766Z"/>
|
||||
<path android:fillColor="#2C2D2D" android:pathData="M162.999,101.827C161.761,101.301 160.333,99.802 158.542,96.453L162.527,96.453L162.999,101.827Z"/>
|
||||
<path android:fillColor="#7A9C8E" android:pathData="M297.249,141.99C297.249,141.006 296.449,140.207 295.464,140.207L132.456,140.207C131.472,140.207 130.672,141.006 130.672,141.99L130.672,217.397C130.672,218.382 131.472,219.181 132.456,219.181L295.464,219.181C296.449,219.181 297.249,218.382 297.249,217.397L297.249,141.99Z"/>
|
||||
<path android:fillColor="#ADB0AF" android:pathData="M105.948,53.543l1.455,0l0,214.134l-1.455,0z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M71.448,53.543l1.455,0l0,214.134l-1.455,0z"/>
|
||||
<path android:fillAlpha="0.45" android:fillColor="#CFCCCC" android:pathData="M428.922,56.673C428.922,54.945 427.52,53.543 425.793,53.543L321.32,53.543C319.593,53.543 318.191,54.945 318.191,56.673L318.191,78.478C318.191,80.205 319.593,81.608 321.32,81.608L425.793,81.608C427.52,81.608 428.922,80.205 428.922,78.478L428.922,56.673Z"/>
|
||||
<path android:fillColor="#00000000"
|
||||
android:pathData="M411.023,189.358C411.023,187.31 409.36,185.646 407.31,185.646L382.034,185.646C379.984,185.646 378.321,187.31 378.321,189.358L378.321,215.036C378.321,217.084 379.984,218.747 382.034,218.747L407.31,218.747C409.36,218.747 411.023,217.084 411.023,215.036L411.023,189.358Z"
|
||||
android:strokeColor="#212122" android:strokeWidth="2.29"/>
|
||||
<path android:fillColor="#BD1716" android:fillType="nonZero" android:pathData="M380.083,202.388C380.083,199.92 380.753,197.975 382.091,196.553C383.429,195.152 385.144,194.441 387.256,194.441C388.637,194.441 389.891,194.776 391,195.445C392.108,196.093 392.944,197.013 393.53,198.205C394.116,199.377 394.408,200.715 394.408,202.221C394.408,203.747 394.095,205.107 393.488,206.299C392.882,207.491 392.003,208.411 390.874,209.017C389.766,209.624 388.553,209.937 387.256,209.937C385.834,209.937 384.58,209.603 383.471,208.913C382.363,208.243 381.526,207.302 380.941,206.131C380.376,204.96 380.083,203.705 380.083,202.388ZM382.133,202.43C382.133,204.228 382.614,205.65 383.597,206.696C384.559,207.721 385.772,208.243 387.235,208.243C388.72,208.243 389.954,207.721 390.916,206.675C391.878,205.629 392.359,204.145 392.359,202.221C392.359,200.987 392.15,199.92 391.752,199.021C391.334,198.122 390.728,197.411 389.933,196.909C389.138,196.407 388.26,196.156 387.277,196.156C385.876,196.156 384.663,196.637 383.659,197.599C382.635,198.561 382.133,200.171 382.133,202.43Z"/>
|
||||
<path android:fillColor="#BD1716" android:fillType="nonZero" android:pathData="M396.872,209.686L396.872,194.713L398.859,194.713L398.859,202.137L406.283,194.713L408.98,194.713L402.707,200.778L409.252,209.686L406.638,209.686L401.306,202.116L398.859,204.5L398.859,209.686L396.872,209.686Z"/>
|
||||
<path android:fillColor="#ffffff" android:pathData="M345.079,149.568l3.464,0l0,14.823l-3.464,0z"/>
|
||||
<path android:fillColor="#ffffff" android:pathData="M354.141,154.93l0,3.464l-14.823,0l-0,-3.464z"/>
|
||||
<path android:fillColor="#00000000"
|
||||
android:pathData="M330.497,156.451a16.773,16.351 90,1 0,32.702 0a16.773,16.351 90,1 0,-32.702 0z"
|
||||
android:strokeColor="#212122" android:strokeWidth="2.17"/>
|
||||
<path android:fillColor="#00000000"
|
||||
android:pathData="M330.497,202.063a16.773,16.351 90,1 0,32.702 0a16.773,16.351 90,1 0,-32.702 0z"
|
||||
android:strokeColor="#212122" android:strokeWidth="2.17"/>
|
||||
<path android:fillColor="#ffffff" android:pathData="M339.242,200.325l15.213,0l0,3.474l-15.213,0z"/>
|
||||
<path android:fillColor="#00000000"
|
||||
android:pathData="M378.321,156.979a16.773,16.351 90,1 0,32.702 0a16.773,16.351 90,1 0,-32.702 0z"
|
||||
android:strokeColor="#212122" android:strokeWidth="2.17"/>
|
||||
<path android:fillColor="#ffffff" android:pathData="M406.545,156.464L387.618,165.715L387.618,147.214L406.545,156.464Z"/>
|
||||
<path android:fillColor="#F0EEEB" android:pathData="M454.948,53.543l12.184,0l0,92.718l-12.184,0z"/>
|
||||
<path android:fillColor="#F3F3F1" android:pathData="M528.559,125.185C528.559,123.71 527.362,122.513 525.888,122.513L489.663,122.513C488.188,122.513 486.991,123.71 486.991,125.185L486.991,130.527C486.991,132.002 488.188,133.199 489.663,133.199L525.888,133.199C527.362,133.199 528.559,132.002 528.559,130.527L528.559,125.185Z"/>
|
||||
<path android:fillColor="#F3F3F1" android:pathData="M528.559,67.218C528.559,65.701 527.327,64.469 525.81,64.469L489.741,64.469C488.224,64.469 486.991,65.701 486.991,67.218L486.991,72.718C486.991,74.234 488.224,75.467 489.741,75.467L525.81,75.467C527.327,75.467 528.559,74.234 528.559,72.718L528.559,67.218Z"/>
|
||||
<path android:fillColor="#EAEAE9" android:pathData="M467.133,146.262L467.133,53.544L506.85,76.725L506.85,123.083L467.133,146.262Z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M487.737,133.582L487.902,65.46C501.618,69.335 515.14,73.017 528.519,74.264L528.519,125.358C513.826,125.559 500.31,128.711 487.737,133.582Z"/>
|
||||
<path android:fillColor="#EAEAE9" android:pathData="M487.756,130.165L487.756,69.292C501.514,72.843 515.14,74.769 528.558,75.911L528.558,122.75C513.821,122.934 500.366,125.699 487.756,130.165Z"/>
|
||||
<path android:fillColor="#D7D7D7" android:pathData="M486.991,99.726C499.145,93.373 514.128,93.086 528.559,91.611L528.559,105.943C514.551,104.974 500.31,105.718 486.991,99.726Z"/>
|
||||
<path android:fillColor="#E3E3E1" android:pathData="M528.745,97.571C528.745,96.657 527.939,95.916 526.946,95.916L488.449,95.916C487.456,95.916 486.65,96.657 486.65,97.571C486.65,97.571 486.35,100.052 486.65,100.88C486.926,101.642 487.456,102.535 488.449,102.535L526.946,102.535C527.939,102.535 528.745,101.794 528.745,100.88L528.745,97.571Z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M447.369,75.47L450.394,81.983L444.344,81.983L447.369,75.47Z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M446.037,81.447l2.371,0l0,12.694l-2.371,0z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M453.356,107.162l1.591,0l0,161.622l-1.591,0z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M454.949,107.272C454.822,104.097 453.642,101.172 451.589,98.939C448.794,95.9 444.628,94.409 440.209,94.867L440.188,96.387C444.151,95.976 447.887,97.313 450.394,100.039C452.235,102.041 453.292,104.664 453.406,107.511L454.949,107.272Z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M193.824,94.785l249.552,0l0,1.544l-249.552,0z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M154.602,52.56C154.255,61.489 156.799,70.363 161.848,77.839C169.149,88.65 180.964,95.496 193.759,96.329L193.824,94.684C181.541,93.885 170.196,87.312 163.188,76.934C158.341,69.756 155.9,61.238 156.232,52.667L154.602,52.56Z"/>
|
||||
<path android:fillColor="#D6D2D2" android:fillType="nonZero" android:pathData="M450.297,106.874C450.339,107.968 450.029,108.845 449.348,109.526C448.677,110.207 447.831,110.548 446.81,110.548C445.954,110.548 445.19,110.3 444.53,109.784C443.653,109.114 443.219,108.164 443.219,106.947C443.219,105.709 443.632,104.759 444.468,104.089C445.128,103.562 445.902,103.294 446.81,103.294C447.821,103.294 448.667,103.645 449.348,104.326C450.019,105.017 450.339,105.874 450.297,106.874ZM449.978,106.936C449.978,106.317 449.658,105.832 449.018,105.512C448.502,105.244 447.749,105.11 446.769,105.11C445.603,105.11 444.736,105.316 444.179,105.729C443.787,106.018 443.591,106.41 443.591,106.926C443.591,107.277 443.684,107.566 443.849,107.793C444.065,108.092 444.406,108.319 444.88,108.484C445.345,108.649 445.964,108.732 446.727,108.732C447.625,108.732 448.306,108.649 448.75,108.484C449.204,108.309 449.513,108.092 449.699,107.834C449.885,107.576 449.978,107.277 449.978,106.936Z"/>
|
||||
<path android:fillColor="#D6D2D2" android:fillType="nonZero" android:pathData="M446.469,113.704L444.571,113.704C444.199,113.704 443.972,113.724 443.88,113.776C443.776,113.817 443.704,113.9 443.642,114.013C443.591,114.127 443.56,114.343 443.56,114.653L443.374,114.653L443.374,111.176L443.56,111.176C443.56,111.496 443.591,111.712 443.653,111.826C443.704,111.939 443.787,112.012 443.88,112.063C443.972,112.104 444.199,112.125 444.571,112.125L449.008,112.125C449.379,112.125 449.606,112.104 449.709,112.063C449.802,112.012 449.874,111.929 449.936,111.815C449.988,111.702 450.019,111.496 450.019,111.176L450.205,111.176L450.205,114.158C450.205,115.138 450.029,115.84 449.678,116.273C449.328,116.696 448.894,116.913 448.368,116.913C447.924,116.913 447.553,116.768 447.233,116.5C446.913,116.221 446.707,115.84 446.593,115.355C446.511,115.035 446.469,114.478 446.469,113.704ZM449.813,113.704L446.862,113.704C446.851,113.817 446.851,113.9 446.851,113.951C446.851,114.364 446.975,114.684 447.212,114.901C447.46,115.128 447.831,115.231 448.347,115.231C448.853,115.231 449.224,115.128 449.462,114.901C449.699,114.684 449.813,114.354 449.813,113.91L449.813,113.704Z"/>
|
||||
<path android:fillColor="#D6D2D2" android:fillType="nonZero" android:pathData="M449.813,120.027L447.027,120.027L447.027,120.171C447.027,120.605 447.171,120.914 447.439,121.11C447.708,121.306 448.11,121.43 448.647,121.482L448.647,121.678L445.066,121.678L445.066,121.482C445.458,121.44 445.778,121.358 446.026,121.224C446.273,121.1 446.438,120.945 446.521,120.78C446.614,120.605 446.655,120.357 446.655,120.027L444.726,120.027C444.354,120.027 444.127,120.047 444.034,120.078C443.952,120.109 443.89,120.171 443.828,120.254C443.776,120.347 443.756,120.491 443.756,120.677L443.756,121.09C443.756,121.729 443.9,122.235 444.199,122.627C444.488,123.009 444.942,123.287 445.541,123.452L445.541,123.638L443.374,123.329L443.374,117.427L443.56,117.427L443.56,117.654C443.56,117.85 443.591,118.015 443.663,118.128C443.714,118.221 443.797,118.283 443.911,118.335C443.993,118.366 444.199,118.386 444.54,118.386L449.039,118.386C449.348,118.386 449.534,118.376 449.606,118.366C449.72,118.335 449.813,118.273 449.874,118.18C449.967,118.046 450.019,117.87 450.019,117.654L450.019,117.427L450.205,117.427L450.205,123.143L448.182,123.143L448.182,122.957C448.677,122.854 449.039,122.72 449.245,122.544C449.462,122.369 449.616,122.121 449.72,121.791C449.782,121.605 449.813,121.255 449.813,120.739L449.813,120.027Z"/>
|
||||
<path android:fillColor="#D6D2D2" android:fillType="nonZero" android:pathData="M450.205,126.672L445.964,130.046L448.904,130.046C449.317,130.046 449.596,129.984 449.74,129.87C449.936,129.705 450.029,129.437 450.019,129.055L450.205,129.055L450.205,131.315L450.019,131.315C449.978,131.026 449.936,130.83 449.874,130.727C449.813,130.634 449.72,130.551 449.585,130.5C449.451,130.448 449.224,130.417 448.904,130.417L443.219,130.417L443.219,130.242L448.904,125.619L444.561,125.619C444.168,125.619 443.9,125.712 443.766,125.898C443.632,126.073 443.56,126.28 443.56,126.507L443.56,126.672L443.374,126.672L443.374,124.247L443.56,124.247C443.56,124.629 443.642,124.887 443.797,125.031C443.941,125.186 444.199,125.258 444.561,125.258L449.389,125.258L449.565,125.114C449.751,124.969 449.864,124.835 449.926,124.732C449.978,124.618 450.009,124.453 450.019,124.247L450.205,124.247L450.205,126.672Z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M71.257,52.561l83.314,0l0,1.963l-83.314,0z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M71.448,265.983l40.094,0l0,1.694l-40.094,0z"/>
|
||||
<path android:fillColor="#DEDEDC" android:pathData="M440.562,267.565l12.973,0l0,1.219l-12.973,0z"/>
|
||||
</vector>
|
|
@ -7,9 +7,13 @@ import android.os.Handler
|
|||
import android.view.LayoutInflater
|
||||
import android.view.View
|
||||
import android.view.ViewGroup
|
||||
import androidx.core.content.ContextCompat
|
||||
import dagger.android.support.DaggerFragment
|
||||
import info.nightscout.androidaps.activities.TDDStatsActivity
|
||||
import info.nightscout.androidaps.dana.activities.DanaHistoryActivity
|
||||
import info.nightscout.androidaps.dana.activities.DanaUserOptionsActivity
|
||||
import info.nightscout.androidaps.dana.databinding.DanarFragmentBinding
|
||||
import info.nightscout.androidaps.dana.events.EventDanaRNewStatus
|
||||
import info.nightscout.androidaps.dialogs.ProfileViewerDialog
|
||||
import info.nightscout.androidaps.events.EventExtendedBolusChange
|
||||
import info.nightscout.androidaps.events.EventInitializationChanged
|
||||
|
@ -84,7 +88,7 @@ class DanaFragment : DaggerFragment() {
|
|||
|
||||
binding.danaPumpstatus.setBackgroundColor(resourceHelper.gc(R.color.colorInitializingBorder))
|
||||
|
||||
binding.history.setOnClickListener { startActivity(Intent(context, info.nightscout.androidaps.dana.activities.DanaHistoryActivity::class.java)) }
|
||||
binding.history.setOnClickListener { startActivity(Intent(context, DanaHistoryActivity::class.java)) }
|
||||
binding.viewprofile.setOnClickListener {
|
||||
val profile = danaPump.createConvertedProfile()?.getDefaultProfileJson()
|
||||
?: return@setOnClickListener
|
||||
|
@ -101,7 +105,7 @@ class DanaFragment : DaggerFragment() {
|
|||
}.show(childFragmentManager, "ProfileViewDialog")
|
||||
}
|
||||
binding.stats.setOnClickListener { startActivity(Intent(context, TDDStatsActivity::class.java)) }
|
||||
binding.userOptions.setOnClickListener { startActivity(Intent(context, info.nightscout.androidaps.dana.activities.DanaUserOptionsActivity::class.java)) }
|
||||
binding.userOptions.setOnClickListener { startActivity(Intent(context, DanaUserOptionsActivity::class.java)) }
|
||||
binding.btconnection.setOnClickListener {
|
||||
aapsLogger.debug(LTag.PUMP, "Clicked connect to pump")
|
||||
danaPump.reset()
|
||||
|
@ -128,7 +132,7 @@ class DanaFragment : DaggerFragment() {
|
|||
.observeOn(aapsSchedulers.main)
|
||||
.subscribe({ updateGUI() }, fabricPrivacy::logException)
|
||||
disposable += rxBus
|
||||
.toObservable(info.nightscout.androidaps.dana.events.EventDanaRNewStatus::class.java)
|
||||
.toObservable(EventDanaRNewStatus::class.java)
|
||||
.observeOn(aapsSchedulers.main)
|
||||
.subscribe({ updateGUI() }, fabricPrivacy::logException)
|
||||
disposable += rxBus
|
||||
|
@ -232,6 +236,8 @@ class DanaFragment : DaggerFragment() {
|
|||
binding.queue.visibility = View.VISIBLE
|
||||
binding.queue.text = status
|
||||
}
|
||||
val icon = if (danaPump.pumpType() == PumpType.DANA_I) R.drawable.ic_dana_i else R.drawable.ic_dana_rs
|
||||
binding.danaIcon.setImageDrawable(context?.let { ContextCompat.getDrawable(it, icon) })
|
||||
//hide user options button if not an RS pump or old firmware
|
||||
// also excludes pump with model 03 because of untested error
|
||||
binding.userOptions.visibility = (pump.hwModel != 1 && pump.protocol != 0x00).toVisibility()
|
||||
|
|
418
dana/src/main/res/drawable/ic_dana_i.xml
Normal file
418
dana/src/main/res/drawable/ic_dana_i.xml
Normal file
|
@ -0,0 +1,418 @@
|
|||
<vector android:height="294.17728dp" android:viewportHeight="147.02"
|
||||
android:viewportWidth="299.86" android:width="600dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group>
|
||||
<clip-path android:pathData="M295,14L299.859,14L299.859,51L295,51ZM295,14"/>
|
||||
<path android:fillColor="#3C3736" android:fillType="nonZero"
|
||||
android:pathData="M296.098,14.633L295.16,14.633L295.16,16.293L295.336,16.293L295.336,48.672L295.16,48.672L295.16,50.332L296.098,50.332C299.445,50.195 299.855,47.871 299.855,46.664L299.855,18.301C299.855,17.09 299.445,14.77 296.098,14.633" android:strokeColor="#00000000"/>
|
||||
</group>
|
||||
<path android:fillColor="#383332" android:fillType="nonZero"
|
||||
android:pathData="M294.395,4.184C287.02,2.922 264.855,2.855 262.91,2.855L262.91,6.594C273.313,5.262 292.477,9.754 295.965,10.602L295.965,8.285C295.965,4.719 294.492,4.215 294.395,4.184" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#403D3C" android:fillType="nonZero"
|
||||
android:pathData="M295.789,58.559C273.238,52.734 262.91,54.438 262.91,54.438L262.91,62.109C264.855,62.105 287.039,62.043 294.395,60.781C294.473,60.758 295.398,60.43 295.789,58.559" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#454546" android:fillType="nonZero"
|
||||
android:pathData="M294.414,60.777C294.414,60.777 294.41,60.777 294.398,60.781C294.402,60.777 294.41,60.777 294.414,60.777" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M295.965,50.566C273.293,44.684 262.91,46.398 262.91,46.398L262.91,54.828C273.117,53.523 291.754,57.82 295.738,58.785C295.875,58.242 295.965,57.555 295.965,56.68" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#3E3A39" android:fillType="nonZero"
|
||||
android:pathData="M262.91,38.359L262.91,46.789C273.313,45.457 292.477,49.949 295.965,50.801L295.965,42.527C273.293,36.645 262.91,38.359 262.91,38.359" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#383332" android:fillType="nonZero"
|
||||
android:pathData="M295.965,34.484C273.293,28.605 262.91,30.316 262.91,30.316L262.91,38.75C273.313,37.418 292.477,41.91 295.965,42.762L295.965,40.844" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#403D3C" android:fillType="nonZero"
|
||||
android:pathData="M262.91,22.277L262.91,30.711C273.313,29.379 292.477,33.871 295.965,34.723L295.965,26.445C273.293,20.566 262.91,22.277 262.91,22.277" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M295.965,18.406C273.293,12.523 262.91,14.238 262.91,14.238L262.91,22.672C273.313,21.34 292.477,25.832 295.965,26.684L295.965,24.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#3E3A39" android:fillType="nonZero"
|
||||
android:pathData="M262.91,6.199L262.91,14.633C273.313,13.301 292.477,17.793 295.965,18.641L295.965,10.367C273.293,4.484 262.91,6.199 262.91,6.199" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M269.051,132.742L269.051,85.797L269.055,85.789L268.773,85.582L267.887,84.918L267.641,84.738L267.605,84.711L266.492,83.883L266.492,83.879L266.488,83.879L266.473,83.867L266.461,83.879L263.09,83.879L263.09,85.113L256.367,85.113L256.367,138.926L263.09,138.926L263.09,140.363L266.477,140.363L266.477,140.359L267.605,139.52L267.641,139.492L267.887,139.313L268.773,138.648L269.043,138.449L269.051,138.449L269.051,138.445L269.055,138.441L269.051,138.434" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M265.199,65.406L262.625,65.406L262.625,66.293L261.527,66.293L261.527,81.07L262.297,81.07L262.297,82.32L265.199,82.32C265.68,82.32 266.07,81.934 266.07,81.453L266.07,66.273C266.07,65.793 265.68,65.406 265.199,65.406" android:strokeColor="#00000000"/>
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0L264,0L264,147.02L0,147.02ZM0,0"/>
|
||||
<path android:fillColor="#8D8D8D" android:fillType="nonZero"
|
||||
android:pathData="M263.52,0.305L263.52,-0.004L242.012,-0.004L241.77,0.238L240.355,1.656L54.863,1.871L53.168,0.277L52.922,0.031L17.531,0.031L4.016,2.078C1.27,2.078 0.195,4.16 0.012,5.262L0,5.328L0,139.582C0,144.547 3.848,144.957 3.965,144.973L4.016,144.98L4.066,144.98L17.633,147.02L260.664,146.965C261.582,146.965 262.313,146.703 262.828,146.188C263.504,145.508 263.523,144.66 263.523,144.566L263.523,0.305" android:strokeColor="#00000000"/>
|
||||
</group>
|
||||
<path android:fillColor="#CFE7E9" android:fillType="nonZero"
|
||||
android:pathData="M55.031,1.871L54.207,1.809L54.207,13.008C54.207,24.66 67.41,23.664 67.52,23.684L67.57,23.691L223.898,23.691L223.949,23.684C224.059,23.664 237.887,21.629 239.824,9.941L240.355,1.656" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#C6CBCB" android:fillType="nonZero"
|
||||
android:pathData="M60.281,8.258L60.281,22.605C63.766,23.922 67.461,23.676 67.52,23.684L67.57,23.691L223.898,23.691L223.953,23.684C224.059,23.664 237.887,21.816 239.824,11.207L240.031,8.258" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#656464" android:fillType="nonZero"
|
||||
android:pathData="M231.227,123.652L231.27,123.605C231.262,123.613 231.254,123.625 231.246,123.633C231.238,123.641 231.23,123.645 231.227,123.652M231.574,38.859C228.25,35.535 223.848,33.703 219.18,33.703L25.199,33.703C19.281,33.703 14.469,37.492 14.469,43.41L14.469,119.41C14.469,120.121 14.543,120.801 14.676,121.445L14.676,121.465L14.68,121.477C14.922,122.637 15.375,123.68 15.984,124.605L16.008,124.664L16.051,124.703C17.938,127.48 21.324,129.113 25.199,129.113L219.18,129.113C223.848,129.113 228.25,127.285 231.574,123.961C234.898,120.637 236.727,116.234 236.727,111.566L236.727,51.254C236.727,46.586 234.898,42.184 231.574,38.859" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#A5A6A6" android:fillType="nonZero"
|
||||
android:pathData="M231.246,123.633C231.254,123.625 231.262,123.613 231.27,123.605L231.227,123.652C231.23,123.645 231.238,123.641 231.246,123.633" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#A5A6A6" android:fillType="nonZero"
|
||||
android:pathData="M236.727,111.566C236.727,116.234 234.898,120.637 231.574,123.961C228.25,127.285 223.848,129.113 219.18,129.113L160.027,129.113L160.027,129.117L25.199,129.117C21.324,129.117 17.938,127.48 16.051,124.703L16.008,124.664L15.984,124.605C15.375,123.68 14.922,122.637 14.68,121.477L14.676,121.465L14.676,121.445C14.543,120.801 14.469,120.121 14.469,119.41L14.469,43.41C14.469,37.492 19.281,33.703 25.199,33.703L219.18,33.703C223.848,33.703 228.25,35.535 231.574,38.859C234.898,42.184 236.727,46.586 236.727,51.254ZM11.285,36.223C11.504,35.703 11.766,35.211 12.055,34.734ZM235.645,34.434C234.992,33.781 234.289,33.203 233.57,32.656L233.469,32.555L233.344,32.488C231.457,31.105 229.363,30.082 227.137,29.465L227.035,29.418L226.898,29.402C225.305,28.98 223.652,28.742 221.961,28.742L21.742,28.742C15.211,28.742 9.898,34.059 9.898,40.586L9.898,122.23C9.898,128.762 15.211,134.074 21.742,134.074L221.961,134.074C227.113,134.074 231.973,132.055 235.645,128.383C239.313,124.715 241.336,119.855 241.336,114.703L241.336,48.117C241.336,42.965 239.313,38.105 235.645,34.434" android:strokeColor="#00000000"/>
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0L161,0L161,147.02L0,147.02ZM0,0"/>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M26.02,147.02L26.02,115.219C26.02,115.203 26.004,114.059 26.742,113.309C27.184,112.855 27.813,112.629 28.609,112.629L152.094,112.629C152.184,112.629 154.242,112.59 156.328,111.504C158.27,110.492 160.582,108.355 160.582,103.902L160.582,58.367C160.582,53.918 158.27,51.777 156.328,50.77C154.242,49.68 152.184,49.645 152.094,49.641L28.609,49.641C27.813,49.641 27.184,49.414 26.742,48.965C26.004,48.211 26.02,47.07 26.02,47.051L26.02,1.031L25.988,0.035L17.531,0.035L4.012,2.078C1.27,2.078 0.195,4.16 0.012,5.262L0,5.328L0,139.582C0,144.547 3.844,144.957 3.965,144.973L4.016,144.98L4.066,144.98L17.633,147.02" android:strokeColor="#00000000"/>
|
||||
</group>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M195.793,65.492C195.793,72.539 190.082,78.25 183.039,78.25C175.992,78.25 170.281,72.539 170.281,65.492C170.281,58.449 175.992,52.738 183.039,52.738C190.082,52.738 195.793,58.449 195.793,65.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M223.41,65.492C223.41,72.363 217.844,77.934 210.973,77.934C204.105,77.934 198.535,72.363 198.535,65.492C198.535,58.625 204.105,53.055 210.973,53.055C217.844,53.055 223.41,58.625 223.41,65.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M195.477,93.121C195.477,99.992 189.906,105.559 183.039,105.559C176.168,105.559 170.602,99.992 170.602,93.121C170.602,86.25 176.168,80.684 183.039,80.684C189.906,80.684 195.477,86.25 195.477,93.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#44403F" android:fillType="nonZero"
|
||||
android:pathData="M223.41,93.121C223.41,99.992 217.844,105.559 210.973,105.559C204.105,105.559 198.535,99.992 198.535,93.121C198.535,86.25 204.105,80.684 210.973,80.684C217.844,80.684 223.41,86.25 223.41,93.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#717071" android:fillType="nonZero"
|
||||
android:pathData="M192.047,65.492C192.047,70.469 188.012,74.5 183.039,74.5C178.063,74.5 174.031,70.469 174.031,65.492C174.031,60.52 178.063,56.488 183.039,56.488C188.012,56.488 192.047,60.52 192.047,65.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#717071" android:fillType="nonZero"
|
||||
android:pathData="M219.672,65.492C219.672,70.469 215.641,74.5 210.664,74.5C205.691,74.5 201.66,70.469 201.66,65.492C201.66,60.52 205.691,56.488 210.664,56.488C215.641,56.488 219.672,60.52 219.672,65.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#717071" android:fillType="nonZero"
|
||||
android:pathData="M192.047,93.121C192.047,98.094 188.012,102.129 183.039,102.129C178.063,102.129 174.031,98.094 174.031,93.121C174.031,88.148 178.063,84.113 183.039,84.113C188.012,84.113 192.047,88.148 192.047,93.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#717071" android:fillType="nonZero"
|
||||
android:pathData="M219.672,93.121C219.672,98.094 215.641,102.129 210.664,102.129C205.691,102.129 201.66,98.094 201.66,93.121C201.66,88.148 205.691,84.113 210.664,84.113C215.641,84.113 219.672,88.148 219.672,93.121" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#A7BAB5" android:fillType="nonZero"
|
||||
android:pathData="M148.629,57.242L51.953,57.242C49.32,57.242 47.172,59.25 47.172,61.723L47.172,100.891C47.172,103.363 49.32,105.371 51.953,105.371L148.629,105.371C151.266,105.371 153.41,103.363 153.41,100.891L153.41,61.723C153.41,59.25 151.266,57.242 148.629,57.242" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9A9B9B" android:fillType="nonZero"
|
||||
android:pathData="M214.883,64.547L209.566,61.16C209.281,60.973 209.008,60.871 208.797,60.871C208.336,60.871 208.281,61.563 208.281,61.863L208.281,69.129C208.281,69.746 208.477,70.117 208.797,70.117C209.09,70.117 209.434,69.918 209.566,69.832L214.883,66.438C215.324,66.156 215.566,65.824 215.566,65.496C215.566,65.168 215.324,64.832 214.883,64.547M206.48,61.863C206.48,59.797 207.727,59.066 208.797,59.066C209.363,59.066 209.949,59.258 210.539,59.637L215.852,63.027C216.816,63.645 217.371,64.543 217.371,65.496C217.371,66.445 216.816,67.344 215.852,67.961L210.539,71.352C209.949,71.73 209.363,71.922 208.797,71.922C207.727,71.922 206.48,71.191 206.48,69.129" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9A9B9B" android:fillType="nonZero"
|
||||
android:pathData="M177.82,94.258C177.191,94.258 176.684,93.746 176.684,93.121C176.684,92.496 177.191,91.984 177.82,91.984L188.258,91.984C188.883,91.984 189.395,92.496 189.395,93.121C189.395,93.746 188.883,94.258 188.258,94.258" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9A9B9B" android:fillType="nonZero"
|
||||
android:pathData="M183.039,71.848C182.496,71.848 182.055,71.406 182.055,70.863L182.055,66.477L177.668,66.477C177.125,66.477 176.684,66.035 176.684,65.492C176.684,64.953 177.125,64.512 177.668,64.512L182.055,64.512L182.055,60.121C182.055,59.582 182.496,59.141 183.039,59.141C183.578,59.141 184.02,59.582 184.02,60.121L184.02,64.512L188.41,64.512C188.953,64.512 189.395,64.953 189.395,65.492C189.395,66.035 188.953,66.477 188.41,66.477L184.02,66.477L184.02,70.863C184.02,71.406 183.578,71.848 183.039,71.848" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.617,37.18C30.617,37.801 30.121,38.305 29.512,38.305C28.898,38.305 28.402,37.801 28.402,37.18C28.402,36.559 28.898,36.051 29.512,36.051C30.121,36.051 30.617,36.559 30.617,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M33.605,39.254C33.605,39.871 33.109,40.379 32.5,40.379C31.887,40.379 31.391,39.871 31.391,39.254C31.391,38.629 31.887,38.125 32.5,38.125C33.109,38.125 33.605,38.629 33.605,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.617,41.324C30.617,41.945 30.121,42.453 29.512,42.453C28.898,42.453 28.402,41.945 28.402,41.324C28.402,40.703 28.898,40.195 29.512,40.195C30.121,40.195 30.617,40.703 30.617,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.617,45.469C30.617,46.09 30.121,46.598 29.512,46.598C28.898,46.598 28.402,46.09 28.402,45.469C28.402,44.848 28.898,44.344 29.512,44.344C30.121,44.344 30.617,44.848 30.617,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M33.605,43.398C33.605,44.02 33.109,44.523 32.5,44.523C31.887,44.523 31.391,44.02 31.391,43.398C31.391,42.777 31.887,42.27 32.5,42.27C33.109,42.27 33.605,42.777 33.605,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.758,37.18C36.758,37.801 36.262,38.305 35.648,38.305C35.035,38.305 34.539,37.801 34.539,37.18C34.539,36.559 35.035,36.051 35.648,36.051C36.262,36.051 36.758,36.559 36.758,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.742,39.254C39.742,39.871 39.25,40.379 38.637,40.379C38.023,40.379 37.527,39.871 37.527,39.254C37.527,38.629 38.023,38.125 38.637,38.125C39.25,38.125 39.742,38.629 39.742,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.758,41.324C36.758,41.945 36.262,42.453 35.648,42.453C35.035,42.453 34.539,41.945 34.539,41.324C34.539,40.703 35.035,40.195 35.648,40.195C36.262,40.195 36.758,40.703 36.758,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.758,45.469C36.758,46.09 36.262,46.598 35.648,46.598C35.035,46.598 34.539,46.09 34.539,45.469C34.539,44.848 35.035,44.344 35.648,44.344C36.262,44.344 36.758,44.848 36.758,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.742,43.398C39.742,44.02 39.25,44.523 38.637,44.523C38.023,44.523 37.527,44.02 37.527,43.398C37.527,42.777 38.023,42.27 38.637,42.27C39.25,42.27 39.742,42.777 39.742,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.895,37.18C42.895,37.801 42.398,38.305 41.785,38.305C41.176,38.305 40.676,37.801 40.676,37.18C40.676,36.559 41.176,36.051 41.785,36.051C42.398,36.051 42.895,36.559 42.895,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M45.883,39.254C45.883,39.871 45.387,40.379 44.773,40.379C44.16,40.379 43.664,39.871 43.664,39.254C43.664,38.629 44.16,38.125 44.773,38.125C45.387,38.125 45.883,38.629 45.883,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.895,41.324C42.895,41.945 42.398,42.453 41.785,42.453C41.176,42.453 40.676,41.945 40.676,41.324C40.676,40.703 41.176,40.195 41.785,40.195C42.398,40.195 42.895,40.703 42.895,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.895,45.469C42.895,46.09 42.398,46.598 41.785,46.598C41.176,46.598 40.676,46.09 40.676,45.469C40.676,44.848 41.176,44.344 41.785,44.344C42.398,44.344 42.895,44.848 42.895,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M45.883,43.398C45.883,44.02 45.387,44.523 44.773,44.523C44.16,44.523 43.664,44.02 43.664,43.398C43.664,42.777 44.16,42.27 44.773,42.27C45.387,42.27 45.883,42.777 45.883,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.031,37.18C49.031,37.801 48.535,38.305 47.922,38.305C47.313,38.305 46.816,37.801 46.816,37.18C46.816,36.559 47.313,36.051 47.922,36.051C48.535,36.051 49.031,36.559 49.031,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M52.02,39.254C52.02,39.871 51.523,40.379 50.91,40.379C50.301,40.379 49.805,39.871 49.805,39.254C49.805,38.629 50.301,38.125 50.91,38.125C51.523,38.125 52.02,38.629 52.02,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.031,41.324C49.031,41.945 48.535,42.453 47.922,42.453C47.313,42.453 46.816,41.945 46.816,41.324C46.816,40.703 47.313,40.195 47.922,40.195C48.535,40.195 49.031,40.703 49.031,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.031,45.469C49.031,46.09 48.535,46.598 47.922,46.598C47.313,46.598 46.816,46.09 46.816,45.469C46.816,44.848 47.313,44.344 47.922,44.344C48.535,44.344 49.031,44.848 49.031,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M52.02,43.398C52.02,44.02 51.523,44.523 50.91,44.523C50.301,44.523 49.805,44.02 49.805,43.398C49.805,42.777 50.301,42.27 50.91,42.27C51.523,42.27 52.02,42.777 52.02,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.168,37.18C55.168,37.801 54.672,38.305 54.059,38.305C53.449,38.305 52.953,37.801 52.953,37.18C52.953,36.559 53.449,36.051 54.059,36.051C54.672,36.051 55.168,36.559 55.168,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M58.156,39.254C58.156,39.871 57.66,40.379 57.047,40.379C56.438,40.379 55.941,39.871 55.941,39.254C55.941,38.629 56.438,38.125 57.047,38.125C57.66,38.125 58.156,38.629 58.156,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.168,41.324C55.168,41.945 54.672,42.453 54.059,42.453C53.449,42.453 52.953,41.945 52.953,41.324C52.953,40.703 53.449,40.195 54.059,40.195C54.672,40.195 55.168,40.703 55.168,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.168,45.469C55.168,46.09 54.672,46.598 54.059,46.598C53.449,46.598 52.953,46.09 52.953,45.469C52.953,44.848 53.449,44.344 54.059,44.344C54.672,44.344 55.168,44.848 55.168,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M58.156,43.398C58.156,44.02 57.66,44.523 57.047,44.523C56.438,44.523 55.941,44.02 55.941,43.398C55.941,42.777 56.438,42.27 57.047,42.27C57.66,42.27 58.156,42.777 58.156,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.305,37.18C61.305,37.801 60.809,38.305 60.195,38.305C59.586,38.305 59.09,37.801 59.09,37.18C59.09,36.559 59.586,36.051 60.195,36.051C60.809,36.051 61.305,36.559 61.305,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M64.293,39.254C64.293,39.871 63.797,40.379 63.184,40.379C62.574,40.379 62.078,39.871 62.078,39.254C62.078,38.629 62.574,38.125 63.184,38.125C63.797,38.125 64.293,38.629 64.293,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.305,41.324C61.305,41.945 60.809,42.453 60.195,42.453C59.586,42.453 59.09,41.945 59.09,41.324C59.09,40.703 59.586,40.195 60.195,40.195C60.809,40.195 61.305,40.703 61.305,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.305,45.469C61.305,46.09 60.809,46.598 60.195,46.598C59.586,46.598 59.09,46.09 59.09,45.469C59.09,44.848 59.586,44.344 60.195,44.344C60.809,44.344 61.305,44.848 61.305,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M64.293,43.398C64.293,44.02 63.797,44.523 63.184,44.523C62.574,44.523 62.078,44.02 62.078,43.398C62.078,42.777 62.574,42.27 63.184,42.27C63.797,42.27 64.293,42.777 64.293,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.441,37.18C67.441,37.801 66.949,38.305 66.336,38.305C65.723,38.305 65.227,37.801 65.227,37.18C65.227,36.559 65.723,36.051 66.336,36.051C66.949,36.051 67.441,36.559 67.441,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M70.43,39.254C70.43,39.871 69.934,40.379 69.32,40.379C68.711,40.379 68.215,39.871 68.215,39.254C68.215,38.629 68.711,38.125 69.32,38.125C69.934,38.125 70.43,38.629 70.43,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.441,41.324C67.441,41.945 66.949,42.453 66.336,42.453C65.723,42.453 65.227,41.945 65.227,41.324C65.227,40.703 65.723,40.195 66.336,40.195C66.949,40.195 67.441,40.703 67.441,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.441,45.469C67.441,46.09 66.949,46.598 66.336,46.598C65.723,46.598 65.227,46.09 65.227,45.469C65.227,44.848 65.723,44.344 66.336,44.344C66.949,44.344 67.441,44.848 67.441,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M70.43,43.398C70.43,44.02 69.934,44.523 69.32,44.523C68.711,44.523 68.215,44.02 68.215,43.398C68.215,42.777 68.711,42.27 69.32,42.27C69.934,42.27 70.43,42.777 70.43,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M73.473,37.18C73.473,37.738 73.023,38.195 72.473,38.195C71.918,38.195 71.473,37.738 71.473,37.18C71.473,36.617 71.918,36.16 72.473,36.16C73.023,36.16 73.473,36.617 73.473,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M76.461,39.254C76.461,39.813 76.012,40.27 75.461,40.27C74.906,40.27 74.461,39.813 74.461,39.254C74.461,38.691 74.906,38.234 75.461,38.234C76.012,38.234 76.461,38.691 76.461,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M73.473,41.324C73.473,41.887 73.023,42.344 72.473,42.344C71.918,42.344 71.473,41.887 71.473,41.324C71.473,40.762 71.918,40.309 72.473,40.309C73.023,40.309 73.473,40.762 73.473,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M73.473,45.469C73.473,46.031 73.023,46.488 72.473,46.488C71.918,46.488 71.473,46.031 71.473,45.469C71.473,44.906 71.918,44.453 72.473,44.453C73.023,44.453 73.473,44.906 73.473,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M76.461,43.398C76.461,43.961 76.012,44.414 75.461,44.414C74.906,44.414 74.461,43.961 74.461,43.398C74.461,42.836 74.906,42.383 75.461,42.383C76.012,42.383 76.461,42.836 76.461,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M79.609,37.18C79.609,37.738 79.16,38.195 78.609,38.195C78.055,38.195 77.609,37.738 77.609,37.18C77.609,36.617 78.055,36.16 78.609,36.16C79.16,36.16 79.609,36.617 79.609,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M82.52,39.254C82.52,39.77 82.105,40.191 81.598,40.191C81.09,40.191 80.672,39.77 80.672,39.254C80.672,38.73 81.09,38.313 81.598,38.313C82.105,38.313 82.52,38.73 82.52,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M79.609,41.324C79.609,41.887 79.16,42.344 78.609,42.344C78.055,42.344 77.609,41.887 77.609,41.324C77.609,40.762 78.055,40.309 78.609,40.309C79.16,40.309 79.609,40.762 79.609,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M79.609,45.469C79.609,46.031 79.16,46.488 78.609,46.488C78.055,46.488 77.609,46.031 77.609,45.469C77.609,44.906 78.055,44.453 78.609,44.453C79.16,44.453 79.609,44.906 79.609,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M82.52,43.398C82.52,43.914 82.105,44.34 81.598,44.34C81.09,44.34 80.672,43.914 80.672,43.398C80.672,42.879 81.09,42.457 81.598,42.457C82.105,42.457 82.52,42.879 82.52,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M85.672,37.18C85.672,37.699 85.258,38.117 84.746,38.117C84.238,38.117 83.824,37.699 83.824,37.18C83.824,36.66 84.238,36.238 84.746,36.238C85.258,36.238 85.672,36.66 85.672,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M88.656,39.254C88.656,39.77 88.242,40.191 87.734,40.191C87.227,40.191 86.809,39.77 86.809,39.254C86.809,38.73 87.227,38.313 87.734,38.313C88.242,38.313 88.656,38.73 88.656,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M85.672,41.324C85.672,41.844 85.258,42.266 84.746,42.266C84.238,42.266 83.824,41.844 83.824,41.324C83.824,40.805 84.238,40.383 84.746,40.383C85.258,40.383 85.672,40.805 85.672,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M85.672,45.469C85.672,45.988 85.258,46.41 84.746,46.41C84.238,46.41 83.824,45.988 83.824,45.469C83.824,44.949 84.238,44.527 84.746,44.527C85.258,44.527 85.672,44.949 85.672,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M88.656,43.398C88.656,43.914 88.242,44.34 87.734,44.34C87.227,44.34 86.809,43.914 86.809,43.398C86.809,42.879 87.227,42.457 87.734,42.457C88.242,42.457 88.656,42.879 88.656,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M91.73,37.18C91.73,37.656 91.352,38.039 90.883,38.039C90.414,38.039 90.035,37.656 90.035,37.18C90.035,36.703 90.414,36.316 90.883,36.316C91.352,36.316 91.73,36.703 91.73,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M94.719,39.254C94.719,39.727 94.34,40.113 93.871,40.113C93.402,40.113 93.023,39.727 93.023,39.254C93.023,38.773 93.402,38.391 93.871,38.391C94.34,38.391 94.719,38.773 94.719,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M91.73,41.324C91.73,41.801 91.352,42.188 90.883,42.188C90.414,42.188 90.035,41.801 90.035,41.324C90.035,40.848 90.414,40.465 90.883,40.465C91.352,40.465 91.73,40.848 91.73,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M91.73,45.469C91.73,45.945 91.352,46.332 90.883,46.332C90.414,46.332 90.035,45.945 90.035,45.469C90.035,44.992 90.414,44.609 90.883,44.609C91.352,44.609 91.73,44.992 91.73,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M94.719,43.398C94.719,43.875 94.34,44.258 93.871,44.258C93.402,44.258 93.023,43.875 93.023,43.398C93.023,42.922 93.402,42.539 93.871,42.539C94.34,42.539 94.719,42.922 94.719,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M97.789,37.18C97.789,37.609 97.445,37.961 97.02,37.961C96.598,37.961 96.25,37.609 96.25,37.18C96.25,36.746 96.598,36.395 97.02,36.395C97.445,36.395 97.789,36.746 97.789,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M100.777,39.254C100.777,39.684 100.434,40.035 100.008,40.035C99.586,40.035 99.238,39.684 99.238,39.254C99.238,38.82 99.586,38.469 100.008,38.469C100.434,38.469 100.777,38.82 100.777,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M97.789,41.324C97.789,41.758 97.445,42.109 97.02,42.109C96.598,42.109 96.25,41.758 96.25,41.324C96.25,40.891 96.598,40.539 97.02,40.539C97.445,40.539 97.789,40.891 97.789,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M97.789,45.469C97.789,45.902 97.445,46.254 97.02,46.254C96.598,46.254 96.25,45.902 96.25,45.469C96.25,45.035 96.598,44.688 97.02,44.688C97.445,44.688 97.789,45.035 97.789,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M100.777,43.398C100.777,43.832 100.434,44.18 100.008,44.18C99.586,44.18 99.238,43.832 99.238,43.398C99.238,42.965 99.586,42.613 100.008,42.613C100.434,42.613 100.777,42.965 100.777,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M103.93,37.18C103.93,37.609 103.586,37.961 103.156,37.961C102.734,37.961 102.387,37.609 102.387,37.18C102.387,36.746 102.734,36.395 103.156,36.395C103.586,36.395 103.93,36.746 103.93,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M106.914,39.254C106.914,39.684 106.57,40.035 106.145,40.035C105.723,40.035 105.375,39.684 105.375,39.254C105.375,38.82 105.723,38.469 106.145,38.469C106.57,38.469 106.914,38.82 106.914,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M103.93,41.324C103.93,41.758 103.586,42.109 103.156,42.109C102.734,42.109 102.387,41.758 102.387,41.324C102.387,40.891 102.734,40.539 103.156,40.539C103.586,40.539 103.93,40.891 103.93,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M103.93,45.469C103.93,45.902 103.586,46.254 103.156,46.254C102.734,46.254 102.387,45.902 102.387,45.469C102.387,45.035 102.734,44.688 103.156,44.688C103.586,44.688 103.93,45.035 103.93,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M106.914,43.398C106.914,43.832 106.57,44.18 106.145,44.18C105.723,44.18 105.375,43.832 105.375,43.398C105.375,42.965 105.723,42.613 106.145,42.613C106.57,42.613 106.914,42.965 106.914,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M109.988,37.18C109.988,37.566 109.68,37.883 109.297,37.883C108.914,37.883 108.602,37.566 108.602,37.18C108.602,36.789 108.914,36.473 109.297,36.473C109.68,36.473 109.988,36.789 109.988,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M112.977,39.254C112.977,39.641 112.668,39.957 112.281,39.957C111.898,39.957 111.59,39.641 111.59,39.254C111.59,38.863 111.898,38.547 112.281,38.547C112.668,38.547 112.977,38.863 112.977,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M109.988,41.324C109.988,41.715 109.68,42.031 109.297,42.031C108.914,42.031 108.602,41.715 108.602,41.324C108.602,40.934 108.914,40.617 109.297,40.617C109.68,40.617 109.988,40.934 109.988,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M109.988,45.469C109.988,45.859 109.68,46.176 109.297,46.176C108.914,46.176 108.602,45.859 108.602,45.469C108.602,45.078 108.914,44.766 109.297,44.766C109.68,44.766 109.988,45.078 109.988,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M112.977,43.398C112.977,43.789 112.668,44.102 112.281,44.102C111.898,44.102 111.59,43.789 111.59,43.398C111.59,43.008 111.898,42.691 112.281,42.691C112.668,42.691 112.977,43.008 112.977,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M116.051,37.18C116.051,37.523 115.773,37.805 115.434,37.805C115.094,37.805 114.816,37.523 114.816,37.18C114.816,36.832 115.094,36.551 115.434,36.551C115.773,36.551 116.051,36.832 116.051,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M119.035,39.254C119.035,39.598 118.762,39.879 118.422,39.879C118.078,39.879 117.805,39.598 117.805,39.254C117.805,38.906 118.078,38.625 118.422,38.625C118.762,38.625 119.035,38.906 119.035,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M116.051,41.324C116.051,41.672 115.773,41.953 115.434,41.953C115.094,41.953 114.816,41.672 114.816,41.324C114.816,40.98 115.094,40.699 115.434,40.699C115.773,40.699 116.051,40.98 116.051,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M116.051,45.469C116.051,45.816 115.773,46.098 115.434,46.098C115.094,46.098 114.816,45.816 114.816,45.469C114.816,45.125 115.094,44.844 115.434,44.844C115.773,44.844 116.051,45.125 116.051,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M119.035,43.398C119.035,43.742 118.762,44.023 118.422,44.023C118.078,44.023 117.805,43.742 117.805,43.398C117.805,43.051 118.078,42.773 118.422,42.773C118.762,42.773 119.035,43.051 119.035,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M122.188,37.18C122.188,37.523 121.91,37.805 121.57,37.805C121.23,37.805 120.953,37.523 120.953,37.18C120.953,36.832 121.23,36.551 121.57,36.551C121.91,36.551 122.188,36.832 122.188,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M125.172,39.254C125.172,39.598 124.898,39.879 124.559,39.879C124.219,39.879 123.941,39.598 123.941,39.254C123.941,38.906 124.219,38.625 124.559,38.625C124.898,38.625 125.172,38.906 125.172,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M122.188,41.324C122.188,41.672 121.91,41.953 121.57,41.953C121.23,41.953 120.953,41.672 120.953,41.324C120.953,40.98 121.23,40.699 121.57,40.699C121.91,40.699 122.188,40.98 122.188,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M122.188,45.469C122.188,45.816 121.91,46.098 121.57,46.098C121.23,46.098 120.953,45.816 120.953,45.469C120.953,45.125 121.23,44.844 121.57,44.844C121.91,44.844 122.188,45.125 122.188,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M125.172,43.398C125.172,43.742 124.898,44.023 124.559,44.023C124.219,44.023 123.941,43.742 123.941,43.398C123.941,43.051 124.219,42.773 124.559,42.773C124.898,42.773 125.172,43.051 125.172,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M128.246,37.18C128.246,37.48 128.008,37.727 127.707,37.727C127.41,37.727 127.168,37.48 127.168,37.18C127.168,36.875 127.41,36.633 127.707,36.633C128.008,36.633 128.246,36.875 128.246,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M131.156,39.254C131.156,39.512 130.953,39.723 130.695,39.723C130.441,39.723 130.234,39.512 130.234,39.254C130.234,38.992 130.441,38.781 130.695,38.781C130.953,38.781 131.156,38.992 131.156,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M128.246,41.324C128.246,41.629 128.008,41.871 127.707,41.871C127.41,41.871 127.168,41.629 127.168,41.324C127.168,41.023 127.41,40.777 127.707,40.777C128.008,40.777 128.246,41.023 128.246,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M128.246,45.469C128.246,45.773 128.008,46.02 127.707,46.02C127.41,46.02 127.168,45.773 127.168,45.469C127.168,45.168 127.41,44.922 127.707,44.922C128.008,44.922 128.246,45.168 128.246,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M131.156,43.398C131.156,43.656 130.953,43.867 130.695,43.867C130.441,43.867 130.234,43.656 130.234,43.398C130.234,43.137 130.441,42.926 130.695,42.926C130.953,42.926 131.156,43.137 131.156,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M134.309,37.18C134.309,37.438 134.102,37.648 133.844,37.648C133.59,37.648 133.383,37.438 133.383,37.18C133.383,36.918 133.59,36.707 133.844,36.707C134.102,36.707 134.309,36.918 134.309,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M137.297,39.254C137.297,39.512 137.09,39.723 136.832,39.723C136.578,39.723 136.371,39.512 136.371,39.254C136.371,38.992 136.578,38.781 136.832,38.781C137.09,38.781 137.297,38.992 137.297,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M134.309,41.324C134.309,41.586 134.102,41.797 133.844,41.797C133.59,41.797 133.383,41.586 133.383,41.324C133.383,41.066 133.59,40.855 133.844,40.855C134.102,40.855 134.309,41.066 134.309,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M134.309,45.469C134.309,45.73 134.102,45.941 133.844,45.941C133.59,45.941 133.383,45.73 133.383,45.469C133.383,45.211 133.59,45 133.844,45C134.102,45 134.309,45.211 134.309,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M137.297,43.398C137.297,43.656 137.09,43.867 136.832,43.867C136.578,43.867 136.371,43.656 136.371,43.398C136.371,43.137 136.578,42.926 136.832,42.926C137.09,42.926 137.297,43.137 137.297,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M140.367,37.18C140.367,37.395 140.195,37.57 139.98,37.57C139.77,37.57 139.598,37.395 139.598,37.18C139.598,36.965 139.77,36.789 139.98,36.789C140.195,36.789 140.367,36.965 140.367,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M143.355,39.254C143.355,39.469 143.184,39.645 142.969,39.645C142.758,39.645 142.586,39.469 142.586,39.254C142.586,39.035 142.758,38.859 142.969,38.859C143.184,38.859 143.355,39.035 143.355,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M140.367,41.324C140.367,41.539 140.195,41.715 139.98,41.715C139.77,41.715 139.598,41.539 139.598,41.324C139.598,41.109 139.77,40.934 139.98,40.934C140.195,40.934 140.367,41.109 140.367,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M140.367,45.469C140.367,45.684 140.195,45.859 139.98,45.859C139.77,45.859 139.598,45.684 139.598,45.469C139.598,45.254 139.77,45.078 139.98,45.078C140.195,45.078 140.367,45.254 140.367,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M143.355,43.398C143.355,43.613 143.184,43.789 142.969,43.789C142.758,43.789 142.586,43.613 142.586,43.398C142.586,43.184 142.758,43.008 142.969,43.008C143.184,43.008 143.355,43.184 143.355,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M146.426,37.18C146.426,37.352 146.289,37.492 146.117,37.492C145.949,37.492 145.813,37.352 145.813,37.18C145.813,37.008 145.949,36.867 146.117,36.867C146.289,36.867 146.426,37.008 146.426,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M149.414,39.254C149.414,39.426 149.277,39.566 149.105,39.566C148.938,39.566 148.801,39.426 148.801,39.254C148.801,39.078 148.938,38.938 149.105,38.938C149.277,38.938 149.414,39.078 149.414,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M146.426,41.324C146.426,41.496 146.289,41.637 146.117,41.637C145.949,41.637 145.813,41.496 145.813,41.324C145.813,41.152 145.949,41.012 146.117,41.012C146.289,41.012 146.426,41.152 146.426,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M146.426,45.469C146.426,45.641 146.289,45.781 146.117,45.781C145.949,45.781 145.813,45.641 145.813,45.469C145.813,45.297 145.949,45.156 146.117,45.156C146.289,45.156 146.426,45.297 146.426,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M149.414,43.398C149.414,43.57 149.277,43.711 149.105,43.711C148.938,43.711 148.801,43.57 148.801,43.398C148.801,43.223 148.938,43.086 149.105,43.086C149.277,43.086 149.414,43.223 149.414,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M152.488,37.18C152.488,37.309 152.383,37.414 152.258,37.414C152.129,37.414 152.023,37.309 152.023,37.18C152.023,37.047 152.129,36.941 152.258,36.941C152.383,36.941 152.488,37.047 152.488,37.18" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M155.477,39.254C155.477,39.383 155.371,39.488 155.242,39.488C155.117,39.488 155.012,39.383 155.012,39.254C155.012,39.121 155.117,39.016 155.242,39.016C155.371,39.016 155.477,39.121 155.477,39.254" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M152.488,41.324C152.488,41.453 152.383,41.559 152.258,41.559C152.129,41.559 152.023,41.453 152.023,41.324C152.023,41.195 152.129,41.09 152.258,41.09C152.383,41.09 152.488,41.195 152.488,41.324" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M152.488,45.469C152.488,45.602 152.383,45.703 152.258,45.703C152.129,45.703 152.023,45.602 152.023,45.469C152.023,45.34 152.129,45.234 152.258,45.234C152.383,45.234 152.488,45.34 152.488,45.469" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M155.477,43.398C155.477,43.527 155.371,43.633 155.242,43.633C155.117,43.633 155.012,43.527 155.012,43.398C155.012,43.266 155.117,43.164 155.242,43.164C155.371,43.164 155.477,43.266 155.477,43.398" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.656,116.375C30.656,116.996 30.152,117.5 29.531,117.5C28.906,117.5 28.402,116.996 28.402,116.375C28.402,115.75 28.906,115.246 29.531,115.246C30.152,115.246 30.656,115.75 30.656,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M33.699,118.445C33.699,119.066 33.195,119.574 32.57,119.574C31.949,119.574 31.445,119.066 31.445,118.445C31.445,117.824 31.949,117.316 32.57,117.316C33.195,117.316 33.699,117.824 33.699,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.656,120.52C30.656,121.141 30.152,121.648 29.531,121.648C28.906,121.648 28.402,121.141 28.402,120.52C28.402,119.898 28.906,119.391 29.531,119.391C30.152,119.391 30.656,119.898 30.656,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M30.656,124.664C30.656,125.285 30.152,125.793 29.531,125.793C28.906,125.793 28.402,125.285 28.402,124.664C28.402,124.043 28.906,123.535 29.531,123.535C30.152,123.535 30.656,124.043 30.656,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M33.699,122.594C33.699,123.215 33.195,123.719 32.57,123.719C31.949,123.719 31.445,123.215 31.445,122.594C31.445,121.969 31.949,121.465 32.57,121.465C33.195,121.465 33.699,121.969 33.699,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,116.375C36.715,116.891 36.293,117.313 35.773,117.313C35.258,117.313 34.832,116.891 34.832,116.375C34.832,115.852 35.258,115.434 35.773,115.434C36.293,115.434 36.715,115.852 36.715,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.754,118.445C39.754,118.965 39.332,119.387 38.813,119.387C38.297,119.387 37.875,118.965 37.875,118.445C37.875,117.926 38.297,117.504 38.813,117.504C39.332,117.504 39.754,117.926 39.754,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,120.52C36.715,121.039 36.293,121.461 35.773,121.461C35.258,121.461 34.832,121.039 34.832,120.52C34.832,120 35.258,119.578 35.773,119.578C36.293,119.578 36.715,120 36.715,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,124.664C36.715,125.184 36.293,125.605 35.773,125.605C35.258,125.605 34.832,125.184 34.832,124.664C34.832,124.145 35.258,123.723 35.773,123.723C36.293,123.723 36.715,124.145 36.715,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.754,122.594C39.754,123.113 39.332,123.531 38.813,123.531C38.297,123.531 37.875,123.113 37.875,122.594C37.875,122.074 38.297,121.652 38.813,121.652C39.332,121.652 39.754,122.074 39.754,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,116.375C36.715,116.891 36.293,117.313 35.773,117.313C35.258,117.313 34.832,116.891 34.832,116.375C34.832,115.852 35.258,115.434 35.773,115.434C36.293,115.434 36.715,115.852 36.715,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.754,118.445C39.754,118.965 39.332,119.387 38.813,119.387C38.297,119.387 37.875,118.965 37.875,118.445C37.875,117.926 38.297,117.504 38.813,117.504C39.332,117.504 39.754,117.926 39.754,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,120.52C36.715,121.039 36.293,121.461 35.773,121.461C35.258,121.461 34.832,121.039 34.832,120.52C34.832,120 35.258,119.578 35.773,119.578C36.293,119.578 36.715,120 36.715,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M36.715,124.664C36.715,125.184 36.293,125.605 35.773,125.605C35.258,125.605 34.832,125.184 34.832,124.664C34.832,124.145 35.258,123.723 35.773,123.723C36.293,123.723 36.715,124.145 36.715,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M39.754,122.594C39.754,123.113 39.332,123.531 38.813,123.531C38.297,123.531 37.875,123.113 37.875,122.594C37.875,122.074 38.297,121.652 38.813,121.652C39.332,121.652 39.754,122.074 39.754,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.801,116.375C42.801,116.805 42.453,117.156 42.02,117.156C41.586,117.156 41.234,116.805 41.234,116.375C41.234,115.941 41.586,115.59 42.02,115.59C42.453,115.59 42.801,115.941 42.801,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M45.844,118.445C45.844,118.879 45.492,119.23 45.059,119.23C44.625,119.23 44.273,118.879 44.273,118.445C44.273,118.012 44.625,117.664 45.059,117.664C45.492,117.664 45.844,118.012 45.844,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.801,120.52C42.801,120.949 42.453,121.305 42.02,121.305C41.586,121.305 41.234,120.949 41.234,120.52C41.234,120.086 41.586,119.734 42.02,119.734C42.453,119.734 42.801,120.086 42.801,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M42.801,124.664C42.801,125.098 42.453,125.449 42.02,125.449C41.586,125.449 41.234,125.098 41.234,124.664C41.234,124.23 41.586,123.879 42.02,123.879C42.453,123.879 42.801,124.23 42.801,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M45.844,122.594C45.844,123.023 45.492,123.375 45.059,123.375C44.625,123.375 44.273,123.023 44.273,122.594C44.273,122.16 44.625,121.809 45.059,121.809C45.492,121.809 45.844,122.16 45.844,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.047,116.375C49.047,116.805 48.695,117.156 48.262,117.156C47.832,117.156 47.477,116.805 47.477,116.375C47.477,115.941 47.832,115.59 48.262,115.59C48.695,115.59 49.047,115.941 49.047,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M51.93,118.445C51.93,118.793 51.648,119.07 51.301,119.07C50.957,119.07 50.676,118.793 50.676,118.445C50.676,118.102 50.957,117.82 51.301,117.82C51.648,117.82 51.93,118.102 51.93,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.047,120.52C49.047,120.949 48.695,121.305 48.262,121.305C47.832,121.305 47.477,120.949 47.477,120.52C47.477,120.086 47.832,119.734 48.262,119.734C48.695,119.734 49.047,120.086 49.047,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M49.047,124.664C49.047,125.098 48.695,125.449 48.262,125.449C47.832,125.449 47.477,125.098 47.477,124.664C47.477,124.23 47.832,123.879 48.262,123.879C48.695,123.879 49.047,124.23 49.047,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M51.93,122.594C51.93,122.938 51.648,123.219 51.301,123.219C50.957,123.219 50.676,122.938 50.676,122.594C50.676,122.246 50.957,121.965 51.301,121.965C51.648,121.965 51.93,122.246 51.93,122.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.133,116.375C55.133,116.719 54.852,117 54.508,117C54.16,117 53.883,116.719 53.883,116.375C53.883,116.027 54.16,115.746 54.508,115.746C54.852,115.746 55.133,116.027 55.133,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M58.016,118.445C58.016,118.707 57.809,118.914 57.547,118.914C57.285,118.914 57.078,118.707 57.078,118.445C57.078,118.188 57.285,117.977 57.547,117.977C57.809,117.977 58.016,118.188 58.016,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.133,120.52C55.133,120.863 54.852,121.145 54.508,121.145C54.16,121.145 53.883,120.863 53.883,120.52C53.883,120.172 54.16,119.891 54.508,119.891C54.852,119.891 55.133,120.172 55.133,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M55.133,124.664C55.133,125.008 54.852,125.289 54.508,125.289C54.16,125.289 53.883,125.008 53.883,124.664C53.883,124.316 54.16,124.039 54.508,124.039C54.852,124.039 55.133,124.316 55.133,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M58.016,122.59C58.016,122.852 57.809,123.063 57.547,123.063C57.285,123.063 57.078,122.852 57.078,122.59C57.078,122.332 57.285,122.121 57.547,122.121C57.809,122.121 58.016,122.332 58.016,122.59" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.219,116.375C61.219,116.633 61.012,116.844 60.75,116.844C60.492,116.844 60.281,116.633 60.281,116.375C60.281,116.113 60.492,115.902 60.75,115.902C61.012,115.902 61.219,116.113 61.219,116.375" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M64.262,118.445C64.262,118.707 64.051,118.914 63.789,118.914C63.531,118.914 63.32,118.707 63.32,118.445C63.32,118.188 63.531,117.977 63.789,117.977C64.051,117.977 64.262,118.188 64.262,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.219,120.52C61.219,120.777 61.012,120.988 60.75,120.988C60.492,120.988 60.281,120.777 60.281,120.52C60.281,120.258 60.492,120.047 60.75,120.047C61.012,120.047 61.219,120.258 61.219,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M61.219,124.664C61.219,124.922 61.012,125.133 60.75,125.133C60.492,125.133 60.281,124.922 60.281,124.664C60.281,124.402 60.492,124.191 60.75,124.191C61.012,124.191 61.219,124.402 61.219,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M64.262,122.59C64.262,122.852 64.051,123.063 63.789,123.063C63.531,123.063 63.32,122.852 63.32,122.59C63.32,122.332 63.531,122.121 63.789,122.121C64.051,122.121 64.262,122.332 64.262,122.59" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.309,116.371C67.309,116.543 67.168,116.684 66.996,116.684C66.824,116.684 66.68,116.543 66.68,116.371C66.68,116.199 66.824,116.059 66.996,116.059C67.168,116.059 67.309,116.199 67.309,116.371" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M70.348,118.445C70.348,118.617 70.207,118.758 70.035,118.758C69.863,118.758 69.723,118.617 69.723,118.445C69.723,118.273 69.863,118.133 70.035,118.133C70.207,118.133 70.348,118.273 70.348,118.445" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.309,120.52C67.309,120.691 67.168,120.832 66.996,120.832C66.824,120.832 66.68,120.691 66.68,120.52C66.68,120.344 66.824,120.203 66.996,120.203C67.168,120.203 67.309,120.344 67.309,120.52" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M67.309,124.664C67.309,124.836 67.168,124.977 66.996,124.977C66.824,124.977 66.68,124.836 66.68,124.664C66.68,124.488 66.824,124.352 66.996,124.352C67.168,124.352 67.309,124.488 67.309,124.664" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#4C4948" android:fillType="nonZero"
|
||||
android:pathData="M70.348,122.59C70.348,122.762 70.207,122.906 70.035,122.906C69.863,122.906 69.723,122.762 69.723,122.59C69.723,122.418 69.863,122.277 70.035,122.277C70.207,122.277 70.348,122.418 70.348,122.59" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M157.426,118.492L161.555,118.492C160.918,124.699 155.484,125.578 155.484,125.578C158.07,123.195 157.563,119.586 157.426,118.492" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M125.867,123.109C125.527,123.406 125.074,123.555 124.492,123.555L123.598,123.555L123.598,120.398L124.492,120.398C125.074,120.398 125.527,120.551 125.867,120.848C126.191,121.137 126.359,121.531 126.371,121.98C126.359,122.426 126.191,122.82 125.867,123.109M127.84,119.594C127.199,118.891 126.438,118.531 125.563,118.531L121.289,118.531L121.289,125.422L125.563,125.422C126.438,125.422 127.199,125.066 127.84,124.363C128.477,123.664 128.797,122.891 128.809,121.98C128.797,121.066 128.477,120.293 127.84,119.594" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M133.238,124.16C132.488,124.16 131.887,123.684 131.887,123.102C131.887,122.52 132.488,122.043 133.238,122.043C133.984,122.043 134.59,122.52 134.59,123.102C134.59,123.684 133.984,124.16 133.238,124.16M135.316,118.867C134.238,118.332 133.34,118.301 132.41,118.352C131.863,118.383 131.164,118.504 130.434,118.742C130.305,118.785 130.172,118.832 130.039,118.883C130.121,119.121 130.238,119.332 130.449,119.535L130.473,119.559C131.09,120.125 132.406,119.855 133.348,119.996C134.297,120.137 134.461,121.031 134.461,121.031C133.949,120.758 133.336,120.59 132.668,120.59C130.926,120.59 129.504,121.711 129.504,123.09C129.504,124.422 130.836,125.52 132.508,125.582C132.758,125.59 133.195,125.574 133.785,125.438C135.945,124.934 136.887,125.449 136.887,125.449L136.887,121.754C136.887,119.949 136.203,119.309 135.316,118.867" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M149.84,124.16C149.098,124.16 148.488,123.684 148.488,123.102C148.488,122.52 149.098,122.043 149.84,122.043C150.586,122.043 151.191,122.52 151.191,123.102C151.191,123.684 150.586,124.16 149.84,124.16M151.926,118.867C150.844,118.332 149.945,118.301 149.012,118.352C148.469,118.383 147.766,118.504 147.039,118.742C146.91,118.785 146.777,118.832 146.645,118.883C146.727,119.121 146.844,119.332 147.055,119.535L147.078,119.559C147.695,120.125 149.008,119.855 149.953,119.996C150.898,120.137 151.063,121.031 151.063,121.031C150.551,120.758 149.938,120.59 149.273,120.59C147.527,120.59 146.105,121.711 146.105,123.09C146.105,124.422 147.438,125.52 149.109,125.582C149.359,125.59 149.801,125.574 150.387,125.438C152.547,124.934 153.488,125.449 153.488,125.449L153.488,121.754C153.488,119.949 152.809,119.309 151.926,118.867" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M136.844,114.5L133.953,114.5C134.48,118.031 137.953,118.547 137.953,118.547C136.477,117.184 136.77,115.125 136.844,114.5" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M145.258,121.035C145.258,120.109 144.988,119.516 144.477,119.074C143.98,118.652 143.355,118.484 142.699,118.484C142.102,118.484 141.633,118.609 141.262,118.754C139.313,119.484 138.176,118.723 138.176,118.723L138.176,125.422L140.516,125.422L140.516,120.891C140.516,120.891 140.969,120.418 141.719,120.398C142.469,120.371 142.922,120.824 142.922,121.852L142.918,125.422L145.262,125.422" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M78.035,123.984L78.566,123.984L78.566,119.969L78.035,119.969ZM78.035,123.984" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M79.5,123.988L79.5,119.969L80.043,119.969L82.156,123.125L82.156,119.969L82.664,119.969L82.664,123.988L82.121,123.988L80.008,120.828L80.008,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M83.379,122.695L83.883,122.652C83.906,122.855 83.961,123.02 84.043,123.148C84.133,123.277 84.27,123.383 84.453,123.461C84.633,123.539 84.84,123.578 85.066,123.578C85.27,123.578 85.449,123.551 85.605,123.488C85.762,123.43 85.875,123.348 85.953,123.242C86.027,123.137 86.066,123.02 86.066,122.898C86.066,122.77 86.027,122.66 85.957,122.566C85.883,122.469 85.762,122.395 85.594,122.328C85.488,122.289 85.246,122.223 84.879,122.133C84.508,122.047 84.254,121.961 84.102,121.883C83.91,121.781 83.766,121.656 83.672,121.508C83.578,121.359 83.531,121.191 83.531,121.004C83.531,120.805 83.59,120.617 83.703,120.441C83.82,120.262 83.988,120.125 84.211,120.039C84.43,119.945 84.676,119.902 84.945,119.902C85.246,119.902 85.508,119.949 85.734,120.043C85.961,120.141 86.141,120.281 86.262,120.465C86.383,120.652 86.449,120.863 86.457,121.102L85.949,121.137C85.918,120.883 85.828,120.691 85.668,120.563C85.512,120.434 85.277,120.371 84.969,120.371C84.645,120.371 84.414,120.426 84.266,120.547C84.117,120.664 84.043,120.805 84.043,120.969C84.043,121.117 84.098,121.234 84.203,121.328C84.301,121.422 84.57,121.52 85.004,121.613C85.434,121.711 85.73,121.797 85.891,121.871C86.129,121.98 86.301,122.117 86.414,122.281C86.52,122.445 86.578,122.637 86.578,122.855C86.578,123.066 86.52,123.27 86.395,123.457C86.27,123.645 86.094,123.793 85.867,123.898C85.637,124.004 85.379,124.059 85.094,124.059C84.727,124.059 84.422,124.004 84.176,123.898C83.93,123.789 83.738,123.633 83.598,123.418C83.461,123.207 83.387,122.965 83.379,122.695" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M89.945,119.969L90.473,119.969L90.473,122.293C90.473,122.699 90.426,123.016 90.336,123.254C90.246,123.488 90.082,123.684 89.84,123.836C89.602,123.984 89.289,124.059 88.906,124.059C88.527,124.059 88.219,123.992 87.977,123.859C87.738,123.73 87.566,123.543 87.469,123.297C87.363,123.051 87.313,122.715 87.313,122.293L87.313,119.969L87.848,119.969L87.848,122.289C87.848,122.637 87.879,122.895 87.941,123.059C88.008,123.227 88.117,123.355 88.277,123.445C88.434,123.531 88.629,123.578 88.855,123.578C89.25,123.578 89.527,123.488 89.691,123.313C89.859,123.133 89.945,122.793 89.945,122.289" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M91.336,123.988L91.336,119.969L91.871,119.969L91.871,123.516L93.848,123.516L93.848,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M94.574,123.984L95.105,123.984L95.105,119.969L94.574,119.969ZM94.574,123.984" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M96.035,123.988L96.035,119.969L96.582,119.969L98.695,123.125L98.695,119.969L99.203,119.969L99.203,123.988L98.66,123.988L96.547,120.828L96.547,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M101.781,121.883L102.82,121.883C103.164,121.883 103.41,121.816 103.551,121.688C103.695,121.559 103.77,121.379 103.77,121.148C103.77,120.98 103.723,120.836 103.641,120.715C103.555,120.594 103.445,120.516 103.305,120.477C103.215,120.457 103.051,120.441 102.809,120.441L101.781,120.441ZM101.246,123.988L101.246,119.969L102.766,119.969C103.031,119.969 103.234,119.98 103.375,120.008C103.574,120.039 103.738,120.102 103.871,120.195C104.008,120.289 104.113,120.418 104.195,120.582C104.277,120.75 104.316,120.93 104.316,121.133C104.316,121.473 104.207,121.762 103.988,121.996C103.773,122.234 103.379,122.352 102.813,122.352L101.781,122.352L101.781,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M107.633,119.969L108.164,119.969L108.164,122.293C108.164,122.699 108.117,123.016 108.027,123.254C107.938,123.488 107.77,123.684 107.531,123.836C107.293,123.984 106.98,124.059 106.594,124.059C106.215,124.059 105.906,123.992 105.668,123.859C105.43,123.73 105.258,123.543 105.152,123.297C105.055,123.051 105.004,122.715 105.004,122.293L105.004,119.969L105.535,119.969L105.535,122.289C105.535,122.637 105.566,122.895 105.629,123.059C105.695,123.227 105.809,123.355 105.965,123.445C106.125,123.531 106.316,123.578 106.547,123.578C106.938,123.578 107.215,123.488 107.383,123.313C107.547,123.133 107.633,122.793 107.633,122.289" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M109.035,123.988L109.035,119.969L109.832,119.969L110.785,122.813C110.871,123.078 110.938,123.277 110.977,123.41C111.02,123.266 111.094,123.047 111.191,122.766L112.152,119.969L112.871,119.969L112.871,123.988L112.355,123.988L112.355,120.625L111.188,123.988L110.707,123.988L109.547,120.566L109.547,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M114.258,121.883L115.297,121.883C115.641,121.883 115.883,121.816 116.027,121.688C116.172,121.559 116.246,121.379 116.246,121.148C116.246,120.98 116.203,120.836 116.117,120.715C116.035,120.594 115.922,120.516 115.785,120.477C115.691,120.457 115.527,120.441 115.285,120.441L114.258,120.441ZM113.727,123.988L113.727,119.969L115.242,119.969C115.508,119.969 115.715,119.98 115.855,120.008C116.055,120.039 116.215,120.102 116.352,120.195C116.484,120.289 116.59,120.418 116.672,120.582C116.754,120.75 116.797,120.93 116.797,121.133C116.797,121.473 116.688,121.762 116.469,121.996C116.25,122.234 115.859,122.352 115.289,122.352L114.258,122.352L114.258,123.988" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M118.941,126.082C118.789,126.082 118.664,125.957 118.664,125.805L118.664,118.152C118.664,118 118.789,117.879 118.941,117.879C119.098,117.879 119.219,118 119.219,118.152L119.219,125.805C119.219,125.957 119.098,126.082 118.941,126.082" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#9FA0A1" android:fillType="nonZero"
|
||||
android:pathData="M160.898,115.699C160.898,116.48 160.27,117.109 159.488,117.109C158.711,117.109 158.078,116.48 158.078,115.699C158.078,114.922 158.711,114.293 159.488,114.293C160.27,114.293 160.898,114.922 160.898,115.699" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#DD5643" android:fillType="nonZero"
|
||||
android:pathData="M208.965,92.926C208.965,91.316 208.164,90.16 206.879,90.16C205.574,90.16 204.793,91.316 204.793,92.926C204.793,94.559 205.574,95.723 206.879,95.723C208.164,95.723 208.965,94.559 208.965,92.926M210.352,92.926C210.352,95.297 208.996,96.938 206.879,96.938C204.762,96.938 203.395,95.297 203.395,92.926C203.395,90.566 204.762,88.926 206.879,88.926C208.996,88.926 210.352,90.566 210.352,92.926" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#DD5643" android:fillType="nonZero"
|
||||
android:pathData="M216.402,96.746L213.555,93.23C213.301,93.465 212.996,93.738 212.816,93.898L212.816,96.734L211.508,96.734L211.508,89.129L212.816,89.129L212.816,92.258C213.727,91.379 214.992,90.133 215.824,89.117L217.414,89.117C216.473,90.305 215.367,91.438 214.484,92.328L217.973,96.746" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M29.691,56.836C29.691,56.395 29.336,56.039 28.895,56.039C28.453,56.039 28.098,56.395 28.098,56.836L28.098,104.637C28.098,105.078 28.453,105.438 28.895,105.438C29.262,105.438 29.559,105.18 29.652,104.844L29.664,104.844L29.664,104.785C29.672,104.734 29.691,104.691 29.691,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M32.785,56.836C32.785,56.395 32.426,56.039 31.988,56.039C31.547,56.039 31.191,56.395 31.191,56.836L31.191,104.637C31.191,105.078 31.547,105.438 31.988,105.438C32.355,105.438 32.652,105.18 32.746,104.844L32.754,104.844L32.754,104.785C32.766,104.734 32.785,104.691 32.785,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M35.879,56.836C35.879,56.395 35.52,56.039 35.082,56.039C34.641,56.039 34.281,56.395 34.281,56.836L34.281,104.637C34.281,105.078 34.641,105.438 35.082,105.438C35.449,105.438 35.746,105.18 35.836,104.844L35.848,104.844L35.848,104.785C35.859,104.734 35.879,104.691 35.879,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M38.973,56.836C38.973,56.395 38.613,56.039 38.172,56.039C37.734,56.039 37.375,56.395 37.375,56.836L37.375,104.637C37.375,105.078 37.734,105.438 38.172,105.438C38.543,105.438 38.84,105.18 38.93,104.844L38.941,104.844L38.941,104.785C38.953,104.734 38.973,104.691 38.973,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#595757" android:fillType="nonZero"
|
||||
android:pathData="M42.066,56.836C42.066,56.395 41.707,56.039 41.266,56.039C40.828,56.039 40.469,56.395 40.469,56.836L40.469,104.637C40.469,105.078 40.828,105.438 41.266,105.438C41.633,105.438 41.93,105.18 42.023,104.844L42.035,104.844L42.035,104.785C42.043,104.734 42.066,104.691 42.066,104.637" android:strokeColor="#00000000"/>
|
||||
<path android:fillColor="#5B5A59" android:fillType="nonZero"
|
||||
android:pathData="M11.285,36.223C11.504,35.707 11.766,35.215 12.055,34.738ZM25.199,129.113C21.324,129.113 17.934,127.484 16.051,124.699L16.012,124.664L15.984,124.605C15.375,123.68 14.922,122.637 14.68,121.477L14.676,121.465L14.676,121.445C14.543,120.801 14.469,120.121 14.469,119.41L14.469,43.41C14.469,37.496 19.281,33.703 25.199,33.703L26.02,33.703L26.02,28.746L21.742,28.746C15.211,28.746 9.898,34.059 9.898,40.586L9.898,122.234C9.898,128.762 15.211,134.074 21.742,134.074L26.02,134.074L26.02,129.113" android:strokeColor="#00000000"/>
|
||||
</vector>
|
|
@ -682,11 +682,12 @@
|
|||
android:layout_marginTop="5dp"
|
||||
android:background="@color/list_delimiter" />
|
||||
|
||||
<TextView
|
||||
<ImageView
|
||||
android:id="@+id/dana_icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:drawableTop="@drawable/ic_danars"
|
||||
android:drawableTop="@drawable/ic_dana_rs"
|
||||
android:paddingTop="10dp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
<string name="danars_pairingok">Pairing OK</string>
|
||||
<string name="danars_pairingtimedout">Pairing timed out</string>
|
||||
<string name="danars_waitingforpairing">Waiting for pairing on pump</string>
|
||||
<string name="danarspump">DanaRS</string>
|
||||
<string name="danarspump">Dana-i/RS</string>
|
||||
<string name="danarspump_shortname">Dana</string>
|
||||
<string name="description_pump_dana_rs">Pump integration for DANA Diabecare RS pumps</string>
|
||||
<string name="description_pump_dana_rs">Pump integration for DANA Diabecare RS and Dana-i pumps</string>
|
||||
<string name="maxbolusviolation">Max bolus violation</string>
|
||||
<string name="commanderror">Command error</string>
|
||||
<string name="speederror">Speed error</string>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
package info.nightscout.androidaps.danaRKorean.comm
|
||||
|
||||
import dagger.android.HasAndroidInjector
|
||||
import info.nightscout.androidaps.dana.DanaPump
|
||||
import info.nightscout.androidaps.danar.comm.MessageBase
|
||||
import info.nightscout.androidaps.logging.LTag
|
||||
|
||||
|
@ -19,7 +20,7 @@ class MsgCheckValue_k(
|
|||
danaPump.hwModel = intFromBuff(bytes, 0, 1)
|
||||
danaPump.protocol = intFromBuff(bytes, 1, 1)
|
||||
danaPump.productCode = intFromBuff(bytes, 2, 1)
|
||||
if (danaPump.hwModel != info.nightscout.androidaps.dana.DanaPump.DOMESTIC_MODEL) {
|
||||
if (danaPump.hwModel != DanaPump.DOMESTIC_MODEL) {
|
||||
danaRKoreanPlugin.disconnect("Wrong Model")
|
||||
aapsLogger.debug(LTag.PUMPCOMM, "Wrong model selected")
|
||||
}
|
||||
|
|
|
@ -8,6 +8,7 @@ import android.os.IBinder
|
|||
import android.text.format.DateFormat
|
||||
import androidx.preference.Preference
|
||||
import dagger.android.HasAndroidInjector
|
||||
import info.nightscout.androidaps.dana.DanaFragment
|
||||
import info.nightscout.androidaps.dana.DanaPump
|
||||
import info.nightscout.androidaps.dana.comm.RecordTypes
|
||||
import info.nightscout.androidaps.danars.events.EventDanaRSDeviceChange
|
||||
|
@ -37,6 +38,7 @@ import info.nightscout.androidaps.utils.resources.ResourceHelper
|
|||
import info.nightscout.androidaps.utils.rx.AapsSchedulers
|
||||
import info.nightscout.androidaps.utils.sharedPreferences.SP
|
||||
import io.reactivex.disposables.CompositeDisposable
|
||||
import io.reactivex.rxkotlin.plusAssign
|
||||
import org.json.JSONException
|
||||
import org.json.JSONObject
|
||||
import javax.inject.Inject
|
||||
|
@ -62,14 +64,16 @@ class DanaRSPlugin @Inject constructor(
|
|||
private val temporaryBasalStorage: TemporaryBasalStorage,
|
||||
private val fabricPrivacy: FabricPrivacy,
|
||||
private val dateUtil: DateUtil
|
||||
) : PumpPluginBase(PluginDescription()
|
||||
.mainType(PluginType.PUMP)
|
||||
.fragmentClass(info.nightscout.androidaps.dana.DanaFragment::class.java.name)
|
||||
.pluginIcon(R.drawable.ic_danars_128)
|
||||
.pluginName(R.string.danarspump)
|
||||
.shortName(R.string.danarspump_shortname)
|
||||
.preferencesId(R.xml.pref_danars)
|
||||
.description(R.string.description_pump_dana_rs),
|
||||
) : PumpPluginBase(
|
||||
PluginDescription()
|
||||
.mainType(PluginType.PUMP)
|
||||
.fragmentClass(DanaFragment::class.java.name)
|
||||
.pluginIcon(R.drawable.ic_danai_128)
|
||||
.pluginIcon2(R.drawable.ic_danars_128)
|
||||
.pluginName(R.string.danarspump)
|
||||
.shortName(R.string.danarspump_shortname)
|
||||
.preferencesId(R.xml.pref_danars)
|
||||
.description(R.string.description_pump_dana_rs),
|
||||
injector, aapsLogger, resourceHelper, commandQueue
|
||||
), Pump, Dana, Constraints {
|
||||
|
||||
|
@ -93,25 +97,21 @@ class DanaRSPlugin @Inject constructor(
|
|||
super.onStart()
|
||||
val intent = Intent(context, DanaRSService::class.java)
|
||||
context.bindService(intent, mConnection, Context.BIND_AUTO_CREATE)
|
||||
disposable.add(rxBus
|
||||
disposable += rxBus
|
||||
.toObservable(EventAppExit::class.java)
|
||||
.observeOn(aapsSchedulers.io)
|
||||
.subscribe({ context.unbindService(mConnection) }, fabricPrivacy::logException)
|
||||
)
|
||||
disposable.add(rxBus
|
||||
disposable += rxBus
|
||||
.toObservable(EventConfigBuilderChange::class.java)
|
||||
.observeOn(aapsSchedulers.io)
|
||||
.subscribe { danaPump.reset() }
|
||||
)
|
||||
disposable.add(rxBus
|
||||
disposable += rxBus
|
||||
.toObservable(EventDanaRSDeviceChange::class.java)
|
||||
.observeOn(aapsSchedulers.io)
|
||||
.subscribe({
|
||||
pumpSync.connectNewPump()
|
||||
changePump()
|
||||
|
||||
}, fabricPrivacy::logException)
|
||||
)
|
||||
changePump() // load device name
|
||||
}
|
||||
|
||||
|
@ -584,17 +584,9 @@ class DanaRSPlugin @Inject constructor(
|
|||
return pumpJson
|
||||
}
|
||||
|
||||
override fun manufacturer(): ManufacturerType {
|
||||
return ManufacturerType.Sooil
|
||||
}
|
||||
|
||||
override fun model(): PumpType {
|
||||
return PumpType.DANA_RS
|
||||
}
|
||||
|
||||
override fun serialNumber(): String {
|
||||
return danaPump.serialNumber
|
||||
}
|
||||
override fun manufacturer(): ManufacturerType = ManufacturerType.Sooil
|
||||
override fun model(): PumpType = danaPump.pumpType()
|
||||
override fun serialNumber(): String = danaPump.serialNumber
|
||||
|
||||
@Suppress("SpellCheckingInspection")
|
||||
override fun shortStatus(veryShort: Boolean): String {
|
||||
|
|
|
@ -555,7 +555,7 @@ class BLEComm @Inject internal constructor(
|
|||
sendEasyMenuCheck()
|
||||
}
|
||||
// response OK BLE5
|
||||
} else if (decryptedBuffer.size == 14 && decryptedBuffer[2] == 'O'.toByte() && decryptedBuffer[3] == 'K'.toByte()) {
|
||||
} else if (decryptedBuffer.size == 14 && decryptedBuffer[2] == 'O'.code.toByte() && decryptedBuffer[3] == 'K'.code.toByte()) {
|
||||
// v3 2nd layer encryption
|
||||
encryption = EncryptionType.ENCRYPTION_BLE5
|
||||
danaPump.ignoreUserPassword = true
|
||||
|
|
|
@ -10,8 +10,6 @@ apply from: "${project.rootDir}/gradle/jacoco_global.gradle"
|
|||
|
||||
android {
|
||||
defaultConfig {
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
kapt {
|
||||
arguments {
|
||||
arg("room.incremental", "true")
|
||||
|
|
Loading…
Reference in a new issue