Files
Android/app/lint-baseline.xml
2025-03-26 13:59:12 -04:00

38023 lines
3.1 MiB
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.7.3" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.3)" variant="all" version="8.7.3">
<issue
id="UnknownIssueId"
message="Unknown issue id &quot;OptionalUsedAsFieldOrParameterType&quot;"
errorLine1=" &lt;issue id=&quot;OptionalUsedAsFieldOrParameterType&quot; severity=&quot;ignore&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="lint.xml"
line="45"
column="5"/>
</issue>
<issue
id="UnknownIssueId"
message="Unknown issue id &quot;OptionalUsedAsFieldOrParameterType&quot;"
errorLine1=" &lt;issue id=&quot;OptionalUsedAsFieldOrParameterType&quot; severity=&quot;ignore&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="lint.xml"
line="45"
column="5"/>
</issue>
<issue
id="UseGetLayoutInflater"
message="Use of LayoutInflater.from(requireContext()) detected. Consider using getLayoutInflater() instead"
errorLine1=" View view = LayoutInflater.from(requireContext()).inflate(R.layout.bad_decrypt_learn_more_dialog_fragment, null);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/BadDecryptLearnMoreDialog.java"
line="49"
column="21"/>
</issue>
<issue
id="UseGetLayoutInflater"
message="Use of LayoutInflater.from(Context) detected. Consider using layoutInflater instead"
errorLine1=" val dialogView: View = LayoutInflater.from(context).inflate(R.layout.custom_expire_timer_select_dialog, null, false)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/privacy/expire/CustomExpireTimerSelectDialog.kt"
line="23"
column="28"/>
</issue>
<issue
id="UseGetLayoutInflater"
message="Use of LayoutInflater.from(Context) detected. Consider using layoutInflater instead"
errorLine1=" val dialogView: View = LayoutInflater.from(context).inflate(R.layout.custom_expire_timer_select_dialog, null, false)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/privacy/screenlock/CustomScreenLockTimerSelectDialog.kt"
line="22"
column="28"/>
</issue>
<issue
id="UseGetLayoutInflater"
message="Use of LayoutInflater.from(getContext()) detected. Consider using getLayoutInflater() instead"
errorLine1=" view = LayoutInflater.from(getContext()).inflate(R.layout.enable_call_notification_settings_dialog_fragment, null, false);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ui/error/EnableCallNotificationSettingsDialog.java"
line="132"
column="12"/>
</issue>
<issue
id="UseGetLayoutInflater"
message="Use of LayoutInflater.from(getContext()) detected. Consider using getLayoutInflater() instead"
errorLine1=" View dialogView = LayoutInflater.from(getContext()).inflate(R.layout.group_description_dialog, null, false);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/groups/ui/managegroup/dialogs/GroupDescriptionDialog.java"
line="62"
column="37"/>
</issue>
<issue
id="UseGetLayoutInflater"
message="Use of LayoutInflater.from(requireActivity()) detected. Consider using getLayoutInflater() instead"
errorLine1=" dialogView = LayoutInflater.from(requireActivity()).inflate(R.layout.safety_number_change_dialog, null);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ui/error/SafetyNumberChangeDialog.java"
line="135"
column="18"/>
</issue>
<issue
id="WrongCommentType"
message="This block comment looks like it was intended to be a javadoc comment"
errorLine1=" * @author Phil Brown"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/fonts/ScriptUtil.java"
line="25"
column="4"/>
</issue>
<issue
id="ScrollViewSize"
message="This WebView should use `android:layout_height=&quot;wrap_content&quot;`"
errorLine1=" android:layout_height=&quot;match_parent&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/recaptcha_activity.xml"
line="12"
column="9"/>
</issue>
<issue
id="CheckResult"
message="The result of `subscribe` is not used"
errorLine1=" repository.unmarkAsGroupStory(groupId).subscribe {"
errorLine2=" ^">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/group/GroupStorySettingsViewModel.kt"
line="32"
column="5"/>
</issue>
<issue
id="CheckResult"
message="The result of `subscribe` is not used"
errorLine1=" view.qrData"
errorLine2=" ^">
<location
file="src/main/java/org/thoughtcrime/securesms/linkdevice/LinkDeviceQrScanScreen.kt"
line="101"
column="11"/>
</issue>
<issue
id="CheckResult"
message="The result of `subscribe` is not used"
errorLine1=" viewModel.delete().subscribe { findNavController().popBackStack() }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/custom/PrivateStorySettingsFragment.kt"
line="132"
column="7"/>
</issue>
<issue
id="CheckResult"
message="The result of `subscribe` is not used"
errorLine1=" viewModel.setHideStory(model.data.storyRecipient, true).subscribe {"
errorLine2=" ^">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/landing/StoriesLandingFragment.kt"
line="406"
column="7"/>
</issue>
<issue
id="CheckResult"
message="The result of `subscribeBy` is not used"
errorLine1=" badgeRepository.setVisibilityForAllBadges(controlChecked).subscribeBy("
errorLine2=" ^">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/thanks/ThanksForYourSupportBottomSheetDialogFragment.kt"
line="152"
column="7"/>
</issue>
<issue
id="CheckResult"
message="The result of `subscribeBy` is not used"
errorLine1=" badgeRepository.setFeaturedBadge(args.badge).subscribeBy("
errorLine2=" ^">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/thanks/ThanksForYourSupportBottomSheetDialogFragment.kt"
line="158"
column="7"/>
</issue>
<issue
id="CutPasteId"
message="The id `R.id.confirmation_check` has already been looked up in this method; possible cut &amp; paste error?"
errorLine1=" CheckBox checkBox = dialog.findViewById(R.id.confirmation_check);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/backup/BackupDialog.java"
line="92"
column="25"/>
<location
file="src/main/java/org/thoughtcrime/securesms/backup/BackupDialog.java"
line="65"
column="41"
message="First usage here"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" this.normalized = displayName.toLowerCase();"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/delete/Country.java"
line="16"
column="36"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" this.query.setValue(query.toLowerCase());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/delete/DeleteAccountViewModel.java"
line="79"
column="31"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" return country.getNormalizedDisplayName().contains(query.toLowerCase());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/delete/DeleteAccountViewModel.java"
line="153"
column="64"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" this.document.setText(documentSlide.getFileType(getContext()).orElse(&quot;&quot;).toLowerCase());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/DocumentView.java"
line="120"
column="78"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" return Fitzpatrick.valueOf(type.toUpperCase());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/emoji/parsing/Fitzpatrick.java"
line="58"
column="39"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" boolean isForSqliteSecretTable = statement.statement.toLowerCase().startsWith(&quot;create table sqlite_&quot;);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/backup/FullBackupImporter.java"
line="173"
column="58"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" openGraphTags.put(property.toLowerCase(), content);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/linkpreview/LinkPreviewUtil.java"
line="85"
column="38"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" openGraphTags.put(property.toLowerCase(), content);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/linkpreview/LinkPreviewUtil.java"
line="100"
column="38"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" documentType.setText(slide.getFileType(context).orElse(&quot;&quot;).toLowerCase());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediaoverview/MediaGalleryAllAdapter.java"
line="522"
column="66"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" .sorted((o1, o2) -> o1.getTitle().toLowerCase().compareTo(o2.getTitle().toLowerCase()))"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/MediaRepository.java"
line="161"
column="101"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" .sorted((o1, o2) -> o1.getTitle().toLowerCase().compareTo(o2.getTitle().toLowerCase()))"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/MediaRepository.java"
line="161"
column="139"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" type = MimeTypeMap.getSingleton().getMimeTypeFromExtension(extension.toLowerCase());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/MediaUtil.java"
line="134"
column="76"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" if (fileExtension.toLowerCase().equals(&quot;m4a&quot;)) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/MediaUtil.java"
line="186"
column="23"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" else return Mnemonic.BIP39_WORDS_ENGLISH.contains(string.toLowerCase());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/payments/backup/entry/PaymentsRecoveryEntryViewModel.java"
line="51"
column="77"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" viewState.update(s -> s.buildUpon().withValidWord1(mnemonic.getWords().get(s.getWord1Index()).equals(entry.toLowerCase())).build());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/payments/backup/confirm/PaymentsRecoveryPhraseConfirmViewModel.java"
line="51"
column="112"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" viewState.update(s -> s.buildUpon().withValidWord2(mnemonic.getWords().get(s.getWord2Index()).equals(entry.toLowerCase())).build());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/payments/backup/confirm/PaymentsRecoveryPhraseConfirmViewModel.java"
line="55"
column="112"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" if (noteToSelfTitle.toLowerCase().contains(query.toLowerCase())) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/search/SearchRepository.java"
line="140"
column="25"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" if (noteToSelfTitle.toLowerCase().contains(query.toLowerCase())) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/search/SearchRepository.java"
line="140"
column="54"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" String lowerBody = styledBody.toString().toLowerCase();"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/search/SearchRepository.java"
line="371"
column="47"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" int foundIndex = lowerBody.indexOf(query.toLowerCase());"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/search/SearchRepository.java"
line="373"
column="48"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
errorLine1=" this.duration = String.format(&quot;%02d%02d&quot;, hour, minute)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/TimeDurationPickerDialog.kt"
line="76"
column="21"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" return Optional.ofNullable(simCountryIso != null ? simCountryIso.toUpperCase() : null);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/Util.java"
line="224"
column="70"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" return networkCountryIso == null ? null : networkCountryIso.toUpperCase();"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/Util.java"
line="229"
column="65"/>
</issue>
<issue
id="DuplicateIncludedIds"
message="Duplicate id @+id/device_transfer_setup_fragment_sas_verify_code, defined or included multiple times in layout/device_transfer_setup_fragment.xml: [layout/device_transfer_setup_fragment.xml => layout/device_transfer_setup_verify_layout.xml defines @+id/device_transfer_setup_fragment_sas_verify_code, layout/device_transfer_setup_fragment.xml => layout/device_transfer_setup_waiting_for_other_verify_layout.xml defines @+id/device_transfer_setup_fragment_sas_verify_code]"
errorLine1=" &lt;include"
errorLine2=" ^">
<location
file="src/main/res/layout/device_transfer_setup_fragment.xml"
line="82"
column="9"
message="Duplicate id @+id/device_transfer_setup_fragment_sas_verify_code, defined or included multiple times in layout/device_transfer_setup_fragment.xml: [layout/device_transfer_setup_fragment.xml => layout/device_transfer_setup_verify_layout.xml defines @+id/device_transfer_setup_fragment_sas_verify_code, layout/device_transfer_setup_fragment.xml => layout/device_transfer_setup_waiting_for_other_verify_layout.xml defines @+id/device_transfer_setup_fragment_sas_verify_code]"/>
<location
file="src/main/res/layout/device_transfer_setup_verify_layout.xml"
line="33"
column="9"
message="Defined here, included via layout/device_transfer_setup_fragment.xml => layout/device_transfer_setup_verify_layout.xml defines @+id/device_transfer_setup_fragment_sas_verify_code"/>
<location
file="src/main/res/layout/device_transfer_setup_waiting_for_other_verify_layout.xml"
line="36"
column="9"
message="Defined here, included via layout/device_transfer_setup_fragment.xml => layout/device_transfer_setup_waiting_for_other_verify_layout.xml defines @+id/device_transfer_setup_fragment_sas_verify_code"/>
</issue>
<issue
id="InconsistentLayout"
message="The id &quot;call_screen_participants_overflow_guideline&quot; in layout &quot;webrtc_call_controls&quot; is missing from the following layout configurations: layout-land (present in layout)"
errorLine1=" android:id=&quot;@+id/call_screen_participants_overflow_guideline&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/webrtc_call_controls.xml"
line="116"
column="13"
message="Occurrence in layout"/>
</issue>
<issue
id="InternalInsetResource"
message="Using internal inset dimension resource `status_bar_height` is not supported"
errorLine1=" int resourceId = view.getResources().getIdentifier(&quot;status_bar_height&quot;, &quot;dimen&quot;, &quot;android&quot;);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/ViewUtil.java"
line="375"
column="24"/>
</issue>
<issue
id="InternalInsetResource"
message="Using internal inset dimension resource `navigation_bar_height` is not supported"
errorLine1=" int resourceId = view.getResources().getIdentifier(&quot;navigation_bar_height&quot;, &quot;dimen&quot;, &quot;android&quot;);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/ViewUtil.java"
line="389"
column="24"/>
</issue>
<issue
id="PrivateApi"
message="Accessing internal APIs via reflection is not supported and may not work on all devices or in the future"
errorLine1=" Field attachInfoField = View.class.getDeclaredField(&quot;mAttachInfo&quot;);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/KeyboardAwareLinearLayout.java"
line="157"
column="31"/>
</issue>
<issue
id="SimpleDateFormat"
message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
errorLine1=" private val sameDayDateFormat: SimpleDateFormat by lazy { SimpleDateFormat(&quot;yyyyMMdd&quot;) }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/DateUtils.kt"
line="50"
column="61"/>
</issue>
<issue
id="SimpleDateFormat"
message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
errorLine1=" SimpleDateFormat dateFormatter = new SimpleDateFormat(&quot;yyyy-MM-dd-HH-mm-ss-SSS&quot;);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/SaveAttachmentTask.java"
line="230"
column="38"/>
</issue>
<issue
id="SimpleDateFormat"
message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
errorLine1=" private static final SimpleDateFormat dateFormatter = new SimpleDateFormat(&quot;EEE, dd MMM yyyy HH:mm:ss z&quot;);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/XmlBackup.java"
line="36"
column="57"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `usesPermissionFlags` is only used in API level 31 and higher (current min is 21)"
errorLine1=" &lt;uses-permission android:name=&quot;android.permission.NEARBY_WIFI_DEVICES&quot; android:usesPermissionFlags=&quot;neverForLocation&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="40"
column="76"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 21)"
errorLine1=" android:resizeableActivity=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="102"
column="18"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `supportsPictureInPicture` is only used in API level 24 and higher (current min is 21)"
errorLine1=" android:supportsPictureInPicture=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="134"
column="15"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 21)"
errorLine1=" android:resizeableActivity=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="138"
column="15"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `autoVerify` is only used in API level 23 and higher (current min is 21)"
errorLine1=" &lt;intent-filter android:autoVerify=&quot;true&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="230"
column="24"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 21)"
errorLine1=" android:resizeableActivity=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="242"
column="21"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `autoVerify` is only used in API level 23 and higher (current min is 21)"
errorLine1=" &lt;intent-filter android:autoVerify=&quot;true&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="584"
column="24"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `autoVerify` is only used in API level 23 and higher (current min is 21)"
errorLine1=" &lt;intent-filter android:autoVerify=&quot;true&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="601"
column="24"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `autoVerify` is only used in API level 23 and higher (current min is 21)"
errorLine1=" &lt;intent-filter android:autoVerify=&quot;true&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="611"
column="24"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `autoVerify` is only used in API level 23 and higher (current min is 21)"
errorLine1=" &lt;intent-filter android:autoVerify=&quot;true&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="621"
column="24"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 21)"
errorLine1=" android:resizeableActivity=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="638"
column="15"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 21)"
errorLine1=" android:resizeableActivity=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="648"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 21)"
errorLine1=" android:resizeableActivity=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="1060"
column="15"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;full&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/badge_preference_view.xml"
line="47"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;?attr/selectableItemBackgroundBorderless&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_input_panel.xml"
line="34"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;?attr/selectableItemBackgroundBorderless&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_input_panel.xml"
line="131"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;?selectableItemBackgroundBorderless&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_input_panel.xml"
line="193"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;@drawable/contact_photo_background&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_item_received_multimedia.xml"
line="52"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;@drawable/contact_photo_background&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_item_received_text_only.xml"
line="52"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;@drawable/contact_photo_background&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_list_item_view.xml"
line="56"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_settings_button_strip.xml"
line="39"
column="17"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_settings_button_strip.xml"
line="65"
column="17"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_settings_button_strip.xml"
line="91"
column="17"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_settings_button_strip.xml"
line="117"
column="17"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_settings_button_strip.xml"
line="143"
column="17"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_settings_button_strip.xml"
line="169"
column="17"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;@drawable/contact_photo_background&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_typing_view.xml"
line="21"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;@drawable/contact_photo_background&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_typing_view.xml"
line="48"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;@drawable/contact_photo_background&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_typing_view.xml"
line="75"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `scrollIndicators` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:scrollIndicators=&quot;top|bottom&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/create_profile_fragment.xml"
line="20"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `scrollIndicators` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:scrollIndicators=&quot;top|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/dialog_multiple_group_invites_sent.xml"
line="14"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `lineHeight` is only used in API level 28 and higher (current min is 21)"
errorLine1=" android:lineHeight=&quot;20sp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="425"
column="21"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;?selectableItemBackgroundBorderless&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="440"
column="21"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_registration_enter_code.xml"
line="30"
column="17"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_registration_enter_code.xml"
line="75"
column="17"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_registration_enter_code.xml"
line="93"
column="17"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;@drawable/contact_photo_background&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/message_details_recipient.xml"
line="29"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/notification_profiles_empty.xml"
line="33"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `scrollIndicators` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:scrollIndicators=&quot;top|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/payment_preferences_all_pager_item_fragment.xml"
line="9"
column="5"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `scrollIndicators` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:scrollIndicators=&quot;top|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/payments_home_fragment.xml"
line="50"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `scrollIndicators` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:scrollIndicators=&quot;top|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/safety_number_change_dialog.xml"
line="22"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground=&quot;?attr/selectableItemBackground&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/shared_contact_view.xml"
line="83"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/signal_bottom_action_bar_item.xml"
line="33"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/webrtc_call_view_incoming_call_buttons.xml"
line="31"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout-land/webrtc_call_view_incoming_call_buttons.xml"
line="34"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/webrtc_call_view_incoming_call_buttons.xml"
line="60"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout-land/webrtc_call_view_incoming_call_buttons.xml"
line="64"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/webrtc_call_view_incoming_call_buttons.xml"
line="87"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `hyphenationFrequency` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:hyphenationFrequency=&quot;normal&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout-land/webrtc_call_view_incoming_call_buttons.xml"
line="91"
column="9"/>
</issue>
<issue
id="WifiManagerPotentialLeak"
message="The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices &lt; Android N. Try changing `context` to `context.getApplicationContext()`"
errorLine1=" WifiManager wm = (WifiManager) context.getSystemService(Context.WIFI_SERVICE);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/webrtc/locks/LockManager.java"
line="55"
column="36"/>
</issue>
<issue
id="AppLinkUrlError"
message="Missing URL"
errorLine1=" &lt;intent-filter>"
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="943"
column="9"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/activity_place_picker.xml"
line="19"
column="6"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/add_members_activity.xml"
line="38"
column="10"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/add_to_group_activity.xml"
line="33"
column="6"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1="&lt;fragment xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/chat_wallpaper_activity.xml"
line="2"
column="2"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/contact_selection_activity.xml"
line="36"
column="6"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/create_group_activity.xml"
line="35"
column="6"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/create_kbs_pin_activity.xml"
line="10"
column="6"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment android:id=&quot;@+id/contact_selection_list_fragment&quot;"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/invite_activity.xml"
line="118"
column="10"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/kbs_migration_activity.xml"
line="10"
column="6"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/old_device_transfer_activity.xml"
line="9"
column="6"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/payments_activity.xml"
line="9"
column="6"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/pin_restore_activity.xml"
line="10"
column="6"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1="&lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/scribble_select_new_sticker_activity.xml"
line="2"
column="2"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" contentView = LayoutInflater.from(context).inflate(R.layout.chat_colors_fragment_context_menu, null, false)"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/colors/ui/ChatSelectionContextMenu.kt"
line="18"
column="100"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" contentView = LayoutInflater.from(context).inflate(R.layout.chat_colors_fragment_context_menu, null, false)"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/colors/ui/ChatSelectionContextMenu.kt"
line="18"
column="100"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" LayoutInflater.from(anchor.context).inflate(R.layout.signal_context_menu, null),"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationContextMenu.kt"
line="19"
column="77"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" super(LayoutInflater.from(context).inflate(R.layout.emoji_variation_selector, null),"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/emoji/EmojiVariationSelectorPopup.java"
line="24"
column="83"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" LayoutInflater.from(anchor.context).inflate(R.layout.inline_query_results_popup, null),"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ui/inlinequery/InlineQueryResultsPopup.kt"
line="24"
column="84"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" LayoutInflater.from(it).inflate(R.layout.preference_storage_category, null)"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/storage/ManageStorageSettingsFragment.kt"
line="348"
column="77"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" .inflate(R.layout.donation_receipt_png, null)"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/receipts/ReceiptImageRenderer.kt"
line="63"
column="51"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" LayoutInflater.from(anchor.context).inflate(R.layout.signal_context_menu, null),"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/menu/SignalContextMenu.kt"
line="30"
column="77"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" super(LayoutInflater.from(context).inflate(R.layout.sticker_preview_popup, null),"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stickers/StickerPreviewPopup.java"
line="29"
column="80"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" val contentView = LayoutInflater.from(fragment.requireContext()).inflate(R.layout.stories_link_popup, null, false)"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/viewer/post/StoryTextLoader.kt"
line="48"
column="107"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" super(LayoutInflater.from(anchor.getContext()).inflate(R.layout.tooltip, null),"
errorLine2=" ~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/TooltipPopup.java"
line="64"
column="78"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" &lt;data android:scheme=&quot;https&quot;"
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="605"
column="13"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" &lt;data android:scheme=&quot;sgnl&quot;"
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="607"
column="13"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" &lt;data android:scheme=&quot;https&quot;"
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="615"
column="13"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" &lt;data android:scheme=&quot;sgnl&quot;"
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="617"
column="13"/>
</issue>
<issue
id="PictureInPictureIssue"
message="An activity in this app supports picture-in-picture and the targetSdkVersion is 31 or above; it is therefore strongly recommended to call both `setAutoEnterEnabled(true)` and `setSourceRectHint(...)`"
errorLine1=" &lt;application android:name=&quot;.ApplicationContext&quot;"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="98"
column="6"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" if (Build.VERSION.SDK_INT &lt; Build.VERSION_CODES.M) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/crypto/AttachmentSecretProvider.java"
line="63"
column="33"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" if (Build.VERSION.SDK_INT &lt; Build.VERSION_CODES.M) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/crypto/AttachmentSecretProvider.java"
line="76"
column="33"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/crypto/AttachmentSecretProvider.java"
line="96"
column="34"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 14"
errorLine1=" if (VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mms/ContactPhotoLocalUriFetcher.java"
line="29"
column="28"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 19"
errorLine1=" if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/signal/glide/common/decode/FrameSeqDecoder.java"
line="111"
column="42"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" @RequiresApi(Build.VERSION_CODES.M)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/crypto/KeyStoreHelper.java"
line="49"
column="16"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" @RequiresApi(Build.VERSION_CODES.M)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/crypto/KeyStoreHelper.java"
line="66"
column="16"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" @RequiresApi(Build.VERSION_CODES.M)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/crypto/KeyStoreHelper.java"
line="80"
column="16"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" @RequiresApi(Build.VERSION_CODES.M)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/crypto/KeyStoreHelper.java"
line="86"
column="16"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" @RequiresApi(Build.VERSION_CODES.M)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/crypto/KeyStoreHelper.java"
line="103"
column="16"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" @RequiresApi(Build.VERSION_CODES.M)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/crypto/KeyStoreHelper.java"
line="141"
column="16"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/logging/LogSecretProvider.java"
line="35"
column="34"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/logging/LogSecretProvider.java"
line="48"
column="34"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 21"
errorLine1=" if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/logsubmit/LogSectionSystemInfo.java"
line="150"
column="34"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 23"
errorLine1=" if (Build.VERSION.SDK_INT &lt; Build.VERSION_CODES.M ||"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/maps/PlacePickerActivity.java"
line="219"
column="33"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 21"
errorLine1=" @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/SharedContactView.java"
line="73"
column="22"/>
</issue>
<issue
id="VersionCodeUsage"
message="Using &apos;VERSION_CODES&apos; reference instead of the numeric value 21"
errorLine1=" @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/registration/VerificationPinKeyboard.java"
line="52"
column="22"/>
</issue>
<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.tools.build:gradle than 8.7.3 is available: 8.9.1"
errorLine1="gradle = &quot;8.7.3&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="14"
column="10"/>
</issue>
<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.tools.build:gradle than 8.7.3 is available: 8.9.1"
errorLine1="gradle = &quot;8.7.3&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="14"
column="10"/>
</issue>
<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.application than 8.7.2 is available: 8.9.1. (There is also a newer version of 8.7.𝑥 available, if upgrading to 8.9.1 is difficult: 8.7.3)"
errorLine1="android-gradle-plugin = &quot;8.7.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="18"
column="25"/>
</issue>
<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.application than 8.7.2 is available: 8.9.1. (There is also a newer version of 8.7.𝑥 available, if upgrading to 8.9.1 is difficult: 8.7.3)"
errorLine1="android-gradle-plugin = &quot;8.7.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="18"
column="25"/>
</issue>
<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.7.2 is available: 8.9.1. (There is also a newer version of 8.7.𝑥 available, if upgrading to 8.9.1 is difficult: 8.7.3)"
errorLine1="android-gradle-plugin = &quot;8.7.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="18"
column="25"/>
</issue>
<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.7.2 is available: 8.9.1. (There is also a newer version of 8.7.𝑥 available, if upgrading to 8.9.1 is difficult: 8.7.3)"
errorLine1="android-gradle-plugin = &quot;8.7.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="18"
column="25"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.ext:junit than 1.1.5 is available: 1.2.1"
errorLine1="androidx-test-ext-junit = &quot;1.1.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="5"
column="27"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.ext:junit than 1.1.5 is available: 1.2.1"
errorLine1="androidx-test-ext-junit = &quot;1.1.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="5"
column="27"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.espresso:espresso-core than 3.4.0 is available: 3.6.1"
errorLine1="espresso-core = &quot;androidx.test.espresso:espresso-core:3.4.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="10"
column="17"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.espresso:espresso-core than 3.4.0 is available: 3.6.1"
errorLine1="espresso-core = &quot;androidx.test.espresso:espresso-core:3.4.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="10"
column="17"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.uiautomator:uiautomator than 2.2.0 is available: 2.3.0"
errorLine1="uiautomator = &quot;androidx.test.uiautomator:uiautomator:2.2.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="11"
column="15"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.uiautomator:uiautomator than 2.2.0 is available: 2.3.0"
errorLine1="uiautomator = &quot;androidx.test.uiautomator:uiautomator:2.2.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="11"
column="15"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.benchmark:benchmark-macro-junit4 than 1.1.1 is available: 1.3.3"
errorLine1="androidx-benchmark-macro = &quot;androidx.benchmark:benchmark-macro-junit4:1.1.1&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="12"
column="28"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.benchmark:benchmark-macro-junit4 than 1.1.1 is available: 1.3.3"
errorLine1="androidx-benchmark-macro = &quot;androidx.benchmark:benchmark-macro-junit4:1.1.1&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="12"
column="28"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.benchmark:benchmark-junit4 than 1.1.0-beta04 is available: 1.3.3"
errorLine1="androidx-benchmark-micro = &quot;androidx.benchmark:benchmark-junit4:1.1.0-beta04&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="13"
column="28"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.benchmark:benchmark-junit4 than 1.1.0-beta04 is available: 1.3.3"
errorLine1="androidx-benchmark-micro = &quot;androidx.benchmark:benchmark-junit4:1.1.0-beta04&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/benchmark-libs.versions.toml"
line="13"
column="28"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.activity:activity-compose than 1.9.3 is available: 1.10.1"
errorLine1="androidx-activity = &quot;1.9.3&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="6"
column="21"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.activity:activity-compose than 1.9.3 is available: 1.10.1"
errorLine1="androidx-activity = &quot;1.9.3&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="6"
column="21"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-camera2 than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-camera2 than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-core than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-core than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-extensions than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-extensions than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-lifecycle than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-lifecycle than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-view than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.camera:camera-view than 1.3.4 is available: 1.4.1"
errorLine1="androidx-camera = &quot;1.3.4&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="7"
column="19"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.fragment:fragment-compose than 1.8.5 is available: 1.8.6"
errorLine1="androidx-fragment = &quot;1.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="8"
column="21"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.fragment:fragment-compose than 1.8.5 is available: 1.8.6"
errorLine1="androidx-fragment = &quot;1.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="8"
column="21"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.fragment:fragment-ktx than 1.8.5 is available: 1.8.6"
errorLine1="androidx-fragment = &quot;1.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="8"
column="21"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.fragment:fragment-ktx than 1.8.5 is available: 1.8.6"
errorLine1="androidx-fragment = &quot;1.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="8"
column="21"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.fragment:fragment-testing than 1.8.5 is available: 1.8.6"
errorLine1="androidx-fragment = &quot;1.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="8"
column="21"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.fragment:fragment-testing than 1.8.5 is available: 1.8.6"
errorLine1="androidx-fragment = &quot;1.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="8"
column="21"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation:navigation-compose than 2.8.5 is available: 2.8.9"
errorLine1="androidx-navigation = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="11"
column="23"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation:navigation-compose than 2.8.5 is available: 2.8.9"
errorLine1="androidx-navigation = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="11"
column="23"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation:navigation-fragment-ktx than 2.8.5 is available: 2.8.9"
errorLine1="androidx-navigation = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="11"
column="23"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation:navigation-fragment-ktx than 2.8.5 is available: 2.8.9"
errorLine1="androidx-navigation = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="11"
column="23"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation:navigation-ui-ktx than 2.8.5 is available: 2.8.9"
errorLine1="androidx-navigation = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="11"
column="23"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation:navigation-ui-ktx than 2.8.5 is available: 2.8.9"
errorLine1="androidx-navigation = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="11"
column="23"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation.safeargs than 2.8.5 is available: 2.8.9"
errorLine1="navigation-safe-args-gradle-plugin = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="21"
column="38"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation.safeargs than 2.8.5 is available: 2.8.9"
errorLine1="navigation-safe-args-gradle-plugin = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="21"
column="38"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation:navigation-safe-args-gradle-plugin than 2.8.5 is available: 2.8.9"
errorLine1="navigation-safe-args-gradle-plugin = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="21"
column="38"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation:navigation-safe-args-gradle-plugin than 2.8.5 is available: 2.8.9"
errorLine1="navigation-safe-args-gradle-plugin = &quot;2.8.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="21"
column="38"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.compose:compose-bom than 2024.12.01 is available: 2025.03.00"
errorLine1="androidx-compose-bom = &quot;androidx.compose:compose-bom:2024.12.01&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="42"
column="24"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.compose:compose-bom than 2024.12.01 is available: 2025.03.00"
errorLine1="androidx-compose-bom = &quot;androidx.compose:compose-bom:2024.12.01&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="42"
column="24"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.compose.runtime:runtime-rxjava3 than 1.7.6 is available: 1.7.8"
errorLine1="androidx-compose-rxjava3 = &quot;androidx.compose.runtime:runtime-rxjava3:1.7.6&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="50"
column="28"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.compose.runtime:runtime-rxjava3 than 1.7.6 is available: 1.7.8"
errorLine1="androidx-compose-rxjava3 = &quot;androidx.compose.runtime:runtime-rxjava3:1.7.6&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="50"
column="28"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.android.tools:desugar_jdk_libs than 2.1.3 is available: 2.1.5"
errorLine1="android-tools-desugar = &quot;com.android.tools:desugar_jdk_libs:2.1.3&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="57"
column="25"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.android.tools:desugar_jdk_libs than 2.1.3 is available: 2.1.5"
errorLine1="android-tools-desugar = &quot;com.android.tools:desugar_jdk_libs:2.1.3&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="57"
column="25"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.constraintlayout:constraintlayout than 2.2.0 is available: 2.2.1"
errorLine1="androidx-constraintlayout = &quot;androidx.constraintlayout:constraintlayout:2.2.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="78"
column="29"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.constraintlayout:constraintlayout than 2.2.0 is available: 2.2.1"
errorLine1="androidx-constraintlayout = &quot;androidx.constraintlayout:constraintlayout:2.2.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="78"
column="29"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.recyclerview:recyclerview than 1.3.2 is available: 1.4.0"
errorLine1="androidx-recyclerview = &quot;androidx.recyclerview:recyclerview:1.3.2&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="81"
column="25"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.recyclerview:recyclerview than 1.3.2 is available: 1.4.0"
errorLine1="androidx-recyclerview = &quot;androidx.recyclerview:recyclerview:1.3.2&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="81"
column="25"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.exifinterface:exifinterface than 1.3.7 is available: 1.4.0"
errorLine1="androidx-exifinterface = &quot;androidx.exifinterface:exifinterface:1.3.7&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="86"
column="26"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.exifinterface:exifinterface than 1.3.7 is available: 1.4.0"
errorLine1="androidx-exifinterface = &quot;androidx.exifinterface:exifinterface:1.3.7&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="86"
column="26"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.asynclayoutinflater:asynclayoutinflater than 1.1.0-alpha01 is available: 1.1.0-beta01"
errorLine1="androidx-asynclayoutinflater = &quot;androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-alpha01&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="114"
column="32"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.asynclayoutinflater:asynclayoutinflater than 1.1.0-alpha01 is available: 1.1.0-beta01"
errorLine1="androidx-asynclayoutinflater = &quot;androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-alpha01&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="114"
column="32"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.asynclayoutinflater:asynclayoutinflater-appcompat than 1.1.0-alpha01 is available: 1.1.0-beta01"
errorLine1="androidx-asynclayoutinflater-appcompat = &quot;androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-alpha01&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="115"
column="42"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.asynclayoutinflater:asynclayoutinflater-appcompat than 1.1.0-alpha01 is available: 1.1.0-beta01"
errorLine1="androidx-asynclayoutinflater-appcompat = &quot;androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-alpha01&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="115"
column="42"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.google.android.gms:play-services-maps than 19.0.0 is available: 19.1.0"
errorLine1="google-play-services-maps = &quot;com.google.android.gms:play-services-maps:19.0.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="125"
column="29"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.google.android.gms:play-services-maps than 19.0.0 is available: 19.1.0"
errorLine1="google-play-services-maps = &quot;com.google.android.gms:play-services-maps:19.0.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="125"
column="29"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.google.firebase:firebase-messaging than 24.1.0 is available: 24.1.1"
errorLine1="firebase-messaging = &quot;com.google.firebase:firebase-messaging:24.1.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="137"
column="22"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.google.firebase:firebase-messaging than 24.1.0 is available: 24.1.1"
errorLine1="firebase-messaging = &quot;com.google.firebase:firebase-messaging:24.1.0&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/libs.versions.toml"
line="137"
column="22"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.android.tools.lint:lint-api than 31.4.0 is available: 31.9.1"
errorLine1="lint = &quot;31.4.0&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/lint-libs.versions.toml"
line="5"
column="8"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.android.tools.lint:lint-api than 31.4.0 is available: 31.9.1"
errorLine1="lint = &quot;31.4.0&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/lint-libs.versions.toml"
line="5"
column="8"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.android.tools.lint:lint-checks than 31.4.0 is available: 31.9.1"
errorLine1="lint = &quot;31.4.0&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/lint-libs.versions.toml"
line="5"
column="8"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.android.tools.lint:lint-checks than 31.4.0 is available: 31.9.1"
errorLine1="lint = &quot;31.4.0&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/lint-libs.versions.toml"
line="5"
column="8"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.android.tools.lint:lint-tests than 31.4.0 is available: 31.9.1"
errorLine1="lint = &quot;31.4.0&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/lint-libs.versions.toml"
line="5"
column="8"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.android.tools.lint:lint-tests than 31.4.0 is available: 31.9.1"
errorLine1="lint = &quot;31.4.0&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/lint-libs.versions.toml"
line="5"
column="8"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test:core than 1.5.0 is available: 1.6.1"
errorLine1="androidx-test = &quot;1.5.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="5"
column="17"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test:core than 1.5.0 is available: 1.6.1"
errorLine1="androidx-test = &quot;1.5.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="5"
column="17"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test:core-ktx than 1.5.0 is available: 1.6.1"
errorLine1="androidx-test = &quot;1.5.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="5"
column="17"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test:core-ktx than 1.5.0 is available: 1.6.1"
errorLine1="androidx-test = &quot;1.5.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="5"
column="17"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test:runner than 1.5.0 is available: 1.6.2"
errorLine1="androidx-test = &quot;1.5.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="5"
column="17"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test:runner than 1.5.0 is available: 1.6.2"
errorLine1="androidx-test = &quot;1.5.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="5"
column="17"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.ext:junit than 1.1.5 is available: 1.2.1"
errorLine1="androidx-test-ext-junit = &quot;1.1.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="6"
column="27"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.ext:junit than 1.1.5 is available: 1.2.1"
errorLine1="androidx-test-ext-junit = &quot;1.1.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="6"
column="27"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.ext:junit-ktx than 1.1.5 is available: 1.2.1"
errorLine1="androidx-test-ext-junit = &quot;1.1.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="6"
column="27"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.ext:junit-ktx than 1.1.5 is available: 1.2.1"
errorLine1="androidx-test-ext-junit = &quot;1.1.5&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="6"
column="27"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.espresso:espresso-core than 3.4.0 is available: 3.6.1"
errorLine1="espresso = &quot;3.4.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="8"
column="12"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test.espresso:espresso-core than 3.4.0 is available: 3.6.1"
errorLine1="espresso = &quot;3.4.0&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="8"
column="12"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test:orchestrator than 1.4.1 is available: 1.5.1"
errorLine1="androidx-test-orchestrator = &quot;androidx.test:orchestrator:1.4.1&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="16"
column="30"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.test:orchestrator than 1.4.1 is available: 1.5.1"
errorLine1="androidx-test-orchestrator = &quot;androidx.test:orchestrator:1.4.1&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/android/build-Signal-Android/gradle/test-libs.versions.toml"
line="16"
column="30"/>
</issue>
<issue
id="LockedOrientationActivity"
message="Expecting `android:screenOrientation=&quot;unspecified&quot;` or `&quot;fullSensor&quot;` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices"
errorLine1=" android:screenOrientation=&quot;portrait&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="730"
column="15"/>
</issue>
<issue
id="LockedOrientationActivity"
message="Expecting `android:screenOrientation=&quot;unspecified&quot;` or `&quot;fullSensor&quot;` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices"
errorLine1=" android:screenOrientation=&quot;portrait&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="783"
column="9"/>
</issue>
<issue
id="LockedOrientationActivity"
message="Expecting `android:screenOrientation=&quot;unspecified&quot;` or `&quot;fullSensor&quot;` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices"
errorLine1=" android:screenOrientation=&quot;portrait&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="1106"
column="15"/>
</issue>
<issue
id="SourceLockedOrientationActivity"
message="You should not lock orientation of your activities, so that you can support a good user experience for any device or orientation"
errorLine1=" requireActivity().setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/CameraXFragment.java"
line="218"
column="5"/>
</issue>
<issue
id="SourceLockedOrientationActivity"
message="You should not lock orientation of your activities, so that you can support a good user experience for any device or orientation"
errorLine1=" requireActivity().requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/v2/text/TextStoryPostCreationFragment.kt"
line="179"
column="5"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" val selfId: RecipientId = SignalDatabase.recipients.getAndPossiblyMerge(selfData.aci, selfData.pni, selfData.e164, pniVerified = true, changeSelf = true)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/backup/v2/BackupRepository.kt"
line="787"
column="59"/>
</issue>
<issue
id="VisibleForTests"
message="This class should only be accessed from tests or within private scope"
errorLine1=" is ContactSearchData.TestRow -> error(&quot;This row exists for testing only.&quot;)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/contacts/paged/ContactSearchAdapter.kt"
line="137"
column="16"/>
</issue>
<issue
id="VisibleForTests"
message="This declaration implicitly references DataFileInfo, which should only be accessed from tests or within private scope"
errorLine1=" val info = SignalDatabase.attachments.getDataFileInfo(attachment.attachmentId)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/messagedetails/InternalMessageDetailsViewModel.kt"
line="37"
column="11"/>
</issue>
<issue
id="ModifierParameter"
message="Modifier parameter should be named modifier"
errorLine1=" lazyColumnModifier: Modifier = Modifier"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/AppSettingsFragment.kt"
line="177"
column="3"/>
</issue>
<issue
id="ModifierParameter"
message="Modifier parameter should be the first optional parameter"
errorLine1=" modifier: Modifier = Modifier"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/webrtc/v2/CallScreenTopBar.kt"
line="142"
column="3"/>
</issue>
<issue
id="ModifierParameter"
message="Modifier parameter should be the first optional parameter"
errorLine1=" modifier: Modifier = Modifier,"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/chats/folders/ChatFoldersFragment.kt"
line="113"
column="3"/>
</issue>
<issue
id="ModifierParameter"
message="Modifier parameter should be the first optional parameter"
errorLine1="private fun SafetyTipsContent(forGroup: Boolean = false, modifier: Modifier = Modifier) {"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/v2/SafetyTipsBottomSheetDialog.kt"
line="110"
column="58"/>
</issue>
<issue
id="ModifierParameter"
message="Optional Modifier parameter should have a default value of `Modifier`"
errorLine1="fun DeviceList(audioOutputOptions: ImmutableList&lt;AudioOutputOption>, initialDeviceId: Int, modifier: Modifier = Modifier.fillMaxWidth(), onDeviceSelected: (AudioOutputOption) -> Unit) {"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/webrtc/WebRtcAudioOutputBottomSheet.kt"
line="88"
column="92"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@drawable/exo_icon_rewind` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" .setIconResId(Media3UiR.drawable.exo_icon_rewind)"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/voice/VoiceNoteMediaNotificationProvider.kt"
line="197"
column="44"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@drawable/exo_notification_pause` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" if (showPauseButton) Media3UiR.drawable.exo_notification_pause else Media3UiR.drawable.exo_notification_play"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/voice/VoiceNoteMediaNotificationProvider.kt"
line="212"
column="53"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@drawable/exo_notification_play` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" if (showPauseButton) Media3UiR.drawable.exo_notification_pause else Media3UiR.drawable.exo_notification_play"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/voice/VoiceNoteMediaNotificationProvider.kt"
line="212"
column="100"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@drawable/exo_notification_stop` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" .setIconResId(Media3UiR.drawable.exo_notification_stop)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/voice/VoiceNoteMediaNotificationProvider.kt"
line="226"
column="44"/>
</issue>
<issue
id="PrivateResource"
message="Overriding `@attr/minWidth` which is marked as private in com.google.android.material:material:1.12.0. If deliberate, use tools:override=&quot;true&quot;, otherwise pick a different name."
errorLine1=" &lt;attr name=&quot;minWidth&quot; format=&quot;dimension&quot; />"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/values/attrs.xml"
line="64"
column="17"/>
</issue>
<issue
id="PrivateResource"
message="Overriding `@attr/minHeight` which is marked as private in com.google.android.material:material:1.12.0. If deliberate, use tools:override=&quot;true&quot;, otherwise pick a different name."
errorLine1=" &lt;attr name=&quot;minHeight&quot; format=&quot;dimension&quot; />"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/values/attrs.xml"
line="66"
column="17"/>
</issue>
<issue
id="PrivateResource"
message="Overriding `@layout/exo_legacy_player_control_view` which is marked as private in androidx.media3:media3-ui:1.5.1. If deliberate, use tools:override=&quot;true&quot;, otherwise pick a different name.">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@string/exo_controls_rewind_description` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" android:contentDescription=&quot;@string/exo_controls_rewind_description&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="116"
column="45"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@style/ExoMediaButton` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" style=&quot;@style/ExoMediaButton&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="123"
column="24"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@style/ExoMediaButton` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" style=&quot;@style/ExoMediaButton&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="129"
column="24"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@string/exo_controls_fastforward_description` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" android:contentDescription=&quot;@string/exo_controls_fastforward_description&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="163"
column="45"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@drawable/exo_ic_chevron_right` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" app:srcCompat=&quot;@drawable/exo_ic_chevron_right&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/stories_link_popup.xml"
line="76"
column="24"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@dimen/mtrl_btn_dialog_btn_min_width` is marked as private in com.google.android.material:material:1.12.0"
errorLine1=" &lt;item name=&quot;android:minWidth&quot;>@dimen/mtrl_btn_dialog_btn_min_width&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/styles.xml"
line="399"
column="39"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@dimen/mtrl_btn_text_btn_padding_left` is marked as private in com.google.android.material:material:1.12.0"
errorLine1=" &lt;item name=&quot;android:layout_marginStart&quot;>@dimen/mtrl_btn_text_btn_padding_left&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/styles.xml"
line="404"
column="49"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@drawable/exo_icon_play` is marked as private in androidx.media3:media3-ui:1.5.1"
errorLine1=" app:srcCompat=&quot;@drawable/exo_icon_play&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/video_editor_hud.xml"
line="33"
column="28"/>
</issue>
<issue
id="SpUsage"
message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
errorLine1=" android:textSize=&quot;28dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_many.xml"
line="55"
column="13"/>
</issue>
<issue
id="SpUsage"
message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
errorLine1=" android:textSize=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/sticker_preview_activity.xml"
line="51"
column="9"/>
</issue>
<issue
id="SwitchIntDef"
message="Switch statement on an `int` with known associated constant missing case `Cursor.FIELD_TYPE_NULL`"
errorLine1=" switch (cursor.getType(i)) {"
errorLine2=" ~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherMigrationHelper.java"
line="205"
column="13"/>
</issue>
<issue
id="SwitchIntDef"
message="Switch statement on an `int` with known associated constant missing case `Player.STATE_IDLE`"
errorLine1=" switch (playbackState) {"
errorLine2=" ~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/voice/VoiceNotePlaybackService.java"
line="146"
column="7"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/account/AccountSettingsFragment.kt"
line="67"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/notifications/profiles/AddAllowedMembersFragment.kt"
line="61"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/privacy/advanced/AdvancedPrivacySettingsFragment.kt"
line="102"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed."
errorLine1=" android:screenOrientation=&quot;portrait&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="730"
column="15"/>
</issue>
<issue
id="DiscouragedApi"
message="Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed."
errorLine1=" android:screenOrientation=&quot;portrait&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="783"
column="9"/>
</issue>
<issue
id="DiscouragedApi"
message="Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed."
errorLine1=" android:screenOrientation=&quot;portrait&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="1106"
column="15"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/updates/AppUpdatesSettingsFragment.kt"
line="32"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/appearance/AppearanceSettingsFragment.kt"
line="45"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/self/overview/BadgesOverviewFragment.kt"
line="61"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/self/none/BecomeASustainerFragment.kt"
line="31"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/chats/ChatsSettingsFragment.kt"
line="33"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/v2/stories/ChooseStoryTypeBottomSheet.kt"
line="23"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/conversation/ConversationSettingsFragment.kt"
line="303"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/create/CreateStoryWithViewersFragment.kt"
line="108"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/conversation/sounds/custom/CustomNotificationsSettingsFragment.kt"
line="77"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" val adapter = DSLSettingsAdapter()"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/DSLSettingsBottomSheetFragment.kt"
line="34"
column="19"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return arrayOf(DSLSettingsAdapter())"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/DSLSettingsFragment.kt"
line="108"
column="20"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/data/DataAndStorageSettingsFragment.kt"
line="46"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/donate/DonateToSignalFragment.kt"
line="226"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/receipts/detail/DonationReceiptDetailFragment.kt"
line="69"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/privacy/expire/ExpireTimerSettingsFragment.kt"
line="87"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/gifts/ExpiredGiftSheet.kt"
line="37"
column="7"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/self/expired/ExpiredOneTimeBadgeBottomSheetDialogFragment.kt"
line="39"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/donate/gateway/GatewaySelectorBottomSheet.kt"
line="62"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/gifts/flow/GiftFlowConfirmationFragment.kt"
line="206"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/gifts/flow/GiftFlowStartFragment.kt"
line="66"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/gifts/thanks/GiftThanksSheet.kt"
line="60"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/group/GroupStorySettingsFragment.kt"
line="78"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/conversation/InternalConversationSettingsFragment.kt"
line="75"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/internal/donor/InternalDonorErrorConfigurationFragment.kt"
line="26"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/internal/InternalSettingsFragment.kt"
line="114"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="Instances of MegaphoneRepository should be accessed via ApplicationDependencies."
errorLine1=" MegaphoneRepository(AppDependencies.application).onFirstEverAppLaunch()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/internal/InternalSettingsFragment.kt"
line="664"
column="11"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/internal/InternalStoryDialogLauncherFragment.kt"
line="18"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/manage/ManageDonationsFragment.kt"
line="159"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="This only exists because of Java."
errorLine1=" DistributionListMultiShareTimestampProvider distributionListSentTimestamps = DistributionListMultiShareTimestampProvider.create();"
errorLine2=" ~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/sharing/MultiShareSender.java"
line="107"
column="126"/>
</issue>
<issue
id="DiscouragedApi"
message="This only exists because of Java."
errorLine1=" MultiShareTimestampProvider sentTimestamp = recipient.isDistributionList() ? distributionListSentTimestamps : MultiShareTimestampProvider.create();"
errorLine2=" ~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/sharing/MultiShareSender.java"
line="131"
column="150"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/my/MyStoriesFragment.kt"
line="65"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/my/MyStorySettingsFragment.kt"
line="49"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/notifications/profiles/NotificationProfileDetailsFragment.kt"
line="97"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/notifications/manual/NotificationProfileSelectionFragment.kt"
line="43"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/notifications/profiles/NotificationProfilesFragment.kt"
line="68"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/notifications/NotificationsSettingsFragment.kt"
line="102"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/donate/paypal/PayPalCompleteOrderBottomSheet.kt"
line="44"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/conversation/permissions/PermissionsSettingsFragment.kt"
line="50"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/privacy/PrivacySettingsFragment.kt"
line="121"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure { }"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/custom/PrivateStorySettingsFragment.kt"
line="70"
column="14"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/custom/PrivateStorySettingsFragment.kt"
line="73"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/safety/SafetyNumberBottomSheetFragment.kt"
line="107"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/safety/review/SafetyNumberReviewConnectionsFragment.kt"
line="57"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/self/featured/SelectFeaturedBadgeFragment.kt"
line="88"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/currency/SetCurrencyFragment.kt"
line="31"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/recipients/ui/sharablegrouplink/ShareableGroupLinkFragment.kt"
line="68"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/conversation/sounds/SoundsAndNotificationsSettingsFragment.kt"
line="50"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/landing/StoriesLandingFragment.kt"
line="255"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return arrayOf(DSLSettingsAdapter(), PagingMappingAdapter&lt;ContactSearchKey>(), DSLSettingsAdapter())"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/story/StoriesPrivacySettingsFragment.kt"
line="51"
column="20"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return arrayOf(DSLSettingsAdapter(), PagingMappingAdapter&lt;ContactSearchKey>(), DSLSettingsAdapter())"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/story/StoriesPrivacySettingsFragment.kt"
line="51"
column="84"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/story/StoriesPrivacySettingsFragment.kt"
line="107"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/story/StoriesPrivacySettingsFragment.kt"
line="142"
column="7"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" configure { }"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/story/StoriesPrivacySettingsFragment.kt"
line="152"
column="7"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/story/StoriesPrivacySettingsFragment.kt"
line="158"
column="7"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" configure { }"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/settings/story/StoriesPrivacySettingsFragment.kt"
line="187"
column="7"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/viewer/reply/group/StoryGroupReplyFragment.kt"
line="269"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/viewer/info/StoryInfoBottomSheetDialogFragment.kt"
line="54"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stories/viewer/views/StoryViewsFragment.kt"
line="77"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/profiles/manage/UsernameShareBottomSheet.kt"
line="50"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/gifts/viewgift/received/ViewReceivedGiftBottomSheet.kt"
line="138"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/badges/gifts/viewgift/sent/ViewSentGiftBottomSheet.kt"
line="66"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="Use of this function is discouraged because resource reflection makes it harder to perform build optimizations and compile-time verification of code. It is much more efficient to retrieve resources by identifier (e.g. `R.foo.bar`) than by name (e.g. `getIdentifier(&quot;bar&quot;, &quot;foo&quot;, null)`)."
errorLine1=" int resourceId = view.getResources().getIdentifier(&quot;status_bar_height&quot;, &quot;dimen&quot;, &quot;android&quot;);"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/ViewUtil.java"
line="375"
column="44"/>
</issue>
<issue
id="DiscouragedApi"
message="Use of this function is discouraged because resource reflection makes it harder to perform build optimizations and compile-time verification of code. It is much more efficient to retrieve resources by identifier (e.g. `R.foo.bar`) than by name (e.g. `getIdentifier(&quot;bar&quot;, &quot;foo&quot;, null)`)."
errorLine1=" int resourceId = view.getResources().getIdentifier(&quot;navigation_bar_height&quot;, &quot;dimen&quot;, &quot;android&quot;);"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/ViewUtil.java"
line="389"
column="44"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/profiles/edit/pnp/WhoCanFindMeByPhoneNumberFragment.kt"
line="55"
column="12"/>
</issue>
<issue
id="DiscouragedApi"
message="The DSL API can be completely replaced by compose. See ComposeFragment or ComposeBottomSheetFragment for an alternative to this API"
errorLine1=" return configure {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/donate/card/YourInformationIsPrivateBottomSheet.kt"
line="21"
column="12"/>
</issue>
<issue
id="UnclosedTrace"
message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early"
errorLine1=" executor.execute { AndroidTrace.beginSection(methodName) }"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/SignalTrace.kt"
line="18"
column="37"/>
</issue>
<issue
id="UseCompatLoadingForDrawables"
message="Use `ResourcesCompat.getDrawable()`"
errorLine1=" Drawable circle = context.getResources().getDrawable(R.drawable.circle_tintable);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/CircleColorImageView.java"
line="35"
column="23"/>
</issue>
<issue
id="UseCompatTextViewDrawableXml"
message="Use `app:drawableStartCompat` instead of `android:drawableStart`"
errorLine1=" android:drawableStart=&quot;@drawable/storage_legend_photos&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/preference_storage_category.xml"
line="35"
column="9"/>
</issue>
<issue
id="UseCompatTextViewDrawableXml"
message="Use `app:drawableStartCompat` instead of `android:drawableStart`"
errorLine1=" android:drawableStart=&quot;@drawable/storage_legend_videos&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/preference_storage_category.xml"
line="48"
column="9"/>
</issue>
<issue
id="UseCompatTextViewDrawableXml"
message="Use `app:drawableStartCompat` instead of `android:drawableStart`"
errorLine1=" android:drawableStart=&quot;@drawable/storage_legend_files&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/preference_storage_category.xml"
line="61"
column="9"/>
</issue>
<issue
id="UseCompatTextViewDrawableXml"
message="Use `app:drawableStartCompat` instead of `android:drawableStart`"
errorLine1=" android:drawableStart=&quot;@drawable/storage_legend_audio&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/preference_storage_category.xml"
line="74"
column="9"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallInfoView__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="245"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallInfoView__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="245"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallInfoView__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="245"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallInfoView__plus_d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="249"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallInfoView__plus_d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="249"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallInfoView__plus_d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="250"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CameraContacts_you_can_share_with_a_maximum_of_n_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="307"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CameraContacts_you_can_share_with_a_maximum_of_n_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="307"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CameraContacts_you_can_share_with_a_maximum_of_n_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="309"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_old&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="450"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_old&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="450"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_old&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="453"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_many_edits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="454"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_many_edits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="454"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_many_edits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="458"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationAdapter_n_unread_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="553"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationAdapter_n_unread_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="553"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationAdapter_n_unread_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="558"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_delete_selected_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="560"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_delete_selected_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="560"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_media_to_storage_warning&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="564"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_media_to_storage_warning&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="564"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_delete_selected_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="566"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="567"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="567"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="570"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="570"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_media_to_storage_warning&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="571"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="575"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment__this_media_will_be_saved&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="576"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment__this_media_will_be_saved&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="576"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="579"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationFragment__this_media_will_be_saved&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="586"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_delete_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="719"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_delete_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="719"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="722"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="722"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations_linked_device&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="726"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations_linked_device&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="726"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_deleting_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="730"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_delete_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="730"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_deleting_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="730"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_conversations_archived&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="733"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_conversations_archived&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="733"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="734"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_moved_conversations_to_inbox&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="737"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_moved_conversations_to_inbox&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="737"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations_linked_device&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="739"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_read_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="740"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_read_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="740"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_unread_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="743"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_unread_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="743"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_deleting_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="744"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_conversations_archived&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="748"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_moved_conversations_to_inbox&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="753"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="756"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="756"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_read_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="757"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_unread_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="761"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;AddToFolderBottomSheet_these_chat_are_already_in_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="769"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;AddToFolderBottomSheet_these_chat_are_already_in_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="769"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="775"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;AddToFolderBottomSheet_these_chat_are_already_in_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="789"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;DateUtils_date_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="941"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;DateUtils_date_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="941"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;DateUtils_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="945"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;DateUtils_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="945"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;DateUtils_date_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="962"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;DateUtils_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="967"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingGroupJoinRequestsReminder_d_pending_member_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1152"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingGroupJoinRequestsReminder_d_pending_member_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1152"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingGroupJoinRequestsReminder_d_pending_member_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1175"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupManagement_invitation_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1201"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupManagement_invitation_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1201"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1213"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1213"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_were_removed_from_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1216"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_were_removed_from_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1216"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupManagement_invitation_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1225"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1227"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1227"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_are_not_capable_of_joining_new_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1230"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_are_not_capable_of_joining_new_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1230"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_members_couldnt_be_added_to_the_new_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1235"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_members_couldnt_be_added_to_the_new_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1235"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1238"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1238"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1238"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_were_removed_from_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1242"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members_question&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1244"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members_question&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1244"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_these_members_couldnt_be_automatically_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1247"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_these_members_couldnt_be_automatically_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1247"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1250"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1250"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_failed_to_add_members_try_again_later&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1253"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_failed_to_add_members_try_again_later&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1253"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1254"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_cannot_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1256"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_cannot_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1256"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_are_not_capable_of_joining_new_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1258"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_members_couldnt_be_added_to_the_new_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1264"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1268"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members_question&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1275"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;LinkPreviewRepository_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1276"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;LinkPreviewRepository_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1276"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_these_members_couldnt_be_automatically_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1279"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1283"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_failed_to_add_members_try_again_later&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1287"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_cannot_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1291"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;LinkPreviewRepository_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1312"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_revoke_d_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1329"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_revoke_d_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1329"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_error_revoking_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1332"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_error_revoking_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1332"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;AddMembersActivity__add_d_members_to_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1347"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;AddMembersActivity__add_d_members_to_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1347"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_revoke_d_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1366"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_error_revoking_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1370"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ManageGroupActivity_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1376"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ManageGroupActivity_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1376"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;AddMembersActivity__add_d_members_to_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1386"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ManageGroupActivity_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1416"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ManageRecipientActivity_d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1490"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ManageRecipientActivity_d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1490"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupMemberList_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1494"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupMemberList_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1494"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;InviteRevokeConfirmationDialog_revoke_others_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1529"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;InviteRevokeConfirmationDialog_revoke_others_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1529"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ManageRecipientActivity_d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1531"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupMemberList_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1536"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupJoinBottomSheetDialogFragment_group_dot_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1553"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupJoinBottomSheetDialogFragment_group_dot_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1553"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;InviteRevokeConfirmationDialog_revoke_others_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1572"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupJoinBottomSheetDialogFragment_group_dot_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1597"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;InviteActivity_send_sms_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1610"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;InviteActivity_send_sms_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1610"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_title&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1636"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_title&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1636"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_message&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1639"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_message&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1639"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_save_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1654"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_save_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1654"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;InviteActivity_send_sms_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1655"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_delete_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1657"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_delete_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1657"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_d_selected_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1662"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_d_selected_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1662"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_title&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1682"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_message&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1686"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_save_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1702"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_delete_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1706"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_d_selected_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1712"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1761"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1761"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_removed&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1765"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_removed&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1765"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_invited_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1812"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1812"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_invited_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1812"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_people_were_invited_to_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1816"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_people_were_invited_to_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1816"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_removed&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1817"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_you_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1821"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_you_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1821"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1824"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1824"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_invitations_were_revoked&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1831"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_invitations_were_revoked&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1831"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_invited_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1865"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_people_were_invited_to_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1870"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_you_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1876"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1880"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_invitations_were_revoked&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1888"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_requested_and_cancelled_their_request_to_join_via_the_group_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="1904"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_requested_and_cancelled_their_request_to_join_via_the_group_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="1904"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_requested_and_cancelled_their_request_to_join_via_the_group_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="1962"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2002"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2002"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2007"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2007"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2061"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2061"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2061"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members_and_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2065"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members_and_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2065"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2067"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2069"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2069"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_member_of_d_additional_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2073"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_member_of_d_additional_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2073"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;OutdatedBuildReminder_your_version_of_signal_will_expire_in_n_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2120"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;OutdatedBuildReminder_your_version_of_signal_will_expire_in_n_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2120"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2122"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members_and_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2127"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2132"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_member_of_d_additional_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2137"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;PinRestoreEntryFragment_you_have_d_attempt_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2153"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;PinRestoreEntryFragment_you_have_d_attempt_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2153"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;OutdatedBuildReminder_your_version_of_signal_will_expire_in_n_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2185"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;PinRestoreEntryFragment_you_have_d_attempt_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2219"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__approve_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2257"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__approve_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2257"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2263"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2263"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__deny_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2267"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__deny_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2267"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_not_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2271"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_not_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2271"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2277"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2277"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2281"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2281"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__approve_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2324"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2331"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__signal_will_ring_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2335"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__signal_will_ring_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2335"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__deny_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2336"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_will_be_notified&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2341"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_not_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2341"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_will_be_notified&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2341"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__ringing_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2347"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__ringing_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2347"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2348"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2353"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_is_calling_you_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2354"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_is_calling_you_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2354"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_are_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2364"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_are_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2364"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__signal_will_ring_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2408"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_second_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2413"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_second_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2413"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_will_be_notified&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2415"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_third_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2420"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_third_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2420"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__ringing_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2422"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_second_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2427"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_second_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2427"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_is_calling_you_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2430"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_third_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2434"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_third_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2434"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_are_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2441"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;AboutSheet__d_groups_in&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2466"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;AboutSheet__d_groups_in&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2466"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2477"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2477"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_ring&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2480"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_ring&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2480"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_notify&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2484"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_notify&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2484"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__raised_hands&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2487"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__raised_hands&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2487"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_second_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2491"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_third_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2499"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_second_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2507"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_third_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2515"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;AboutSheet__d_groups_in&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2548"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2560"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_ring&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2564"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationActivity_debug_log_hint&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2565"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationActivity_debug_log_hint&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2565"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_notify&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2569"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__raised_hands&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2573"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationActivity_debug_log_hint&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2652"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;UserNotificationMigrationJob_d_contacts_are_on_signal&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2832"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;UserNotificationMigrationJob_d_contacts_are_on_signal&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2832"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2910"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2910"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="2914"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="2914"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;UserNotificationMigrationJob_d_contacts_are_on_signal&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2920"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="2999"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3000"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3000"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3004"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success_n_failures&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3006"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success_n_failures&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3006"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_error_while_saving_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3011"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_error_while_saving_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3011"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;TransferControlView_n_items&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3062"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;TransferControlView_n_items&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3062"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3091"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success_n_failures&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3098"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_error_while_saving_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3104"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;TransferControlView_n_items&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3156"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSelectionListFragment_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3168"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSelectionListFragment_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3168"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3191"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3191"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3195"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3195"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSelectionListFragment_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3263"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3287"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3292"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_seconds&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3341"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_seconds&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3341"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_minutes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3347"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_minutes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3347"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_hours&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3353"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_hours&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3353"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3359"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3359"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_weeks&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3365"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_weeks&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3365"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;identity_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3385"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;identity_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3385"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupUtil_joined_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3411"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupUtil_joined_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3411"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_seconds&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3439"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_minutes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3446"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_hours&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3453"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3460"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;expiration_weeks&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3467"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;identity_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3488"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GroupUtil_joined_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3515"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;hours_ago&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3616"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;hours_ago&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3616"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;hours_ago&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3721"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;preferences_storage__this_will_permanently_trim_all_conversations_to_the_d_most_recent_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3762"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;preferences_storage__this_will_permanently_trim_all_conversations_to_the_d_most_recent_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3762"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;preferences_storage__s_messages_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="3780"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;preferences_storage__s_messages_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="3780"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;preferences_storage__this_will_permanently_trim_all_conversations_to_the_d_most_recent_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3868"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;preferences_storage__s_messages_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="3887"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;conversation_context__s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4115"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;conversation_context__s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4115"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;conversation_scheduled_messages_bar__number_of_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4206"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;conversation_scheduled_messages_bar__number_of_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4206"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;conversation_context__s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4223"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_characters&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4276"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_characters&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4276"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_digits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4279"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_digits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4279"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;conversation_scheduled_messages_bar__number_of_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4315"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__for_your_privacy_and_security_there_is_no_way_to_recover&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4340"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__for_your_privacy_and_security_there_is_no_way_to_recover&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4340"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__incorrect_pin_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4344"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__incorrect_pin_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4344"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__if_you_run_out_of_attempts_your_account_will_be_locked_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4348"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__if_you_run_out_of_attempts_your_account_will_be_locked_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4348"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__you_have_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4352"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__you_have_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4352"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4356"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4356"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_characters&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4386"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_digits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4390"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__for_your_privacy_and_security_there_is_no_way_to_recover&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4452"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__incorrect_pin_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4457"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__if_you_run_out_of_attempts_your_account_will_be_locked_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4462"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__you_have_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4467"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4472"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_group_members_have_the_same_name&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4775"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_group_members_have_the_same_name&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4775"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__if_youre_not_sure&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4779"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__if_youre_not_sure&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4779"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_other_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4784"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_other_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4784"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4787"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4787"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_joined&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4811"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_joined&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4811"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_left&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4819"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_left&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4819"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity__d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4865"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity__d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4865"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_group_members_have_the_same_name&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4892"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__if_youre_not_sure&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4897"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_other_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4903"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4907"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_joined&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4932"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_left&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4941"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;PaymentsRecoveryStartFragment__your_balance_will_automatically_restore&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="4965"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;PaymentsRecoveryStartFragment__your_balance_will_automatically_restore&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="4965"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity__d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="4988"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;PaymentsRecoveryStartFragment__your_balance_will_automatically_restore&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5089"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatsSettingsFragment__d_folder&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5191"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatsSettingsFragment__d_folder&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5191"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chat_types&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5241"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chat_types&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5241"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5245"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5245"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5249"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5249"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatsSettingsFragment__d_folder&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5316"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;PrivacySettingsFragment__d_contacts&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5326"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;PrivacySettingsFragment__d_contacts&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5326"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chat_types&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5367"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5372"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5377"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatColorSelectionFragment__this_custom_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5405"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatColorSelectionFragment__this_custom_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5405"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CustomChatColorCreatorFragmentPage__this_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5419"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CustomChatColorCreatorFragmentPage__this_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5419"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;PrivacySettingsFragment__d_contacts&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5455"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ChatColorSelectionFragment__this_custom_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5535"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CustomChatColorCreatorFragmentPage__this_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5550"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity_not_signal_users&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5586"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity_not_signal_users&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5586"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_send_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5640"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_send_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5640"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5643"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5643"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_failed_to_send&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5646"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_failed_to_send&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5646"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment__couldnt_forward_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5649"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment__couldnt_forward_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5649"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_high_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5701"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_high_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5701"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_standard_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="5705"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_standard_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="5705"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity_not_signal_users&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5718"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_send_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5773"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5777"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_failed_to_send&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5781"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment__couldnt_forward_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5785"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_high_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5838"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_standard_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="5843"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStories__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6279"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStories__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6279"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6293"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6293"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_replies&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6297"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_replies&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6297"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6358"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6358"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6374"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6374"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6382"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6382"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStories__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6418"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6433"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_replies&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6438"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;SelectViewersFragment__d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6479"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;SelectViewersFragment__d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6479"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6500"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6517"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6526"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GiftRowItem_s_dot_d_day_duration&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6551"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GiftRowItem_s_dot_d_day_duration&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6551"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GiftFlowStartFragment__support_signal_by&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6557"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GiftFlowStartFragment__support_signal_by&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6557"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__custom_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6605"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__custom_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6605"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6609"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6609"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6613"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6613"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6617"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6617"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6621"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6621"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;SelectViewersFragment__d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6624"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;Gifts__d_days_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6645"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;Gifts__d_days_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6645"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;Gifts__d_hours_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6649"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;Gifts__d_hours_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6649"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;Gifts__d_minutes_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6653"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;Gifts__d_minutes_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6653"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;SafetyNumberBottomSheetFragment__you_have_d_connections_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6684"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;SafetyNumberBottomSheetFragment__you_have_d_connections_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6684"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GiftRowItem_s_dot_d_day_duration&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6697"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;SafetyNumberReviewConnectionsFragment__d_recipients_may_have&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6702"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;SafetyNumberReviewConnectionsFragment__d_recipients_may_have&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6702"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GiftFlowStartFragment__support_signal_by&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6704"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__custom_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6753"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6758"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6763"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6768"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6773"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;Gifts__d_days_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6798"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;Gifts__d_hours_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6803"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;Gifts__d_minutes_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6808"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;GatewaySelectorBottomSheet__get_a_s_badge_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6836"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;GatewaySelectorBottomSheet__get_a_s_badge_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6836"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;SafetyNumberBottomSheetFragment__you_have_d_connections_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6840"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;SafetyNumberReviewConnectionsFragment__d_recipients_may_have&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6859"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CdsTemporaryErrorBottomSheet_body1&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="6990"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CdsTemporaryErrorBottomSheet_body1&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="6990"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;GatewaySelectorBottomSheet__get_a_s_badge_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="6994"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__cant_delete_call_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7140"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__cant_delete_call_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7140"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CdsTemporaryErrorBottomSheet_body1&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7149"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__delete_d_calls&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7167"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__delete_d_calls&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7167"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__d_calls_deleted&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7171"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__d_calls_deleted&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7171"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__cant_delete_call_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7300"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__delete_d_calls&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7328"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__d_calls_deleted&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7333"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsView__plus_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7390"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsView__plus_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7390"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsBottomSheet__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7398"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsBottomSheet__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7398"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;LinkedDeviceInactiveMegaphone_body&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7479"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;LinkedDeviceInactiveMegaphone_body&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7479"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_backup_plan_has_expired&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7525"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_backup_plan_has_expired&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7525"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_device_hasnt&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7547"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_device_hasnt&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7547"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsView__plus_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7553"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsBottomSheet__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7562"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;LinkedDeviceInactiveMegaphone_body&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7644"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_backup_plan_has_expired&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7691"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;UpgradeToStartMediaBackupSheet__your_current_signal_backup_plan_includes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7698"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;UpgradeToStartMediaBackupSheet__your_current_signal_backup_plan_includes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7698"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_device_hasnt&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7714"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__your_subscription_on_this_device_is_valid&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7839"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__your_subscription_on_this_device_is_valid&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7839"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__processing_d_of_d_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7851"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__processing_d_of_d_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7851"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__you_have_s_of_backup_data&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7855"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__you_have_s_of_backup_data&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7855"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__if_you_skip_downloading&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7863"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__if_you_skip_downloading&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7863"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;UpgradeToStartMediaBackupSheet__your_current_signal_backup_plan_includes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="7866"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__text_plus_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7965"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__text_plus_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7965"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ky&quot; (Kyrgyz) the following quantity should also be defined: `one` (e.g. &quot;Себетте 1 Х бар. Аны аласызбы?&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__last_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ky/strings.xml"
line="7977"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;ug&quot; (Uyghur) the following quantity should also be defined: `one` (e.g. &quot;1 كىتاب&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__last_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-ug/strings.xml"
line="7977"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__your_subscription_on_this_device_is_valid&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="8008"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__processing_d_of_d_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="8021"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__you_have_s_of_backup_data&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="8026"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__if_you_skip_downloading&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="8035"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__text_plus_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="8138"
column="5"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;sr&quot; (Serbian) the following quantity should also be defined: `few` (e.g. &quot;2 sata&quot;)"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__last_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-sr/strings.xml"
line="8151"
column="5"/>
</issue>
<issue
id="Typos"
message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
errorLine1=" &lt;string name=&quot;CommunicationActions_carrier_charges_may_apply&quot;>Avgifter fra teleoportører kan muligens komme i tillegg. Nummeret du ringer er ikke registrert hos Signal. Denne samtalen blir plassert via din mobiloperatør, ikke over internett.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="346"
column="236"/>
</issue>
<issue
id="Typos"
message="&quot;media&quot; is a common misspelling; did you mean &quot;medier&quot;?"
errorLine1=" &lt;string name=&quot;ConversationActivity_error_sending_media&quot;>Kunne ikke sende media&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="535"
column="78"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;az&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;ConversationFragment_your_safety_number_with_s_changed_likey_because_they_reinstalled_signal&quot;>Biztonsági számod %1$s nevű partnereddel megváltozott. Ennek valószínűleg az az oka, hogy újratelepítette a Signalt, vagy lecserélte eszközét. Koppints ide, hogy megerősítsd az új biztonsági számotokat. Ez a művelet opcionális.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-hu/strings.xml"
line="624"
column="187"/>
</issue>
<issue
id="Typos"
message="&quot;Ultima&quot; is a common misspelling; did you mean &quot;Última&quot;?"
errorLine1=" &lt;string name=&quot;BackupsPreferenceFragment__last_backup&quot;>Ultima cópia de segurança: %1$s&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-pt/strings.xml"
line="919"
column="59"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;meg&quot; in message: possible typo"
errorLine1=" &lt;item quantity=&quot;one&quot;>Ezt a tagot újra meg meg kell hívni, és kell fogadnia a meghívót, mielőtt újra üzenetet tudna fogadni a csoporttól:&lt;/item>"
errorLine2=" ^">
<location
file="src/main/res/values-hu/strings.xml"
line="1239"
column="47"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;meg&quot; in message: possible typo"
errorLine1=" &lt;item quantity=&quot;other&quot;>Ezeket a tagokat újra meg meg kell hívni, és kell fogadniuk a meghívót, mielőtt újra üzenetet tudnak fogadni a csoporttól:&lt;/item>"
errorLine2=" ^">
<location
file="src/main/res/values-hu/strings.xml"
line="1240"
column="54"/>
</issue>
<issue
id="Typos"
message="&quot;yada&quot; is a common misspelling; did you mean &quot;ya da&quot;?"
errorLine1=" &lt;string name=&quot;AddGroupDetailsFragment__you_can_add_or_invite_friends_after_creating_this_group&quot;>Bu grubu oluşturduktan sonra arkadaş ekleyebilir yada davet edebilirsin.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-tr/strings.xml"
line="1398"
column="150"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;como&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;MessageRequestBottomView_upgrade_this_group_to_activate_new_features&quot;>Este Grupo Legado não pode ser mais usado. Crie um novo grupo para ativar novos recursos como como @menções e admins.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="2109"
column="178"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;sammen&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;DeviceProvisioningActivity_sorry_you_have_too_many_devices_linked_already&quot;>Du har koblet sammen sammen for mange enheter allerede. Prøv å fjerne noen&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="2174"
column="108"/>
</issue>
<issue
id="Typos"
message="&quot;media&quot; is a common misspelling; did you mean &quot;medier&quot;?"
errorLine1=" &lt;string name=&quot;ThreadRecord_view_once_media&quot;>Vis en gang media&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="2809"
column="61"/>
</issue>
<issue
id="Typos"
message="&quot;Media&quot; is a common misspelling; did you mean &quot;Medier&quot;?"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_media_no_longer_available&quot;>Media er ikke lenger tilgjengelig.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="2982"
column="67"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;az&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;UnauthorizedReminder_this_is_likely_because_you_registered_your_phone_number_with_Signal_on_a_different_device&quot;>Ez az eszköz már nincs regisztrálva. Ennek valószínűleg az az oka, hogy egy másik eszközön regisztráltad a telefonszámod a Signalon.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-hu/strings.xml"
line="3167"
column="187"/>
</issue>
<issue
id="Typos"
message="&quot;Camera&quot; is a common misspelling; did you mean &quot;Câmera&quot;?"
errorLine1=" &lt;string name=&quot;WebRtcCallActivity__flip_camera_tooltip&quot;>A Flip Camera foi movida para cá, toque no seu vídeo para experimentar&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-pt/strings.xml"
line="3188"
column="67"/>
</issue>
<issue
id="Typos"
message="&quot;media&quot; is a common misspelling; did you mean &quot;medier&quot;?"
errorLine1=" &lt;string name=&quot;QuoteView_view_once_media&quot;>Vis en gang media&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="3371"
column="58"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;az&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;EnableCallNotificationSettingsDialog__to_receive_call_notifications_tap_here_and_turn_on_notifications&quot;>A hívás-értesítések fogadásához koppints ide, és kapcsold be az az értesítéseket, és győződj meg róla, hogy a Hang és az Előugró ablak engedélyezve lett.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-hu/strings.xml"
line="3413"
column="184"/>
</issue>
<issue
id="Typos"
message="&quot;bir kaç&quot; is a common misspelling; did you mean &quot;birkaç&quot;?"
errorLine1=" &lt;string name=&quot;EditAboutFragment_write_a_few_words_about_yourself&quot;>Hakkınızda bir kaç kelime yazın…&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-tr/strings.xml"
line="3542"
column="82"/>
</issue>
<issue
id="Typos"
message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
errorLine1=" &lt;string name=&quot;preferences_communication__censorship_circumvention_can_only_be_activated_when_connected_to_the_internet&quot;>Sensur-omgåelse kan bare bli skrudd på når telefonen er koblet til internett.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="3926"
column="192"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;kan&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;GroupsLearnMore_paragraph_2&quot;>\&quot;Legacy\&quot;-grupper kan ikke bli oppgradert til nye grupper enda, men du kan kan lage en ny gruppe med de samme medlemmene om de bruker den nyeste utgaven av Signal.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="4859"
column="120"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;para&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;ThanksForYourSupportBottomSheetFragment__when_you_have_more&quot;>Quando tem mais do que um crachá, pode escolher apresentar um deles para para que outras pessoas o vejam no seu perfil.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-pt/strings.xml"
line="5942"
column="148"/>
</issue>
<issue
id="Typos"
message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
errorLine1=" &lt;string name=&quot;DonationsErrors__subscription_cancellation_requires_an_internet_connection&quot;>Du må være koblet til internett for å kunne avslutte abonnementet.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="6086"
column="117"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;azokat&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;AddAllowedMembers__add_people_and_groups_you_want_notifications_and_calls_from_when_this_profile_is_on&quot;>Add hozzá azokat azokat a személyeket és csoportokat, akiktől szeretnél értesítéseket és hívásokat fogadni olyankor, amikor a profil aktív!&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-hu/strings.xml"
line="6206"
column="133"/>
</issue>
<issue
id="Typos"
message="&quot;inicio&quot; is a common misspelling; did you mean &quot;início&quot;?"
errorLine1=" &lt;string name=&quot;EditNotificationProfileSchedule__set_start_time&quot;>Definir hora de inicio&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-pt/strings.xml"
line="6284"
column="84"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;die&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;DonationReceiptDetailsFragment__thank_you_for_supporting&quot;>Vielen Dank, dass du Signal unterstützt. Deine Spende trägt dazu bei, die Entwicklung von Open-Source-Datenschutztechnologien voranzutreiben, die die freie Meinungsäußerung schützen und eine sichere globale Kommunikation für Millionen von Menschen auf der ganzen Welt ermöglichen. Falls du deinen Wohnsitz in den USA hast, bewahre bitte diese Bescheinigung für deine Steuerunterlagen auf. Die Signal Stiftung (Signal Technology Foundation) ist eine steuerbefreite gemeinnützige Organisation in den USA gemäß Abschnitt 501c3 des Internal Revenue Code. Unsere Federal Tax ID lautet 82-4506840.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-de/strings.xml"
line="6363"
column="219"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;die&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;SendingEditMessageBetaOnlyDialog_body&quot;>Wenn du eine Nachricht bearbeitest, ist sie nur für Personen sichtbar, die die neuesten Versionen von Signal verwenden. Sie können dann sehen, dass du eine Nachricht bearbeitet hast.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-de/strings.xml"
line="7454"
column="129"/>
</issue>
<issue
id="Typos"
message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
errorLine1=" &lt;string name=&quot;UsernameLinkSettings_reset_link_result_network_unavailable&quot;>Du er ikke koblet til internett. Lenken ble ikke sendt. Prøv igjen senere.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="7528"
column="101"/>
</issue>
<issue
id="Typos"
message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
errorLine1=" &lt;item quantity=&quot;one&quot;>Det er %1$d dag siden siste sikkerhetskopiering. Sørg for at enheten er koblet til internett, og trykk på «Sikkerhetskopier nå». &lt;/item>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="7715"
column="113"/>
</issue>
<issue
id="Typos"
message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
errorLine1=" &lt;item quantity=&quot;other&quot;>Det er %1$d dager siden siste sikkerhetskopiering. Sørg for at enheten er koblet til internett, og trykk på «Sikkerhetskopier nå».&lt;/item>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="7716"
column="117"/>
</issue>
<issue
id="Typos"
message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
errorLine1=" &lt;string name=&quot;BackupStatus__status_no_internet&quot;>Ikke koblet til internett …&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="7782"
column="69"/>
</issue>
<issue
id="Typos"
message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
errorLine1=" &lt;string name=&quot;BackupStatusRow__your_last_backup&quot;>Den siste sikkerhetskopien kunne ikke gjennomføres. Sørg for at enheten er koblet til internett, og trykk på «Sikkerhetskopier nå» for å prøve igjen.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb/strings.xml"
line="7804"
column="140"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;die&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;ManageStorageSettingsFragment_chat_length_limit_warning&quot;>Nachrichten, die die ausgewählte Anzahl überschreiten, werden dauerhaft gelöscht.&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-de/strings.xml"
line="7840"
column="89"/>
</issue>
<issue
id="Typos"
message="&quot;Ultima&quot; is a common misspelling; did you mean &quot;Última&quot;?"
errorLine1=" &lt;string name=&quot;BackupsSettingsFragment_last_backup_s&quot;>Ultima cópia de segurança %1$s&lt;/string>"
errorLine2=" ^">
<location
file="src/main/res/values-pt/strings.xml"
line="7894"
column="58"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Simpan ke ponsel?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-in/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>スマートフォンに保存しますか?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ja/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>រក្សាទុកក្នុងទូរសព្ទឬ?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-km/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>휴대폰에 저장할까요?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ko/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Телефонго сактайсызбы?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ky/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Simpan ke telefon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ms/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>ဖုန်းထဲ သိမ်းမလား။&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-my/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>บันทึกไปยังโทรศัพท์ใช่หรือไม่&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-th/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>تېلېفونغا ساقلامسىز؟&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ug/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Lưu vào điện thoại?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-vi/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>係咪儲存至手機?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-yue/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>要保存到手机吗?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh-rCN/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>儲存到手機?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh-rHK/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>儲存到手機?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh-rTW/strings.xml"
line="574"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Stoor op foon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-af/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Telefon yaddaşında saxlansın?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-az/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Запазване на телефона?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bg/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>ফোনে সেভ করবেন?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Guardar al telèfon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ca/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Vil du gemme på telefonen?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-da/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Auf dem Telefon sichern?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-de/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Αποθήκευση στο τηλέφωνο;&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-el/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>¿Guardar en el teléfono?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-es/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Kas salvestada telefoni?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-et/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Telefonoan gorde nahi duzu?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-eu/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>در تلفن ذخیره شود؟&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Tallennetaanko puhelimeen?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fi/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Enregistrer sur le téléphone ?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Gardar no teléfono?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gl/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>ફોન પર સેવ કરવું છે?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>फ़ोन पर सेव करें?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Mentés telefonra?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hu/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Salvare sul telefono?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-it/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>გსურს მობილურში შეინახო?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ka/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Телефонға сақтау керек пе?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kk/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>ಫೋನ್‌ಗೆ ಸೇವ್ ಮಾಡಬೇಕೇ?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Да се зачува на телефон?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>ഫോണിൽ സംരക്ഷിക്കണോ?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ml/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>फोनवर सेव्ह करूया?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mr/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Vil du lagre på telefonen?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-nb/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Opslaan op telefoon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-nl/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>ਫ਼ੋਨ ਵਿੱਚ ਸੁਰੱਖਿਅਤ ਕਰਨਾ ਹੈ?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Salvar no telefone?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Guardar no telemóvel?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Të ruhet në telefon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sq/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Желите ли да сачувате на телефон?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Spara till telefonen?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sv/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Hifadhi kwenye simu?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sw/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>தொலைபேசியில் சேமிக்கவா?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ta/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>ఫోన్‌లో సేవ్ చేసేదా?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-te/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>I-save sa phone mo?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Telefona kaydedilsin mi?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tr/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>فون میں محفوظ کریں؟&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ur/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Vai saglabāt tālrunī?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="594"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Salvează pe telefon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ro/strings.xml"
line="594"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Spremiti na telefon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Uložit do telefonu?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-cs/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Spremiti na telefon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>לשמור בטלפון?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-iw/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Išsaugoti telefone?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Zapisać w telefonie?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pl/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Сохранить на телефоне?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Uložiť do telefónu?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sk/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Želite shraniti v telefon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Зберегти в телефоні?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="604"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Sábháil chuig an nguthán?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ga/strings.xml"
line="614"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;ConversationFragment__save_to_phone&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>هل ترغبُ بالحفظ في الهاتف؟&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ar/strings.xml"
line="624"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal memerlukan izin Penyimpanan untuk menyimpan di penyimpanan eksternal, tetapi saat ini izin ditolak secara permanen. Harap lanjutkan ke pengaturan aplikasi, pilih \&quot;Izin\&quot; dan aktifkan \&quot;Penyimpanan\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-in/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>外部ストレージにデータを保存するには、Signalにストレージへのアクセス許可が必要ですが、無効になっています。アプリ設定メニューの「アプリの権限」で「ストレージ」を有効にしてください。&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ja/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signalត្រូវការសិទ្ធិប្រើប្រាស់អង្គរក្សាទុកដើម្បីរក្សាឯកសារក្នុងអង្គរក្សាទុកខាងក្រៅ ប៉ុន្តែវាត្រូវបានបដិសេធរហូត។ សូមបន្តទៅកាន់ ការកំណត់ ជ្រើសរើស \&quot;ការអនុញ្ញាត\&quot; និងបើក \&quot;អង្គរក្សាទុក\&quot;។&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-km/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal에서 외부 저장 공간에 저장하려면 저장 공간 권한이 필요하지만 현재 거부되어 있습니다. 앱 설정 메뉴에서 \&apos;권한\&apos;을 선택한 후 \&apos;저장 공간\&apos; 항목을 허용해 주세요.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ko/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Тышкы сактагычка сактоо үчүн Signal колдонмосуна сактагычты колдонууга уруксат беришиңиз керек, бирок сиз андан баш тарткансыз. Колдонмонун параметрлерине кирүү үчүн \&quot;Улантуу\&quot; дегенди басып, \&quot;Уруксаттар\&quot; дегенди тандап, \&quot;Сактагыч\&quot; дегенди иштетиңиз.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ky/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal memerlukan kebenaran Storan untuk menyimpan ke storan luaran, tetapi telah ditolak secara kekal. Sila terus ke menu tetapan aplikasi, pilih \&quot;Kebenaran\&quot;, dan dayakan \&quot;Storan\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ms/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>သင်၏ ပြင်ပသိုလှောင်ရာနေရာတွင် သိမ်းရန် သိုလှောင်မှုခွင့်ပြုချက်အား Signal ကို ပေးရန်လိုအပ်ပါသည်။ သို့သော် လုံးဝခွင့်မပြုပါ ဟုရွေးထားပြီး ဖြစ်နေသဖြင့် အပ်ပလီကေးရှင်း အပြင်အဆင်သို့ သွား၍ ခွင့်ပြုချက်များကို ရွေးချယ်ကာ သိုလှောင်မှုခွင့်ပြုချက်ကို အသုံးပြုနိုင်အောင် ပြုလုပ်ပါ။&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-my/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>เพื่อที่จะบันทึกข้อมูลลงที่เก็บข้อมูลภายนอก Signal ต้องได้รับอนุญาตให้เข้าถึงที่เก็บข้อมูล แต่คำขอนั้นถูกปฏิเสธอย่างถาวร กรุณาไปที่เมนูตั้งค่าแอป เลือก \&quot;การอนุญาต\&quot; และเปิดใช้งาน \&quot;ที่เก็บข้อมูล\&quot;&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-th/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>ھۆججەتنى سىرتقا ساقلىغۇچقا ساقلاش ئۈچۈن Signal ساقلاش ھوقۇقىغا ئېھتىياجلىق، ئەمما ئۇ مەڭگۈلۈك چەكلەنگەن، ئەپ تەڭشىكىدىن، «ھوقۇقلار» نى تاللاپ، «ساقلاش» نى قوزغىتىڭ.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ug/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal cần quyền truy cập Bộ nhớ để lưu tệp vào bộ nhớ, nhưng đã bị từ chối vĩnh viễn. Vui lòng mở cài đặt ứng dụng, chọn \&quot;Quyền\&quot; và bật \&quot;Bộ nhớ\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-vi/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal 要攞「儲存裝置」權限,先可以儲存到外置儲存裝置,但權限已被永久拒絕。請到呢個 app 嘅應用程式設定,揀選「權限」,然後啟用「儲存裝置」。&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-yue/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal 需“存储”权限,来保存文件至外部存储,但该权限已永久禁用。请访问应用设置菜单,选择“权限”并启用“存储”。&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh-rCN/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal 需要儲存裝置權限才可儲存到外部儲存空間,但已被永久拒絕。請前往應用程式設定,選擇「權限」,然後啟用「儲存裝置」。&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh-rHK/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal 需要儲存的權限以儲存外接儲存空間,但是現在被設定為永久拒絕存取。請到應用程式設定中,選取「權限」,並啟用「儲存空間」的權限。&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh-rTW/strings.xml"
line="2884"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Tidak bisa menyimpan ke penyimpanan eksternal tanpa izin&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-in/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>ストレージへのアクセス許可がないと外部ストレージに保存できません&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ja/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>មិនអាចរក្សាទុកក្នុងអង្គរក្សាទុកខាងក្រៅ ដោយគ្មានការអនុញ្ញាត&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-km/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>외부 저장 공간에 저장하려면 저장 공간 권한이 필요함&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ko/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Уруксат алмайынча, тышкы сактагычка сактай албайт.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ky/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Tidak dapat menyimpan ke storan luaran tanpa kebenaran&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ms/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>ခွင့်ပြုချက်မပေးထားပါက အပြင်ဘက်တွင် သိမ်းဆည်း၍မရပါ&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-my/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>ไม่สามารถบันทึกลงที่เก็บข้อมูลภายนอกได้ หากไม่ได้รับอนุญาต&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-th/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>ئىجازەتسىز سىرتقى ساقلىغۇچقا ساقلىيالمايدۇ&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ug/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Không thể lưu tệp vào bộ nhớ khi không có quyền&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-vi/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>冇權限冇得儲存到外置儲存裝置&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-yue/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>没有权限,无法保存至外部存储&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh-rCN/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>缺少權限下無法儲存到外部儲存空間&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh-rHK/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>因為沒有儲存的權限,無法儲存到外部儲存空間&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh-rTW/strings.xml"
line="2885"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal het die Storingstoestemming nodig om op \&apos;n eksterne stoorplek te stoor, maar dit is permanent geweier. Gaan asseblief na die toepassingsinstellings, kies \&quot;Toestemmings\&quot; en aktiveer \&quot;Storing\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-af/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal-ın, xarici anbarda saxlaması üçün Anbar icazəsinə ehtiyacı var, ancaq bu icazə birdəfəlik rədd edilib. Zəhmət olmasa tətbiq tənzimləmələrində \&quot;İcazələr\&quot;i seçib \&quot;Anbar\&quot;ı fəallaşdırın.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-az/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal се нуждае от достъп до вградения диск, за да може да запазва на него, но той му е отказан. Моля, отидете в настройки в менюто и изберете \&quot;Разрешения\&quot; и \&quot;Дискове\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bg/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>বাহ্যিক স্টোরেজে সংরক্ষণের জন্য Signalএর স্টোরেজের অনুমতি প্রয়োজন তবে এটি স্থায়ীভাবে অস্বীকার করা হয়েছে। দয়া করে অ্যাপ্লিকেশন সেটিংসে যান, \&quot;অনুমতিগুলি\&quot; নির্বাচন করুন এবং \&quot;স্টোরেজ\&quot; সক্ষম করুন।&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>El Signal necessita el permís de l\&apos;emmagatzematge per tal de desar en un emmagatzematge extern, però s\&apos;ha denegat permanentment. Si us plau, continueu cap al menú de configuració de l\&apos;aplicació, seleccioneu Permisos i activeu-hi l\&apos;emmagatzematge.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ca/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal beder om tilladelse til at tilgå din lagerplads, for at kunne gemme til ekstern placering, hvilket er blevet nægtet. Gå venligst til appindstillinger, vælg \&quot;Tilladelser\&quot; og tilvælg \&quot;Lagerplads\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-da/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal benötigt die Berechtigung »Speicher« für das Speichern in den Gerätespeicher, diese wurde jedoch dauerhaft abgelehnt. Bitte öffne die App-Einstellungen, wähle »Berechtigungen« und aktiviere »Speicher«.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-de/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Το Signal χρειάζεται τα δικαιώματα Αποθηκευτικού Χώρου για αποθήκευση στην εξωτερική μνήμη, αλλά αυτά δεν έχουν δοθεί μόνιμα. Παρακαλώ πήγαινε στις ρυθμίσεις εφαρμογών, επέλεξε τα \&quot;Δικαιώματα\&quot;, και ενεργοποίησε το \&quot;Αποθηκευτικός Χώρος\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-el/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal necesita acceso al almacenamiento para guardar archivos en el almacenamiento externo. Ve al menú Ajustes de tu dispositivo y selecciona Aplicaciones y notificaciones &amp;gt; Signal &amp;gt; Permisos de la aplicación &amp;gt; Almacenamiento &amp;gt; Permitir. Estos pasos pueden variar dependiendo de tu dispositivo.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-es/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal vajab mäluruumi luba, et salvestada välismällu, ent see on püsivalt keelatud. Palun jätka rakenduse seadetes, vali \&quot;Load\&quot; ja luba \&quot;Mäluruum\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-et/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signalek Gordailu baimena behar du kanpoko gordailuan datuak idazteko baina baimena ukatu egin diozu. Joan aplikazioaren ezarpenetara, aukeratu \&quot;Baimenak\&quot; eta aktibatu \&quot;Gordailua\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-eu/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>سیگنال به منظور ذخیره سازی روی حافظهٔ خارجی نیاز به مجوز حافظه دارد اما اجازه اینکار به طور دائمی رد شده است. لطفاً به تنظیمات برنامه رفته، «مجوزها» را انتخاب کنید و «حافظه» را فعال کنید.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal tarvitsee luvan käyttää laitteesi tallennustilaa tallentaakseen sinne, mutta tämä käyttöoikeus on pysyvästi evätty Signalilta. Voit muuttaa tätä menemällä sovellusten asetuksiin, valitsemalla \&quot;Sovelluksen käyttöoikeudet\&quot; ja laittamalla päälle \&quot;Tallennustila\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fi/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Pour enregistrer des données sur un stockage externe, Signal doit accéder à l\&apos;application Stockage, mais vous lui en avez interdit l\&apos;accès. Ouvrez l\&apos;application Paramètres de votre appareil, puis touchez Applications &amp;gt; Signal &amp;gt; Autorisations et activez l\&apos;option \&quot;Stockage\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal necesita permiso para acceder ao almacenamento externo e poder gardar nel, pero foi denegado de forma permanente. Vai aos axustes da aplicación, selecciona \&quot;Permisos\&quot; e activa \&quot;Almacenamento\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gl/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>બાહ્ય સ્ટોરેજ માં સેવ કરવા માટે Signal ને સ્ટોરેજ પરવાનગીની જરૂર છે, પરંતુ તેનો કાયમી નામંજૂર કરવામાં આવી છે. કૃપા કરીને એપ્લિકેશન સેટિંગ્સ ચાલુ રાખો \&quot;પરવાનગી\&quot; પસંદ કરો, અને \&quot;સ્ટોરેજ\&quot; સક્ષમ કરો.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>बाहरी स्टॉरेज में सेव करने के लिए Signal को स्टोरेज अनुमति की आवश्यकता होती है, लेकिन इसे स्थायी रूप से अस्वीकार कर दिया गया है। कृपया ऐप सेटिंग्स जारी रखें, \&quot;अनुमतियां\&quot; चुनें, और \&quot;स्टॉरेज\&quot; सक्षम करें।&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>A Signalnak szüksége van a Tárhely engedélyre ahhoz, hogy külső tárolóra menthessen, de ez jelenleg nincs megadva. Kérlek menj az alkalmazásbeállításokhoz, válaszd az \&quot;Engedélyek\&quot;-et és engedélyezd a \&quot;Tárhely\&quot;-t.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hu/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal richiede l\&apos;autorizzazione per salvare in memoria, ma questa è stata negata in modo permanente. Si prega di aprire il menu delle impostazioni dell\&apos;app, selezionare \&quot;Autorizzazioni\&quot;, quindi abilitare \&quot;Archiviazione\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-it/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>გარე მეხსიერებაში შესანახად Signal-ს შენახვის ნებართვა სჭირდება, მაგრამ ის სამუდამოდ იქნა უარყოფილი. გთხოვთ, შეხვიდე აპის პარამეტრებში, აირჩიო „ნებართვები“ და ჩართო „შენახვა“.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ka/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Сыртқы жадқа сақтау үшін Signal қолданбасына Жадты пайдалануға рұқсат керек, бірақ параметрлерде оны пайдалануға рұқсат берілмеген. Қолданба параметрлеріне кіріп, \&quot;Рұқсаттар\&quot; опциясын таңдаңыз да, \&quot;Жад\&quot; функциясын қосыңыз.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kk/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>ಬಾಹ್ಯ ಸ್ಟೋರೇಜ್ ಗೆ ಉಳಿಸುವುದಕ್ಕೆ Signal ಗೆ ಸ್ಟೊರೇಜ್ ಅನುಮತಿ ಅಗತ್ಯವಿದೆ , ಆದರೆ ಅದನ್ನು ಶಾಶ್ವತವಾಗಿ ನಿರಾಕರಿಸಲಾಗಿದೆ. ದಯವಿಟ್ಟು ಆ್ಯಪ್‌ ಸೆಟ್ಟಿಂಗ್‌ಗಳಿಗೆ ಮುಂದುವರಿಯಿರಿ, \&quot;ಅನುಮತಿಗಳು\&quot; ಆಯ್ಕೆ ಮಾಡಿ, ಮತ್ತು \&quot;ಸ್ಟೊರೇಜ್\&quot; ಸಕ್ರಿಯಗೊಳಿಸಿ.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal има потреба од дозвола до складот за да може да зачувува на надворешен склад. Оваа дозвола е трајно одбиена. Ве молиме продолжете до менито за поставувањата, изберете „Дозволи“ и вклучете „Склад“.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>ബാഹ്യ സ്റ്റോറേജിലെക് സംരക്ഷിക്കുന്നതിന് Signal-ന് സ്റ്റോറജ് ​​അനുമതി ആവശ്യമാണ്, പക്ഷേ ഇത് ശാശ്വതമായി നിരസിക്കപ്പെട്ടു. അപ്ലിക്കേഷൻ ക്രമീകരണങ്ങളിൽ തുടരുക, \&quot;അനുമതികൾ\&quot; തിരഞ്ഞെടുത്ത് \&quot;സ്റ്റോറജ്\&quot; പ്രവർത്തനക്ഷമമാക്കുക.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ml/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>बाह्य संचयनात जतन करण्यासाठी Signal ला संचयन परवानगीची आवश्यकता असते, पण ती कायमची नाकारली गेली आहे. कृपया अॅप सेटिंग मेनू मध्ये सुरू ठेवा, \&quot;परवानग्या\&quot; निवडा, आणि \&quot;संचयन\&quot; सक्षम करा.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mr/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal krever tillatelse fra systemet for å kunne skrive til ekstern lagringsenhet, men du har valgt å avslå dette permanent. Gå til «Apper»-menyen på systemet og slå på tillatelsen «Lagring».&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-nb/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal heeft toegang tot de opslagruimte nodig om iets op te slaan, maar je hebt dit geweigerd. Ga naar de app-instellingen in je telefooninstellingen, tik op Machtigingen en schakel Opslagruimte in.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-nl/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>ਬਾਹਰੀ ਸਟੋਰੇਜ ’ਤੇ ਸੰਭਾਲਣ ਲਈ Signal ਨੂੰ ਸਟੋਰੇਜ ਇਜਾਜ਼ਤ ਦੀ ਲੋੜ ਹੁੰਦੀ ਹੈ, ਪਰ ਇਸਨੂੰ ਸਥਾਈ ਤੌਰ ’ਤੇ ਇਨਕਾਰ ਕਰ ਦਿੱਤਾ ਗਿਆ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਐਪ ਸੈਟਿੰਗਾਂ ’ਤੇ ਜਾਰੀ ਰੱਖੋ, \&quot;ਇਜਾਜ਼ਤਾਂ\&quot; ਚੁਣੋ, ਅਤੇ \&quot;ਸਟੋਰੇਜ\&quot; ਨੂੰ ਸਮਰੱਥ ਕਰੋ।&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>O Signal precisa da permissão Armazenamento para gravar dados no armazenamento externo, mas ela foi permanentemente negada. Favor ir no menu de configurações de aplicativos, selecionar \&quot;Permissões\&quot;, e habilitar \&quot;Armazenamento\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>O Signal requer permissão de acesso ao armazenamento para escrever no suporte de armazenamento externo, mas esta foi negada permanentemente. Por favor, aceda às definições das aplicações do telemóvel, seleccione o Signal e, em \&quot;Permissões\&quot; active \&quot;Armazenamento\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Për të ruajtur gjëra në depozitë të jashtme, Signal kërkon leje Depozitimi, por kjo i është mohuar. Ju lutemi, kaloni te parametrat e aplikacionit, përzgjidhni \&quot;Leje\&quot;, dhe aktivizoni \&quot;Depozitim\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sq/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal-у је потребна дозвола за приступ меморијском простору да би могао да чува фајлове у спољном меморијском простору, али му је она трајно одбијена. Идите у мени за подешавања апликације, изаберите „Дозволе“ и укључите опцију „Меморијски простор“.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal behöver behörigheten Lagring för att spara i extern lagring men det har avfärdats permanent. Fortsätt till inställningar för appar, välj \&quot;Behörigheter\&quot; och aktivera \&quot;Lagring\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sv/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal inahitaji ruhusa ya Hifadhi ili kuhifadhi kwenye hifadhi ya nje, lakini imekataliwa kabisa. Tafadhali endelea kwenye mipangilio ya programu, chagua \&quot;Ruhusa\&quot;, na uwezeshe \&quot;Uhifadhi\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sw/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>வெளிப்புற சேமிப்பகத்தில் சேமிக்க Signal சேமிப்பக அனுமதி தேவை, ஆனால் அது நிரந்தரமாக மறுக்கப்பட்டது. பயன்பாடு அமைப்புகளைத் தொடரவும், \&quot;அனுமதிகள்\&quot; என்பதைத் தேர்ந்தெடுத்து, \&quot;சேமிப்பகத்தை\&quot; இயக்கவும்.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ta/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>బాహ్య నిల్వకు భద్రపరచడానికి Signal కు నిల్వ అనుమతి అవసరం, కానీ ఇది శాశ్వతంగా తిరస్కరించబడింది. దయచేసి అనువర్తనం సెట్టింగ్లకు కొనసాగించండి, \&quot;అనుమతులు\&quot; ఎంచుకోండి, ఆపై \&quot;నిల్వ\&quot; ను ప్రారంభించండి.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-te/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Kailangan ng Signal ng pahintulot sa Storage upang makapag-save sa panlabas na storage, ngunit ito ay permanenteng ipinagbabawal. Pumunta sa app settings, piliin ang \&quot;Mga Pahintulot\&quot;, at i-enable ang \&quot;Storage\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal, harici depolamaya kaydedebilmek için Depolama iznine ihtiyaç duyar, fakat bu izin kalıcı olarak reddedilmiş. Lütfen uygulama ayarları menüsüne girip \&quot;İzinler\&quot; kısmını seçin, ve \&quot;Depolama\&quot;yı etkinleştirin.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tr/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal کو بیرونی ذخیرہ کو محفوظ کرنے کیلئے اسٹورج کی اجازت کی ضرورت ہے، لیکن اس کو مستقل طور پر رد کر دیا گیا ہے۔ براہ کرم ایپ کی ترتیبات میں جا کر \&quot;اجازت نامہ\&quot; کا انتخاب کریں، اور\&quot;اسٹورج \&quot; کو فعال کریں۔&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ur/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nie in staat om na eksterne berging te stoor sonder die nodige regte nie&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-af/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>İcazə olmadan xarici anbarda saxlanıla bilmir&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-az/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Неуспешно запазване на външен диск без нужното разрешение за достъп&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bg/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>অনুমতি ব্যতীত বাহ্যিক স্টোরেজে সংরক্ষণ করতে অক্ষম&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>No es pot desar en un emmagatzematge extern sense permís.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ca/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Ikke muligt at gemme til ekstern placering, uden tilladelse&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-da/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Speichern in den Gerätespeicher ohne Berechtigungen nicht möglich.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-de/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Αδυναμία αποθήκευσης στην εξωτερική μνήμη χωρίς δικαιώματα&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-el/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>No se puede guardar en una unidad de almacenamiento externo si Signal no tiene acceso&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-es/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Õiguste puudumise tõttu pole võimalik välisele andmekandjale salvestada.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-et/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Ezin izan da kanpoko gordailuan idatzi baimen faltagatik&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-eu/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>ذخیره کردن بر روی حافظهٔ خارجی بدون مجوزها ممکن نیست&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Tallennus ulkoiseen tallennustilaan ei onnistu ilman käyttöoikeutta.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fi/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Enregistrement sur le stockage externe impossible sans autorisation d\&apos;accès&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Non é posible gardar no almacenamento externo sen permiso&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gl/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>પરવાનગી વિના બાહ્ય સ્ટોરેજમાં સેવ કરવામાં અસમર્થ&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>अनुमति के बिना बाहरी स्टॉरेज में सहेजने में असमर्थ&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nem lehet engedély nélkül menteni a külső tárolóra&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hu/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Impossibile salvare nella memoria esterna senza l\&apos;autorizzazione&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-it/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>ნებართვების გარეშე გარე მეხსიერებაში შენახვა შეუძლებელია&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ka/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Рұқсаттарсыз сыртқы жадқа сақтау мүмкін болмады&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kk/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>ಅನುಮತಿಗಳಿಲ್ಲದೆ ಬಾಹ್ಯ ಸ್ಟೊರೇಜ್‌ಗೆ ಉಳಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Не може да се зачува на надворешен склад без дозвола&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>അനുമതിയില്ലാതെ ബാഹ്യ സ്റ്റോറേജിലേക്ക് സംരക്ഷിക്കാൻ കഴിയില്ല&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ml/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>परवानग्यांविना बाह्य संचयनात जतन करण्यात अक्षम&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mr/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Du kan ikke lagre på ekstern lagringsenhet uten å slå på tillatelse i systemet først&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-nb/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Kan niet opslaan naar externe opslag zonder machtiging&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-nl/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>ਇਜਾਜ਼ਤਾਂ ਦੇ ਬਿਨਾਂ ਬਾਹਰੀ ਸਟੋਰੇਜ ਵਿੱਚ ਦਰਜ ਕਰਨ ਵਿੱਚ ਅਸਮਰੱਥ&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Não é possível gravar dados no armazenamento externo sem as permissões&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Não é possível guardar para o armazenamento externo sem permissões&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>S\\bëhet dot ruajtje në depozitë të jashtme pa leje&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sq/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Није могуће чувати у спољној меморији без дозвола&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Kan inte spara i extern lagring utan behörighet&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sv/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Haiwezekani kuhifadhi kwenye hifadhi ya nje bila ruhusa&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sw/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>அனுமதியின்றி வெளிப்புற சேமிப்பகத்தில் சேமிக்க முடியவில்லை&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ta/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>అనుమతులు లేకుండా బాహ్య నిల్వకి భద్రపరచడం సాధ్యపడలేదు&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-te/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Hindi makapag-save sa panlabas na storage nang walang pahintulot&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>İzinler olmadan harici depolamaya kaydedilemiyor&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tr/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>اجازت کے بغیر بیرونی ذخیرہ کو محفوظ کرنے کے قابل نہیں&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ur/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal ir nepieciešama pieejas atļauja krātuvei, lai varētu saglabāt datus ārējā krātuvē, bet tā tiek pastāvīgi liegta. Dodieties uz lietotnes iestatījumiem, izvēlieties \&quot;Atļaujas\&quot; un iespējojiet \&quot;Krātuve\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="3062"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal are nevoie de permisiunea pentru spațiul de stocare extern pentru a salva pe spațiul de stocare extern, dar i-a fost refuzat accesul permanent. Te rugăm mergi în meniul de setări al aplicației, selectează \&quot;Permisiuni\&quot; și activează \&quot;Spațiu de stocare\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ro/strings.xml"
line="3062"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nav iespējams saglabāt ārējā krātuvē bez atļaujas.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="3063"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nu se poate salva pe spațiu de stocare extern fără permisiune&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ro/strings.xml"
line="3063"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signalu je potrebno dopuštenje da pristupi memoriji uređaja kako bi mogao pohranjivati podatke, ali je ono trajno uskraćeno. Molimo nastavite do postavki aplikacije, odaberite \&quot;Dozvole\&quot; i aktivirajte stavku \&quot;Prostor za pohranu\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal potřebuje oprávnění pro přístup k úložišti, aby mohl zapisovat do externího úložiště, ale toto oprávnění je nyní zakázáno. Prosím pokračujte do menu nastavení aplikací, vyberte \&quot;Oprávnění\&quot; a povolte \&quot;Úložiště\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-cs/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal zahtijeva dopuštenje za prostor za pohranu kako bi mogao spremiti u vanjski prostor za pohranu, ali je trajno odbijen. Otvorite postavke aplikacije, odaberite \&quot;Dozvole\&quot; i omogućite \&quot;Prostor za pohranu\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal צריך את הרשאת האחסון על מנת לשמור באחסון חיצוני, אבל היא נדחתה לצמיתות. אנא המשך אל הגדרות היישום, בחר \&quot;הרשאות\&quot; ואפשר את \&quot;אחסון\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-iw/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Norint įrašyti į išorinę saugyklą, Signal reikia saugyklos leidimo, tačiau jis buvo visam laikui uždraustas. Pereikite į programėlės nustatymus, pasirinkite „Leidimai“ ir įjunkite „Saugyklą“.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal wymaga pozwolenia na dostęp do danych telefonu w celu zapisu do pamięci zewnętrznej, ale zostało one na stałe odrzucone. Przejdź do ustawień aplikacji, wybierz \&quot;Uprawnienia\&quot; i włącz \&quot;Przechowywanie\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pl/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal требуется разрешение на доступ к хранилищу для сохранения во внешнее хранилище, но оно было вами отклонено. Нажмите «Продолжить», чтобы перейти в настройки приложения, откройте «Разрешения» и включите «Хранилище».&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal potrebuje prístup k úložisku aby mohol ukladať dáta na externé úložisko, ale prístup bol natrvalo zakázaný. Prosím v nastaveniach aplikácií zvoľte \&quot;Oprávnenia\&quot;, a povoľte \&quot;Úložisko\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sk/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Dostop do shrambe je bil trajno onemogočen. Aplikacija Signal potrebuje dovoljenje za dostop do sistemske shrambe za shranjevanje na zunanji pomnilnik naprave. Prosimo, pojdite v meni Nastavitve aplikacij, izberite \&quot;Dovoljenja\&quot; in omogočite dovoljenje pod postavko \&quot;Shramba\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal потребує доступу до пам\&apos;яті, щоб зберігати файли, але його не надано. Перейдіть у налаштування застосунку, відкрийте «Дозволи» та виберіть «Пам\&apos;ять».&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="3151"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nije moguće bez dopuštenja pohraniti podatke u memoriju uređaja&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nelze ukládat do externího úložiště bez oprávnění.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-cs/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nije moguće spremiti u vanjski prostor za pohranu bez dozvola&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>לא היה ניתן לשמור באחסון חיצוני ללא הרשאות&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-iw/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nepavyksta įrašyti į išorinę saugyklą be leidimų&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nie można zapisać do pamięci zewnętrznej bez odpowiedniego pozwolenia&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pl/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Не удалось сохранить во внешнем хранилище без разрешений&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Bez povolenia sa nedá zapisovať na externé úložisko&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sk/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Brez dovoljenja za dostop do shrambe ne morem shranjevati na zunanji pomnilnik naprave.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Не надано відповідні дозволи, тому неможливо зберегти файли в зовнішній пам\&apos;яті&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="3152"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Tá Cead stórála ag teastáil ó Signal chun sábháil chuig stóras seachtrach, ach diúltaíodh go buan dó. Lean ar aghaidh chuig socruithe na haipe, roghnaigh \&quot;Ceadanna\&quot; agus cumasaigh \&quot;Stóras\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ga/strings.xml"
line="3240"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Ní féidir sábháil chuig stóras seachtrach gan ceadanna&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ga/strings.xml"
line="3241"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>يحتاج سيجنال إلى إذن الوصول إلى مساحة التخزين من أجل استخدام الذاكرة الخارجية، ولكن تمَّ إيقاف الإذن بشكلٍ دائم. يُرجى زيارة إعدادات التطبيق، وتحديد \&quot;الأذونات\&quot;، ثم تفعيل \&quot;مساحة التخزين\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ar/strings.xml"
line="3329"
column="13"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>لا يمكن الحفظ إلى الذاكرة الخارجية بدون أذونات.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ar/strings.xml"
line="3330"
column="13"/>
</issue>
<issue
id="AlertDialogBuilderUsage"
message="Using &apos;androidx.appcompat.app.AlertDialog.Builder&apos; instead of com.google.android.material.dialog.MaterialAlertDialogBuilder"
errorLine1=" AlertDialog dialog = new AlertDialog.Builder(context)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/views/SimpleProgressDialog.java"
line="32"
column="26"/>
</issue>
<issue
id="AlertDialogBuilderUsage"
message="Using &apos;androidx.appcompat.app.AlertDialog.Builder&apos; instead of com.google.android.material.dialog.MaterialAlertDialogBuilder"
errorLine1=" super(context);"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/identity/UntrustedSendDialog.java"
line="30"
column="5"/>
</issue>
<issue
id="AlertDialogBuilderUsage"
message="Using &apos;androidx.appcompat.app.AlertDialog.Builder&apos; instead of com.google.android.material.dialog.MaterialAlertDialogBuilder"
errorLine1=" super(context);"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/identity/UnverifiedSendDialog.java"
line="29"
column="5"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>নির্বাচিত বার্তাটি মুছে ফেলবেন?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>پاک کردن پیام انتخاب شده؟&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Supprimer le message sélectionné ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>પસંદ કરેલા મેસેજ ડિલીટ કરવા છે?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>चयनित मेसेज डिलीट करें?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಆಯ್ಕೆ ಮಾಡಲಾದ ಮೆಸೇಜನ್ನು ಅಳಿಸುವುದೇ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਕੀ ਚੁਣੇ ਹੋਏ ਸੁਨੇਹੇ ਨੂੰ ਮਿਟਾਉਣਾ ਹੈ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Apagar mensagem selecionada?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Eliminar mensagem selecionada?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Burahin ang piniling message?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Да ја избришам избраната порака?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Желите ли да избришете изабрану поруку?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="567"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এই মিডিয়াটি স্টোরেজে সংরক্ষণ করা হলে আপনার ডিভাইসের অন্য যেকোনো অ্যাপ সেগুলো অ্যাক্সেস করতে সক্ষম হবে।\n\nচালিয়ে যাবেন?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ذخیره‌سازی این رسانه در حافظه دستگاه به هر یک از برنامه‌ها‌‌ی دیگر در دستگاهتان اجازه دسترسی به آن را می‌دهد.\n\n ادامه می‌دهید؟&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Si vous enregistrez ce média dans l\&apos;espace de stockage, toutes les applis installées sur votre appareil pourront y accéder.\n\nContinuer ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ મીડિયાને સ્ટોરેજમાં સાચવવાથી તમારા ડિવાઇસ પરની કોઈપણ અન્ય એપ્લિકેશનોને તેને પહોંચવાની મંજૂરી મળશે. \n\nચાલુ રાખીએ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>इस मीडिया को स्टोरेज में सेव करने से आपके डिवाइस पर किसी भी अन्य ऐप को इसे ऐक्सेस करने की अनुमति मिल जाएगी। \n\nजारी रखना चाहते हैं?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಸ್ಟೋರೇಜ್‌ ನಲ್ಲಿ ಈ ಮೀಡಿಯಾ ಉಳಿಸುವುದರಿಂದ ನಿಮ್ಮ ಸಾಧನದಲ್ಲಿರುವ ಯಾವುದೇ ಇತರ ಆ್ಯಪ್‌ಗಳು ಅವುಗಳನ್ನು ಆಕ್ಸೆಸ್ ಮಾಡಲು ಅವಕಾಶ ಒದಗಿಸುತ್ತದೆ. \n\nಮುದುವರಿಸುವುದೇ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Salvar este arquivo de mídia no armazenamento permitirá que qualquer outro app do seu dispositivo tenha acesso a ele.\n\nDeseja continuar?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Guardar este ficheiro no armazenamento local irá permitir que qualquer outra aplicação lhe possa aceder.\n\nDeseja continuar?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ma-access ng iba pang apps sa device mo ang media na ito sa storage kapag sinave mo ito.\n\nGusto mo bang magpatuloy?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Со зачувување на оваа медија во складот, сите други апликации ќе добијат пристап до неа.\n\nСакате да продолжите?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Чување овог медија на меморијском простору омогућиће свим другим апликацијама на вашем уређају да му приступе.\n\nЖелите ли да наставите?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="572"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Vai izdzēst izvēlētās ziņas?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="573"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Vai izdzēst izvēlēto ziņu?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="574"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>সংযুক্ত ফাইলটি সংরক্ষণ করা হচ্ছে&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>در حال ذخیره‌سازی پیوست&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Enregistrement de la pièce jointe&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>જોડાણ સેવ કરી રહ્યા છીએ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>अटैचमेंट सेव हो रहा है&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਅਟੈਚਮੈਂਟ ਨੂੰ ਸੇਵ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Salvando anexo&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>A guardar anexo&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Sine-save ang attachment&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Зачувувам прилог&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Прилог се чува&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="576"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbrišem izbrano sporočilo?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="579"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbrisati označenu poruku?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="579"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbrisati odabranu poruku?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="579"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ištrinti pažymėtą žinutę?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="579"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Удалить выбранное сообщение?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="579"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Видалити вибране повідомлення?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="579"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>সংযুক্ত ফাইলটি স্টোরেজে সংরক্ষণ করা হচ্ছে…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>در حال ذخیره‌سازی پیوست در حافظه…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Enregistrement de la pièce jointe dans l\&apos;espace de stockage…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>સ્ટોરેજમાં જોડાણ સેવ થઈ રહ્યાં છે…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>स्टोरेज में अटैचमेंट सेव हो रहा हैं…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಸ್ಟೋರೇಜ್‍ ಗೆ ಲಗತ್ತನ್ನು ಉಳಿಸಲಾಗುತ್ತಿದೆ…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਅਟੈਚਮੈਂਟ ਨੂੰ ਸਟੋਰੇਜ ਵਿੱਚ ਸੇਵ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Salvando anexo no armazenamento…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>A guardar anexo para o armazenamento local…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Sine-save ang attachment sa storage…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Saglabājot šo multivides failu ierīces krātuvē, jebkura cita ierīces lietotne varēs tam piekļūt. \n\nTurpināt?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Го зачувувам прилогот во складот…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Прилог се чува на меморијском простору…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Izbrišem izbrani sporočili?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="580"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Saglabā pielikumu&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="585"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Shranitev datoteke v sistemsko shrambo bo omogočila dostop do nje vsaki aplikaciji na vaši napravi.\n\nŽelite nadaljevati?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="586"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Spremanje ovog medijskog sadržaja u memoriju omogućit će drugim aplikacijama na vašem uređaju da mu pristupe.\n\nNastaviti?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="586"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Spremanje ovog medijskoga zapisa u prostor za pohranu omogućit će svim ostalim aplikacijama na vašem uređaju da mu pristupe.\n\nNastaviti?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="586"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Якщо зберегти цей медіафайл у пам\&apos;яті, інші застосунки на вашому пристрої також матимуть до нього доступ.\n\nПродовжити?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="586"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এই মিডিয়াটি আপনার ফোনের স্টোরেজে সেভ হবে। আপনার ফোনের অনুমতির উপর নির্ভর করে অন্যান্য অ্যাপ এটি অ্যাক্সেস করতে সক্ষম হতে পারে।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این رسانه در حافظه تلفن شما ذخیره می‌شود. بسته به مجوزهای تلفن شما، برنامه‌های دیگر ممکن است بتوانند به آن دسترسی داشته باشند.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ce média sera enregistré dans l\&apos;espace de stockage de votre téléphone. D\&apos;autres applications peuvent y avoir accès en fonction des autorisations que vous leur accordez.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ મીડિયા તમારા ફોનના સ્ટોરેજમાં સેવ કરવામાં આવશે. તમારા ફોનની પરવાનગીઓના આધારે અન્ય ઍપ તેને એક્સેસ કરી શકે તેવું બની શકે.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>यह मीडिया आपके फ़ोन की स्टोरेज पर सेव किया जाएगा। आपके फ़ोन की अनुमतियों के आधार पर, शायद दूसरे ऐप्स इसे ऐक्सेस कर पाएँ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಈ ಮೀಡಿಯಾವನ್ನು ನಿಮ್ಮ ಫೋನ್‌ನ ಸಂಗ್ರಹಣೆಗೆ ಸೇವ್ ಮಾಡಲಾಗುತ್ತದೆ. ನಿಮ್ಮ ಫೋನ್‌ನ ಅನುಮತಿಗಳನ್ನು ಅವಲಂಬಿಸಿ ಇತರ ಆ್ಯಪ್‌ಗಳು ಅದನ್ನು ಆ್ಯಕ್ಸೆಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಬಹುದು.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਇਹ ਮੀਡੀਆ ਤੁਹਾਡੇ ਫ਼ੋਨ ਦੀ ਸਟੋਰੇਜ ਵਿੱਚ ਸੁਰੱਖਿਅਤ ਕੀਤਾ ਜਾਵੇਗਾ। ਤੁਹਾਡੇ ਫ਼ੋਨ ਦੀਆਂ ਇਜਾਜ਼ਤਾਂ ਦੇ ਆਧਾਰ \&apos;ਤੇ ਹੋਰ ਐਪਾਂ ਇਸ ਤੱਕ ਪਹੁੰਚ ਕਰ ਸਕਦੀਆਂ ਹਨ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este arquivo de mídia será salvo no armazenamento do seu telefone. Outros aplicativos podem acessá-lo dependendo das permissões do seu telefone.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este ficheiro multimédia será guardado no armazenamento do seu telemóvel. Outras apps podem conseguir aceder-lhe, dependendo das permissões do seu telemóvel.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ang media na ito ay ise-save sa storage ng phone mo. Pwede itong ma-access ng ibang apps depende sa permissions ng phone mo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Оваа медиумска датотека ќе се зачува на вашиот телефон. Други апликации може да имаат пристап до неа, во зависност од овозможените дозволи на вашиот телефон.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овај медиј ће бити сачуван на меморијском простору вашег телефона. Друге апликације ће можда моћи да му приступе у зависности од дозвола на вашем телефону.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Shranitev obeh datotek v sistemsko shrambo bo omogočila dostop do njiju vsaki aplikaciji na vaši napravi.\n\nŽelite nadaljevati?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="587"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Saglabā pielikumu krātuvē…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="590"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Shranjujem priponko&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="592"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Prilog se pohrajnuje&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="592"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Spremanje privitka&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="592"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Сохранение вложения&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="592"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Триває збереження вкладення&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="592"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Šī multivide tiks saglabāta jūsu tālruņa krātuvē. Atkarībā no tālrunī iestatītajām atļaujām šai multividei varēs piekļūt citas lietotnes.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="597"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Shranjevanje priloge v shrambo …&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="598"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Prilog se pohranjuje u memoriju uređaja…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="598"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Spremanje privitka u prostor za pohranu…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="598"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Priedas įrašomas į atmintį…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="598"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šī multivide tiks saglabāta jūsu tālruņa krātuvē. Atkarībā no tālrunī iestatītajām atļaujām šai multividei varēs piekļūt citas lietotnes.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="598"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Сохраняем вложение в хранилище…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="598"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Триває збереження вкладення в пам\&apos;яті…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="598"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ta medij bo shranjen v pomnilnik telefona. Druge aplikacije lahko do njega dostopajo glede na dovoljenja telefona.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="607"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovaj medijski sadržaj će biti spremljen u memoriji vašeg telefona. Druge aplikacije će mu možda moći pristupiti ovisno o dozvolama vašeg telefona.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="607"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Medijski zapisi spremit će se u prostor za pohranu vašeg telefona. Druge aplikacije moći će im pristupiti ovisno o dopuštenjima vašeg telefona.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="607"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šis įrašas bus išsaugotas jūsų telefono saugykloje. Priklausomai nuo jūsų telefono leidimų, jį galės pasiekti kitos programos.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="607"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Этот медиафайл будет сохранён в списке контактов вашего телефона. Он может быть доступен для других приложений в зависимости от разрешений вашего телефона.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="607"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Медіафайл буде збережено в пам\&apos;яті телефона. Відповідно до наданих дозволів інші програми зможуть мати до нього доступ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="607"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Ta medija bosta shranjena v pomnilnik telefona. Druge aplikacije lahko do njega dostopajo glede na dovoljenja telefona.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="608"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>নির্বাচিত চ্যাট মুছে ফেলবেন?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>گفتگوی انتخاب‌شده پاک شود؟&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Supprimer la conversation sélectionnée ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>પસંદ કરેલ ચેટ ડિલીટ કરવી છે?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>चयनित चैट डिलीट करें?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಆಯ್ಕೆಮಾಡಿದ ಚಾಟ್ ಅನ್ನು ಅಳಿಸಬೇಕೇ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਕੀ ਚੁਣੀ ਹੋਈ ਚੈਟ ਨੂੰ ਮਿਟਾਉਣਾ ਹੈ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Excluir chat selecionado?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Eliminar chat selecionado?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Gusto mo bang burahin ang selected chat?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Да се избрише разговорот?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Желите ли да избришете изабрано ћаскање?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="731"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এটি নির্বাচিত চ্যাট চিরতরে মুছে ফেলবে।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این کار موجب پاک شدن دائمی گفتگوی انتخاب‌شده می‌شود.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>La conversation sélectionnée sera définitivement supprimée.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ પસંદ કરેલી ચેટને કાયમ માટે ડિલીટ કરશે.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ऐसा करने पर चयनित चैट को स्थायी रूप से हटा दिया जाएगा।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಇದು ಆಯ್ಕೆ ಮಾಡಿದ ಚಾಟ್ ಅನ್ನು ಶಾಶ್ವತವಾಗಿ ಅಳಿಸುತ್ತದೆ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਅਜਿਹਾ ਕਰਨ \&apos;ਤੇ ਚੁਣੀ ਹੋਈ ਚੈਟ ਨੂੰ ਸਥਾਈ ਤੌਰ \&apos;ਤੇ ਮਿਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Esta ação excluirá permanentemente o chat selecionado.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Isto irá eliminar permanentemente o chat selecionado.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Permanente nitong buburahin ang selected chat.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ова трајно ќе го избрише избраниот разговор.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এটি আপনার ডিভাইস থেকে সকল নির্বাচিত চ্যাট স্থায়ীভাবে মুছে ফেলবে।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>با این کار گفتگوی انتخابی برای همیشه از همه دستگاه‌های شما حذف می‌شود.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Vous allez définitivement supprimer cette conversation de tous vos appareils.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ પસંદ કરેલી ચેટને તમારા બધા ડિવાઇસમાંથી કાયમ માટે ડિલીટ કરશે.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>यह आपकी सभी डिवाइस से चयनित चैट को स्थायी रूप से डिलीट कर देगा।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಆಯ್ಕೆಮಾಡಿದ ಚಾಟ್ ಅನ್ನು ಇದು ನಿಮ್ಮ ಎಲ್ಲಾ ಸಾಧನಗಳಿಂದ ಶಾಶ್ವತವಾಗಿ ಅಳಿಸುತ್ತದೆ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਅਜਿਹਾ ਕਰਨ \&apos;ਤੇ ਚੁਣੀ ਹੋਈ ਚੈਟ ਨੂੰ ਤੁਹਾਡੇ ਸਾਰੇ ਡਿਵਾਈਸਾਂ ਵਿੱਚੋਂ ਸਥਾਈ ਤੌਰ \&apos;ਤੇ ਮਿਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Esta ação excluirá permanentemente a conversa selecionada de todos os seus dispositivos.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Isto irá eliminar permanentemente o chat selecionado de todos os seus dispositivos.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Permanente nitong buburahin ang napiling chat mula sa lahat ng devices mo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ова трајно ќе го избрише избраниот разговор од сите ваши уреди.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овим ће изабрано ћаскање бити трајно избрисано са свих ваших уређаја.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="740"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Vai dzēst atlasītās sarunas?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="742"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Vai dzēst atlasīto sarunu?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="743"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>নির্বাচিত চ্যাট মুছে ফেলা হচ্ছে…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>درحال حذف گفتگوی انتخاب‌شده…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Suppression de la conversation sélectionnée…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>પસંદ કરેલી ચેટ ડિલીટ થઈ રહી છે…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>चयनित चैट डिलीट हो रही है…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಆಯ್ಕೆಮಾಡಿದ ಚಾಟ್ ಅನ್ನು ಅಳಿಸುವುದು…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਚੁਣੀ ਹੋਈ ਚੈਟ ਨੂੰ ਮਿਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Excluir chat selecionado…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>A eliminar chat selecionado…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Binubura ang piniling chat…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Се брише избраниот разговор…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Бришемо изабрано ћаскање…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="745"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Tiks neatgriezeniski dzēsta atlasītā saruna.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="748"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>চ্যাট আর্কাইভ করা হয়েছে&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>گفتگو بایگانی شد&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Conversation archivée&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ચેટ આર્કાઇવ કરી&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>चैट संग्रहित की गई&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಚಾಟ್ ಅನ್ನು ಆರ್ಕೈವ್ ಮಾಡಲಾಗಿದೆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਚੈਟ ਆਰਕਾਈਵ ਕੀਤੀ ਗਈ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Chat arquivado&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Chat arquivado&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Na-archive na ang chat&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Разговорот е архивиран&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="749"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbrišem izbrani klepet?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="753"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbrisati odabrani chat?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="753"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbrisati odabrani razgovor?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="753"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ištrinti pasirinktą pokalbį?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="753"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Удалить выбранный чат?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="753"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Видалити вибраний чат?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="753"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>চ্যাট ইনবক্সে স্থানান্তর করা হয়েছে&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>گفتگو به صندوق ورودی منتقل شد&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Conversation déplacée dans la boîte de réception&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ચેટને ઇનબોક્સમાં ખસેડી&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>चैट को इनबॉक्स में ले जाया गया&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಚಾಟ್ ಅನ್ನು ಇನ್‌ಬಾಕ್ಸ್‌ಗೆ ಸರಿಸಲಾಗಿದೆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਚੈਟ ਨੂੰ ਇਨਬਾਕਸ ਵਿੱਚ ਮੂਵ ਕੀਤਾ ਗਿਆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Chat movido para caixa de entrada&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Chat movido para a caixa de entrada&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nailipat na ang chat sa inbox&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Atlasītā saruna tiks neatgriezeniski dzēsta no visām jūsu ierīcēm.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Разговорот е преместен во сандачето&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Izbrišem izbrana klepeta?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="754"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>পড়ুন&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>خوانده&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Lu&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>વાંચેલ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>पढ़ा हुआ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಓದಿರುವ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਪੜ੍ਹਿਆ ਗਿਆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Lida&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Lida&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Read&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Прочитано&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Прочитано&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="758"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>S tem boste trajno izbrisali izbrani klepet.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="759"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovim će se trajno izbrisati odabrani chat.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="759"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovo će trajno izbrisati odabrani razgovor.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="759"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pasirinktas pokalbis bus negrįžtamai ištrintas.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="759"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Это навсегда удалит выбранный чат.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="759"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Notiek atlasīto sarunu dzēšana…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="759"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Notiek atlasītās sarunas dzēšana…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="760"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>অপঠিত&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>نخوانده&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Non lu&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ન વાંચેલ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>अपठित&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಓದಿರದ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਨਹੀਂ ਪੜ੍ਹਿਆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não lida&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>N. lido&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Unread&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Непрочитано&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Непрочитано&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="762"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Saruna ir arhivēta&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="765"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>S tem boste izbrani klepet trajno izbrisali iz vseh naprav.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="766"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovim će se trajno izbrisati odabrani chat sa svih vaših uređaja.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="766"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovo će trajno izbrisati odabrani razgovor sa svih vaših uređaja.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="766"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pasirinktas pokalbis bus negrįžtamai ištrintas iš visų jūsų įrenginių.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="766"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Это навсегда удалит выбранный чат со всех ваших устройств.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="766"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Вибраний чат буде остаточно видалено з усіх ваших пристроїв.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="766"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Saruna pārvietotas uz iesūtni&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="771"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Brisanje izbranega klepeta …&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="773"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Brisanje odabranog chata…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="773"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Brisanje odabranog razgovora…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="773"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ištrinamas pasirinktas pokalbis…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="773"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Удаляем выбранный чат…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="773"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Видалення вибраного чату…&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="773"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Brisanje izbranih klepetov …&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="774"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Lasītas&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="775"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Lasīta&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="776"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Klepet je arhiviran&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="779"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Chat je arhiviran&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="779"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Razgovor je arhiviran&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="779"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pokalbis suarchyvuotas&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="779"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Чат архивирован&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="779"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Nelasītas&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="780"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nelasīta&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="781"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Klepet je bil premaknjen v mapo »Prejeto«.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Chat je premješten u dolazne poruke&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Razgovor je premješten u pristiglu poštu&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pokalbis perkeltas į gautuosius&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Чат перемещён во входящие&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Prebrano&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="792"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pročitano&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="792"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pročitano&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="792"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Perskaityt.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="792"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Прочитанные&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="792"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Прочитати&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="792"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Prebrani&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="793"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Neprebrano&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="798"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nepročitano&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="798"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nepročitano&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="798"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Neperskaityt.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="798"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Непрочитанные&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="798"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Позначити як непрочитаний&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="798"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Neprebrani&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="799"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>আমন্ত্রণ পাঠানো হয়েছে&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>دعوت‌نامه ارسال شد&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Invitation envoyée&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આમંત્રણ મોકલ્યું&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>आमंत्रण भेजा गया&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಆಹ್ವಾನವನ್ನು ಕಳುಹಿಸಲಾಗಿದೆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਸੱਦਾ ਭੇਜਿਆ ਗਿਆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Convite enviado&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Convite enviado&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pinadala ang invite&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Поканата е испратена&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Позивница је послата&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1226"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এই ব্যাবহারকারিকে আবার এই গ্রুপে যোগদানের জন্য একটি আমন্ত্রণ গ্রহণ করতে হবে এবং তিনি সেটি গ্রহণ না করা পর্যন্ত গ্রুপের বার্তা পাবেন না।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این عضو نیاز به پذیرفتن دعوت برای&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pour réintégrer le groupe, cette personne devra accepter une invitation. Elle ne recevra aucun message du groupe tant quelle ne laura pas acceptée :&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ મેમ્બરએ ફરીથી આ ગ્રુપમાં જોડાવા માટે આમંત્રણ સ્વીકારવાની જરૂર પડશે અને જ્યાં સુધી તેઓ સ્વીકારશે નહીં ત્યાં સુધી ગ્રુપ મેસેજ પ્રાપ્ત કરશે નહીં:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>इस ग्रुप में दोबारा जुड़ने के लिए इस मेंबर को आमंत्रण को स्वीकार करना होगा, और जब तक वे स्वीकार नहीं कर लेते, उन्हें ग्रुप के मेसेज प्राप्त नहीं होंगे:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಈ ಸದಸ್ಯರು ಮತ್ತೆ ಈ ಗುಂಪಿಗೆ ಸೇರಲು ಆಹ್ವಾನವನ್ನು ಸ್ವೀಕರಿಸುವ ಅಗತ್ಯವಿದೆ ಮತ್ತು ಅವರು ಸ್ವೀಕರಿಸುವವರೆಗೆ ಗುಂಪು ಸಂದೇಶಗಳನ್ನು ಸ್ವೀಕರಿಸುವುದಿಲ್ಲ:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਇਸ ਮੈਂਬਰ ਨੂੰ ਇਸ ਗਰੁੱਪ ਵਿੱਚ ਦੁਬਾਰਾ ਸ਼ਾਮਲ ਹੋਣ ਦੇ ਸੱਦੇ ਨੂੰ ਮਨਜ਼ੂਰ ਕਰਨਾ ਪਵੇਗਾ, ਅਤੇ ਜਦੋਂ ਤਕ ਉਹ ਸਵੀਕਾਰ ਨਹੀਂ ਕਰਦਾ ਉਦੋਂ ਤੱਕ ਉਸ ਨੂੰ ਗਰੁੱਪ ਦੇ ਸੁਨੇਹੇ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹੋਣਗੇ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este membro precisará aceitar um convite para entrar novamente neste grupo e não receberá as mensagens do grupo até que aceite:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este membro necessitará de aceitar um convite para se juntar novamente a este grupo e não receberá mensagens do grupo até aceitar:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ang member na ito\&apos;y kinakailangang mag-accept ng invite para maka-join ulit sa group na ito at hindi siya makakatanggap ng group messages hanggang i-accept niya ito.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овoj член ќе треба да ја прифати поканата за повторно да се приклучи на оваа група и нема да прима групни пораки додека не прифати:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овај члан ће морати да прихвати позивницу да би се поново придружио овој групи и неће примати групне порукедок је не прихвати:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1239"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এই সদস্যকে গ্রুপ থেকে সরানো হয়েছে এবং আপগ্রেড না করা পর্যন্ত পুনরায় যোগদান করতে পারবে না:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این عضو از گروه حذف شد و تا زمانی که ارتقا ندهد، دوباره نخواهد توانست به گروه بپیوندد:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ce membre a été retiré du groupe et ne pourra pas le réintégrer avant davoir effectué une mise à niveau :&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ સભ્યને ગ્રુપમાંથી દૂર કરવામાં આવ્યા હતા અને જ્યાં સુધી તેઓ અપગ્રેડ ન થાય ત્યાં સુધી ફરી જોડાઈ શકશે નહીં:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>इस मेंबर को ग्रुप में से निकाल दिया गया था और जब तक वे अपग्रेड नहीं कर लेते, वे दोबारा जुड़ने के योग्य नहीं होंगे:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಈ ಸದಸ್ಯರನ್ನು ಗ್ರೂಪ್‌ನಿಂದ ತೆಗೆದುಹಾಕಲಾಗಿದೆ ಮತ್ತು ಅವರು ಅಪ್‌ಗ್ರೇಡ್ ಮಾಡುವವರೆಗೂ ಪುನಃ ಸೇರಲು ಸಾಧ್ಯವಾಗುವುದಿಲ್ಲ:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਇਸ ਮੈਂਬਰ ਨੂੰ ਗਰੁੱਪ ਵਿੱਚੋਂ ਹਟਾ ਦਿੱਤਾ ਗਿਆ ਸੀ ਅਤੇ ਜਦੋਂ ਤੱਕ ਉਹ ਅੱਪਗ੍ਰੇਡ ਨਹੀਂ ਕਰਦਾ, ਉਦੋਂ ਤੱਕ ਦੁਬਾਰਾ ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਨਹੀਂ ਹੋ ਸਕੇਗਾ:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este membro foi excluído do grupo e não poderá participar novamente até atualizar o Signal:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este membro foi removido do grupo e não poderá voltar a juntar-se até que faça o upgrade:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ang member na ito\&apos;y tinanggal mula sa group at hindi na pwedeng mag-rejoin hanggang sa mag-upgrade siya:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овој член беше отстранет од групата и нема да може да се приклучи повторно додека не ја надгради апликацијата:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овај члан је уклоњен из групе и неће моћи да се поново придружи док не изврши надоградњу:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1243"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Uzaicinājums nosūtīts&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1251"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এই ব্যাবহারকারিকে আবার এই গ্রুপে যোগদানের জন্য একটি আমন্ত্রণ গ্রহণ করতে হবে এবং সেটি গ্রহণ না করা পর্যন্ত গ্রুপের বার্তা পাবে না।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این عضو نیاز خواهند داشت تا دعوتی را برای پیوستن دوباره به گروه بپذیرد و پیام‌های گروه را تا زمانی که آن‌ها نپذیرند دریافت نخواهد کرد:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pour réintégrer le groupe, cette personne devra accepter une invitation. Elle ne recevra aucun message du groupe tant quelle ne laura pas acceptée:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ મેમ્બરએ ફરીથી આ ગ્રુપમાં જોડાવા માટે આમંત્રણ સ્વીકારવાની જરૂર પડશે અને જ્યાં સુધી તેઓ સ્વીકારે નહીં ત્યાં સુધી ગ્રુપ મેસેજ પ્રાપ્ત કરશે નહીં:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>इस ग्रुप में दोबारा जुड़ने के लिए इस मेंबर को आमंत्रण स्वीकार करना होगा, और जब तक वे स्वीकार नहीं कर लेते, उन्हें ग्रुप के मेसेज प्राप्त नहीं होंगे:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಈ ಸದಸ್ಯರು ಮತ್ತೆ ಈ ಗುಂಪಿಗೆ ಸೇರಲು ಆಹ್ವಾನವನ್ನು ಸ್ವೀಕರಿಸುವ ಅಗತ್ಯವಿದೆ ಮತ್ತು ಅವರು ಸ್ವೀಕರಿಸುವವರೆಗೆ ಗುಂಪು ಸಂದೇಶಗಳನ್ನು ಸ್ವೀಕರಿಸುವುದಿಲ್ಲ:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਇਸ ਮੈਂਬਰ ਨੂੰ ਇਸ ਗਰੁੱਪ ਵਿੱਚ ਦੁਬਾਰਾ ਸ਼ਾਮਲ ਹੋਣ ਦੇ ਸੱਦੇ ਨੂੰ ਮਨਜ਼ੂਰ ਕਰਨਾ ਪਵੇਗਾ ਅਤੇ ਜਦੋਂ ਤਕ ਉਹ ਮਨਜ਼ੂਰ ਨਹੀਂ ਕਰਦਾ ਉਦੋਂ ਤੱਕ ਉਸ ਨੂੰ ਗਰੁੱਪ ਦੇ ਸੁਨੇਹੇ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹੋਣਗੇ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este membro precisará aceitar um convite para entrar novamente neste grupo e não receberá as mensagens do grupo até que aceite:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este membro necessitará de aceitar um convite para se juntar novamente a este grupo e não receberá mensagens do grupo até aceitar:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ang member na ito\&apos;y kinakailangang mag-accept ng invite para maka-join ulit sa group na ito at hindi siya makakatanggap ng group messages hanggang i-accept niya ito.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овој член ќе треба да ја прифати поканата за повторно да се приклучи на оваа група и нема да прима групни пораки додека не прифати:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овај члан ће морати да прихвати позивницу да би се поново придружио овој групи и неће примати групне поруке док је не прихвати:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1255"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এই সদস্য নতুন গ্রুপে যোগদান করতে সক্ষম নন এবং তাকে গ্রুপ থেকে সরানো হবে:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این عضو قابلیت پیوستن به گروه‌های جدید را ندارد و از گروه حذف خواهد شد:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ce membre va être retiré du groupe, car ils ne parvient pas à rejoindre les nouveaux groupes :&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ સભ્ય નવા ગ્રુપમાં જોડાવા માટે સક્ષમ નથી, અને તેને ગ્રુપમાંથી દૂર કરવામાં આવશે:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>यह मेंबर नए ग्रुपस में शामिल होने के योग्य नहीं हैं, और इसे ग्रुप में से निकाल दिया जाएगा:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಈ ಸದಸ್ಯರು ಹೊಸ ಗ್ರೂಪ್‌ಗಳನ್ನು ಸೇರಲು ಅರ್ಹರಿಲ್ಲ, ಆದ್ದರಿಂದ ಈ ಗ್ರೂಪ್‌‍ನಿಂದ ಅವರನ್ನು ತೆಗೆದುಹಾಕಲಾಗುವುದು:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਇਹ ਮੈਂਬਰ ਨਵੇਂ ਗਰੁੱਪਾਂ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣ ਲਈ ਯੋਗ ਨਹੀਂ ਹੈ, ਅਤੇ ਇਸ ਨੂੰ ਗਰੁੱਪ ਵਿੱਚੋਂ ਹਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este membro não é capaz de participar de novos grupos e será excluído do grupo:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este membro não se pode se juntar a Novos grupos e será removido do grupo:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ang member na ito\&apos;y hindi kayang mag-join sa New Groups, at matatanggal mula sa group:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овој член не е во можност да се приклучи на нови групи и ќе биде отстранет од групата:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овај члан не може да се придружи новим групама и биће уклоњен из групе:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1259"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Šim dalībniekam būs jāpieņem uzaicinājums vēlreiz pievienoties šai grupai, un dalībnieks nesaņems šīs grupas ziņas, kamēr nepieņems uzaicinājumu:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1264"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šim dalībniekam būs jāpieņem uzaicinājums pievienoties šai grupai vēlreiz, un dalībnieks nesaņems šīs grupas ziņas, kamēr nepieņems uzaicinājumu:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1265"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>সদস্যকে যোগ করান&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>افزودن عضو&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ajouter un membre&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>મેમ્બર ઉમેરો&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>सदस्य जोड़ें&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಸದಸ್ಯರನ್ನು ಸೇರಿಸಿ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਸਦੱਸ ਸ਼ਾਮਲ ਕਰੋ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Adicionar membro&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Adicionar membro&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Mag-add ng member&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Додај член&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Додај члана&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Šis dalībnieks tika noņemts no grupas un nevarēs atkārtoti tai pievienoties, kamēr nebūs veicis jaunināšanu:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1269"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šis dalībnieks tika noņemts no grupas un nevarēs atkārtoti tai pievienoties, kamēr nebūs veicis jaunināšanu:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1270"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Vabilo je poslano&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pozivnica je poslana&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pozivnica je poslana&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pakvietimas išsiųstas&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Запрошення надіслано&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Vabili sta poslani&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1275"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>সদস্যকে যোগ করাবেন?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>افزودن عضو؟&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ajouter un membre ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>મેમ્બર ઉમેરો?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>मेंबर को जोड़ना है?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಸದಸ್ಯ ಸೇರಿಸುವುದೇ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਮੈਂਬਰ ਸ਼ਾਮਲ ਕਰੋ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Adicionar membro?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Adicionar membro?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Gusto mo bang mag-add ng member?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Да додадам член?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Желите ли да додате члана?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1276"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>যখন নতুন গ্রুপটিতে আপগ্রেড করা হয়েছে, এই সদস্যকে স্বয়ংক্রিয়ভাবে যোগ করা যায়নি:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این اعضا نمی‌توانست به گروه جدید هنگامی که به صورت خودکار ارتقا پیدا کرد اضافه شود:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Impossible d\&apos;ajouter automatiquement ce membre au nouveau groupe :&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>જ્યારે નવું ગ્રુપ અપગ્રેડ કરવામાં આવ્યું ત્યારે આ સભ્યોને આપોઆપ ઉમેરી શકાયા નહીં:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>इस मेंबर को नए ग्रुप में अपग्रेड होने पर स्वचालित रूप से शामिल नहीं किया जा सका:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಅಪ್‌ಗ್ರೇಡ್‌ ಮಾಡಿದಾಗ ಹೊಸ ಗ್ರೂಪ್‌ಗೆ ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಈ ಸದಸ್ಯರನ್ನು ಸೇರಿಸಲಾಗದು:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਇਸ ਮੈਂਬਰ ਨੂੰ ਨਵੇਂ ਗਰੁੱਪ ਵਿੱਚ ਆਪਣੇ ਆਪ ਉਸ ਸਮੇਂ ਸ਼ਾਮਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਜਦੋਂ ਇਸਨੂੰ ਅੱਪਗ੍ਰੇਡ ਕੀਤਾ ਗਿਆ ਸੀ:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não foi possível adicionar este membro automaticamente ao novo grupo no momento da atualização:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Este membro não pôde ser adicionado automaticamente ao \&apos;Novo grupo\&apos; durante o upgrade:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ang member na ito\&apos;y hindi automatic na maidadagdag sa New Group noong ito\&apos;y na-upgrade:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овој член не можеше да биде автоматски додаден во новата група кога беше надградена:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Аутоматско додавање овог члана у нову групу када је група надограђена није успело:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1280"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Šim dalībniekam būs jāpieņem uzaicinājums pievienoties šai grupai vēlreiz, un dalībnieks nesaņems šīs grupas ziņas, kamēr nepieņems uzaicinājumu:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1282"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šim dalībniekam būs jāpieņem uzaicinājums pievienoties šai grupai vēlreiz, un dalībnieks nesaņems šīs grupas ziņas, kamēr nepieņems uzaicinājumu:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1283"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>সদস্যকে যোগ করান&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>افزودن عضو&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ajouter un membre&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>મેમ્બર ઉમેરો&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>मेंबर जोड़ें&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಸದಸ್ಯರನ್ನು ಸೇರಿಸಿ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਮੈਂਬਰ ਜੋੜੋ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Adicionar membro&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Adicionar membro&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Mag-add ng member&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Додај член&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Додај члана&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1284"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Šis dalībnieks nevar pievienoties jaunām grupām un tiks noņemts no šīs grupas:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1287"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>সদস্যকে যোগ করা ব্যর্থ হয়েছে। পরে আবার চেষ্টা করুন।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>افزودن عضو ناموفق بود. بعداً دوباره امتحان کنید.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Impossible d\&apos;ajouter ce membre pour le moment. Veuillez réessayer plus tard.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>સભ્યો ઉમેરવામાં નિષ્ફળ. પછી ફરી પ્રયાસ કરો.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>मेंबर को जोड़ना असफल रहा। बाद में दोबारा प्रयास करें।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಸದಸ್ಯರನ್ನು ಸೇರಿಸಲು ಆಗಲಿಲ್ಲ. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਮੈਂਬਰ ਸ਼ਾਮਲ ਕਰਨ ਵਿੱਚ ਅਸਫ਼ਲ | ਬਾਅਦ ਵਿੱਚ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Falha ao adicionar membro. Tente mais tarde.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Falha ao adicionar membro. Tente novamente mais tarde.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Failed to add member. Subukan ulit mamaya.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šis dalībnieks nevar pievienoties jaunām grupām un tiks noņemts no šīs grupas:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не успеа да се додаде член. Обидете се повторно подоцна.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Додавање члана није успело. Пробајте поново касније.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1288"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ta član_ica bo moral_a potrditi vabilo za ponovno pridružitev skupini in do takrat ne bo mogel_la prejemati novih sporočil skupine:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1289"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovaj član mora prihvatiti novu pozivnicu za pristupanje grupi i neće primati grupne poruke dok ne prihvati sljedeće:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1289"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovaj će član morati prihvatiti pozivnicu da bi se ponovno pridružio grupi i neće primati poruke grupe dok ne prihvati:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1289"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šis narys, norėdamas vėl prisijungti prie grupės, turės priimti pakvietimą ir negaus jokių grupės žinučių tol, kol jo nepriims:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1289"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Этому участнику будет необходимо принять приглашение, чтобы заново присоединиться к этой группе, и он не будет получать сообщения группы, пока не примет приглашение:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1289"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Щоб приєднатися до цієї групи знову, цьому користувачеві потрібно буде прийняти запрошення. Він не отримуватиме повідомлень від групи, поки не прийме його:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1289"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Ta_ti dva_e člana_ici bosta morala_i potrditi vabilo za ponovno pridružitev skupini in do takrat ne bosta mogla_i prejemati novih sporočil skupine:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1290"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>সদস্যকে যোগ করা যাচ্ছেনা&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>امکان افزودن عضو وجود ندارد&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Impossible d\&apos;ajouter un membre.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>મેમ્બર ઉમેરી શકાતા નથી.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>मेंबर को नहीं जोड़ा जा सकता।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಸದಸ್ಯರನ್ನು ಸೇರಿಸಲು ಆಗಲಿಲ್ಲ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਮੈਂਬਰ ਜੋੜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não foi possível adicionar o membro.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não foi possível adicionar membro.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Hindi makapag-add ng member.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не може да се додаде член.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Додавање члана није успело.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ta član_ica je bil_a odstranjen_a iz skupine in bo moral_a, preden se lahko ponovno pridruži, nadgraditi aplikacijo Signal:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1295"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovaj član je odstranjen iz grupe i neće joj moći ponovo pristupiti dok ne izvrši nadogradnju:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1295"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovaj je član uklonjen iz grupe i neće se moći pridružiti grupi dok ne ažurira:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1295"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šis narys buvo pašalintas iš grupės ir negalės iš naujo prie jos prisijungti tol, kol neatsinaujins:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1295"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Этот участник был удалён из группы и не сможет присоединиться заново, пока не обновит Signal до новейшей версии:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1295"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Цього користувача було видалено з групи. Він не зможе ще раз до неї приєднатися, поки не оновить застосунок:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1295"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Ta_ti člana_ici sta bila_i odstranjena_i iz skupine in bosta morala_i, preden se lahko ponovno pridružita, nadgraditi aplikacijo Signal:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1296"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Pievienot dalībnieku&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1299"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pievienot dalībnieku&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1300"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Vai pievienot dalībnieku?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1307"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Vai pievienot dalībnieku?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1308"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ta član_ica bo morala_a potrditi vabilo za ponovno pridružitev skupini in do takrat ne bo mogel_la prejemati novih sporočil skupine:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1309"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovaj član mora prihvatiti novu pozivnicu za pristupanje grupi i neće primati grupne poruke dok ne prihvati sljedeće:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1309"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovaj će član morati prihvatiti pozivnicu da bi se ponovno pridružio grupi i neće primati grupne poruke dok ne prihvati:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1309"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šis narys, norėdamas vėl prisijungti prie šios grupės, turės priimti pakvietimą ir negaus jokių grupės žinučių tol, kol jo nepriims:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1309"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Этому участнику будет необходимо принять приглашение, чтобы заново присоединиться к этой группе, и он не будет получать сообщения группы, пока не примет приглашение:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1309"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Щоб приєднатися до цієї групи знову, цьому користувачу потрібно буде прийняти запрошення. Він не отримуватиме повідомлень від групи, поки не прийме його:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1309"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Ta_ti člana_ici bosta morala_i potrditi vabilo za ponovno pridružitev skupini in do takrat ne bosta mogla_i prejemati novih sporočil skupine:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1310"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Šo dalībnieku nevarēja automātiski pievienot jaunajai grupai pēc tās jaunināšanas:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1312"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šo dalībnieku nevarēja automātiski pievienot jaunajai grupai pēc tās jaunināšanas:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1313"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ta član_ica se ne more pridružiti Novim skupinam, zato je bil_a odstranjen_a iz skupine:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1315"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovaj član ne može pristupiti Novim grupama i stoga će biti uklonjen iz grupe:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1315"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovaj član se ne može pridružiti Novim grupama i bit će uklonjen iz grupe:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1315"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šis narys negali prisijungti prie naujosios grupės ir todėl bus iš jos pašalintas:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1315"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Этот участник не может присоединяться к Новым группам и будет удалён из группы:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1315"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Цей учасник не може приєднуватись до нових груп. Його буде видалено з групи:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1315"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Ta_ti člana_ici se ne moreta pridružiti Novim skupinam, zato sta bila_i odstranjena_i iz skupine:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1316"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Pievienot dalībnieku&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1317"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pievienot dalībnieku&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1318"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Neizdevās pievienot dalībnieku. Vēlāk mēģiniet vēlreiz.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1322"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Neizdevās pievienot dalībnieku. Vēlāk mēģiniet vēlreiz.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1323"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Nevar pievienot dalībnieku.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1327"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nevar pievienot dalībnieku.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1328"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodaj člana_ico&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1329"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodaj člana&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1329"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodaj člana&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1329"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pridėti narį&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1329"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Добавить участника&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1329"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Додати учасника&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1329"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Dodaj člana_ici&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1330"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Želite dodati člana_ico?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1338"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodati člana?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1338"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodati člana?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1338"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pridėti narį?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1338"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Добавить участника?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1338"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Додати учасника?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1338"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Želite dodati člana_ici?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1339"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ta član_ica ni mogel_la biti avtomatično dodan_a, ko je bila skupina nadgrajena v Novo skupino:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1344"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovog člana nije bilo moguće automatski dodati u Novu grupu nakon nadogradnje:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1344"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nije bilo moguće dodati ovog člana u Novu grupu kada je nadograđena:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1344"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Atnaujinus, šio nario nepavyko automatiškai pridėti į naująją grupę:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1344"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Этот участник не мог быть автоматически добавлен в Новую группу, когда группа была обновлена:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1344"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Цього учасника не вдалось автоматично додати в нову групу після її оновлення:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1344"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Ta_ti člana_ici nista mogla_i biti avtomatično dodana_i, ko je bila skupina nadgrajena v Novo skupino:&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1345"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodaj člana_ico&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1350"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodaj člana&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1350"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodaj člana&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1350"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pridėti narį&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1350"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Добавить участника&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1350"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Додати учасника&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1350"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Dodaj člana_ici&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1351"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodajanje člana_ice ni bilo uspešno. Poskusite znova kasneje.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1356"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodavanje člana nije uspjelo. Pokušajte ponovo kasnije.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1356"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Neuspješno dodavanje člana. Pokušajte ponovno kasnije.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1356"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nepavyko pridėti nario. Vėliau bandykite dar kartą.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1356"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не удалось добавить участника. Попробуйте ещё раз позже.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1356"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не вдалося додати учасника. Спробуйте пізніше.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1356"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Dodajanje članov_ic ni bilo uspešno. Poskusite znova kasneje.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1357"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dodajanje člana_ice ni mogoče.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1362"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nije moguće dodati člana.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1362"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nije moguće dodati člana.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1362"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nepavyksta pridėti nario.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1362"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Невозможно добавить участника.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1362"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не вдалося додати учасника.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1362"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Dodajanje članov_ic ni mogoče.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1363"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>আমন্ত্রণ প্রত্যাহার করুন&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>لغو دعوت&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Annuler l\&apos;invitation&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આમંત્રણ રદ કરો&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>आमंत्रण रद्द करें&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಆಹ್ವಾನವನ್ನು ಹಿಂತೆಗೆದುಕೊಳ್ಳಿ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਸੱਦੇ ਨੂੰ ਰੱਦ ਕਰੋ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Revogar convite&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Bawiin ang invite&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Повлечи покана&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Повуци позивницу&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1367"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>আমন্ত্রণ প্রত্যাহারে ত্রুটি&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>خطا در لغو دعوت&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Une erreur s\&apos;est produite lors de l\&apos;annulation de l\&apos;invitation&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આમંત્રણ રદ કરવામાં ભૂલ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>आमंत्रण को रद्द करने को लेकर त्रुटि&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಆಹ್ವಾನವನ್ನು ಹಿಂತೆಗೆದುಕೊಳ್ಳುವಾಗ ದೋಷವುಂಟಾಗಿದೆವ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਸੱਦੇ ਨੂੰ ਰੱਦ ਕਰਨ ਵਿੱਚ ਤਰੁੱਟੀ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Erro ao revogar convite&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Erro ao revogar convite&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Error revoking invite&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Грешка при повлекување на покана&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Грешка приликом повлачења позивнице&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1371"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Atsaukt uzaicinājumu&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1405"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Uzaicinājuma atsaukšanas kļūda&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1409"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Uzaicinājuma atsaukšanas kļūda&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1410"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Prekliči vabilo&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1441"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Poništi pozivnicu&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1441"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Opozovi pozivnicu&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1441"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Atšaukti pakvietimą&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1441"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Отозвать приглашение&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1441"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Відкликати запрошення&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1441"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Prekliči vabili&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1442"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Napaka pri preklicu vabila&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1447"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Greška prilikom poništavanja pozivnice&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1447"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pogreška pri opozivu pozivnice&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1447"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Klaida panaikinant pakvietimą&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1447"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ошибка отзыва приглашения&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1447"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Помилка під час відкликання запрошення&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1447"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Napaka pri preklicu vabil&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1448"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>নির্বাচিত আইটেম মুছে ফেলবেন?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>پاک کردن مورد انتخاب شده؟&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Supprimer l\&apos;élément sélectionné ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>પસંદ કરેલી આઇટમ ડિલીટ કરવી છે?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>चयनित आइटम डिलीट करें?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಆಯ್ಕೆಮಾಡಿದ ಐಟಂ ಅನ್ನು ಅಳಿಸುವುದೇ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਕੀ ਚੁਣੀ ਗਈ ਆਈਟਮ ਨੂੰ ਮਿਟਾਉਣਾ ਹੈ?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Apagar o item selecionado?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Eliminar o item selecionado?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Burahin ang piniling item?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Да се избрише избраниот предмет?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Желите ли да избришете одабрану ставку?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1683"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এর ফলে নির্বাচিত ফাইলগুলো চিরতরে মুছে যাবে। এই আইটেমটির সাথে সংযুক্ত যেকোনো বার্তার টেক্সটও মুছে যাবে।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این گزینه باعث پاک شدن دائمی فایل انتخاب‌شده می‌شود. هر پیام متنی مرتبط با این مورد هم پاک خواهد شد.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Cela supprimera définitivement le fichier sélectionné. Le message associé à cet élément sera aussi supprimé.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ પસંદ કરેલી ફાઇલને કાયમીરૂપે ડિલીટ કરશે. આ આઇટમ સાથે સંકળાયેલ કોઈપણ મેસેજ ટેક્સ્ટ પણ ડિલીટ થઈ જશે.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>यह चयनित फ़ाइल को स्थायी रूप से डिलीट कर देगा। इस आइटम से जुड़ा कोई भी मेसेज टेक्स्ट भी डिलीट कर दिया जाएगा।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಇದು ಆಯ್ದ ಫೈಲ್ ಅನ್ನು ಶಾಶ್ವತವಾಗಿ ಅಳಿಸುತ್ತದೆ. ಈ ಐಟಂಗೆ ಸಂಬಂಧಿಸಿದ ಯಾವುದೇ ಮೆಸೇಜ್ ಪಠ್ಯವನ್ನು ಸಹ ಅಳಿಸಲಾಗುತ್ತದೆ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਅਜਿਹਾ ਕਰਨ \&apos;ਤੇ ਚੁਣੀ ਗਈ ਫ਼ਾਈਲ ਨੂੰ ਸਥਾਈ ਤੌਰ ’ਤੇ ਮਿਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ। ਇਸ ਆਈਟਮ ਨਾਲ ਜੁੜੇ ਟੈਕਸਟ ਸੁਨੇਹੇ ਵੀ ਮਿਟਾ ਦਿੱਤੇ ਜਾਣਗੇ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Isto apagará permanentemente o arquivo selecionado. Qualquer mensagem de texto associada a este item também será apagada.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Isto irá eliminar permanentemente o ficheiro selecionado. Qualquer mensagem de texto associada a este item também será eliminada.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Permanenteng mabubura ang piniling file. Anumang message ang kaugnay ng file ay made-delete rin.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ова трајно ќе ја избрише избраната датотека. Секоја текстуална порака поврзана со оваа датотека исто така ќе биде избришана.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Овим ће изабрани фајл бити трајно избрисан. Све текстуалне поруке повезане са овом ставком такође ће бити избрисане.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1687"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>সংরক্ষণ করুন&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ذخیره&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Enregistrer&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>સેવ કરો&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>सेव करें&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಉಳಿಸಿ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਸੰਭਾਲੋ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Salva&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Guardar&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>I-save&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Зачувај&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Сачувај&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1703"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>মুছে ফেলুন&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>پاک کردن&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Supprimer&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ડિલીટ કરો&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>डिलीट करें&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಅಳಿಸಿ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਮਿਟਾਓ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Apagada&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Eliminar&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Burahin&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Избриши&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Избриши&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1707"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Vai izdzēst atlasīto?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1729"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Vai izdzēst atlasīto?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1730"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Atlasītais fails tiks neatgriezeniski izdzēsts. Tiks izdzēsta arī ar šo failu saistītā ziņa.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1735"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Saglabāt&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1751"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Saglabāt&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1752"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Dzēst&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1756"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dzēst&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1757"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbris izbranega predmeta?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1775"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbrisati označenu stavku?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1775"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Želite li izbrisati odabranu stavku?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1775"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ištrinti pažymėtą elementą?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1775"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Удалить выбранный элемент?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1775"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Видалити вибраний файл?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1775"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Izbris izbranih predmetov?&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1776"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>S tem boste nepovratno izbrisali izbrano datoteko. Vsak tekst, povezan s to datoteko, bo prav tako izbrisan.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1781"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovim će se trajno izbrisati odabrana datoteka. Svaki tekst u poruci povezan s datotekom također će biti izbrisan.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1781"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovo će trajno izbrisati odabranu datoteku. Sve tekstualne poruke povezane s ovom datotekom također će biti izbrisane.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1781"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Tai negrįžtamai ištrins pažymėtą failą. Visos su juo susietos žinutės taip pat bus ištrintos.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1781"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Это навсегда удалит выбранный файл. Текст сообщений, связанных с этим элементом, также будет удалён.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1781"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Вибраний файл буде остаточно видалено. Текст пов\&apos;язаних з ним повідомлень також буде видалено.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1781"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>S tem boste nepovratno izbrisali izbrani datoteki. Vsak tekst, povezan s tema datotekama, bo prav tako izbrisan.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Shrani&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1799"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Spremi&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1799"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Spremi&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1799"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Įrašyti&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1799"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Сохранить&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1799"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Зберегти&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1799"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Shrani&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1800"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbriši&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1805"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbriši&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1805"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Izbriši&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1805"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ištrinti&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1805"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Удалить&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1805"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Видалити&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1805"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Izbriši&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1806"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>একজন সদস্যকে নতুন গ্রুপে যোগ করা যায়নি এবং যোগ দেওয়ার জন্য তাকে আমন্ত্রণ জানানো হয়েছে।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>یک نفر از اعضا نمی‌توانست به گروه جدید اضافه شود و برای پیوستن دعوت شده است.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>એક સભ્યને નવા ગ્રુપમાં ઉમેરી શકાયા નથી અને તેમને જોડાવા માટે આમંત્રણ આપવામાં આવ્યું છે.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>एक सदस्य को नए ग्रुप में शमिल नहीं किया जा सका और उसे शामिल होने के लिए आमंत्रित किया गया है।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಹೊಸ ಗ್ರೂಪ್ ಗೆ ಒಬ್ಬ ಸದಸ್ಯರನ್ನು ಸೇರಿಸಲಾಗಲಿಲ್ಲ ಮತ್ತು ಸೇರಲು ಆಹ್ವಾನಿಸಲಾಗಿದೆ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਇੱਕ ਮੈਂਬਰ ਨੂੰ ਨਵੇਂ ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਨਹੀਂ ਕਰ ਸਕੇ ਅਤੇ ਉਹਨਾਂ ਨੂੰ ਸ਼ਾਮਲ ਹੋਣ ਲਈ ਸੱਦਾ ਦਿੱਤਾ ਗਿਆ ਹੈ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não foi possível adicionar um membro ao novo grupo. O membro recebeu um convite para participar.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Um membro não pôde ser adicionado ao \&apos;Novo grupo\&apos; e recebeu convite para se juntar.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Hindi ma-add ang isang member sa Bagong Group at inimbitahang sumali.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Еден член не можеше да се додаде во Новата група и прими покана за да се придружи.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Једног члана није било могуће додати у нову групу и тај члан је добио позивницу да се придружи.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1813"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>একজন সদস্যকে নতুন গ্রুপে যোগ করা যায়নি এবং তাকে বাদ দেওয়া হয়েছে।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>اضافه کردن یک عضو به گروه جدید میسر نبود و حذف شده است.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Un membre n\&apos;a pas pu être ajouté au nouveau groupe et a été retiré du groupe.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>એક સભ્યને નવા ગ્રુપમાં ઉમેરી શકાયા નથી અને તેમને દૂર કરવામાં આવ્યા છે.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>एक सदस्य को नए ग्रुप में शमिल नहीं किया जा सका और उसे हटा दिया गया है।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಹೊಸ ಗ್ರೂಪ್‌ಗೆ ಒಬ್ಬ ಸದಸ್ಯರನ್ನು ಸೇರಿಸಲಾಗಲಿಲ್ಲ ಮತ್ತು ತೆಗೆದುಹಾಕಲಾಗಿದೆ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਮੈਂਬਰ ਨੂੰ ਨਵੇਂ ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਨਹੀਂ ਕਰ ਸਕੇ ਅਤੇ ਉਹਨਾਂ ਨੂੰ ਹਟਾ ਦਿੱਤਾ ਗਿਆ ਹੈ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não foi possível adicionar o membro ao novo grupo. O membro foi excluído.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Um membro não pôde ser adicionado ao \&apos;Novo grupo\&apos; e foi removido.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Hindi ma-add ang isang member sa Bagong Group at tinanggal s\&apos;ya.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Еден член не можеше да се додаде во Новата група и беше отстранет.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Једног члана није било могуће додати у нову групу и тај члан је уклоњен.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1818"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Dalībnieku nevarēja pievienot jaunajai grupai, un viņš tika uzaicināts tai pievienoties.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1865"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>গ্রুপটিতে একজন ব্যক্তিকে আমন্ত্রণ জানানো হয়েছে।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>۱ نفر به گروه دعوت شد.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 personne a été invitée à rejoindre le groupe.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 વ્યક્તિને ગ્રુપમાં આમંત્રિત કરવામાં આવી હતી.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 व्यक्ति को ग्रुप में आमंत्रित किया गया।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಗ್ರೂಪ್ ಗೆ 1 ವ್ಯಕ್ತಿಯನ್ನು ಆಹ್ವಾನಿಸಲಾಗಿತ್ತು.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 ਵਿਅਕਤੀ ਨੂੰ ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣ ਲਈ ਸੱਦਿਆ ਗਿਆ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 pessoa foi convidada para o grupo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 pessoa foi convidada para o grupo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>In-invite ang 1 tao sa group.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 личност беше поканета во групата.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 особа је позвана у групу.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1871"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>আপনি গ্ৰুপের আমন্ত্রণ প্রত্যাখ্যান করেছেন।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>شما یک دعوت‌نامه به گروه را لغو کردید.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Vous avez annulé une invitation au groupe.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>તમે ગ્રુપમાં 1 આમંત્રણ રદ કર્યું&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>आपने ग्रुप का एक आमंत्रण वापस ले लिया।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ನೀವು ಗ್ರೂಪ್ ಗೆ ಒಂದು ಆಹ್ವಾನವನ್ನು ಹಿಂಪಡೆದಿದ್ದೀರಿ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਤੁਸੀਂ ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣ ਦਾ ਸੱਦਾ ਰੱਦ ਕਰ ਦਿੱਤਾ ਹੈ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Você revogou um convite para o grupo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Você revogou um convite para o grupo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Binawi mo ang isang invitation sa group.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Повлековте покана за групата.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Повукли сте позивницу за групу.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1877"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>গ্ৰুপের একটি আমন্ত্রণ প্রত্যাখ্যান করা হয়েছে।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>یک دعوت‌نامه به گروه لغو شد.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Une invitation au groupe a été annulée.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ગ્રુપમાં એક આમંત્રણ રદ કરવામાં આવ્યું હતું.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ग्रुप का एक आमंत्रण वापस ले लिया गया।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಗ್ರೂಪ್ ಗೆ ಒಂದು ಆಹ್ವಾನವನ್ನು ಹಿಂಪಡೆಯಲಾಗಿದೆ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣ ਦੇ ਇੱਕ ਸੱਦੇ ਨੂੰ ਰੱਦ ਕੀਤਾ ਗਿਆ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Um convite para o grupo foi revogado.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Foi revogado um convite para o grupo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Binawi ang isang invitation sa group.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Покана за групата беше повлечена.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Повучена је позивница за групу.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="1889"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Član_ica ni mogel_la biti dodan_a v Novo skupino, zato je bil_a povabljen_a, da se pridruži.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1915"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Jednog člana nije bilo moguće dodati u Novu grupu, a pozvan je da se pridruži.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1915"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nije bilo moguće dodati člana u Novu grupu, stoga je pozvan da se pridruži.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1915"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nario nepavyko pridėti į naująją grupę, jis pakviestas prisijungti.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1915"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Участника невозможно было добавить в Новую группу, и ему было отправлено приглашение.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1915"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Člana_ici nista mogla_i biti dodana_i v Novo skupino, zato sta bila_i povabljena_i, da se pridružita.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1916"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Član_ica ni mogel_la biti dodan_a v Novo skupino, zato je bil_a odstranjen_a.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1922"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Jednog člana nije bilo moguće dodati u Novu grupu i uklonjen je.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1922"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nije bilo moguće dodati člana u Novu grupu, stoga je uklonjen iz grupe.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1922"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nario nepavyko pridėti į naująją grupę, jis pašalintas.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1922"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Участника невозможно было добавить в Новую группу, и он был удалён.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1922"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не вдалося додати учасника до нової групи, тому його було вилучено.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1922"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 persona tika uzaicināta pievienoties šai grupai.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1926"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Jūs atsaucāt uzaicinājumu pievienoties grupai.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1933"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Uzaicinājums pievienoties šai grupai tika atsaukts.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="1947"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 osoba je pozvana u grupu.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1979"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 osoba je pozvana u grupu.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1979"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Į grupę buvo pakviestas 1 žmogus.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1979"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>У групу запрошено 1 людину.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1979"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Preklicali ste vabilo v skupino.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="1987"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Poništili ste pozivnicu u grupu.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="1987"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Opozvali ste pozivnicu u grupu.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="1987"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Tu atšaukei pakvietimą į grupę.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="1987"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Вы отозвали приглашение в группу.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="1987"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ви відкликали запрошення в групу.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="1987"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Vabilo v skupino je bilo preklicano.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="2003"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pozivnica u grupu je poništena.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="2003"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pozivnica u grupu je opozvana.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="2003"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Atšauktas pakvietimas į grupę.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="2003"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Приглашение в группу было отозвано.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="2003"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Запрошення в групу відкликано.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="2003"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Vabili v skupino sta bili preklicani.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="2004"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Signal-এর এই সংস্করণটির মেয়াদ আগামীকাল শেষ হয়ে যাবে। সর্বশেষ সংস্করণে আপডেট করুন।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این نسخه سیگنال فردا منقضی می‌شود. به آخرین نسخه به‌روزرسانی کنید.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Cette version de Signal arrivera à expiration demain. Passez à dernière la version.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Signal નું આ વર્ઝન આવતીકાલે સમાપ્ત થશે. સૌથી તાજેતરના વર્ઝન પર અપડેટ કરો.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Signal का यह संस्करण कल समाप्त हो जाएगा। सबसे नवीनतम संस्करण में अपडेट करें।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Signal ನ ಈ ಆವೃತ್ತಿಯು ನಾಳೆ ವಾಯಿದೆ ಮೀರಲಿದೆ. ತೀರಾ ಇತ್ತೀಚಿನ ಆವೃತ್ತಿಗೆ ನವೀಕರಿಸಿ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Signal ਦੇ ਇਸ ਵਰਜ਼ਨ ਦੀ ਮਿਆਦ ਕੱਲ੍ਹ ਪੁੱਗ ਜਾਵੇਗੀ। ਨਵੇਂ ਵਰਜ਼ਨ ਉੱਤੇ ਅੱਪਡੇਟ ਕਰੋ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Esta versão do Signal será descontinuada amanhã. Atualize para a versão mais recente.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Esta versão do Signal irá expirar amanhã. Atualize para a versão mais recente.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Mag-e-expire na bukas ang version na ito ng Signal. Mag-update sa pinakabagong version.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Оваа верзија на Signal ќе истече утре. Ажурирајте на најновата верзија.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ова верзија Signal-а истиче сутра. Ажурирајте апликацију на најновију верзију.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="2186"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Šīs Signal versijas lietošanas termiņš beigsies rīt. Atjauniniet uz jaunāku versiju.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="2252"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ta različica aplikacije Signal poteče jutri. Nadgradite na najnovejšo različico.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="2316"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ova verzija Signala ističe sutra. Ažurirajte aplikaciju na posljednju verziju.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="2316"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ova verzija Signala istječe sutra. Ažurirajte na najnoviju verziju.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="2316"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ši „Signal“ versija nustos galioti rytoj. Atnaujink „Signal“ į naujausią versiją.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="2316"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Эта версия Signal перестанет работать завтра. Обновитесь до новейшей версии.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="2316"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Завтра ця версія Signal перестане функціонувати. Оновіть застосунок до останньої версії.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="2316"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Plus qu\&apos;une étape avant d\&apos;envoyer votre journal de débogage.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="2653"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>মিডিয়া সেভ করা হয়েছে&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>رسانه ذخیره شد&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Média enregistré&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>મીડિયા સેવ કર્યું&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>सेव किया गया मीडिया&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಮೀಡಿಯಾ ಸೇವ್ ಮಾಡಲಾಗಿದೆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਮੀਡੀਆ ਸੇਵ ਕੀਤਾ ਗਿਆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Mídia salva&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ficheiro multimédia guardado&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Na-save ang media&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Медиумската датотека е зачувана&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Медиј је сачуван&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="3092"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>স্টোরেজে সংযুক্তি সংরক্ষণের সময় ত্রুটি!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>خطا هنگام ذخیره‌سازی پیوست در حافظه!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Impossible d\&apos;enregistrer la pièce jointe dans l\&apos;espace de stockage.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>સ્ટોરેજમાં સેવ કરતી વખતે ભૂલ!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>स्टॉरेज में संलग्नक सहेजते समय त्रुटि!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಸಂಗ್ರಹಕ್ಕೆ ಲಗತ್ತನ್ನು ಉಳಿಸುವಾಗ ತೊಡಕಾಗಿದೆ!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਸਟੋਰੇਜ ਵਿੱਚ ਅਟੈਚਮੈਂਟ ਸੇਵ ਕਰਨ ਦੌਰਾਨ ਕੋਈ ਗੜਬੜੀ ਹੋਈ!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Erro ao salvar anexo no armazenamento!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Erro ao guardar o anexo no armazenamento local!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nagkaproblema habang isine-save ang kalakip sa storage!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Грешка при зачувување на прилогот во складот!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Догодила се грешка приликом чувања прилога на меморијском простору!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="3105"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Multivide saglabāta&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="3183"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Multivide saglabāta&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="3184"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Neizdevās saglabāt pielikumus krātuvē.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="3198"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Neizdevās saglabāt pielikumu krātuvē.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="3199"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Medij je shranjen&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="3274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Medijski sadržaj je sačuvan&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="3274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Medijski zapis je spremljen&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="3274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Įrašas išsaugotas&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="3274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Медиафайл сохранён&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="3274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Медіафайл збережено&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="3274"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Medija sta shranjena&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="3275"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Napaka pri shranjevanju priponke v shrambo!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="3291"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Greška prilikom pohranjivanja priloga u memoriju uređaja!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="3291"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Pogreška prilikom spremanja privitka u prostor za pohranu!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="3291"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Klaida, įrašant priedą į atmintį!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="3291"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ошибка при сохранении вложения в хранилище!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="3291"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Під час збереження вкладення в пам\&apos;яті сталася помилка!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="3291"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Napaka pri shranjevanju priponk v shrambo!&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="3292"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>এটি সকল চ্যাটকে স্থায়ীভাবে সাজিয়ে সর্বশেষ ম্যাসেজ দেখাবে।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>این کار موجب کوتاه کردن دائمی همه گفتگوها به تازه‌ترین پیام می‌شود.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Les anciens messages seront définitivement supprimés de toutes les conversations. Celles-ci n\&apos;afficheront plus que le dernier message reçu.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>આ તમામ ચેટને સૌથી તાજેતરના મેસેજ માટે કાયમી રીતે ટ્રિમ કરશે.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>यह स्थाई रूप से सभी चैट को हाल ही के संदेश में ट्रिम कर देगा।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਅਜਿਹਾ ਕਰਨ ਨਾਲ ਸਾਰੀਆਂ ਚੈਟਾਂ ਨੂੰ ਸਭ ਤੋਂ ਤਾਜ਼ਾ ਸੁਨੇਹਿਆਂ ਤੱਕ ਸਥਾਈ ਤੌਰ ’ਤੇ ਟ੍ਰਿਮ ਕਰ ਦਿੱਤਾ ਜਾਵੇਗਾ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Esta ação vai recortar todos os chats na mensagem mais recente.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Isto irá reduzir todos os chats para a mensagem mais recente.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Permanente nitong iti-trim ang lahat ng chats at ang most recent message lang ang matitira.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ова трајно ќе ги скрати сите разговори до најскорешната порака.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="3869"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Tiks saīsināta visu sarunu vēsture un tiks paturētas tikai jaunākā ziņa.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="3976"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>S tem boste vse klepete trajno obrezali na najnovejše sporočilo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="4081"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ovo će trajno skratiti sve razgovore na najnoviju poruku.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="4081"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Visi pokalbiai bus negrįžtamai apkarpyti iki naujausios žinutės.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="4081"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Все чаты будут безвозвратно обрезаны до самого нового сообщения.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="4081"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>আপনি যদি নিশ্চিত না হন কার কাছ থেকে অনুরোধ এসেছে, তবে নিচের কন্টাক্টগুলো পর্যালোচনা করার পর পদক্ষেপ নিন।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>اگر مطمئن نیستید که فرستنده درخواست چه کسی است، مخاطب زیر را بررسی کنید و اقدام لازم را انجام دهید.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Si vous ne reconnaissez pas l\&apos;utilisateur à l\&apos;origine de la demande, examinez le contact ci-dessous et choisissez l\&apos;action appropriée.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>જો તમને ખાતરી ન હોય કે વિનંતી કોની છે, તો નીચેના સંપર્કને રિવ્યૂ કરો અને પગલાં લો.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>अगर आप इस निवेदन को भेजने वाले के बारे में निश्चित नहीं हों, तो निचे दिए गए संपर्क की समीक्षा करें और कार्रवाई करें।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ವಿನಂತಿ ಯಾರದ್ದು ಎಂದು ನಿಮಗೆ ಖಚಿತವಿಲ್ಲದಿದ್ದರೆ, ಕೆಳಗಿನ ಸಂಪರ್ಕವನ್ನು ಪರಿಶೀಲಿಸಿ ಮತ್ತು ಕ್ರಮ ತೆಗೆದುಕೊಳ್ಳಿರಿ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਜੇ ਤੁਹਾਨੂੰ ਇਹ ਪੱਕਾ ਨਹੀਂ ਪਤਾ ਹੈ ਕਿ ਬੇਨਤੀ ਕਿਸ ਵੱਲੋਂ ਆਈ ਹੈ, ਤਾਂ ਹੇਠਾਂ ਦਿੱਤੇ ਸੰਪਰਕ ਦੀ ਸਮੀਖਿਆ ਕਰੋ ਅਤੇ ਕਾਰਵਾਈ ਕਰੋ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Se você não tem certeza de quem é o pedido, revise o contato abaixo e tome uma providência.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Se não tiver a certeza de quem é a solicitação, verifique o contacto abaixo e decida o que fazer.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Kapag hindi ka sigurado kung kanino galing ang request, i-review ang contact sa ibaba at gumawa ng aksyon.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ако не сте сигурни од кого е барањето, прегледајте ги контактите подолу и решете што сакате да направите.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ако нисте сигурни од кога потиче захтев, прегледајте контакт у наставку и предузмите мере.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="4898"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Ja neesat pārliecināti, kurš ir pieprasījuma sūtītājs, pārskatiet tālāk norādītās kontaktpersonas un veiciet nepieciešamās darbības.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="5016"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ja neesat pārliecināti, kurš ir pieprasījuma sūtītājs, pārskatiet tālāk norādīto kontaktpersonu un veiciet nepieciešamās darbības.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="5017"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Če niste prepričani, čigava je prošnja, preglejte stik spodaj in ustrezno ukrepajte.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="5134"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ako niste sigurni od koga potiče zahtjev, provjerite kontakt ispod i odlučite kako postupiti.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="5134"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ako niste sigurni tko vam šalje zahtjev, pregledajte kontakt u nastavku i odaberite radnju.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="5134"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Jei nesate tikri, nuo ko yra gautas prašymas, peržiūrėkite toliau esantį adresatą ir imkitės veiksmų.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="5134"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Если вы не уверены, от кого этот запрос, просмотрите участника ниже и примите меры.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="5134"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Якщо ви не впевнені, хто надіслав запит, перегляньте контакт нижче й вчиніть як пропонується.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="5134"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Če niste prepričani, čigava je prošnja, preglejte stika spodaj in ustrezno ukrepajte.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="5135"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>বার্তা পাঠানো হয়েছে&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>پیام ارسال شد&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Message envoyé&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>મેસેજ મોકલ્યો&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>मेसेज भेजा गया&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Message sent&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਸੁਨੇਹਾ ਭੇਜਿਆ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Mensagem enviada&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Mensagem enviada&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Message sent&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Пораките се испратени&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Порука је послата&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="5778"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>বার্তা পাঠাতে ব্যর্থ হয়েছে&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ارسال پیام ناموفق بود&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Impossible d\&apos;envoyer le message&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>મેસેજ મોકલવાનું નિષ્ફળ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>मेसेज भेजेने में असफ़ल&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Message failed to send&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਸੁਨੇਹਾ ਭੇਜਣ ਲਈ ਅਸਫ਼ਲ ਹੈ&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Falha ao enviar mensagem&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Falha ao enviar mensagem&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Message failed to send&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Пораката не успеа да се испрати&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Слање поруке није успело&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="5782"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>বার্তাটি ফরওয়ার্ড করা যায়নি কারণ এটি আর উপলব্ধ নেই।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>امکان بازارسال پیام‌ وجود نداشت، چون پیام دیگر موجود نیست.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Impossible de transférer le message, car il n\&apos;est plus disponible.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>મેસેજ ફોરવર્ડ ન કરી શક્યા કારણ કે તે હવે ઉપલબ્ધ નથી.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>मेसेज को फ़ॉरवर्ड नहीं कर सके क्योंकि वह अब उपलब्ध नहीं है.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Couldn\&apos;t forward message because it\&apos;s no longer available.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਸੁਨੇਹਾ ਅੱਗੇ ਨਹੀਂ ਭੇਜਿਆ ਜਾ ਸਕਿਆ, ਕਿਉਂਕਿ ਉਹ ਮੌਜੂਦ ਨਹੀਂ ਹੈ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não foi possível encaminhar a mensagem porque ela não está mais disponível.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não foi possível reencaminhar a mensagem porque ela já não está disponível.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Hindi ma-forward ang messages dahil hindi na ito available&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не може да се препратат пораките бидејќи веќе не се достапни.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Није могуће проследити поруку јер више није доступна.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="5786"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Ziņas nosūtītas&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="5912"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ziņa nosūtīta&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="5913"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Ziņas neizdevās nosūtīt&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="5917"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Ziņu neizdevās nosūtīt&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="5918"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Nevarēja pārsūtīt ziņas, jo tās vairs nav pieejamas.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="5922"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nevarēja pārsūtīt ziņu, jo tā vairs nav pieejama.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="5923"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Poslano sporočilo&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="6046"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Poruka je poslana&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="6046"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Poruka je poslana&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="6046"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Žinutė išsiųsta&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="6046"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Сообщение отправлено&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="6046"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Повідомлення надіслано&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="6046"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Poslani sporočili&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="6047"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Neuspešno poslano sporočilo&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="6052"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Slanje poruke nije uspjelo&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="6052"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Slanje poruke nije uspjelo&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="6052"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nepavyko išsiųsti žinutės&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="6052"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не удалось отправить сообщение&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="6052"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не вдалося надіслати повідомлення&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="6052"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Neuspešno poslani sporočili&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="6053"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Sporočila ni bilo mogoče posredovati, ker ni več na voljo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="6058"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Prosljeđivanje poruke nije uspjelo jer više nije dostupna.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="6058"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nije moguće proslijediti poruku jer više nije dostupna.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="6058"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nepavyko persiųsti žinutės, nes ji daugiau nebeprieinama.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="6058"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не удалось переслать сообщение, потому что оно больше не доступно.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="6058"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не вдалося переслати повідомлення, бо воно вже недоступне.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="6058"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Sporočil ni bilo mogoče posredovati, ker nista več na voljo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="6059"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Број чланова: 1&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="6764"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>লিংক মুছে ফেলা যাচ্ছে না। আপনার ইন্টারনেট সংযোগ ঠিক আছে কি না দেখুন এবং আবার চেষ্টা করুন।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bn/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>امکان پاک کردن پیوند وجود ندارد. اتصال خود را بررسی و دوباره امتحان کنید.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fa/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Impossible de supprimer le lien d\&apos;appel. Veuillez vérifier votre connexion et réessayer.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>લિંક ડિલીટ કરી શકાતી નથી. તમારું કનેક્શન તપાસો અને ફરી પ્રયાસ કરો.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-gu/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>लिंक मिटाया नहीं जा सकता। अपना कनेक्शन जांचें और पुनः प्रयास करें।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hi/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ಲಿಂಕ್ ಅನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ. ನಿಮ್ಮ ಸಂಪರ್ಕವನ್ನು ಪರಿಶೀಲಿಸಿ ಮತ್ತು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-kn/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>ਲਿੰਕ ਨੂੰ ਮਿਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ। ਆਪਣੇ ਕਨੈਕਸ਼ਨ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pa/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não foi possível excluir o link. Confira sua conexão e tente novamente.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Não é possível eliminar o link. Verifique sua ligação e tente novamente.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Hindi mabura ang link. I-check ang iyong connection at subukan ulit.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-tl/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не може да се избрише линкот. Проверете ја вашата поврзаност и обидете се повторно.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-mk/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Није могуће избрисати линк. Проверите везу и пробајте поново.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sr/strings.xml"
line="7301"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;zero&apos;` matches more than one specific number in this locale (0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;zero&quot;>Visas zvanu saites nevarēja izdzēst. Pārbaudiet savienojumu un mēģiniet vēlreiz.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="7461"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Saiti nevarēja izdzēst. Pārbaudiet savienojumu un mēģiniet vēlreiz.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lv/strings.xml"
line="7462"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Povezave ni mogoče izbrisati. Preverite internetno povezavo in poskusite znova.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="7621"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nije moguće izbrisati link. Provjerite vezu i pokušajte ponovo.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-bs/strings.xml"
line="7621"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Brisanje poveznice nije uspjelo. Provjerite internetsku vezu i pokušajte ponovno.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="7621"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Nepavyko ištrinti nuorodos. Patikrink ryšį ir bandyk dar kartą.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-lt/strings.xml"
line="7621"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не удалось удалить ссылку. Проверьте ваше подключение к интернету и попробуйте ещё раз.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ru/strings.xml"
line="7621"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Не вдається видалити посилання. Перевірте підключення до інтернету і спробуйте ще раз.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-uk/strings.xml"
line="7621"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;two&apos;` matches more than one specific number in this locale (2, 102, 202, 302, 402, 502, 602, 702, 1002, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;two&quot;>Obeh povezav ni mogoče izbrisati. Preverite internetno povezavo in poskusite znova.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-sl/strings.xml"
line="7622"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Avec votre forfait actuel, seuls vos médias des dernières 24 heures sont sauvegardés. Pour sauvegarder tous vos médias, veuillez mettre à niveau votre abonnement.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="7867"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Seu backup atual do Signal inclui apenas os arquivos de mídia do dia anterior. Atualize agora para começar a salvar todos os seus arquivos.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="7867"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>O seu atual plano de cópias de segurança do Signal inclui o seu último dia de ficheiros multimédia. Para começar a fazer cópias de segurança de todos os seus ficheiros multimédia, atualize agora.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="7867"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>A sua subscrição neste dispositivo é válida durante o próximo dia. Renove para continuar a usar as cópias de segurança do Signal.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="8009"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Médias des dernières 24 heures&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-fr/strings.xml"
line="8152"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Último dia de arquivo de mídia&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="8152"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Último dia de ficheiros multimédia&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-pt/strings.xml"
line="8152"
column="9"/>
</issue>
<issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>Vaš trenutni plan za sigurnosno kopiranje Signala uključuje posljednji dan medijskih zapisa. Da biste započeli sigurnosno kopiranje svih svojih medijskih zapisa, nadogradite svoj plan sada.&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-hr/strings.xml"
line="8203"
column="9"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;group&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;ConversationFragment__d_group_members_have_the_same_name&quot;>%1$d group members have the same name.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="610"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;days&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;RemoteRestoreActivity__your_last_d_days_of_media&quot;>Your last %1$d days of media&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1448"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;participants&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;WebRtcCallView__the_maximum_number_of_d_participants_has_been_Reached_for_this_call&quot;>The maximum number of %1$d participants has been reached for this call. Try again later.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2408"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;and&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;UsernameEditFragment_usernames_must_be_between_a_and_b_characters&quot;>Usernames must be between %1$d and %2$d characters.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2913"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;digits&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;UsernameEditFragment__invalid_username_enter_a_minimum_of_d_digits&quot;>Invalid username, enter a minimum of %1$d digits.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2926"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;digits&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;UsernameEditFragment__invalid_username_enter_a_maximum_of_d_digits&quot;>Invalid username, enter a maximum of %1$d digits.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2928"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;members&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;ContactSelectionListFragment_signal_groups_can_have_a_maximum_of_d_members&quot;>Signal groups can have a maximum of %1$d members.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3291"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;members&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;ContactSelectionListFragment_signal_groups_perform_best_with_d_members_or_fewer&quot;>Signal groups perform best with %1$d members or fewer. Adding more members will cause delays sending and receiving messages.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3293"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;chats&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;conversation_list__you_can_only_pin_up_to_d_chats&quot;>You can only pin up to %1$d chats&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4300"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;days&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;AccountLockedFragment__your_account_has_been_locked_to_protect_your_privacy&quot;>Your account has been locked to protect your privacy and security. After %1$d days of inactivity in your account you\&apos;ll be able to re-register this phone number without needing your PIN. All content will be deleted.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4464"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;messages&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;RegistrationActivity_d_messages_so_far&quot;>%d messages so far…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4568"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;digits&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;RegistrationActivity_your_pin_has_at_least_d_digits_or_characters&quot;>Your PIN has at least %d digits or characters&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4659"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;messages&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;DeviceTransfer__d_messages_so_far&quot;>%1$d messages so far…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4809"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;chats&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;MultiShareDialogs__you_can_only_share_with_up_to&quot;>You can only share with up to %1$d chats&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5035"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;words&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;PaymentsRecoveryPasteFragment__make_sure&quot;>Make sure you\&apos;ve entered %1$d words and try again.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5146"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;words&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;PaymentsRecoveryPhraseFragment__write_down_the_following_d_words&quot;>Write down the following %1$d words in order. Store your list in a secure place.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5155"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;new&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;UnreadPayments__d_new_payment_notifications&quot;>%1$d new payment notifications&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5182"
column="5"/>
</issue>
<issue
id="StringFormatCount"
message="Inconsistent number of arguments in formatting string `CallRaiseHandSnackbar__expanded_second_person_raised_a_hand_single`; found both 0 here and 1 in values/strings.xml"
errorLine1=" &lt;string name=&quot;CallRaiseHandSnackbar__expanded_second_person_raised_a_hand_single&quot;>Has levantado la mano&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-es/strings.xml"
line="2489"
column="5"/>
<location
file="src/main/res/values/strings.xml"
line="2507"
column="5"
message="Conflicting number of arguments (1) here"/>
</issue>
<issue
id="StringFormatCount"
message="Inconsistent number of arguments in formatting string `IdealTransferDetailsFragment__enter_your_bank_details_one_time`; found both 0 here and 1 in values/strings.xml"
errorLine1=" &lt;string name=&quot;IdealTransferDetailsFragment__enter_your_bank_details_one_time&quot;>أدخِل معلومات المصرف الذي تتعامل معه. سيجنال لا يجمع أو يُخزِّن معلوماتك الشخصية.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-ar/strings.xml"
line="7725"
column="5"/>
<location
file="src/main/res/values/strings.xml"
line="7122"
column="5"
message="Conflicting number of arguments (1) here"/>
</issue>
<issue
id="UnsafeBlockingGet"
message="Using &apos;Single#blockingGet&apos; instead of &apos;RxExtensions.safeBlockingGet&apos;"
errorLine1=" val websocketConnected: Boolean = AppDependencies.authWebSocket.state.firstOrError().blockingGet() == WebSocketConnectionState.CONNECTED"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/privacy/advanced/AdvancedPrivacySettingsViewModel.kt"
line="96"
column="39"/>
</issue>
<issue
id="UnsafeBlockingGet"
message="Using &apos;Single#blockingGet&apos; instead of &apos;RxExtensions.safeBlockingGet&apos;"
errorLine1=" Pair&lt;Recipient, ServiceResponse&lt;ProfileAndCredential>> response = retrieveProfile(context, recipient, requestType, allowUnidentifiedAccess).blockingGet();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/ProfileUtil.java"
line="109"
column="71"/>
</issue>
<issue
id="UnsafeBlockingGet"
message="Using &apos;Single#blockingGet&apos; instead of &apos;RxExtensions.safeBlockingGet&apos;"
errorLine1=" ServiceResponse&lt;ProfileAndCredential> response = Single"
errorLine2=" ^">
<location
file="src/main/java/org/thoughtcrime/securesms/util/ProfileUtil.java"
line="120"
column="54"/>
</issue>
<issue
id="UnsafeBlockingGet"
message="Using &apos;Single#blockingGet&apos; instead of &apos;RxExtensions.safeBlockingGet&apos;"
errorLine1=" if (SignalStore.proxy().isProxyEnabled() &amp;&amp; AppDependencies.getAuthWebSocket().getState().firstOrError().blockingGet().isFailure()) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/SignalProxyUtil.java"
line="40"
column="49"/>
</issue>
<issue
id="UnsafeBlockingGet"
message="Using &apos;Single#blockingGet&apos; instead of &apos;RxExtensions.safeBlockingGet&apos;"
errorLine1=" return AppDependencies.getAuthWebSocket()"
errorLine2=" ^">
<location
file="src/main/java/org/thoughtcrime/securesms/util/SignalProxyUtil.java"
line="91"
column="12"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallInfoView__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="245"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallInfoView__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="245"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallInfoView__plus_d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="252"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallInfoView__plus_d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="252"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CameraContacts_you_can_share_with_a_maximum_of_n_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="313"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CameraContacts_you_can_share_with_a_maximum_of_n_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="313"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_old&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="459"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_old&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="459"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_many_edits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="466"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationActivity_edit_message_too_many_edits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="466"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationAdapter_n_unread_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="568"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationAdapter_n_unread_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="568"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_delete_selected_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="578"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_delete_selected_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="578"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_media_to_storage_warning&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="585"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_media_to_storage_warning&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="585"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="591"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="591"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="597"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="597"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment__this_media_will_be_saved&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="606"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationFragment__this_media_will_be_saved&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="606"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_delete_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="752"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_delete_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="752"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="758"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="758"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations_linked_device&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="765"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_this_will_permanently_delete_all_n_selected_conversations_linked_device&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="765"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_deleting_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="772"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_deleting_selected_conversations&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="772"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_conversations_archived&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="778"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_conversations_archived&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="778"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_moved_conversations_to_inbox&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="785"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_moved_conversations_to_inbox&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="785"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_read_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="791"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_read_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="791"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_unread_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="797"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_unread_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="797"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="813"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ConversationListFragment_s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="813"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;AddToFolderBottomSheet_these_chat_are_already_in_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="829"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;AddToFolderBottomSheet_these_chat_are_already_in_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="829"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;DateUtils_date_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1004"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;DateUtils_date_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1004"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;DateUtils_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1011"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;DateUtils_time_at&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1011"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingGroupJoinRequestsReminder_d_pending_member_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1221"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingGroupJoinRequestsReminder_d_pending_member_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1221"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupManagement_invitation_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1273"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupManagement_invitation_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1273"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1288"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1288"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_were_removed_from_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1294"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationLearnMore_these_members_were_removed_from_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1294"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1308"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1308"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_are_not_capable_of_joining_new_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1314"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_are_not_capable_of_joining_new_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1314"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_members_couldnt_be_added_to_the_new_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1322"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_members_couldnt_be_added_to_the_new_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1322"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1328"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsReminder_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1328"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members_question&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1337"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members_question&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1337"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_these_members_couldnt_be_automatically_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1343"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_these_members_couldnt_be_automatically_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1343"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1349"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1349"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_failed_to_add_members_try_again_later&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1355"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_failed_to_add_members_try_again_later&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1355"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_cannot_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1361"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationSuggestionsDialog_cannot_add_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1361"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;LinkPreviewRepository_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1384"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;LinkPreviewRepository_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1384"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_revoke_d_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1440"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_revoke_d_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1440"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_error_revoking_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1446"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingMembersActivity_error_revoking_invite&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1446"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;AddMembersActivity__add_d_members_to_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1464"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;AddMembersActivity__add_d_members_to_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1464"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ManageGroupActivity_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1496"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ManageGroupActivity_added&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1496"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ManageRecipientActivity_d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1613"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ManageRecipientActivity_d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1613"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupMemberList_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1620"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupMemberList_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1620"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;InviteRevokeConfirmationDialog_revoke_others_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1658"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;InviteRevokeConfirmationDialog_revoke_others_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1658"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupJoinBottomSheetDialogFragment_group_dot_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1685"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupJoinBottomSheetDialogFragment_group_dot_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1685"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;InviteActivity_send_sms_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1745"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;InviteActivity_send_sms_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1745"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_title&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1774"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_title&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1774"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_message&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1780"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_Media_delete_confirm_message&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1780"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_save_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1798"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_save_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1798"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_delete_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1804"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_delete_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1804"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_d_selected_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1812"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaOverviewActivity_d_selected_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1812"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1914"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1914"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_removed&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1921"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_members_couldnt_be_added_to_the_new_group_and_have_been_removed&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1921"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_invited_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1971"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_invited_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1971"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_people_were_invited_to_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1978"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_people_were_invited_to_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1978"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_you_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1986"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_you_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1986"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="1992"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_revoked_invites&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="1992"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_invitations_were_revoked&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2002"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_d_invitations_were_revoked&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2002"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_requested_and_cancelled_their_request_to_join_via_the_group_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2078"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_requested_and_cancelled_their_request_to_join_via_the_group_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2078"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2179"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call_s&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2179"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2187"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRecord_s_s_and_d_others_are_in_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2187"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2244"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2244"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members_and_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2251"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_members_and_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2251"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2258"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_invited&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2258"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_member_of_d_additional_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2265"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageRequestProfileView_member_of_d_additional_groups&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2265"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;OutdatedBuildReminder_your_version_of_signal_will_expire_in_n_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2315"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;OutdatedBuildReminder_your_version_of_signal_will_expire_in_n_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2315"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PinRestoreEntryFragment_you_have_d_attempt_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2351"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PinRestoreEntryFragment_you_have_d_attempt_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2351"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__approve_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2458"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__approve_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2458"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2467"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2467"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__deny_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2474"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__deny_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2474"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_not_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2481"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_will_not_be_added_to_the_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2481"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2490"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2490"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2497"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallActivity__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2497"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__signal_will_ring_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2554"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__signal_will_ring_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2554"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_will_be_notified&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2563"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_will_be_notified&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2563"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__ringing_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2572"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__ringing_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2572"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_is_calling_you_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2582"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_is_calling_you_s_s_and_d_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2582"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_are_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2595"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;WebRtcCallView__s_s_and_d_others_are_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2595"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_second_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2647"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_second_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2647"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_third_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2657"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__expanded_third_person_raised_a_hand_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2657"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_second_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2667"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_second_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2667"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_third_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2677"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallRaiseHandSnackbar__collapsed_third_person_raised_hands_multiple&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2677"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;AboutSheet__d_groups_in&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2712"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;AboutSheet__d_groups_in&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2712"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2726"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog_in_this_call&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2726"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_ring&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2732"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_ring&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2732"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_notify&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2739"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__signal_will_notify&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2739"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__raised_hands&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2745"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListDialog__raised_hands&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2745"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationActivity_debug_log_hint&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="2826"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationActivity_debug_log_hint&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="2826"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;UserNotificationMigrationJob_d_contacts_are_on_signal&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3096"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;UserNotificationMigrationJob_d_contacts_are_on_signal&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3096"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3177"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3177"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3184"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageNotifier_d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3184"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3273"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3273"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success_n_failures&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3282"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_saved_success_n_failures&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3282"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_error_while_saving_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3290"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SaveAttachment_error_while_saving_attachments_to_sd_card&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3290"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;TransferControlView_n_items&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3344"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;TransferControlView_n_items&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3344"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSelectionListFragment_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3453"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSelectionListFragment_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3453"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3479"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3479"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3486"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3486"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_seconds&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3635"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_seconds&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3635"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_minutes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3644"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_minutes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3644"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_hours&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3653"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_hours&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3653"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3662"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3662"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_weeks&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3671"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;expiration_weeks&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3671"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;identity_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3694"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;identity_others&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3694"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupUtil_joined_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3723"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GroupUtil_joined_the_group&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3723"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;hours_ago&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="3931"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;hours_ago&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="3931"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;preferences_storage__this_will_permanently_trim_all_conversations_to_the_d_most_recent_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4080"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;preferences_storage__this_will_permanently_trim_all_conversations_to_the_d_most_recent_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4080"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;preferences_storage__s_messages_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4101"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;preferences_storage__s_messages_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4101"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;conversation_context__s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4439"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;conversation_context__s_selected&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4439"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;conversation_scheduled_messages_bar__number_of_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4533"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;conversation_scheduled_messages_bar__number_of_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4533"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_characters&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4606"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_characters&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4606"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_digits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4612"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CreateKbsPinFragment__pin_must_be_at_least_digits&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4612"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__for_your_privacy_and_security_there_is_no_way_to_recover&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4676"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__for_your_privacy_and_security_there_is_no_way_to_recover&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4676"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__incorrect_pin_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4683"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__incorrect_pin_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4683"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__if_you_run_out_of_attempts_your_account_will_be_locked_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4690"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__if_you_run_out_of_attempts_your_account_will_be_locked_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4690"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__you_have_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4697"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__you_have_d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4697"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="4704"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RegistrationLockFragment__d_attempts_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="4704"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_group_members_have_the_same_name&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5126"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_group_members_have_the_same_name&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5126"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__if_youre_not_sure&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5133"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__if_youre_not_sure&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5133"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_other_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5141"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_other_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5141"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5147"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ReviewCardDialogFragment__d_groups_in_common&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5147"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_joined&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5174"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_joined&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5174"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_left&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5185"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallParticipantsListUpdatePopupWindow__s_s_and_d_others_left&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5185"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity__d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5234"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity__d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5234"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PaymentsRecoveryStartFragment__your_balance_will_automatically_restore&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5337"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PaymentsRecoveryStartFragment__your_balance_will_automatically_restore&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5337"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatsSettingsFragment__d_folder&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5566"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatsSettingsFragment__d_folder&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5566"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chat_types&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5619"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chat_types&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5619"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5626"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5626"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5633"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatFoldersFragment__d_chats_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5633"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PrivacySettingsFragment__d_contacts&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5713"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PrivacySettingsFragment__d_contacts&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5713"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatColorSelectionFragment__this_custom_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5795"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ChatColorSelectionFragment__this_custom_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5795"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CustomChatColorCreatorFragmentPage__this_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5812"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CustomChatColorCreatorFragmentPage__this_color_is_used&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5812"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity_not_signal_users&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="5982"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CreateGroupActivity_not_signal_users&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="5982"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_send_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6039"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_send_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6039"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6045"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_sent&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6045"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_failed_to_send&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6051"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment_messages_failed_to_send&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6051"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment__couldnt_forward_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6057"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MultiselectForwardFragment__couldnt_forward_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6057"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_high_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6112"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_high_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6112"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_standard_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6119"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MediaReviewFragment__items_set_to_standard_quality&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6119"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MyStories__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6696"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MyStories__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6696"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6713"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_views&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6713"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_replies&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6720"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;StoryViewerFragment__d_replies&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6720"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6784"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6784"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6803"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6803"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6814"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MyStorySettingsFragment__d_people&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6814"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SelectViewersFragment__d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6914"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SelectViewersFragment__d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6914"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GiftRowItem_s_dot_d_day_duration&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6989"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GiftRowItem_s_dot_d_day_duration&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6989"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GiftFlowStartFragment__support_signal_by&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="6998"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GiftFlowStartFragment__support_signal_by&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="6998"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__custom_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7049"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__custom_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7049"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7056"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_story_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7056"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7063"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__group_d_members&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7063"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7070"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_viewers&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7070"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7077"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;ContactSearchItems__my_story_s_dot_d_excluded&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7077"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;Gifts__d_days_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7104"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;Gifts__d_days_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7104"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;Gifts__d_hours_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7111"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;Gifts__d_hours_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7111"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;Gifts__d_minutes_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7118"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;Gifts__d_minutes_remaining&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7118"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SafetyNumberBottomSheetFragment__you_have_d_connections_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7152"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SafetyNumberBottomSheetFragment__you_have_d_connections_plural&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7152"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SafetyNumberReviewConnectionsFragment__d_recipients_may_have&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7173"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;SafetyNumberReviewConnectionsFragment__d_recipients_may_have&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7173"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GatewaySelectorBottomSheet__get_a_s_badge_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7310"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;GatewaySelectorBottomSheet__get_a_s_badge_for_d_days&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7310"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CdsTemporaryErrorBottomSheet_body1&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7467"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CdsTemporaryErrorBottomSheet_body1&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7467"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__cant_delete_call_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7620"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__cant_delete_call_link&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7620"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__delete_d_calls&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7650"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__delete_d_calls&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7650"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__d_calls_deleted&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7657"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;CallLogFragment__d_calls_deleted&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7657"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsView__plus_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7879"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsView__plus_d_requests&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7879"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsBottomSheet__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7890"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;PendingParticipantsBottomSheet__d_people_waiting&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7890"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;LinkedDeviceInactiveMegaphone_body&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="7974"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;LinkedDeviceInactiveMegaphone_body&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="7974"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_backup_plan_has_expired&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="8023"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_backup_plan_has_expired&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="8023"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_device_hasnt&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="8048"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;BackupAlertBottomSheet__your_device_hasnt&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="8048"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;UpgradeToStartMediaBackupSheet__your_current_signal_backup_plan_includes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="8202"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;UpgradeToStartMediaBackupSheet__your_current_signal_backup_plan_includes&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="8202"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__your_subscription_on_this_device_is_valid&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="8346"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__your_subscription_on_this_device_is_valid&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="8346"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__processing_d_of_d_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="8361"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__processing_d_of_d_d_messages&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="8361"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__you_have_s_of_backup_data&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="8368"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__you_have_s_of_backup_data&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="8368"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__if_you_skip_downloading&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="8379"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__if_you_skip_downloading&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="8379"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__text_plus_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="8484"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__text_plus_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="8484"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;bs&quot; (Bosnian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__last_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-bs/strings.xml"
line="8499"
column="5"/>
</issue>
<issue
id="UnusedQuantity"
message="For language &quot;hr&quot; (Croatian) the following quantities are not relevant: `many`"
errorLine1=" &lt;plurals name=&quot;MessageBackupsTypeSelectionScreen__last_d_days_of_media&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-hr/strings.xml"
line="8499"
column="5"/>
</issue>
<issue
id="HardwareIds"
message="Using `getLine1Number` to get device identifiers is not recommended"
errorLine1=" final String localNumber = ((TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE)).getLine1Number();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/Util.java"
line="209"
column="44"/>
</issue>
<issue
id="TrustAllX509TrustManager"
message="`checkClientTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
<location
file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.jsoup/jsoup/1.8.3/65fd012581ded67bc20945d85c32b4598c3a9cf1/jsoup-1.8.3.jar"/>
</issue>
<issue
id="TrustAllX509TrustManager"
message="`checkServerTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
<location
file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.jsoup/jsoup/1.8.3/65fd012581ded67bc20945d85c32b4598c3a9cf1/jsoup-1.8.3.jar"/>
</issue>
<issue
id="UnsafeIntentLaunch"
message="This intent could be coming from an untrusted source. It is later launched by an unprotected component org.thoughtcrime.securesms.components.settings.app.AppSettingsActivity. You could either make the component org.thoughtcrime.securesms.components.settings.app.AppSettingsActivity protected; or sanitize this intent using androidx.core.content.IntentSanitizer."
errorLine1=" override fun onNewIntent(intent: Intent) {"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/AppSettingsActivity.kt"
line="120"
column="28"/>
<location
file="src/main/java/org/thoughtcrime/securesms/components/settings/app/AppSettingsActivity.kt"
line="123"
column="5"
message="The unsafe intent is launched here."/>
</issue>
<issue
id="UnsafeProtectedBroadcastReceiver"
message="This broadcast receiver declares an intent-filter for a protected broadcast action string, which can only be sent by the system, not third-party applications. However, the receiver&apos;s `onReceive` method does not appear to call `getAction` to ensure that the received Intent&apos;s action string matches the expected value, potentially making it possible for another actor to send a spoofed intent with no action string or a different action string and cause undesired behavior."
errorLine1=" public void onReceive(Context context, Intent intent) {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/service/BootReceiver.java"
line="13"
column="15"/>
</issue>
<issue
id="UnsafeProtectedBroadcastReceiver"
message="This broadcast receiver declares an intent-filter for a protected broadcast action string, which can only be sent by the system, not third-party applications. However, the receiver&apos;s `onReceive` method does not appear to call `getAction` to ensure that the received Intent&apos;s action string matches the expected value, potentially making it possible for another actor to send a spoofed intent with no action string or a different action string and cause undesired behavior."
errorLine1=" public void onReceive(Context context, Intent intent) {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/jobmanager/BootReceiver.java"
line="14"
column="15"/>
</issue>
<issue
id="UnsafeProtectedBroadcastReceiver"
message="This broadcast receiver declares an intent-filter for a protected broadcast action string, which can only be sent by the system, not third-party applications. However, the receiver&apos;s `onReceive` method does not appear to call `getAction` to ensure that the received Intent&apos;s action string matches the expected value, potentially making it possible for another actor to send a spoofed intent with no action string or a different action string and cause undesired behavior."
errorLine1=" public void onReceive(Context context, Intent intent) {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/notifications/LocaleChangedReceiver.java"
line="12"
column="15"/>
</issue>
<issue
id="ExportedReceiver"
message="Exported receiver does not require permission"
errorLine1=" &lt;receiver"
errorLine2=" ~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="1360"
column="6"/>
</issue>
<issue
id="ExportedService"
message="Exported service does not require permission"
errorLine1=" &lt;service"
errorLine2=" ~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="1165"
column="6"/>
</issue>
<issue
id="ExportedService"
message="Exported service does not require permission"
errorLine1=" &lt;service android:name=&quot;.service.AccountAuthenticatorService&quot; android:exported=&quot;true&quot;>"
errorLine2=" ~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="1181"
column="6"/>
</issue>
<issue
id="ExportedService"
message="Exported service does not require permission"
errorLine1=" &lt;service android:name=&quot;.service.ContactsSyncAdapterService&quot; android:exported=&quot;true&quot;>"
errorLine2=" ~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="1188"
column="6"/>
</issue>
<issue
id="ExportedService"
message="Exported service does not require permission"
errorLine1=" &lt;service android:name=&quot;.gcm.FcmReceiveService&quot; android:exported=&quot;true&quot;>"
errorLine2=" ~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="1220"
column="6"/>
</issue>
<issue
id="SystemPermissionTypo"
message="Did you mean `com.android.launcher.permission.INSTALL_SHORTCUT`?"
errorLine1=" &lt;uses-permission android:name=&quot;android.permission.INSTALL_SHORTCUT&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="63"
column="36"/>
</issue>
<issue
id="WakelockTimeout"
message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
errorLine1=" fullLock.acquire();"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/webrtc/locks/LockManager.java"
line="124"
column="9"/>
</issue>
<issue
id="WakelockTimeout"
message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
errorLine1=" partialLock.acquire();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/webrtc/locks/LockManager.java"
line="125"
column="9"/>
</issue>
<issue
id="WakelockTimeout"
message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
errorLine1=" partialLock.acquire();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/webrtc/locks/LockManager.java"
line="130"
column="9"/>
</issue>
<issue
id="WakelockTimeout"
message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
errorLine1=" partialLock.acquire();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/webrtc/locks/LockManager.java"
line="142"
column="9"/>
</issue>
<issue
id="WakelockTimeout"
message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
errorLine1=" proximityLock.acquire();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/webrtc/locks/ProximityLock.java"
line="38"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/AttachmentKeyboardButtonAdapter.java"
line="62"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/AttachmentKeyboardButtonAdapter.java"
line="68"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/AttachmentKeyboardMediaAdapter.java"
line="82"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/webrtc/AudioOutputAdapter.java"
line="35"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/CameraContactAdapter.java"
line="139"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/CameraContactSelectionAdapter.java"
line="50"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/contactshare/ContactFieldAdapter.java"
line="82"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/contactshare/ContactShareEditAdapter.java"
line="62"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationAdapter.java"
line="256"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationAdapter.java"
line="554"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationAdapter.java"
line="566"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationAdapter.java"
line="663"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationAdapter.java"
line="670"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" adapter.notifyDataSetChanged()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationFragment.kt"
line="877"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationStickerSuggestionAdapter.java"
line="56"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/CursorRecyclerViewAdapter.java"
line="135"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" getAdapter().notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/emoji/EmojiPageView.java"
line="126"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/groups/ui/GroupMemberListAdapter.java"
line="58"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediapreview/MediaPreviewV2Adapter.kt"
line="79"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/megaphone/OnboardingMegaphoneView.java"
line="124"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/reactions/ReactionRecipientsAdapter.java"
line="27"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" mergeAdapter.notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/adapter/RecyclerViewConcatenateAdapter.java"
line="59"
column="7"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/adapter/RecyclerViewConcatenateAdapter.java"
line="186"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/adapter/RecyclerViewConcatenateAdapter.java"
line="198"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stickers/StickerManagementAdapter.java"
line="154"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/stickers/StickerPackPreviewAdapter.java"
line="59"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/logsubmit/SubmitDebugLogAdapter.java"
line="63"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/logsubmit/SubmitDebugLogAdapter.java"
line="94"
column="5"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/verify/VerifyDisplayFragment.kt"
line="371"
column="7"/>
</issue>
<issue
id="Recycle"
message="This `Cursor` should be freed up after use with `#close()`"
errorLine1=" Cursor mmsCursor = db.query(&quot;mms&quot;, new String[] {&quot;_id&quot;},"
errorLine2=" ~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/helpers/ClassicOpenHelper.java"
line="298"
column="38"/>
</issue>
<issue
id="Recycle"
message="This `Cursor` should be freed up after use with `#close()`"
errorLine1=" Cursor partCursor = db.query(&quot;part&quot;, new String[] {&quot;_id&quot;, &quot;ct&quot;, &quot;_data&quot;, &quot;encrypted&quot;},"
errorLine2=" ~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/helpers/ClassicOpenHelper.java"
line="310"
column="32"/>
</issue>
<issue
id="Recycle"
message="This `Cursor` should be freed up after use with `#close()`"
errorLine1=" Cursor threadCursor = db.query(&quot;thread&quot;, new String[] {&quot;_id&quot;}, null, null, null, null, null);"
errorLine2=" ~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/helpers/ClassicOpenHelper.java"
line="708"
column="32"/>
</issue>
<issue
id="Recycle"
message="This `Cursor` should be freed up after use with `#close()`"
errorLine1=" Cursor cursor = db.rawQuery(&quot;SELECT DISTINCT date AS date_received, status, &quot; +"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/helpers/ClassicOpenHelper.java"
line="713"
column="28"/>
</issue>
<issue
id="Recycle"
message="This `Cursor` should be freed up after use with `#close()`"
errorLine1=" cursor = db.query(&quot;mms&quot;, new String[] {&quot;_id&quot;, &quot;network_failures&quot;}, &quot;network_failures IS NOT NULL&quot;, null, null, null, null);"
errorLine2=" ~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/helpers/ClassicOpenHelper.java"
line="1037"
column="19"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" if (VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mms/ContactPhotoLocalUriFetcher.java"
line="29"
column="9"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/signal/glide/common/decode/FrameSeqDecoder.java"
line="111"
column="17"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/logsubmit/LogSectionSystemInfo.java"
line="150"
column="9"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary;` Build.VERSION.SDK_INT &lt; 31` is never true here"
errorLine1=" if (Build.VERSION.SDK_INT &lt; 31 || ServiceUtil.getAlarmManager(context).canScheduleExactAlarms()) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ScheduleMessageFtuxBottomSheetDialog.kt"
line="37"
column="13"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/SharedContactView.java"
line="73"
column="3"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/registration/VerificationPinKeyboard.java"
line="52"
column="3"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `anim`.">
<location
file="src/main/res/anim-v21"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `drawable-ldrtl`.">
<location
file="src/main/res/drawable-ldrtl-v21"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `drawable-night`.">
<location
file="src/main/res/drawable-night-v21"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `drawable`.">
<location
file="src/main/res/drawable-v21"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" tools:targetApi=&quot;lollipop&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/anim/fragment_open_enter.xml"
line="41"
column="9"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" &lt;item name=&quot;android:letterSpacing&quot; tools:targetApi=&quot;21&quot;>0.01&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/signal_styles.xml"
line="58"
column="44"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" &lt;item name=&quot;android:letterSpacing&quot; tools:targetApi=&quot;21&quot;>0.01&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/signal_styles.xml"
line="76"
column="44"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot; tools:targetApi=&quot;lollipop&quot;>@color/signal_colorSurface1&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/themes.xml"
line="445"
column="49"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot; tools:targetApi=&quot;lollipop&quot;>@color/signal_colorSurface&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/themes.xml"
line="456"
column="49"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="Unnecessary; SDK_INT is always >= 21"
errorLine1=" &lt;item name=&quot;android:navigationBarColor&quot; tools:targetApi=&quot;lollipop&quot;>@color/signal_colorSurface&lt;/item>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/themes.xml"
line="467"
column="49"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `transition`.">
<location
file="src/main/res/transition-v21"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v19`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `values`.">
<location
file="src/main/res/values-v19"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `values`.">
<location
file="src/main/res/values-v21"/>
</issue>
<issue
id="StaticFieldLeak"
message="Do not place Android context classes in static fields (static reference to `KeyValueDatabase` which has field `mContext` pointing to `Context`); this is a memory leak"
errorLine1=" private static volatile KeyValueDatabase instance;"
errorLine2=" ~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/KeyValueDatabase.java"
line="48"
column="11"/>
</issue>
<issue
id="StaticFieldLeak"
message="Do not place Android context classes in static fields (static reference to `MegaphoneDatabase` which has field `mContext` pointing to `Context`); this is a memory leak"
errorLine1=" private static volatile MegaphoneDatabase instance;"
errorLine2=" ~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/database/MegaphoneDatabase.java"
line="51"
column="11"/>
</issue>
<issue
id="StaticFieldLeak"
message="This `AsyncTask` class should be static or leaks might occur (org.thoughtcrime.securesms.PassphraseChangeActivity.ChangePassphraseTask)"
errorLine1=" private class ChangePassphraseTask extends AsyncTask&lt;String, Void, MasterSecret> {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/PassphraseChangeActivity.java"
line="129"
column="17"/>
</issue>
<issue
id="StaticFieldLeak"
message="This `AsyncTask` class should be static or leaks might occur (org.thoughtcrime.securesms.PassphraseCreateActivity.SecretGenerator)"
errorLine1=" private class SecretGenerator extends AsyncTask&lt;String, Void, Void> {"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/PassphraseCreateActivity.java"
line="50"
column="17"/>
</issue>
<issue
id="StaticFieldLeak"
message="This field leaks a context object"
errorLine1=" private final Context context;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/groups/ui/invitesandrequests/invited/PendingMemberInvitesViewModel.java"
line="25"
column="3"/>
</issue>
<issue
id="StaticFieldLeak"
message="This field leaks a context object"
errorLine1=" private final Context context;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/recipients/ui/bottomsheet/RecipientDialogViewModel.java"
line="54"
column="3"/>
</issue>
<issue
id="StaticFieldLeak"
message="This field leaks a context object"
errorLine1=" private final Context context;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/groups/ui/invitesandrequests/requesting/RequestingMemberInvitesViewModel.java"
line="26"
column="3"/>
</issue>
<issue
id="StaticFieldLeak"
message="This field leaks a context object"
errorLine1=" private final Lifecycle lifecycle;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/task/SnackbarAsyncTask.java"
line="21"
column="3"/>
</issue>
<issue
id="StaticFieldLeak"
message="This field leaks a context object"
errorLine1=" private final View view;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/util/task/SnackbarAsyncTask.java"
line="22"
column="3"/>
</issue>
<issue
id="StaticFieldLeak"
message="This `AsyncTask` class should be static or leaks might occur (anonymous android.os.AsyncTask)"
errorLine1=" new AsyncTask&lt;Void, Void, Void>() {"
errorLine2=" ^">
<location
file="src/main/java/org/thoughtcrime/securesms/util/task/SnackbarAsyncTask.java"
line="82"
column="5"/>
</issue>
<issue
id="UseCompoundDrawables"
message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
errorLine1="&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/backup_choose_location_dialog.xml"
line="2"
column="2"/>
</issue>
<issue
id="UseCompoundDrawables"
message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_bottom_sheet.xml"
line="34"
column="14"/>
</issue>
<issue
id="UseCompoundDrawables"
message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_bottom_sheet.xml"
line="57"
column="14"/>
</issue>
<issue
id="UseCompoundDrawables"
message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_learn_more_bottom_sheet.xml"
line="34"
column="14"/>
</issue>
<issue
id="UseCompoundDrawables"
message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_learn_more_bottom_sheet.xml"
line="57"
column="14"/>
</issue>
<issue
id="UseCompoundDrawables"
message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/schedule_message_time_picker_bottom_sheet.xml"
line="46"
column="6"/>
</issue>
<issue
id="UseCompoundDrawables"
message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/schedule_message_time_picker_bottom_sheet.xml"
line="73"
column="6"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (885 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.049,2.631H9.059C8.85,2.632 8.644,2.679 8.455,2.769C8.267,2.859 8.1,2.99 7.969,3.153L6.524,4.961H5.126C4.575,4.96 4.029,5.068 3.52,5.278C3.01,5.488 2.547,5.797 2.158,6.187C1.768,6.577 1.459,7.039 1.249,7.549C1.038,8.058 0.931,8.604 0.932,9.155V17.544C0.931,18.095 1.038,18.641 1.249,19.15C1.459,19.66 1.768,20.122 2.158,20.512C2.547,20.902 3.01,21.211 3.52,21.421C4.029,21.631 4.575,21.739 5.126,21.738H17.243C17.794,21.739 18.34,21.631 18.849,21.421C19.359,21.211 19.822,20.902 20.211,20.512C20.601,20.122 20.91,19.66 21.12,19.15C21.33,18.641 21.438,18.095 21.437,17.544V14.281H19.806V17.544C19.806,18.223 19.536,18.875 19.055,19.356C18.574,19.837 17.923,20.107 17.243,20.107H5.126C4.446,20.107 3.794,19.837 3.314,19.356C2.833,18.875 2.563,18.223 2.563,17.544V9.155C2.563,8.476 2.833,7.824 3.314,7.343C3.794,6.862 4.446,6.592 5.126,6.592H7.307L7.801,5.977L9.171,4.262H13.049V2.631Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/add_to_story_24.xml"
line="13"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (810 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.078,8.234C8.997,7.619 10.078,7.291 11.184,7.291C12.668,7.291 14.09,7.88 15.139,8.929C16.188,9.978 16.777,11.4 16.777,12.884C16.777,13.99 16.449,15.071 15.834,15.99C15.22,16.91 14.346,17.627 13.325,18.05C12.303,18.473 11.178,18.584 10.094,18.368C9.009,18.153 8.012,17.62 7.23,16.838C6.448,16.056 5.915,15.059 5.7,13.974C5.484,12.89 5.595,11.765 6.018,10.743C6.441,9.722 7.158,8.848 8.078,8.234ZM13.385,9.59C12.734,9.155 11.968,8.922 11.184,8.922C10.135,8.925 9.129,9.343 8.386,10.085C7.644,10.828 7.226,11.834 7.223,12.884C7.223,13.667 7.456,14.433 7.891,15.084C8.326,15.736 8.945,16.243 9.669,16.543C10.392,16.843 11.189,16.921 11.957,16.768C12.726,16.616 13.431,16.238 13.985,15.684C14.539,15.13 14.917,14.425 15.069,13.656C15.222,12.888 15.144,12.091 14.844,11.368C14.544,10.644 14.037,10.025 13.385,9.59Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/add_to_story_24.xml"
line="16"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2676 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M123.94,49.19L124.09,49.78C123.51,49.92 122.96,50.15 122.45,50.46L122.14,49.93C122.7,49.6 123.31,49.35 123.94,49.19V49.19ZM127.06,49.19L126.91,49.78C127.49,49.92 128.04,50.15 128.55,50.46L128.86,49.93C128.3,49.6 127.69,49.35 127.06,49.19V49.19ZM119.93,52.14C119.6,52.7 119.35,53.31 119.19,53.94L119.78,54.09C119.92,53.51 120.15,52.96 120.46,52.45L119.93,52.14ZM119.61,55.5C119.61,55.2 119.63,54.91 119.68,54.62L119.07,54.53C118.98,55.17 118.98,55.83 119.07,56.47L119.68,56.38C119.63,56.09 119.61,55.79 119.61,55.5V55.5ZM128.86,61.06L128.55,60.54C128.04,60.85 127.49,61.08 126.92,61.22L127.06,61.81C127.69,61.65 128.3,61.4 128.86,61.06V61.06ZM131.39,55.5C131.39,55.79 131.37,56.09 131.32,56.38L131.93,56.47C132.02,55.83 132.02,55.17 131.93,54.53L131.32,54.62C131.37,54.91 131.39,55.2 131.39,55.5V55.5ZM131.81,57.06L131.22,56.91C131.08,57.49 130.85,58.04 130.54,58.55L131.07,58.86C131.4,58.3 131.65,57.69 131.81,57.06V57.06ZM126.38,61.32C125.8,61.41 125.2,61.41 124.62,61.32L124.53,61.93C125.17,62.02 125.83,62.02 126.47,61.93L126.38,61.32ZM130.24,58.99C129.89,59.47 129.47,59.89 128.99,60.24L129.35,60.73C129.88,60.35 130.35,59.88 130.73,59.36L130.24,58.99ZM128.99,50.76C129.47,51.11 129.89,51.53 130.24,52.01L130.73,51.64C130.35,51.12 129.88,50.65 129.36,50.27L128.99,50.76ZM120.76,52.01C121.11,51.53 121.53,51.11 122.01,50.76L121.64,50.27C121.12,50.65 120.65,51.12 120.27,51.64L120.76,52.01ZM131.07,52.14L130.54,52.45C130.85,52.96 131.08,53.51 131.22,54.08L131.81,53.94C131.65,53.3 131.4,52.7 131.07,52.14V52.14ZM124.62,49.68C125.2,49.59 125.8,49.59 126.38,49.68L126.47,49.07C125.83,48.98 125.17,48.98 124.53,49.07L124.62,49.68ZM121.07,60.89L119.81,61.19L120.11,59.93L119.51,59.79L119.22,61.05C119.2,61.15 119.2,61.25 119.23,61.35C119.25,61.45 119.31,61.54 119.38,61.62C119.46,61.69 119.55,61.74 119.65,61.77C119.75,61.8 119.85,61.8 119.95,61.78L121.21,61.49L121.07,60.89ZM119.64,59.25L120.23,59.38L120.44,58.51C120.14,58.01 119.92,57.48 119.78,56.91L119.19,57.06C119.32,57.6 119.52,58.12 119.79,58.6L119.64,59.25ZM122.48,60.57L121.61,60.77L121.75,61.36L122.39,61.21C122.88,61.48 123.4,61.68 123.94,61.81L124.08,61.22C123.52,61.08 122.98,60.86 122.49,60.56L122.48,60.57ZM125.5,50.22C124.56,50.22 123.63,50.47 122.82,50.95C122,51.43 121.34,52.12 120.88,52.95C120.42,53.77 120.2,54.71 120.22,55.65C120.25,56.59 120.53,57.51 121.03,58.31L120.52,60.48L122.69,59.97C123.38,60.4 124.17,60.67 124.98,60.75C125.8,60.84 126.62,60.73 127.39,60.43C128.15,60.14 128.84,59.68 129.39,59.07C129.95,58.47 130.35,57.75 130.58,56.96C130.81,56.18 130.85,55.35 130.7,54.54C130.55,53.74 130.22,52.98 129.72,52.32C129.23,51.67 128.59,51.14 127.86,50.77C127.13,50.41 126.32,50.22 125.5,50.22V50.22Z&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/app_icon_tutorial_notification.xml"
line="52"
column="35"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1580 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M23.051,15.708C21.93,14.232 19.764,14.085 18.454,15.396L17.583,16.267C14.998,18.852 13.799,22.475 14.924,25.757C16.72,30.999 19.709,35.922 23.893,40.106C28.078,44.291 33.001,47.28 38.242,49.076C41.525,50.201 45.148,49.002 47.733,46.417L48.604,45.546C49.915,44.236 49.768,42.07 48.292,40.949L42.586,36.612C41.368,35.687 39.654,35.803 38.573,36.884L36.089,39.369C35.532,39.925 34.769,39.91 34.238,39.807C33.667,39.696 33.04,39.429 32.411,39.079C31.14,38.374 29.651,37.215 28.218,35.782C26.785,34.348 25.626,32.86 24.921,31.589C24.571,30.96 24.304,30.333 24.193,29.761C24.09,29.231 24.074,28.468 24.631,27.911L27.116,25.427C28.197,24.346 28.313,22.632 27.388,21.414L23.051,15.708ZM17.04,13.982C19.207,11.814 22.789,12.057 24.643,14.498L28.98,20.204C30.511,22.218 30.318,25.053 28.53,26.841L26.136,29.235C26.138,29.268 26.144,29.316 26.156,29.381C26.211,29.661 26.369,30.079 26.669,30.618C27.261,31.684 28.292,33.027 29.632,34.368C30.973,35.708 32.316,36.739 33.382,37.331C33.921,37.631 34.339,37.789 34.619,37.844C34.684,37.856 34.732,37.862 34.765,37.864L37.159,35.47C38.947,33.682 41.782,33.489 43.796,35.02L49.502,39.356C51.943,41.211 52.186,44.793 50.018,46.96L49.147,47.831C46.16,50.819 41.767,52.398 37.594,50.968C32.071,49.075 26.884,45.925 22.479,41.521C18.075,37.116 14.925,31.929 13.032,26.406C11.602,22.233 13.181,17.84 16.169,14.853L17.04,13.982L17.747,14.689L17.04,13.982ZM34.828,37.862C34.828,37.862 34.825,37.863 34.817,37.864C34.824,37.862 34.828,37.862 34.828,37.862ZM26.138,29.172C26.138,29.172 26.138,29.176 26.136,29.183C26.137,29.175 26.138,29.172 26.138,29.172Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/calling_64.xml"
line="23"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (896 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M46.31,47.42C45.72,48.25 45,49.8 46,52.83C47.15,55.825 48.917,58.546 51.186,60.814C53.454,63.083 56.175,64.85 59.17,66C62.17,67.07 63.75,66.3 64.58,65.71C65.309,65.209 65.887,64.517 66.25,63.71C66.496,63.238 66.562,62.692 66.435,62.175C66.308,61.658 65.997,61.204 65.56,60.9L62.13,58.5C61.701,58.195 61.176,58.055 60.653,58.106C60.129,58.158 59.641,58.397 59.28,58.78C58.89,59.19 58.64,59.47 58.28,59.78C58.102,59.996 57.849,60.138 57.571,60.177C57.293,60.216 57.011,60.149 56.78,59.99C55.86,59.307 54.991,58.558 54.18,57.75C53.393,56.943 52.664,56.081 52,55.17C51.841,54.939 51.774,54.657 51.813,54.379C51.852,54.101 51.994,53.848 52.21,53.67C52.56,53.36 52.84,53.11 53.21,52.72C53.593,52.359 53.832,51.871 53.884,51.347C53.935,50.824 53.795,50.299 53.49,49.87L51.12,46.44C50.816,46.003 50.362,45.692 49.845,45.565C49.328,45.438 48.782,45.504 48.31,45.75C47.503,46.113 46.811,46.691 46.31,47.42Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/change_number_hero_image.xml"
line="17"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1004 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M109.38,56C109.393,58.503 108.413,60.909 106.655,62.69C104.896,64.471 102.503,65.481 100,65.5C98.443,65.479 96.916,65.076 95.551,64.327C94.187,63.577 93.028,62.504 92.175,61.201C91.323,59.898 90.804,58.406 90.664,56.855C90.524,55.305 90.767,53.744 91.372,52.31C91.977,50.875 92.925,49.611 94.133,48.629C95.341,47.647 96.772,46.977 98.3,46.678C99.828,46.379 101.405,46.46 102.895,46.913C104.384,47.367 105.739,48.18 106.84,49.28L107.84,50.28L107.49,48.98V46.56H109V52.5H103V51H105.39L106.81,51.38L105.81,50.38C104.695,49.252 103.27,48.481 101.716,48.164C100.162,47.848 98.549,48.001 97.082,48.603C95.615,49.205 94.36,50.23 93.476,51.547C92.593,52.864 92.121,54.414 92.12,56C92.12,57.035 92.324,58.06 92.72,59.015C93.116,59.972 93.696,60.84 94.428,61.572C95.16,62.304 96.028,62.884 96.984,63.28C97.94,63.676 98.965,63.88 100,63.88C101.035,63.88 102.059,63.676 103.016,63.28C103.972,62.884 104.84,62.304 105.572,61.572C106.304,60.84 106.884,59.972 107.28,59.015C107.676,58.06 107.88,57.035 107.88,56H109.38Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/chat_session_refresh_banner.xml"
line="34"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1778 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;m50.18,92.6 l0.26,1.07a10.61,10.61 0,0 0,-2.95 1.22l-0.56,-0.94a11.69,11.69 0,0 1,3.25 -1.34ZM55.82,92.6 L55.55,93.67c1.04,0.26 2.03,0.67 2.95,1.22l0.57,-0.94a11.69,11.69 0,0 0,-3.25 -1.34ZM42.95,97.93a11.7,11.7 0,0 0,-1.34 3.25l1.07,0.26a10.61,10.61 0,0 1,1.22 -2.95l-0.94,-0.56ZM42.36,104c0,-0.53 0.04,-1.07 0.12,-1.59l-1.09,-0.17a11.78,11.78 0,0 0,0 3.52l1.09,-0.17c-0.08,-0.53 -0.12,-1.06 -0.12,-1.59ZM59.07,114.05 L58.5,113.11c-0.92,0.55 -1.91,0.96 -2.95,1.22l0.26,1.07a11.7,11.7 0,0 0,3.25 -1.34ZM63.64,104c0,0.53 -0.04,1.07 -0.12,1.59l1.09,0.17a11.79,11.79 0,0 0,0 -3.52l-1.09,0.17c0.08,0.53 0.12,1.06 0.12,1.59ZM64.4,106.82 L63.33,106.55a10.61,10.61 0,0 1,-1.22 2.95l0.94,0.57a11.68,11.68 0,0 0,1.34 -3.25ZM54.59,114.52a10.71,10.71 0,0 1,-3.19 0l-0.17,1.09c1.17,0.18 2.35,0.18 3.52,0l-0.17,-1.09ZM61.56,110.31a10.69,10.69 0,0 1,-2.25 2.25l0.65,0.89a11.74,11.74 0,0 0,2.49 -2.48l-0.89,-0.66ZM59.31,95.44c0.86,0.63 1.62,1.39 2.25,2.25l0.89,-0.66a11.76,11.76 0,0 0,-2.48 -2.48l-0.66,0.89ZM44.44,97.69c0.63,-0.86 1.39,-1.62 2.25,-2.25l-0.66,-0.89a11.76,11.76 0,0 0,-2.48 2.48l0.89,0.66ZM63.05,97.93 L62.11,98.5c0.55,0.92 0.96,1.91 1.22,2.95l1.07,-0.26a11.69,11.69 0,0 0,-1.34 -3.25ZM51.41,93.48a10.71,10.71 0,0 1,3.19 0l0.17,-1.09a11.78,11.78 0,0 0,-3.52 0l0.17,1.09ZM45,113.74 L42.73,114.27 43.26,112 42.19,111.75 41.66,114.02a1.1,1.1 0,0 0,1.32 1.32l2.27,-0.52 -0.25,-1.08ZM42.42,110.77 L43.49,111.02 43.86,109.44a10.58,10.58 0,0 1,-1.18 -2.89l-1.07,0.26c0.24,0.97 0.6,1.91 1.08,2.79l-0.27,1.16ZM47.55,113.15 L45.98,113.52 46.23,114.59 47.39,114.32c0.88,0.48 1.82,0.84 2.79,1.08l0.26,-1.07a10.62,10.62 0,0 1,-2.88 -1.19l-0.01,0.01ZM53,94.46a9.54,9.54 0,0 0,-8.07 14.61l-0.92,3.91 3.91,-0.92a9.54,9.54 0,0 0,12.1 -1.61,9.53 9.53,0 0,0 0.6,-12.19 9.54,9.54 0,0 0,-7.63 -3.8Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/choose_signal.xml"
line="19"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1782 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;m50.18,92.6 l0.26,1.07c-1.04,0.26 -2.03,0.67 -2.95,1.22l-0.56,-0.94a11.69,11.69 0,0 1,3.25 -1.34ZM55.82,92.6 L55.55,93.67c1.04,0.26 2.03,0.67 2.95,1.22l0.57,-0.94a11.69,11.69 0,0 0,-3.26 -1.34ZM42.95,97.93a11.7,11.7 0,0 0,-1.34 3.25l1.07,0.26a10.61,10.61 0,0 1,1.22 -2.95l-0.94,-0.56ZM42.36,104c0,-0.53 0.04,-1.07 0.12,-1.59l-1.09,-0.17a11.79,11.79 0,0 0,0 3.52l1.09,-0.17c-0.08,-0.53 -0.12,-1.06 -0.12,-1.59ZM59.07,114.05 L58.5,113.11c-0.92,0.55 -1.91,0.96 -2.95,1.22l0.26,1.07a11.69,11.69 0,0 0,3.25 -1.34ZM63.64,104a10.63,10.63 0,0 1,-0.12 1.59l1.09,0.17a11.78,11.78 0,0 0,0 -3.52l-1.09,0.17c0.08,0.53 0.12,1.06 0.12,1.59ZM64.4,106.82 L63.33,106.55a10.61,10.61 0,0 1,-1.22 2.95l0.94,0.57a11.68,11.68 0,0 0,1.34 -3.25ZM54.59,114.52a10.71,10.71 0,0 1,-3.19 0l-0.17,1.09c1.17,0.18 2.35,0.18 3.52,0l-0.17,-1.09ZM61.56,110.31a10.69,10.69 0,0 1,-2.25 2.25l0.65,0.89a11.73,11.73 0,0 0,2.49 -2.48l-0.89,-0.66ZM59.31,95.44c0.86,0.63 1.62,1.39 2.25,2.25l0.89,-0.66a11.76,11.76 0,0 0,-2.48 -2.48l-0.66,0.89ZM44.44,97.69c0.63,-0.86 1.39,-1.62 2.25,-2.25l-0.66,-0.89a11.76,11.76 0,0 0,-2.48 2.48l0.89,0.66ZM63.05,97.93 L62.11,98.5c0.55,0.92 0.96,1.91 1.22,2.95l1.07,-0.26a11.69,11.69 0,0 0,-1.34 -3.25ZM51.41,93.48a10.71,10.71 0,0 1,3.19 0l0.17,-1.09a11.78,11.78 0,0 0,-3.52 0l0.17,1.09ZM45,113.74 L42.73,114.27 43.26,112 42.19,111.75 41.66,114.02a1.1,1.1 0,0 0,1.32 1.32l2.27,-0.52 -0.25,-1.08ZM42.42,110.77 L43.49,111.02 43.86,109.44a10.58,10.58 0,0 1,-1.18 -2.89l-1.07,0.26c0.24,0.97 0.6,1.91 1.08,2.79l-0.27,1.16ZM47.55,113.15 L45.98,113.52 46.23,114.59 47.39,114.32c0.88,0.48 1.82,0.84 2.79,1.08l0.26,-1.07a10.62,10.62 0,0 1,-2.88 -1.19l-0.01,0.01ZM53,94.46a9.54,9.54 0,0 0,-8.07 14.61l-0.92,3.91 3.91,-0.92a9.54,9.54 0,0 0,12.1 -1.61,9.53 9.53,0 0,0 2.36,-8.19A9.54,9.54 0,0 0,53 94.46Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/choose_signal.xml"
line="23"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1185 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M22.88 8.96c0-0.67 0-1.22-0.04-1.67-0.04-0.47-0.12-0.91-0.33-1.32-0.33-0.64-0.84-1.15-1.48-1.48-0.4-0.2-0.85-0.29-1.32-0.33-0.45-0.04-1-0.04-1.67-0.04H5.96c-0.67 0-1.22 0-1.67 0.04C3.82 4.2 3.38 4.28 2.97 4.5 2.33 4.82 1.82 5.33 1.49 5.97 1.3 6.37 1.2 6.82 1.16 7.29c-0.04 0.45-0.04 1-0.03 1.67v6.08c0 0.67 0 1.22 0.03 1.67 0.04 0.47 0.12 0.91 0.33 1.32 0.33 0.64 0.84 1.15 1.48 1.48 0.4 0.2 0.85 0.29 1.32 0.33 0.45 0.04 1 0.04 1.67 0.04h12.08c0.67 0 1.22 0 1.67-0.04 0.47-0.04 0.91-0.12 1.32-0.33 0.64-0.33 1.15-0.84 1.48-1.48 0.2-0.4 0.29-0.85 0.33-1.32 0.04-0.45 0.04-1 0.04-1.67V8.96Zm-1.93-2.2c0.06 0.13 0.11 0.3 0.14 0.67 0.02 0.25 0.03 0.55 0.03 0.95H2.88c0-0.4 0-0.7 0.03-0.95 0.03-0.36 0.08-0.54 0.14-0.67 0.16-0.3 0.4-0.55 0.71-0.7 0.13-0.07 0.3-0.12 0.67-0.15C4.8 5.88 5.29 5.87 6 5.87h12c0.71 0 1.2 0 1.57 0.04 0.36 0.03 0.54 0.08 0.67 0.14 0.3 0.16 0.55 0.4 0.7 0.71ZM2.88 15v-4.38h18.25V15c0 0.71 0 1.2-0.04 1.57-0.03 0.36-0.08 0.54-0.14 0.67-0.16 0.3-0.4 0.55-0.71 0.7-0.13 0.07-0.3 0.12-0.67 0.15-0.37 0.03-0.86 0.04-1.57 0.04H6c-0.71 0-1.2 0-1.57-0.04-0.36-0.03-0.54-0.08-0.67-0.14-0.3-0.16-0.55-0.4-0.7-0.71-0.07-0.13-0.12-0.3-0.15-0.67C2.88 16.2 2.87 15.71 2.87 15Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/credit_card.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (971 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M32.183,43.655C33.099,43.158 33.898,42.439 34.542,41.593C35.787,39.959 36.527,37.775 36.527,35.467C36.527,30.903 33.528,27 29.347,27C25.165,27 22.166,30.903 22.166,35.467C22.166,37.775 22.906,39.959 24.151,41.593C24.795,42.439 25.594,43.158 26.51,43.655C27.364,44.119 28.319,44.39 29.347,44.39C30.374,44.39 31.33,44.119 32.183,43.655ZM26.084,46.717C20.199,47.835 15.46,51.919 14.543,57.299C14.217,59.21 15.805,60.566 17.378,60.566H41.315C42.888,60.566 44.476,59.21 44.15,57.299C43.233,51.919 38.494,47.835 32.609,46.717C31.553,46.517 30.461,46.412 29.347,46.412C28.232,46.412 27.14,46.517 26.084,46.717ZM17.491,57.61H41.202C40.324,53.117 35.53,49.368 29.347,49.368C23.163,49.368 18.37,53.117 17.491,57.61ZM29.347,29.956C27.311,29.956 25.122,31.971 25.122,35.467C25.122,37.164 25.672,38.711 26.503,39.802C27.339,40.899 28.364,41.433 29.347,41.433C30.329,41.433 31.354,40.899 32.19,39.802C33.021,38.711 33.571,37.164 33.571,35.467C33.571,31.971 31.382,29.956 29.347,29.956Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/export_account_data.xml"
line="18"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1921 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M86.55,63.1C88.62,63.1 90.6,63.93 92.06,65.39C93.52,66.85 94.35,68.83 94.35,70.9V71.8H96.15V70.9C96.15,68.63 95.34,66.43 93.87,64.69C92.39,62.96 90.35,61.81 88.11,61.44C89.3,60.39 90.14,59.01 90.52,57.47C90.9,55.93 90.81,54.31 90.25,52.83C89.69,51.35 88.69,50.07 87.38,49.17C86.08,48.27 84.53,47.79 82.95,47.79C81.37,47.79 79.82,48.27 78.52,49.17C77.21,50.07 76.21,51.35 75.65,52.83C75.09,54.31 75,55.93 75.38,57.47C75.76,59.01 76.6,60.39 77.79,61.44C76.64,61.62 75.54,62.02 74.54,62.6C73.85,61.77 73,61.09 72.04,60.6C71.08,60.11 70.02,59.82 68.95,59.76C67.87,59.7 66.79,59.87 65.78,60.24C64.77,60.62 63.84,61.21 63.07,61.96C62.3,62.71 61.69,63.62 61.28,64.62C60.87,65.62 60.68,66.69 60.71,67.77C60.74,68.85 60.99,69.91 61.46,70.88C61.92,71.86 62.58,72.73 63.39,73.44C61.15,73.81 59.11,74.96 57.63,76.69C56.16,78.43 55.35,80.63 55.35,82.9V83.8H57.15V82.9C57.15,80.83 57.98,78.85 59.44,77.39C60.9,75.93 62.88,75.1 64.95,75.1H72.15C74.22,75.1 76.2,75.93 77.66,77.39C79.12,78.85 79.95,80.83 79.95,82.9V83.8H81.75V82.9C81.75,80.63 80.94,78.43 79.47,76.69C77.99,74.96 75.95,73.81 73.71,73.44C75,72.3 75.88,70.77 76.21,69.08C76.54,67.4 76.29,65.65 75.52,64.11C76.69,63.45 78.01,63.1 79.35,63.1H86.55ZM68.55,73.6C67.36,73.6 66.2,73.25 65.22,72.59C64.23,71.93 63.46,70.99 63.01,69.9C62.55,68.8 62.43,67.59 62.67,66.43C62.9,65.27 63.47,64.2 64.31,63.36C65.15,62.52 66.22,61.95 67.38,61.72C68.54,61.48 69.75,61.6 70.85,62.06C71.94,62.51 72.88,63.28 73.54,64.27C74.2,65.25 74.55,66.41 74.55,67.6C74.55,69.19 73.92,70.72 72.79,71.84C71.67,72.97 70.14,73.6 68.55,73.6V73.6ZM76.95,55.6C76.95,54.41 77.3,53.25 77.96,52.27C78.62,51.28 79.56,50.51 80.65,50.06C81.75,49.6 82.96,49.48 84.12,49.72C85.28,49.95 86.35,50.52 87.19,51.36C88.03,52.2 88.6,53.27 88.83,54.43C89.07,55.59 88.95,56.8 88.49,57.9C88.04,58.99 87.27,59.93 86.28,60.59C85.3,61.25 84.14,61.6 82.95,61.6C81.36,61.6 79.83,60.97 78.71,59.84C77.58,58.72 76.95,57.19 76.95,55.6Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/group_story.xml"
line="41"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2911 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M43.1702,25.0163C40.4239,28.079 36.4369,30.0057 32,30.0057C31.0998,30.0057 30.2181,29.9264 29.3615,29.7744C29.8313,28.8363 29.9951,27.6538 29.6742,26.6582C29.3833,25.754 28.7356,25.1373 28.2747,24.6984C27.9268,24.3671 27.6853,24.1372 27.7838,23.9614C27.8508,23.8421 28.022,23.8407 28.2825,23.8386C28.3487,23.8381 28.4205,23.8375 28.4979,23.835C29.0279,23.8178 29.2515,23.7239 29.956,23.428C30.3767,23.2513 30.969,23.0025 31.9006,22.6551C32.0353,22.6047 32.1606,22.5585 32.2771,22.5155C33.2384,22.1606 33.6074,22.0244 33.791,21.6016C33.9149,21.3172 33.959,20.8979 33.749,20.6746C33.6755,20.5967 33.4255,20.386 32.4467,20.6746C31.8205,20.8595 31.4953,21.0714 31.1304,21.3091C30.9091,21.4533 30.673,21.6071 30.3463,21.7702C29.8632,22.0125 28.939,22.1705 27.0906,22.4865C26.8449,22.5287 26.2631,22.6214 25.6624,22.3601C25.5594,22.3159 25.0995,22.1157 25.1163,21.8966C25.1316,21.7058 25.502,21.5996 25.9541,21.47C25.9963,21.458 26.0391,21.4457 26.0824,21.4331C26.0824,21.4331 27.1789,21.1128 28.666,20.4639C29.4263,20.1331 30.3547,19.6296 30.3043,19.4948C30.2849,19.4432 30.1369,19.4798 29.8835,19.5423C29.505,19.6357 28.8912,19.7872 28.1199,19.7897C26.6475,19.7939 25.5762,19.2504 25.0322,18.968L25.0196,18.9615C24.2278,18.5487 23.8328,18.3428 23.814,18.041C23.7931,17.6923 24.2364,17.4858 24.908,17.173C25.6566,16.8244 26.689,16.3436 27.6788,15.3863C28.0925,14.986 28.9243,14.1622 29.3801,12.8159C29.8128,11.537 29.6868,10.4288 29.6322,10.0559C29.3654,8.2376 28.2333,6.5542 27.4687,5.4207C27.4306,5.3639 27.3928,5.3083 27.3556,5.2537C26.9919,4.7187 26.6897,4.2741 26.7126,3.6509C26.7336,3.0378 27.0675,2.2541 27.8258,1.8811C28.5819,1.5082 29.4704,1.6873 29.9682,2.134C30.1702,2.3152 30.2388,2.4791 30.3221,2.6782C30.3784,2.8125 30.4413,2.9628 30.5563,3.1453C30.8315,3.5814 31.3545,4.1186 32.4467,4.4937C32.8584,4.4789 33.5095,4.4368 34.2951,4.283C34.7046,4.2032 35.0078,4.1216 35.2678,4.0517C35.7077,3.9334 36.0237,3.8484 36.5215,3.8616C37.0256,3.8742 37.8658,3.8974 38.3489,4.4515C38.5232,4.6517 38.748,5.0309 38.6009,6.8113C38.5379,7.5766 38.4392,8.2043 38.3634,8.6869C38.2549,9.3774 38.1931,9.7708 38.3489,9.8452C38.4444,9.8907 38.5509,9.7832 38.7172,9.6154C38.9277,9.4029 39.2341,9.0938 39.7352,8.876L39.7383,8.8746C40.0147,8.7552 40.8578,8.3909 41.6675,8.7917C42.3796,9.1436 42.8942,10.0032 42.7598,10.709C42.6968,11.0379 42.5182,11.203 42.2565,11.4449C42.0119,11.671 41.6947,11.9642 41.3315,12.5209L41.3274,12.5272C40.9331,13.134 40.7351,13.4388 40.7854,13.8272C40.8296,14.1705 41.0365,14.3454 41.5363,14.768C41.7481,14.9471 42.0126,15.1708 42.3397,15.4706C43.5096,16.5451 43.5516,16.8232 43.5579,16.9454C43.5759,17.2519 43.4269,17.4267 43.2019,17.6906C43.0076,17.9184 42.7568,18.2126 42.5077,18.7152L42.5043,18.7222C42.2753,19.1879 41.9309,19.8883 42.0876,20.6325C42.1745,21.0447 42.3693,21.2546 42.5902,21.4927C42.7272,21.6403 42.8743,21.7988 43.0118,22.023C43.5306,22.8678 43.4139,23.8337 43.1702,25.0163Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_add_a_profile_megaphone_image.xml"
line="13"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (21305 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M29.596,29.8141C29.866,29.0923 30.0962,28.3524 30.14,27.58C30.1674,27.1043 30.119,26.6245 29.9759,26.1698C29.8412,25.7405 29.5992,25.3638 29.3236,25.0123C29.0907,24.7176 28.8315,24.448 28.5721,24.1784C28.5541,24.1596 28.5361,24.1409 28.5181,24.1222L28.4859,24.0887C29.7283,23.7241 30.9726,23.3251 32.1559,22.8024C32.3332,22.7242 32.5052,22.6353 32.6771,22.5464L32.6772,22.5464C32.746,22.5108 32.8148,22.4753 32.884,22.4404C33.2711,22.2446 33.6015,21.9858 33.9024,21.6722C34.0329,21.5375 34.1591,21.3859 34.1844,21.1944C34.2054,21.0366 34.1402,20.8829 34.0413,20.763C33.8161,20.4893 33.4058,20.4452 33.0776,20.4704C32.623,20.5041 32.2043,20.6914 31.8024,20.8998C31.775,20.9145 31.7456,20.9271 31.7161,20.9397C31.7146,20.9405 31.7132,20.9412 31.7119,20.9418L31.7099,20.9427C31.7081,20.9435 31.7063,20.9443 31.7045,20.945C31.7015,20.9463 31.6986,20.9476 31.6953,20.9491L31.6898,20.9513C31.6766,20.9566 31.6635,20.9618 31.6509,20.9671C31.5435,21.0092 31.4341,21.0513 31.3247,21.0892C30.8363,21.2656 30.3429,21.4273 29.8505,21.5888C29.7849,21.6102 29.7194,21.6317 29.6539,21.6532C29.5922,21.6736 29.5305,21.6937 29.4688,21.7138C29.3453,21.754 29.2218,21.7942 29.0984,21.8363C28.93,21.8932 28.7617,21.9479 28.5934,21.9963C28.4987,22.0237 28.4019,22.051 28.3072,22.0763L28.3001,22.0781L28.2781,22.0838C28.2316,22.096 28.1859,22.1079 28.1388,22.1184C28.1273,22.1215 28.1157,22.1242 28.1041,22.1268C28.0925,22.1294 28.081,22.132 28.0694,22.1352C28.0613,22.1371 28.0547,22.1387 28.0494,22.14C28.0433,22.1413 28.0347,22.1432 28.0231,22.1457C27.7895,22.1962 27.556,22.2383 27.3203,22.2699C27.2087,22.2841 27.0951,22.2964 26.9815,22.3048L26.9724,22.3053L26.9723,22.3053L26.972,22.3053C26.9454,22.3068 26.8903,22.3099 26.8763,22.3099C26.8047,22.3141 26.7311,22.3162 26.6595,22.3141C26.6027,22.3141 26.5459,22.312 26.4912,22.3099C26.4786,22.3088 26.466,22.3083 26.4533,22.3078L26.4451,22.3074C26.4444,22.3074 26.443,22.3073 26.4406,22.3071C26.4374,22.307 26.4325,22.3067 26.4256,22.3063L26.4155,22.3057L26.4166,22.3058C26.4087,22.3053 26.4007,22.3047 26.3946,22.3042L26.3924,22.304L26.3903,22.3038L26.3881,22.3036C26.3313,22.2973 26.2766,22.2909 26.2198,22.2825C26.1945,22.2783 26.1693,22.2741 26.1461,22.2699C26.1401,22.2679 26.0442,22.2472 26.083,22.2572C25.9913,22.2336 25.8706,22.1913 25.8073,22.1668C25.7942,22.1618 25.7848,22.1584 25.7783,22.1563C25.7782,22.1549 25.7763,22.1523 25.7715,22.1478C25.7709,22.1472 25.7669,22.1428 25.762,22.1374L25.7619,22.1372C25.7507,22.125 25.7348,22.1075 25.7421,22.1163C25.7305,22.1031 25.7022,22.0692 25.6894,22.0501C25.6961,22.0545 25.6995,22.0309 25.6979,22.0342C25.6989,22.0321 25.6989,22.0237 25.6989,22.0147C25.6989,22.0115 25.6989,22.0083 25.699,22.0052C25.699,22.0023 25.6991,21.9996 25.6993,21.9972C25.7002,21.9938 25.7011,21.9903 25.7021,21.9879C25.7063,21.9795 25.7105,21.9716 25.7147,21.9637L25.7149,21.9633L25.7182,21.9572L25.7207,21.9525C25.7229,21.9483 25.7251,21.9439 25.7274,21.9395L25.7279,21.9384L25.7283,21.9378L25.7289,21.9366L25.7294,21.9356C25.7297,21.9351 25.7299,21.9346 25.7301,21.9342C25.7324,21.9321 25.7349,21.9297 25.7379,21.9268C25.7631,21.9016 25.7884,21.8784 25.8157,21.8574L25.821,21.8528L25.8244,21.8498C25.8256,21.8493 25.8275,21.8483 25.8304,21.8466C25.8322,21.8456 25.8343,21.8442 25.8368,21.8426C25.862,21.8258 25.8894,21.809 25.9167,21.7942C26.0051,21.7437 26.0977,21.6974 26.1924,21.6553C26.2955,21.6069 26.3902,21.5669 26.4765,21.5354C26.9352,21.3649 27.3897,21.1818 27.8379,20.986C28.6439,20.6346 29.4267,20.2368 30.2094,19.8369L30.21,19.8366C30.3918,19.743 30.5736,19.6494 30.7568,19.5557L30.7944,19.5465C30.9312,19.5128 31.0575,19.3612 30.9354,19.2392C30.8007,19.1024 30.5651,19.1171 30.3946,19.1592C30.2768,19.1887 30.1148,19.2266 29.9569,19.2602C29.797,19.2939 29.6371,19.3255 29.4772,19.3528C29.1973,19.4012 28.9153,19.437 28.6333,19.4623C28.6249,19.4633 28.617,19.4639 28.6091,19.4644C28.6069,19.4645 28.6047,19.4647 28.6024,19.4648C28.5692,19.4668 28.5359,19.4687 28.5008,19.4707C28.4355,19.4749 28.3703,19.477 28.303,19.4791C28.1809,19.4833 28.061,19.4833 27.9389,19.4812C27.8232,19.4791 27.7096,19.4749 27.5938,19.4665C27.5933,19.4665 27.5927,19.4665 27.592,19.4665L27.5917,19.4665C27.5602,19.4644 27.5307,19.4623 27.4991,19.4581C27.4803,19.4559 27.4613,19.454 27.4422,19.452C27.4056,19.4484 27.3688,19.4446 27.3329,19.4391C27.1288,19.4139 26.9268,19.3802 26.7269,19.336C26.7179,19.3344 26.7073,19.3311 26.6964,19.3278C26.6813,19.3232 26.6655,19.3184 26.6523,19.3173L26.6511,19.3171L26.5059,19.2792C26.4133,19.2539 26.3229,19.2266 26.2324,19.1971C25.8768,19.0834 25.5296,18.9445 25.1866,18.7972C25.1613,18.7867 25.1361,18.7756 25.1108,18.7646C25.0856,18.7535 25.0603,18.7425 25.0351,18.732C25.0204,18.7253 25.0057,18.7186 24.9906,18.712L24.993,18.713C24.9821,18.7076 24.9697,18.7021 24.9584,18.698L24.9551,18.6966C24.9539,18.6962 24.9534,18.6959 24.9537,18.6961C24.954,18.6962 24.9551,18.6967 24.9573,18.6977C24.9559,18.6971 24.9544,18.6966 24.953,18.6962L24.9529,18.6961C24.8288,18.6414 24.7047,18.5867 24.5847,18.5236C24.3453,18.3979 24.138,18.2608 24.006,18.0209C24.392,17.7825 24.7789,17.5526 25.165,17.3232L25.1654,17.323C25.8056,16.9426 26.4436,16.5634 27.072,16.1492C27.9263,15.5872 28.6376,14.7057 29.151,13.8239C29.6518,12.9652 30.0453,11.9781 30.0348,10.9699C30.0264,9.9576 29.6455,8.9663 29.2225,8.0613C28.9017,7.3788 28.5301,6.7233 28.1584,6.0678L28.1583,6.0675L28.1583,6.0675C27.9157,5.6395 27.673,5.2115 27.4444,4.7759C27.4433,4.7737 27.442,4.7716 27.4407,4.7695C27.3295,4.5198 27.2423,4.2581 27.1877,3.9909C27.1288,3.7046 27.0867,3.3784 27.1646,3.0901C27.2277,2.8522 27.3813,2.6228 27.5433,2.4566C27.7538,2.2398 27.939,2.1156 28.2062,1.9956C28.2104,1.9935 28.2148,1.9915 28.2192,1.9895C28.2217,1.9886 28.2291,1.986 28.2359,1.9832C28.2394,1.982 28.2435,1.9805 28.2483,1.9788C28.2736,1.9687 28.3002,1.9599 28.3261,1.9514C28.3324,1.9493 28.3388,1.9472 28.3451,1.9451C28.3516,1.9431 28.358,1.941 28.3644,1.939C28.3911,1.9306 28.4168,1.9224 28.444,1.9157C28.4535,1.9131 28.4782,1.9076 28.4977,1.9032C28.5108,1.9003 28.5216,1.8979 28.5241,1.8972C28.5797,1.8872 28.6343,1.8787 28.6904,1.8717C28.6933,1.8716 28.6967,1.8716 28.7007,1.8715C28.7196,1.8715 28.7386,1.8709 28.7575,1.8704C28.7764,1.8699 28.7954,1.8693 28.8143,1.8693C28.8165,1.8693 28.8195,1.8693 28.8232,1.8692C28.8262,1.8691 28.8296,1.869 28.8331,1.8689L28.8354,1.8693C28.8527,1.8726 28.8706,1.8747 28.8887,1.8769C28.9058,1.8789 28.9232,1.881 28.9406,1.8841C28.9479,1.8862 28.9558,1.8883 28.9637,1.8904C28.9716,1.8925 28.9795,1.8946 28.9869,1.8967C28.9974,1.8999 29.0074,1.903 29.0174,1.9062C29.0274,1.9093 29.0374,1.9125 29.0479,1.9157C29.0546,1.9179 29.0588,1.9192 29.0612,1.9198C29.2077,1.9822 29.2996,2.043 29.414,2.1367C29.7292,2.3973 29.9536,2.7362 30.1781,3.0752C30.3088,3.2726 30.4395,3.47 30.5882,3.652C30.8071,3.9193 31.0617,4.1466 31.3668,4.3087C31.6782,4.4749 32.0254,4.5739 32.3747,4.6244C33.1007,4.7317 33.8288,4.6265 34.54,4.4665C34.6635,4.4384 34.7869,4.4085 34.9104,4.3786C34.9721,4.3636 35.0338,4.3486 35.0956,4.3339C35.1397,4.3234 35.1844,4.3123 35.2292,4.3013C35.2739,4.2902 35.3186,4.2792 35.3628,4.2687C35.407,4.2582 35.4512,4.2476 35.4975,4.2371L35.5543,4.2245C35.5627,4.2224 35.6427,4.2055 35.5943,4.2161C35.7731,4.1782 35.952,4.1445 36.133,4.1192C36.2234,4.1066 36.3139,4.0961 36.4044,4.0877C36.4182,4.0862 36.4281,4.0852 36.435,4.0845C36.4412,4.084 36.4464,4.0835 36.4478,4.0834C36.4493,4.0832 36.4462,4.0834 36.435,4.0845C36.4282,4.0851 36.4203,4.0856 36.4149,4.0856C36.4247,4.0845 36.4344,4.084 36.4444,4.0834C36.4539,4.0829 36.4636,4.0824 36.4739,4.0814L36.4797,4.0811H36.4798C36.5302,4.0791 36.5789,4.0771 36.6296,4.0771H36.7642C36.7758,4.0771 36.7879,4.0777 36.8,4.0782C36.8121,4.0787 36.8242,4.0793 36.8358,4.0793C36.837,4.0793 36.843,4.0796 36.8498,4.08C36.862,4.0807 36.8765,4.0816 36.8706,4.0808C36.8804,4.0818 36.8894,4.0828 36.8926,4.0835C36.9021,4.0845 36.911,4.0856 36.92,4.0866L36.9311,4.0879C36.9364,4.0885 36.9418,4.0892 36.9473,4.0898C36.9715,4.0929 36.9952,4.0966 37.0189,4.1003C37.0425,4.104 37.0662,4.1077 37.0904,4.1108L37.0938,4.1115C37.0972,4.1122 37.1018,4.1132 37.1066,4.1142L37.1184,4.1167L37.1293,4.1192C37.134,4.1203 37.1386,4.1214 37.1432,4.1225C37.1474,4.1235 37.1516,4.1245 37.1556,4.1256C37.1956,4.1361 37.2356,4.1487 37.2756,4.1613C37.2855,4.165 37.2955,4.1682 37.3053,4.1714C37.3182,4.1756 37.3309,4.1797 37.3429,4.1845C37.3378,4.1832 37.3273,4.1789 37.3273,4.1789C37.3273,4.1789 37.3274,4.1789 37.3275,4.179L37.3301,4.1801C37.3328,4.1813 37.3375,4.1833 37.345,4.1866C37.3892,4.2055 37.4313,4.2266 37.4734,4.2518C37.5807,4.3129 37.7006,4.4139 37.7974,4.5276C37.89,4.637 37.9637,4.7633 38.0247,4.8917C38.329,5.5353 38.2516,6.2693 38.1792,6.9563L38.1741,7.0047C38.1331,7.4035 38.092,7.8018 38.051,8.2001C38.01,8.5984 37.9689,8.9968 37.9279,9.3956C37.9174,9.4967 37.9069,9.5972 37.8963,9.6977C37.8858,9.7982 37.8753,9.8987 37.8648,9.9997C37.8521,10.126 38.0689,10.187 38.1552,10.1975C38.3004,10.2144 38.4834,10.2038 38.6013,10.1028L38.6386,10.0704C39.106,9.6645 39.6137,9.2236 40.1774,9.0063C40.2215,8.9894 40.3162,8.9579 40.3815,8.9389C40.3994,8.9337 40.4172,8.9289 40.4351,8.9242C40.453,8.9195 40.4709,8.9147 40.4888,8.9095C40.4897,8.9095 40.5004,8.9068 40.5099,8.9044C40.5128,8.9039 40.5166,8.9031 40.5209,8.9023L40.5211,8.9022C40.5404,8.8985 40.5704,8.8926 40.5751,8.8926L40.5751,8.8926C40.6109,8.8863 40.6466,8.88 40.6824,8.8758C40.6918,8.8747 40.7008,8.8737 40.7097,8.8726C40.7187,8.8716 40.7276,8.8705 40.7371,8.8695C40.7422,8.8685 40.7627,8.8669 40.7769,8.8659L40.7795,8.8657C40.787,8.8655 40.794,8.8653 40.796,8.8653H40.8507C40.8849,8.8653 40.919,8.8653 40.9532,8.8664C40.9362,8.8662 40.981,8.8706 41.0113,8.8735L41.0184,8.8742C41.0252,8.8749 41.0308,8.8755 41.0338,8.8758C41.0432,8.8768 41.0522,8.8784 41.0611,8.88L41.0612,8.88C41.0701,8.8816 41.079,8.8832 41.0885,8.8842C41.0906,8.8842 41.1495,8.8947 41.1117,8.8884C41.0759,8.8821 41.1348,8.8947 41.1348,8.8947C41.1423,8.897 41.1501,8.899 41.158,8.901C41.1721,8.9046 41.1865,8.9083 41.2,8.9137C41.2358,8.9242 41.2695,8.9347 41.3031,8.9473L41.3083,8.9492L41.3515,8.9684C41.3789,8.981 41.4083,8.9958 41.4357,9.0105C41.4631,9.0252 41.4904,9.04 41.5178,9.0568C41.5224,9.0597 41.5271,9.0625 41.532,9.0655C41.5433,9.0723 41.555,9.0794 41.566,9.0873C41.5672,9.0881 41.5686,9.0892 41.5704,9.0905C41.5689,9.0894 41.5675,9.0883 41.566,9.0873C41.5522,9.0771 41.5812,9.0971 41.5851,9.101C42.0502,9.444 42.309,9.9723 42.2711,10.5553C42.2522,10.8521 42.1554,11.132 41.9912,11.3803C41.8439,11.6013 41.644,11.7844 41.4462,11.9633L41.4415,11.9676C41.0138,12.3556 40.583,12.7463 40.4488,13.3314C40.3141,13.9186 40.5309,14.5121 40.9517,14.9267C41.1411,15.114 41.3642,15.2635 41.5872,15.4045C41.6419,15.4392 41.6972,15.4734 41.7525,15.5076C41.8077,15.5418 41.8629,15.576 41.9176,15.6107C41.9439,15.6276 41.9702,15.6439 41.9965,15.6602L41.997,15.6605L41.9971,15.6606C42.0232,15.6768 42.0493,15.6929 42.0754,15.7096C42.087,15.717 42.0991,15.7249 42.1111,15.7328C42.1233,15.7407 42.1354,15.7486 42.1469,15.756L42.1509,15.7587C42.1539,15.7609 42.157,15.7631 42.1585,15.7641C42.1595,15.7648 42.1598,15.765 42.1591,15.7645C42.1583,15.7639 42.1558,15.7621 42.1509,15.7587C42.1483,15.7568 42.1459,15.7549 42.1448,15.7538C42.1543,15.7602 42.1643,15.767 42.1743,15.7739C42.1843,15.7807 42.1943,15.7875 42.2038,15.7938C42.6478,16.1053 42.9844,16.4989 43.0013,17.0714C43.0197,17.6756 42.6396,18.0964 42.2604,18.5162C42.2499,18.5278 42.2395,18.5394 42.229,18.5509C41.9498,18.8586 41.6517,19.2455 41.574,19.67C41.5701,19.6773 41.5681,19.6852 41.5683,19.6938C41.5683,19.6968 41.5684,19.6998 41.5684,19.7028C41.548,19.8343 41.5491,19.9692 41.5788,20.1063C41.6104,20.2494 41.6609,20.3757 41.7513,20.4915C41.7525,20.4929 41.7536,20.4943 41.7547,20.4957C41.8688,20.762 42.0213,21.015 42.1722,21.2597C42.1945,21.2959 42.217,21.3322 42.2394,21.3684L42.2395,21.3685C42.3695,21.5782 42.4998,21.7885 42.6057,22.011C42.7425,22.2973 42.835,22.6024 42.8855,22.916C43.0391,23.8664 42.8302,24.8037 42.5159,25.7015C42.9139,25.31 43.2902,24.8965 43.6428,24.4629C43.719,24.0298 43.7492,23.5883 43.7062,23.1496C43.6746,22.8361 43.6073,22.5267 43.4937,22.2341C43.3864,21.9584 43.2391,21.6995 43.0854,21.4449C43.0516,21.3893 43.0172,21.3336 42.9827,21.2778C42.8196,21.0138 42.654,20.7458 42.5348,20.4619C42.5406,20.4379 42.535,20.4119 42.5131,20.3841C42.5065,20.3757 42.5001,20.3672 42.4939,20.3586C42.419,20.1578 42.3697,19.9485 42.3624,19.7267C42.4138,19.4265 42.5906,19.1296 42.7782,18.9108C42.8497,18.8273 42.9238,18.7453 42.9978,18.6634L42.9981,18.663C43.3529,18.27 43.7067,17.8779 43.7799,17.326C43.8619,16.7136 43.5736,16.1495 43.1128,15.7623C42.8961,15.5813 42.6541,15.4318 42.4163,15.2866C42.3048,15.2193 42.1953,15.1519 42.0859,15.0804C42.0775,15.0751 42.0696,15.0698 42.0617,15.0646C42.0538,15.0593 42.0459,15.054 42.0375,15.0488C42.0417,15.053 42.067,15.0698 42.0396,15.0509L41.9576,14.9941C41.905,14.9562 41.8524,14.9162 41.7997,14.8741C41.5893,14.7036 41.4336,14.5331 41.3221,14.2827C41.2,14.0133 41.1706,13.7081 41.2211,13.4156C41.3083,12.907 41.6933,12.5622 42.0616,12.2323C42.1109,12.1881 42.16,12.1442 42.208,12.1001C42.4226,11.9023 42.6309,11.6897 42.7866,11.4414C42.955,11.1699 43.0497,10.8437 43.0623,10.5259C43.0897,9.9008 42.793,9.2925 42.2921,8.9179C41.6777,8.4591 40.897,8.3812 40.1626,8.5454C39.6377,8.664 39.1674,8.924 38.7357,9.237C38.7952,8.6618 38.8545,8.0864 38.9127,7.5099C38.9238,7.403 38.936,7.2955 38.9483,7.1875C39.0267,6.4985 39.1071,5.7925 38.9106,5.1211C38.818,4.8033 38.656,4.5086 38.4266,4.2687C38.1573,3.9887 37.7953,3.8288 37.4208,3.7467C36.5896,3.5657 35.7247,3.7383 34.9125,3.9319C34.8431,3.9487 34.7736,3.9658 34.7043,3.9828L34.704,3.9829C34.5822,4.0128 34.4607,4.0427 34.3401,4.0708C34.2517,4.0919 34.1613,4.1129 34.0729,4.1319C34.1213,4.1213 34.0582,4.134 34.0518,4.1361C34.0266,4.1403 34.0013,4.1466 33.9761,4.1529C33.9298,4.1634 33.8814,4.1719 33.833,4.1803C33.6689,4.2097 33.5026,4.2329 33.3343,4.2497C33.3228,4.2508 33.3119,4.2518 33.3009,4.2529L33.3006,4.2529L33.291,4.2538L33.288,4.2539C33.268,4.255 33.2485,4.2561 33.229,4.2571L33.201,4.2586C33.1908,4.2592 33.1806,4.2597 33.1702,4.2603C33.0797,4.2645 32.9913,4.2645 32.9008,4.2624L32.8951,4.2621C32.8586,4.2601 32.8238,4.2583 32.7873,4.2582L32.7872,4.2582C32.7767,4.2571 32.7657,4.2561 32.7547,4.255L32.7546,4.255C32.7435,4.2539 32.7325,4.2529 32.7219,4.2518C32.6399,4.2434 32.5578,4.2308 32.4778,4.2161L32.4778,4.2161C32.4587,4.2122 32.4397,4.2084 32.4191,4.2046C32.4166,4.2041 32.4143,4.2037 32.4126,4.2034L32.4191,4.2046C32.438,4.2085 32.4718,4.2183 32.4105,4.2034C32.3747,4.195 32.3369,4.1845 32.3011,4.174L32.301,4.1739C32.2653,4.1634 32.2295,4.1529 32.1938,4.1403C32.1833,4.1371 32.1733,4.1335 32.1633,4.1298C32.1533,4.1261 32.1433,4.1224 32.1328,4.1192C32.1138,4.1129 32.0886,4.1024 32.1222,4.115C31.815,3.9866 31.5856,3.8099 31.3626,3.5531C31.183,3.3464 31.0321,3.1178 30.8812,2.8894C30.6574,2.5504 30.4337,2.2117 30.1169,1.9451C29.8307,1.7052 29.4877,1.5368 29.1152,1.4863C28.7575,1.4379 28.3914,1.4737 28.0442,1.5705C27.4423,1.741 26.8616,2.1282 26.548,2.6818C26.224,3.2521 26.3544,3.9361 26.5543,4.5276C26.5897,4.6307 26.6285,4.7327 26.6715,4.8328C26.6729,4.8436 26.6766,4.8548 26.6827,4.8664C26.6905,4.8812 26.6983,4.8961 26.7061,4.9109C26.7085,4.9162 26.7109,4.9214 26.7133,4.9266C26.7157,4.9318 26.7182,4.937 26.7206,4.9422C26.7256,4.9545 26.7325,4.9659 26.7409,4.9766C26.9528,5.3752 27.1757,5.768 27.3986,6.1608C27.6985,6.6893 27.9984,7.2177 28.2714,7.7603C28.7217,8.6569 29.1384,9.6229 29.2289,10.6332C29.3172,11.6098 29.0184,12.5295 28.5786,13.3903C28.1136,14.2953 27.4571,15.1958 26.6385,15.8082C26.4401,15.9575 26.2295,16.0903 26.0186,16.2232L26.0185,16.2233C25.9677,16.2554 25.9169,16.2874 25.8662,16.3197C25.5864,16.4986 25.3044,16.6775 25.0224,16.8543C24.7212,17.0434 24.42,17.2153 24.1185,17.3875L24.1183,17.3876C23.8428,17.5449 23.5669,17.7024 23.2906,17.8732C23.2462,17.901 23.2324,17.9304 23.2372,17.9585C23.209,17.9971 23.2001,18.0437 23.2275,18.0984C23.484,18.6115 24.0272,18.8493 24.5281,19.0685L24.5911,19.0961C24.9509,19.2539 25.3149,19.4097 25.6874,19.5359C26.5985,19.8453 27.5581,19.9716 28.5197,19.9148C28.6773,19.9057 28.8342,19.8927 28.9906,19.8762C28.6131,20.0669 28.2339,20.2541 27.8506,20.4325C27.4423,20.6219 27.0783,20.7819 26.6848,20.9376C26.5655,20.9851 26.4444,21.0302 26.323,21.0754L26.3229,21.0754C25.9925,21.1984 25.6601,21.322 25.357,21.4975C25.2013,21.588 25.014,21.7101 24.9404,21.8826C24.8562,22.0847 24.9635,22.2762 25.1255,22.4025C25.2333,22.4896 25.3759,22.5379 25.5048,22.5815L25.5106,22.5835C25.6432,22.6298 25.78,22.6614 25.9188,22.6866C26.1671,22.735 26.426,22.7498 26.6785,22.7498C27.6086,22.7519 28.5429,22.5309 29.4203,22.2383C29.6497,22.1615 29.8791,22.0863 30.1085,22.011C30.3378,21.9358 30.5672,21.8605 30.7965,21.7837C30.8882,21.7532 30.9804,21.723 31.073,21.6928L31.0732,21.6927L31.0734,21.6927L31.0736,21.6926C31.4908,21.5563 31.9136,21.4182 32.3095,21.2323C32.3404,21.2183 32.3694,21.2024 32.3983,21.1865C32.4128,21.1785 32.4273,21.1706 32.4421,21.1628L32.4422,21.1628C32.4948,21.1354 32.5473,21.1081 32.5999,21.0829C32.6036,21.0812 32.6073,21.0795 32.6111,21.0777L32.6192,21.074L32.6193,21.074L32.6197,21.0738C32.6411,21.0641 32.6632,21.0541 32.6841,21.0429C32.7409,21.0176 32.6756,21.045 32.7346,21.0218C32.825,20.9861 32.9155,20.9545 33.0081,20.9292C33.0114,20.9285 33.0147,20.9277 33.0179,20.9269C33.0202,20.9263 33.0226,20.9257 33.0249,20.9251C33.0178,20.9279 33.0228,20.9274 33.0649,20.9145C33.0555,20.9166 33.046,20.9192 33.0365,20.9219L33.03,20.9237L33.0249,20.9251C33.0305,20.9228 33.0439,20.9185 33.0523,20.9166C33.0965,20.9082 33.1386,20.9019 33.1828,20.8956L33.1871,20.8948L33.1995,20.8941C33.2022,20.8969 33.217,20.8994 33.2487,20.8957L33.251,20.8961C33.2579,20.8985 33.2656,20.9007 33.2724,20.9024C33.2747,20.9037 33.2772,20.9052 33.2798,20.9066C33.2819,20.9079 33.2841,20.9091 33.2861,20.9102C33.298,20.925 33.3194,20.9417 33.3342,20.9529C33.3372,20.9576 33.3405,20.9622 33.3438,20.967L33.344,20.9674C33.3455,20.9694 33.347,20.9715 33.3484,20.9737C33.3493,20.975 33.3502,20.9763 33.3511,20.9776C33.3679,21.0092 33.3827,21.0387 33.3932,21.0723C33.4227,21.1797 33.3574,21.2996 33.2838,21.3838C33.1344,21.5564 32.9576,21.7185 32.7787,21.8595C32.6017,21.9987 32.3625,22.1208 32.1359,22.2364C32.1195,22.2448 32.1031,22.2532 32.0869,22.2615C32.0766,22.2667 32.0663,22.272 32.0561,22.2773C32.0458,22.2825 32.0356,22.2878 32.0254,22.293C31.8929,22.3604 31.7561,22.4256 31.6193,22.4846C31.5962,22.4941 31.5732,22.5044 31.5507,22.5146C31.5383,22.5201 31.526,22.5256 31.5141,22.5309C31.4951,22.5393 31.3857,22.5856 31.4594,22.554C31.4173,22.5719 31.3747,22.5893 31.3321,22.6066L31.3321,22.6066C31.2895,22.624 31.2468,22.6414 31.2048,22.6593C30.8639,22.7961 30.5209,22.9202 30.1737,23.0423C29.5087,23.2759 28.8354,23.4906 28.1599,23.6927C28.0966,23.7113 28.0338,23.73 27.971,23.7487L27.9705,23.7489L27.9684,23.7495C27.9047,23.7684 27.8411,23.7874 27.7769,23.8063C27.6572,23.8416 27.5266,23.9592 27.6135,24.0756C27.6181,24.1046 27.6336,24.1351 27.6633,24.1662C27.738,24.2449 27.814,24.3235 27.8903,24.4023L27.8906,24.4026C28.3834,24.9117 28.8884,25.4335 29.1489,26.1004C29.4814,26.9507 29.3804,27.923 29.1384,28.7838C29.0533,29.0847 28.9512,29.38 28.8421,29.6727C29.0911,29.7261 29.3425,29.7733 29.596,29.8141ZM33.2405,20.8942L33.2424,20.8942C33.2436,20.8943 33.2448,20.8943 33.2461,20.8943L33.2473,20.8948L33.2495,20.8956L33.2487,20.8957L33.248,20.8956L33.247,20.8954C33.2448,20.895 33.2427,20.8946 33.2405,20.8942ZM33.2405,20.8942C33.2346,20.8931 33.2287,20.8921 33.2227,20.8913C33.2165,20.8902 33.2113,20.89 33.2073,20.8902C33.2069,20.8904 33.2062,20.8907 33.2052,20.891C33.2038,20.8914 33.2019,20.8918 33.1994,20.8924C33.1991,20.8927 33.199,20.893 33.1991,20.8933C33.1991,20.8935 33.1992,20.8938 33.1995,20.8941C33.2066,20.8937 33.2136,20.8934 33.2206,20.8934C33.2246,20.8934 33.2293,20.8937 33.2341,20.8939C33.2362,20.894 33.2383,20.8941 33.2405,20.8942ZM28.2208,1.9888C28.2294,1.9849 28.2382,1.9815 28.2462,1.9788C28.2437,1.9801 28.2399,1.9816 28.2359,1.9832C28.2281,1.986 28.2234,1.9878 28.2208,1.9888ZM28.2208,1.9888C28.2182,1.9897 28.2179,1.9899 28.219,1.9895L28.2192,1.9895L28.2208,1.9888ZM24.9573,18.6977L24.9584,18.698L24.9751,18.7053C24.9713,18.7036 24.9674,18.702 24.9635,18.7004L24.9573,18.6977ZM26.4166,22.3058C26.4228,22.3062 26.4288,22.3065 26.4338,22.3068L26.4413,22.3073C26.4331,22.3069 26.4249,22.3064 26.4166,22.3058ZM26.4453,22.3075C26.4457,22.3075 26.4457,22.3075 26.4451,22.3074L26.4453,22.3075ZM25.7,21.9921L25.6996,21.9946C25.6997,21.9936 25.6998,21.9928 25.7,21.9921ZM25.6983,22.0014C25.6971,22.0082 25.6967,22.01 25.6968,22.0091C25.6969,22.0082 25.6975,22.0051 25.6983,22.0014ZM25.6832,22.0384C25.6835,22.0393 25.6838,22.0401 25.684,22.0409C25.6836,22.0399 25.6833,22.0391 25.6832,22.0384ZM27.5539,19.4644C27.5529,19.4644 27.5705,19.4657 27.5854,19.4667C27.575,19.4671 27.5602,19.4676 27.5539,19.4644ZM41.3178,8.9527L41.3162,8.9521C41.3145,8.9515 41.3119,8.9505 41.3091,8.9494C41.3166,8.9521 41.3189,8.953 41.3182,8.9528L41.3178,8.9527ZM41.308,8.949C41.3027,8.947 41.2969,8.9446 41.2947,8.9431L41.308,8.949ZM36.8388,4.0778C36.8395,4.0779 36.8435,4.0782 36.8491,4.0788C36.8409,4.0781 36.8381,4.0778 36.8388,4.0778ZM28.8711,1.8715C28.8712,1.8715 28.8712,1.8714 28.871,1.8714L28.8711,1.8715ZM28.871,1.8714C28.8696,1.8712 28.8619,1.8701 28.8529,1.869C28.8601,1.8693 28.8667,1.87 28.871,1.8714Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_add_a_profile_megaphone_image.xml"
line="16"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1217 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M51.2882,61.8266C50.5421,61.9408 49.778,62 49,62C45.8269,62 42.8839,61.0147 40.4603,59.3335C40.3404,58.7063 40.2766,58.0878 40.2863,57.3817C40.2887,57.1937 40.2962,57.0101 40.3036,56.8266C40.3325,56.1174 40.3614,55.4109 40.094,54.4692C40.0068,54.1662 39.9392,54.0125 39.8565,53.8244C39.7714,53.6309 39.6703,53.4009 39.5152,52.9342C39.2325,52.0831 38.9614,51.2589 38.9018,50.1735C38.879,49.7589 38.9026,49.5839 38.9343,49.3492C38.9693,49.09 39.0142,48.7581 39.0172,47.9507C39.0173,47.9117 39.0174,47.8733 39.0175,47.8356C39.0181,47.4483 39.0186,47.1406 39.1326,47.1073C39.2173,47.0829 39.2936,47.2306 39.4059,47.4481C39.5765,47.7782 39.8301,48.2694 40.3228,48.5636C41.0881,49.0208 42.0438,48.773 42.5476,48.6404L42.5494,48.6399C42.9301,48.5401 43.4656,48.3995 43.9283,47.9507C44.0766,47.8069 44.1808,47.6671 44.2597,47.5612C44.3527,47.4365 44.4107,47.3586 44.4648,47.3763C44.5399,47.4005 44.5157,47.5777 44.4771,47.861C44.4297,48.2082 44.3606,48.7148 44.4263,49.2936C44.5571,50.4386 45.1551,51.3031 45.4627,51.7469C45.7824,52.2073 46.0786,52.5117 46.2162,52.653C46.221,52.6579 46.2256,52.6626 46.23,52.6671C47.2472,53.7103 48.8586,55.6814 49.8373,57.4969L49.8394,57.5008C50.4862,58.7029 51.208,60.0446 51.2882,61.8266Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_add_a_profile_megaphone_image.xml"
line="30"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (964 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M39.6306,44.6925C39.4806,44.6175 40.0113,42.4908 41.6266,40.3218C42.3188,39.392 43.188,38.2239 44.7724,37.3709C46.9684,36.1894 49.1163,36.3796 50.1816,36.4891C52.9448,36.7735 54.8138,38.0453 56.2425,39.0193C56.6002,39.2633 58.7289,40.7406 60.5018,43.3899C60.8729,43.9451 61.9228,45.5128 61.5382,45.9201C61.2979,46.1756 60.646,45.8125 59.6192,45.4609C59.6192,45.4609 57.554,44.7501 54.9773,44.6944C54.0274,44.6733 52.3679,44.656 50.4892,45.4609C49.7566,45.7741 48.4144,46.3677 47.3049,47.7605C46.8338,48.3503 45.9954,49.4051 45.9627,50.8267C45.9358,52.0044 46.4761,52.8113 46.3088,52.8958C46.1223,52.9919 45.3378,52.062 44.8897,50.9785C44.5821,50.235 44.509,49.6049 44.4302,48.9094C44.3417,48.1371 44.3013,47.7413 44.4686,47.261C44.6821,46.652 44.9628,46.6616 45.1205,46.1103C45.3378,45.3514 45.0051,44.6387 44.8513,44.3082C44.6994,43.9836 44.3725,43.3073 43.586,42.8904C43.4149,42.8001 42.6399,42.412 41.7823,42.6215C40.3363,42.9788 39.771,44.7616 39.6306,44.6925Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_add_a_profile_megaphone_image.xml"
line="36"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (7068 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M40.7965,59.56C40.6386,58.6898 40.5395,57.8109 40.4825,56.9283C40.4756,56.8209 40.469,56.7133 40.4623,56.6055L40.4623,56.6052L40.4623,56.605C40.3969,55.5389 40.3305,54.4583 39.9883,53.4395C39.9421,53.3012 39.8902,53.1648 39.8344,53.0284C39.8311,53.0203 39.8254,53.0131 39.8178,53.0065C39.172,51.3222 39.0772,49.5024 39.2739,47.7152C39.3163,47.8058 39.3651,47.8936 39.421,47.9776C39.6191,48.2754 39.8844,48.5252 40.1902,48.7096C41.4914,49.4965 43.1822,48.9878 44.2143,47.9853C44.0018,49.3248 44.3302,50.7252 45.1532,51.8296C45.3691,52.1203 45.618,52.3878 45.891,52.6264C46.1128,53.0785 46.4307,53.4733 46.7477,53.8668C46.7681,53.8922 46.7885,53.9175 46.8088,53.9428C46.8905,54.0443 46.9725,54.146 47.0547,54.2479L47.0552,54.2484C48.4421,55.9672 49.8826,57.7523 50.5469,59.885C50.7258,60.4575 50.8431,61.0473 50.8854,61.6467C50.8909,61.7247 50.8953,61.8028 50.8987,61.881C51.0887,61.857 51.2775,61.8294 51.4651,61.7984C51.4478,61.4404 51.4099,61.0819 51.3449,60.7226C50.9219,58.3826 49.4893,56.3942 48.0452,54.5691C47.882,54.3634 47.7173,54.1591 47.5525,53.9549L47.5519,53.9541C47.3462,53.699 47.1404,53.4439 46.9376,53.1859C46.5819,52.7344 46.2492,52.2272 46.1916,51.6413C46.1339,51.0457 46.2627,50.4444 46.4531,49.8815C46.6184,49.3935 46.853,48.9305 47.1376,48.4944C47.7107,47.6165 48.4952,46.873 49.3836,46.3197C50.4008,45.6857 51.5507,45.2957 52.7275,45.0978C55.2773,44.6675 57.8751,45.1785 60.3134,45.9335C60.6326,46.0315 60.9498,46.1352 61.2652,46.2409C61.3159,46.258 61.3688,46.2567 61.4182,46.2417C61.4477,46.2434 61.4773,46.2408 61.5055,46.2332C61.6632,46.189 61.7401,46.0315 61.7075,45.8778C61.4402,44.6329 60.8287,43.4879 60.0749,42.4735C59.3154,41.4534 58.4308,40.5235 57.4751,39.684C56.531,38.8541 55.5003,38.1106 54.387,37.5208C53.2621,36.9252 52.0526,36.4814 50.7969,36.2643C49.5163,36.0434 48.201,36.0396 46.9242,36.3008C45.6916,36.5544 44.5206,37.0732 43.513,37.8282C42.5246,38.5717 41.692,39.4996 41.0228,40.5389C40.294,41.6724 39.7671,42.9346 39.3902,44.2256C39.0076,45.5339 38.7538,46.8941 38.6519,48.2524C38.5653,49.4047 38.605,50.5792 38.8406,51.7134C38.8577,51.9016 38.8789,52.0893 38.9,52.2769C38.9335,52.5735 38.9669,52.8701 38.9845,53.1686C39.0172,53.7104 38.9788,54.2502 38.8807,54.7824C38.7203,55.6541 38.4211,56.4899 38.1155,57.3213C38.2298,57.4417 38.346,57.5602 38.4641,57.6768C38.4857,57.6181 38.5074,57.5595 38.529,57.5008C38.8137,56.7297 39.099,55.9573 39.2826,55.1551C39.4103,54.5954 39.4861,54.0236 39.4754,53.4478C39.4883,53.4533 39.5016,53.4578 39.5153,53.4613C39.845,54.4508 39.9141,55.5104 39.9787,56.546C40.0337,57.4321 40.1119,58.3122 40.2518,59.1862C40.4305,59.3147 40.6121,59.4393 40.7965,59.56ZM41.8785,42.3314C41.2653,42.4302 40.7521,42.7533 40.3433,43.1979C40.969,41.5566 41.8812,40.0337 43.1899,38.8368C44.0552,38.0453 45.082,37.4343 46.2069,37.0808C47.3818,36.712 48.6125,36.6063 49.8393,36.7158C52.2583,36.9291 54.5254,38.0376 56.4118,39.5418C57.3694,40.3065 58.2558,41.1691 59.0481,42.1047C59.823,43.0172 60.5133,44.0412 60.9094,45.1766C60.9532,45.3018 60.9935,45.4277 61.0302,45.5546C58.622,44.7709 56.0931,44.188 53.5486,44.4158C51.1565,44.631 48.7952,45.5685 47.2165,47.432C46.5069,48.2716 45.9666,49.2629 45.7243,50.3387C45.624,50.7837 45.5696,51.2533 45.6202,51.7093C44.9031,50.7752 44.5449,49.5891 44.6417,48.3965C44.6802,47.9181 44.7955,47.4512 44.9724,47.0055C44.983,46.9798 44.9869,46.9559 44.9855,46.9341C45.098,46.7079 45.1869,46.4704 45.2474,46.2255C45.4089,45.5743 45.3705,44.8692 45.1301,44.2429C44.8859,43.6051 44.4571,43.0383 43.8629,42.6887C43.2668,42.3371 42.5573,42.2199 41.8785,42.3314ZM40.294,44.2621C40.0846,44.6212 39.9131,44.9928 39.7765,45.3793C39.622,46.0048 39.52,46.651 39.7114,47.2553C39.7594,47.4032 39.8094,47.5146 39.9037,47.6626C39.9825,47.7836 40.0402,47.8547 40.1613,47.97L40.1641,47.9726C40.1941,48.0006 40.2258,48.0303 40.2575,48.0564L40.2625,48.0607C40.2747,48.0712 40.2882,48.0828 40.3017,48.0929C40.2992,48.0913 40.2962,48.0892 40.2933,48.0872C40.2827,48.0801 40.2751,48.0749 40.3113,48.1006C40.369,48.1429 40.4305,48.1832 40.4921,48.2197C40.5594,48.2601 40.6286,48.2966 40.6978,48.3292C40.7033,48.332 40.7242,48.3408 40.7403,48.3477C40.7481,48.351 40.7548,48.3539 40.7581,48.3553L40.8593,48.3926C41.4824,48.6097 42.1669,48.5329 42.7611,48.2773C42.9053,48.2139 43.0476,48.1409 43.1822,48.0603C43.2476,48.0199 43.313,47.9796 43.3764,47.9354C43.4072,47.9142 43.4399,47.8912 43.4707,47.8681C43.4792,47.8613 43.5367,47.8178 43.5245,47.8275C43.751,47.6495 43.9859,47.4143 44.1437,47.2073C44.1667,47.1746 44.2264,47.0901 44.2629,47.0363C44.3033,46.9767 44.3398,46.9153 44.3763,46.8538C44.4186,46.7846 44.4552,46.7116 44.4917,46.6386C44.4963,46.6287 44.5012,46.6186 44.5061,46.6084L44.5061,46.6082C44.5155,46.5886 44.5252,46.5685 44.534,46.5483L44.5506,46.511L44.5527,46.5059L44.5553,46.4992L44.5609,46.4849C44.6129,46.3447 44.6609,46.2044 44.6955,46.0603C44.7148,45.9854 44.7302,45.9105 44.7417,45.8356C44.7436,45.8279 44.7532,45.7702 44.7475,45.8029C44.7448,45.8182 44.7454,45.8137 44.7469,45.8037C44.7486,45.7925 44.7513,45.7743 44.7513,45.7702C44.7551,45.7376 44.759,45.7049 44.7609,45.6723C44.7725,45.5224 44.7725,45.3706 44.7628,45.2189C44.7611,45.1837 44.7577,45.1501 44.7542,45.1152L44.7532,45.1055C44.7517,45.0917 44.7502,45.0766 44.7486,45.0613C44.7476,45.0542 44.7463,45.0451 44.7455,45.0421C44.734,44.971 44.7225,44.9019 44.7071,44.8327C44.6763,44.6905 44.634,44.5484 44.5821,44.412C44.5739,44.3892 44.5658,44.3677 44.5565,44.3454C44.5596,44.3523 44.5615,44.356 44.5532,44.3371C44.5379,44.3025 44.5225,44.2698 44.5052,44.2352C44.4744,44.1718 44.4417,44.1104 44.4071,44.0489C44.3706,43.9836 44.3302,43.9202 44.2879,43.8587C44.2667,43.8279 44.2456,43.7972 44.2225,43.7665C44.2207,43.7647 44.2135,43.7554 44.209,43.7494L44.2033,43.7425C44.1989,43.7372 44.1946,43.7319 44.1898,43.7261C44.0975,43.6147 43.9956,43.509 43.886,43.413C43.8754,43.4034 43.8644,43.3942 43.8533,43.3851C43.8423,43.376 43.8312,43.3669 43.8206,43.3573C43.8191,43.3558 43.8126,43.3504 43.8071,43.3458L43.8035,43.3429L43.7322,43.2919C43.6745,43.2516 43.6149,43.2132 43.5533,43.1786C43.488,43.1421 43.4207,43.1056 43.3514,43.0749L43.2995,43.0518L43.301,43.0523L43.2899,43.048L43.1976,43.0134C43.0553,42.9634 42.9092,42.925 42.7592,42.9L42.7005,42.8903L42.6823,42.8885C42.6496,42.8847 42.6169,42.8808 42.5842,42.8789C42.515,42.8731 42.4438,42.8712 42.3727,42.8712C42.2977,42.8712 42.2227,42.8731 42.1477,42.8808C42.1421,42.8808 42.1135,42.884 42.0922,42.8864C42.0801,42.8878 42.0703,42.8889 42.0686,42.8889C42.0358,42.894 42.0043,42.8992 41.9727,42.9058C41.8285,42.9327 41.6881,42.973 41.5535,43.0249C41.5493,43.0259 41.5302,43.0339 41.5209,43.0377L41.5209,43.0377L41.519,43.0385L41.4804,43.0556C41.47,43.0608 41.4599,43.0658 41.4498,43.0707C41.4302,43.0803 41.4111,43.0897 41.392,43.0998C41.3285,43.1325 41.2689,43.1671 41.2093,43.2055C41.0805,43.2881 40.9786,43.3746 40.8593,43.4956C40.6305,43.728 40.4632,43.9701 40.294,44.2621ZM44.5502,46.5121C44.5493,46.5143 44.5487,46.5158 44.5487,46.5156L44.5492,46.5146L44.5502,46.5121ZM44.5508,46.5105C44.5526,46.5063 44.5552,46.5003 44.5571,46.4964L44.5508,46.5105Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_add_a_profile_megaphone_image.xml"
line="48"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5830 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.5059,61.8524C12.9791,60.3917 13.325,58.8843 13.4533,57.3522C13.5253,56.4933 13.5277,55.6273 13.4438,54.7683C13.3622,53.9309 13.2087,53.0863 12.8729,52.3109C12.7884,52.1169 12.6964,51.9263 12.5973,51.7396C13.4191,50.8914 14.2845,50.0844 15.2068,49.3453C15.7897,48.8777 16.3941,48.4435 17.025,48.0403C17.1114,47.9854 17.1569,47.89 17.0754,47.8065C16.9914,47.7182 16.8187,47.6919 16.7036,47.7182C14.7025,48.1806 12.7321,48.7667 10.8067,49.4807C10.5416,49.251 10.26,49.0396 9.9633,48.8491C8.6608,48.0116 7.1328,47.5726 5.588,47.4915C5.5715,47.4907 5.5549,47.4899 5.5383,47.4891C6.9056,46.3781 8.1946,45.1689 9.3204,43.8173C10.6037,42.2713 11.6112,40.5439 12.314,38.6639C12.5544,38.0206 12.7718,37.3631 12.9523,36.6968C12.9913,36.7968 13.0295,36.8969 13.0677,36.9969L13.0677,36.997L13.0677,36.997C13.1998,37.3434 13.3315,37.6885 13.4965,38.0221C13.9499,38.9383 14.5304,39.8115 15.1852,40.5988C15.8089,41.348 16.5357,42.0184 17.3032,42.6196C18.0516,43.2042 18.86,43.7171 19.7139,44.1346C20.671,44.6023 21.6928,44.9458 22.7435,45.1343C22.7497,45.1354 22.756,45.1364 22.7624,45.1373C22.8543,45.2367 22.9524,45.3306 23.0504,45.4243L23.0506,45.4246C22.7729,45.6203 22.5028,45.8272 22.2469,46.0529C21.9735,46.2966 21.707,46.5522 21.4415,46.8068L21.4414,46.807L21.4093,46.8377C21.3711,46.8744 21.3329,46.911 21.2947,46.9476C20.7046,47.5106 20.1409,48.119 19.6372,48.7584C18.6513,50.0086 17.9269,51.464 17.5287,53.0004C17.1113,54.6085 16.9914,56.2905 17.1641,57.9415C17.2505,58.7646 17.4064,59.5806 17.6271,60.3775C17.7374,60.7735 17.8621,61.1672 18.0037,61.5537C18.0111,61.5742 18.0186,61.5947 18.0262,61.6152C18.2373,61.5665 18.4466,61.5135 18.6542,61.4561C18.5812,61.2587 18.5121,61.0597 18.4474,60.8594C18.2027,60.1031 18.0133,59.3253 17.8957,58.538C17.6606,56.949 17.6894,55.3147 18.0204,53.74C18.3395,52.2179 18.9415,50.7721 19.8411,49.5004C20.0298,49.2326 20.2314,48.975 20.4416,48.7246C20.7478,50.1177 21.1324,51.493 21.5921,52.8454C21.688,53.1293 22.3381,53.0434 22.2278,52.7213C21.773,51.3833 21.3917,50.0229 21.0871,48.645C22.2196,49.3258 23.0998,50.3577 23.9476,51.3518C24.0555,51.4807 24.245,51.5188 24.3986,51.4473C24.5257,51.3876 24.6264,51.2134 24.5161,51.087C23.5171,49.9161 22.4769,48.7201 21.0838,48.0029C21.1798,47.9001 21.2765,47.7982 21.3738,47.6967C21.6228,47.4387 21.8827,47.1951 22.144,46.9503L22.2589,46.8426C22.2869,46.8165 22.3147,46.7904 22.3426,46.7644C22.6252,46.5 22.9035,46.2397 23.2136,46.0051C23.3743,45.8835 23.5422,45.7666 23.7101,45.652C23.7425,45.6304 23.7659,45.6029 23.7811,45.5723C23.835,45.5336 23.8899,45.4963 23.9447,45.459C24.0976,45.3548 24.2503,45.2508 24.3818,45.12C24.6336,44.8695 24.7848,44.4758 24.4561,44.2181C24.1611,43.9867 23.6862,43.9557 23.3288,43.9939C22.9869,44.0311 22.6153,44.2253 22.5465,44.5852C20.917,44.2285 19.3962,43.4841 18.0516,42.486C17.8685,42.3502 17.6888,42.2102 17.5129,42.0661C17.32,41.8654 17.1683,41.624 17.0394,41.3814C16.8403,41.0044 16.6748,40.606 16.5309,40.2052C16.2286,39.3653 16.0343,38.4897 15.9504,37.6022C15.9034,37.1065 15.8932,36.6086 15.9154,36.1106C15.9596,35.9787 15.7808,35.8735 15.6745,35.851C15.521,35.82 15.3459,35.8677 15.2692,36.0108C15.183,36.1704 15.0944,36.3288 15.0059,36.4872C14.8111,36.8356 14.6163,37.1841 14.4464,37.5449C14.3657,37.7168 14.2914,37.8919 14.2259,38.0703C14.007,37.6403 13.8354,37.1981 13.6609,36.7484L13.6524,36.7266C13.6297,36.6674 13.6065,36.6083 13.5832,36.5491C13.4047,36.0956 13.2256,35.6405 13.2998,35.1424C13.3081,35.0872 13.2861,35.0408 13.2486,35.0038C13.2088,34.9406 13.1423,34.8938 13.0552,34.8728C12.9184,34.8418 12.6786,34.9014 12.6474,35.0684C12.4675,36.1015 12.17,37.125 11.8222,38.1152C11.484,39.0814 11.0762,40.0262 10.5725,40.9185C9.6538,42.5457 8.4497,43.9963 7.1112,45.2965C6.346,46.0385 5.5353,46.7352 4.6981,47.3985C4.571,47.4987 4.5782,47.6872 4.6981,47.7898C4.7652,47.8466 4.8528,47.8727 4.9397,47.8701C4.9715,47.8756 5.0017,47.878 5.0268,47.878C6.442,47.8709 7.8716,48.1977 9.1261,48.9063C9.5261,49.1333 9.9059,49.3928 10.2551,49.6893C10.0807,49.7565 9.9066,49.8247 9.733,49.8941C9.1045,50.1446 8.4809,50.4094 7.862,50.6886C7.7565,50.7363 7.6341,50.8389 7.7445,50.9534C7.8428,51.0488 8.0707,51.0727 8.1954,51.0154C8.9897,50.6586 9.7938,50.3236 10.6065,50.0109C10.6818,50.0852 10.7553,50.1616 10.8268,50.24C11.2322,50.6835 11.5847,51.1749 11.8794,51.6981C11.422,52.1764 10.9782,52.6677 10.5461,53.1674C10.5095,53.2097 10.4727,53.2521 10.4357,53.2946C9.9735,53.8254 9.4926,54.3778 9.2461,55.0427C9.1453,55.3147 9.7954,55.3791 9.8817,55.1453C10.1078,54.5341 10.5349,54.0378 10.9543,53.5503L10.9779,53.5229C11.3579,53.0792 11.7473,52.643 12.1463,52.2144C12.4644,52.8965 12.644,53.6159 12.7409,54.3628C12.8489,55.1954 12.8753,56.0376 12.8297,56.8774C12.742,58.5378 12.3823,60.1703 11.8712,61.7494C12.0813,61.7881 12.2929,61.8225 12.5059,61.8524ZM23.8397,44.8743C23.7507,44.9682 23.6461,45.0457 23.5379,45.1192C23.481,45.0634 23.4241,45.0072 23.3671,44.9506C23.3625,44.9458 23.3577,44.941 23.353,44.9362C23.2714,44.8532 23.1744,44.7547 23.2016,44.6285C23.2544,44.3708 23.5614,44.4019 23.7485,44.4353C23.7564,44.4366 23.7645,44.4378 23.7728,44.4392C23.8556,44.4522 23.9555,44.468 23.986,44.5331C24.0412,44.65 23.914,44.7979 23.8397,44.8743ZM15.118,37.595C15.166,37.4954 15.2157,37.3967 15.2668,37.2986C15.3382,38.4384 15.585,39.5803 16.0137,40.637C15.5249,40.0931 15.082,39.509 14.6931,38.8872C14.6907,38.8758 14.6869,38.8642 14.6815,38.8524L14.6813,38.852C14.6814,38.8514 14.6814,38.8507 14.6815,38.85C14.6815,38.8285 14.6839,38.8071 14.6863,38.7856C14.6911,38.7522 14.6983,38.7212 14.7079,38.6806C14.7343,38.5709 14.7678,38.4635 14.8038,38.3561C14.8902,38.0961 14.9981,37.8432 15.118,37.595ZM12.3152,51.2507C11.9867,50.7246 11.598,50.2373 11.1562,49.8032C12.4003,49.3421 13.6639,48.9328 14.9429,48.5771C15.1723,48.513 15.4023,48.4511 15.6329,48.391C14.4446,49.2439 13.3453,50.2125 12.3152,51.2507Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_add_a_profile_megaphone_image.xml"
line="58"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1027 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M20.634,1.37C19.5,0.245 17.927,0 15.719,0H6.195C4.073,0 2.5,0.245 1.366,1.383C0.244,2.508 0,4.075 0,6.216V15.711C0,17.926 0.232,19.492 1.354,20.617C2.5,21.755 4.061,22 6.268,22H15.719C17.927,22 19.512,21.755 20.634,20.617C21.768,19.492 22,17.926 22,15.711V6.289C22,4.062 21.768,2.496 20.634,1.37ZM20.488,5.959V16.029C20.488,17.485 20.268,18.757 19.524,19.504C18.781,20.263 17.488,20.483 16.049,20.483H5.939C4.512,20.483 3.22,20.25 2.463,19.504C1.72,18.757 1.512,17.485 1.512,16.029V6.032C1.512,4.527 1.72,3.23 2.463,2.484C3.207,1.725 4.524,1.505 6.024,1.505H16.049C17.488,1.505 18.781,1.737 19.524,2.484C20.268,3.242 20.488,4.515 20.488,5.959ZM5.695,10.988C5.695,11.428 6.037,11.759 6.5,11.759H10.219V15.491C10.219,15.955 10.549,16.286 10.988,16.286C11.463,16.286 11.793,15.968 11.793,15.491V11.759H15.512C15.976,11.759 16.305,11.428 16.305,10.988C16.305,10.511 15.988,10.18 15.512,10.18H11.793V6.448C11.793,5.971 11.463,5.641 10.988,5.641C10.549,5.641 10.219,5.983 10.219,6.448V10.18H6.5C6.024,10.18 5.695,10.511 5.695,10.988Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_add_media_22.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1448 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M33.45 29.66c0.43 0.13 0.67 0.58 0.54 1-0.25 0.8-0.57 1.6-0.89 2.38l-0.4 1c-0.28 0.76-0.53 1.5-0.69 2.23l0.25-0.24 0.64-0.69 0.58-0.62 1.06-1.1c0.8-0.84 1.61-1.7 2.48-2.47 0.12-0.11 0.52-0.48 0.96-0.76 0.22-0.14 0.5-0.29 0.8-0.36 0.3-0.08 0.78-0.11 1.18 0.2 0.32 0.26 0.42 0.6 0.46 0.83 0.03 0.24 0.02 0.48 0 0.67-0.04 0.3-0.12 0.63-0.16 0.8-0.1 0.46-0.23 0.92-0.37 1.38 0.47-0.27 0.9-0.58 1.3-0.93 0.4-0.36 0.75-0.75 1.12-1.16l0.54-0.6c0.07-0.07 0.16-0.15 0.27-0.22 0.11-0.07 0.3-0.17 0.54-0.17 0.6 0 0.82 0.5 0.86 0.6 0.08 0.17 0.1 0.36 0.16 0.53 0.22 0.58 0.52 0.99 0.79 1.16 0.11 0.08 0.2 0.1 0.3 0.09 0.08 0 0.25-0.05 0.5-0.25 0.47-0.36 0.88-0.8 1.32-1.3l0.26-0.3c0.35-0.4 0.73-0.84 1.13-1.23 0.32-0.31 0.84-0.31 1.15 0 0.32 0.31 0.32 0.81 0 1.12-0.35 0.34-0.67 0.71-1.02 1.11l-0.29 0.33c-0.45 0.52-0.94 1.06-1.54 1.52-0.43 0.33-0.9 0.54-1.39 0.58-0.5 0.04-0.95-0.1-1.31-0.34-0.53-0.34-0.92-0.87-1.2-1.42-0.34 0.38-0.7 0.77-1.09 1.11-0.73 0.66-1.56 1.18-2.45 1.57 0.02-0.01-0.3 0.14-0.53 0.21-0.1 0.03-0.37 0.11-0.66 0.04-0.19-0.04-0.43-0.16-0.58-0.42-0.15-0.24-0.14-0.48-0.11-0.62 0.08-0.5 0.22-0.97 0.35-1.4 0.13-0.45 0.26-0.84 0.34-1.23l0.12-0.5c-0.27 0.19-0.52 0.41-0.66 0.53-0.81 0.73-1.55 1.5-2.31 2.31-0.37 0.4-0.75 0.8-1.15 1.2l-0.58 0.61-0.65 0.7c-0.45 0.45-1 0.93-1.64 1.24-0.16 0.08-0.43 0.18-0.75 0.12-0.5-0.1-0.78-0.54-0.8-1.03v-0.33c0.12-1.29 0.52-2.5 0.95-3.65l0.44-1.1c0.3-0.75 0.59-1.46 0.82-2.2 0.13-0.42 0.58-0.65 1.01-0.53Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_app_icon_notes_top_preview.xml"
line="54"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (912 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.75,21h0A0.76,0.76 0,0 1,8 20.25L8,3.75A0.76,0.76 0,0 1,8.75 3h0a0.76,0.76 0,0 1,0.75 0.75v16.5A0.76,0.76 0,0 1,8.75 21ZM12.5,17.25L12.5,6.75A0.76,0.76 0,0 0,11.75 6h0a0.76,0.76 0,0 0,-0.75 0.75v10.5a0.76,0.76 0,0 0,0.75 0.75h0A0.76,0.76 0,0 0,12.5 17.25ZM15.5,14.25L15.5,9.75A0.76,0.76 0,0 0,14.75 9h0a0.76,0.76 0,0 0,-0.75 0.75v4.5a0.76,0.76 0,0 0,0.75 0.75h0A0.76,0.76 0,0 0,15.5 14.25ZM21.5,13.25v-2.5a0.76,0.76 0,0 0,-0.75 -0.75h0a0.76,0.76 0,0 0,-0.75 0.75v2.5a0.76,0.76 0,0 0,0.75 0.75h0A0.76,0.76 0,0 0,21.5 13.25ZM18.5,17.25L18.5,6.75A0.76,0.76 0,0 0,17.75 6h0a0.76,0.76 0,0 0,-0.75 0.75v10.5a0.76,0.76 0,0 0,0.75 0.75h0A0.76,0.76 0,0 0,18.5 17.25ZM6.5,15.25L6.5,8.75A0.76,0.76 0,0 0,5.75 8h0A0.76,0.76 0,0 0,5 8.75v6.5a0.76,0.76 0,0 0,0.75 0.75h0A0.76,0.76 0,0 0,6.5 15.25ZM3.5,13.25v-2.5A0.76,0.76 0,0 0,2.75 10h0a0.76,0.76 0,0 0,-0.75 0.75v2.5a0.76,0.76 0,0 0,0.75 0.75h0A0.76,0.76 0,0 0,3.5 13.25Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_audio_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5092 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M20.9593,0.8927C21.3555,0.79 21.7552,0.6959 22.158,0.6104C23.0884,1.4813 23.8845,2.5606 24.6115,3.6327C25.3427,4.7109 25.9941,5.8512 26.5558,7.0463C27.6592,9.3964 28.407,11.9694 28.6064,14.6118C28.8091,17.3237 28.3837,20.0173 27.4365,22.5246C26.4561,25.1268 24.9838,27.4695 23.3021,29.582C21.6484,31.6633 19.792,33.5311 17.9194,35.3669C18.5615,35.3128 19.2035,35.2606 19.8456,35.2095C23.5547,34.9125 27.2703,34.6689 30.9894,34.482C31.222,34.472 31.5377,34.5587 31.674,34.759C31.8103,34.9592 31.6873,35.1294 31.5178,35.2495L31.5176,35.2497C31.3448,35.3731 31.1721,35.4965 31.0027,35.6266C30.997,35.631 30.9913,35.6353 30.9857,35.6396C30.9792,35.6446 30.9727,35.6496 30.9663,35.6545L30.9387,35.6756L30.9369,35.677L30.9102,35.6974C30.9073,35.6994 30.86,35.7354 30.8464,35.7467C30.8082,35.7768 30.77,35.8076 30.7318,35.8385L30.7314,35.8388C30.6933,35.8696 30.6552,35.9003 30.6171,35.9303C30.3014,36.1872 29.9923,36.4542 29.6932,36.7312C29.0983,37.2784 28.5399,37.8591 28.0181,38.4764C27.0809,39.581 26.3265,40.6989 25.6451,42.007C24.9439,43.3519 24.3988,44.7768 24.0299,46.2484C24.0101,46.3271 23.9907,46.406 23.9719,46.485C24.0068,46.4931 24.0416,46.501 24.0764,46.5087C24.108,46.5154 24.1404,46.522 24.1728,46.5287L24.2388,46.5424C24.2661,46.5453 24.2913,46.5504 24.318,46.5559L24.3324,46.5588C24.5816,46.6055 24.8342,46.6455 25.0868,46.6756C25.1282,46.6798 25.17,46.6844 25.2119,46.689L25.2121,46.6891C25.3012,46.6989 25.3908,46.7088 25.479,46.7156C25.5117,46.7189 25.5437,46.7214 25.5755,46.7238L25.5766,46.7239L25.577,46.7239L25.5774,46.724L25.5778,46.724C25.61,46.7265 25.6421,46.729 25.675,46.7323C25.6873,46.7335 25.6965,46.7344 25.7031,46.7351L25.7083,46.7353L25.7113,46.7354C25.7148,46.7355 25.7182,46.7356 25.7216,46.7356C25.9841,46.749 26.2467,46.7556 26.5093,46.7523C26.6223,46.7523 26.7321,46.7492 26.845,46.7459L26.8451,46.7459L26.8549,46.7456C26.8884,46.7445 26.9274,46.7396 26.9682,46.7345L26.9687,46.7345C27.0493,46.7244 27.1366,46.7135 27.2005,46.7289C27.1706,46.7223 27.0443,46.739 27.1507,46.7323C27.1839,46.7323 27.2172,46.7289 27.2504,46.7256C27.2789,46.7224 27.3066,46.72 27.334,46.7176L27.3342,46.7176C27.3518,46.7161 27.3693,46.7145 27.3867,46.7128C27.3989,46.7116 27.4111,46.7104 27.4232,46.7089L27.4235,46.7089C27.5298,46.6989 27.636,46.6889 27.7423,46.6756C27.9716,46.6489 28.2009,46.6155 28.4269,46.5754C28.4934,46.5654 28.5565,46.5554 28.623,46.5421C28.6266,46.5415 28.6342,46.5401 28.644,46.5382C28.6515,46.5368 28.6602,46.535 28.6695,46.5331C28.6829,46.5304 28.6974,46.5274 28.7108,46.5247L28.712,46.5244L28.7389,46.5189C28.7721,46.5115 28.8168,46.5018 28.8324,46.4987C28.8889,46.4887 28.9454,46.4753 29.0019,46.462C29.4539,46.3585 29.8992,46.2317 30.3379,46.0816C30.3474,46.0781 30.3568,46.0747 30.3662,46.0713C30.3717,46.0694 30.3771,46.0674 30.3826,46.0655C30.3993,46.0597 30.4159,46.0539 30.4325,46.0482L30.4326,46.0482C30.4642,46.0373 30.4958,46.0265 30.5274,46.0148L30.5353,46.0114L30.5413,46.0089L30.545,46.0073C30.5484,46.0059 30.5517,46.0045 30.5551,46.0031C30.5617,46.0007 30.569,45.9981 30.5754,45.9958L30.5572,46.0022C30.5691,45.9975 30.5809,45.993 30.5928,45.9894C30.7006,45.9499 30.8084,45.9073 30.9129,45.8646C31.1289,45.7779 31.3416,45.6845 31.5544,45.5877C31.9798,45.3908 32.3952,45.1739 32.7973,44.9336C32.8125,44.9247 32.8279,44.9157 32.8433,44.9067C32.8773,44.887 32.9118,44.8669 32.9454,44.8459C32.942,44.8486 33.0308,44.794 33.0466,44.7834C33.1397,44.7234 33.2327,44.6633 33.3225,44.6032C33.5252,44.4664 33.7246,44.3263 33.9207,44.1794C34.6652,43.6222 35.3997,42.9481 35.9879,42.2706C36.2106,42.0137 36.5895,41.9837 36.9085,42.0204C37.0481,42.0371 37.2409,42.0871 37.3539,42.1839C37.417,42.2373 37.5068,42.3708 37.4303,42.4575C36.6659,43.3352 35.8118,44.1227 34.8613,44.7901C33.143,45.9948 31.1954,46.8024 29.1415,47.2061C27.3895,47.5511 25.5672,47.5575 23.8114,47.2253C23.2644,50.0196 23.3439,52.9701 24.0454,55.7229C23.5202,55.6486 22.9996,55.5598 22.4841,55.4568C22.1112,53.8336 21.9348,52.1696 21.9727,50.5032C22.0458,47.2729 22.9066,44.066 24.4852,41.2495C25.7307,39.0302 27.3833,37.0676 29.3452,35.464C28.8574,35.4907 28.3696,35.5183 27.8819,35.5465C26.0506,35.6533 24.2194,35.7734 22.3914,35.9069C21.4827,35.9726 20.5707,36.0447 19.6619,36.1169C19.7142,36.1128 19.6548,36.118 19.6032,36.1225L19.5979,36.1229C19.5815,36.1244 19.5663,36.1257 19.5563,36.1266L19.5498,36.1272C19.5166,36.1305 19.4833,36.133 19.4501,36.1355C19.4169,36.138 19.3836,36.1405 19.3504,36.1438C19.2956,36.1488 19.2407,36.153 19.1859,36.1572C19.1311,36.1614 19.0762,36.1655 19.0214,36.1705C18.9149,36.1801 18.8091,36.1889 18.7037,36.1977C18.5889,36.2073 18.4744,36.2168 18.36,36.2273L16.9741,36.3474C16.6849,36.3708 16.1964,36.3607 16.0535,36.0337C16.0132,35.9417 16.0223,35.8571 16.0616,35.7832C16.0343,35.7744 16.0172,35.7657 16.0236,35.7587C16.2761,35.5139 16.5254,35.269 16.7747,35.0241C18.7688,33.0578 20.733,31.044 22.4379,28.767C24.0399,26.6289 25.4092,24.2423 26.26,21.6218C27.0842,19.089 27.3501,16.3954 27.0244,13.7274C26.702,11.0959 25.8545,8.5557 24.668,6.2495C24.0698,5.0873 23.3851,3.9799 22.6274,2.9383C22.1152,2.2324 21.5739,1.5121 20.9593,0.8927Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_abstract_01.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2934 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M48.8511,46.6969C43.7247,52.4138 36.2823,56.0104 28.0001,56.0104C26.3197,56.0104 24.6739,55.8624 23.0749,55.5786C23.952,53.8274 24.2576,51.6202 23.6585,49.7617C23.1156,48.0739 21.9066,46.9227 21.0462,46.1034C20.3968,45.4851 19.946,45.0558 20.1298,44.7276C20.2549,44.5049 20.5746,44.5024 21.0609,44.4985C21.1843,44.4975 21.3185,44.4964 21.4629,44.4917C22.4521,44.4597 22.8697,44.2843 24.1846,43.732C24.97,43.4022 26.0757,42.9378 27.8146,42.2892C28.066,42.1952 28.2999,42.1089 28.5174,42.0286C30.3117,41.3663 31.0006,41.112 31.3433,40.3228C31.5746,39.7919 31.6569,39.0092 31.2649,38.5924C31.1276,38.4468 30.6611,38.0536 28.834,38.5924C27.665,38.9375 27.0581,39.3329 26.3769,39.7768C25.9637,40.046 25.5231,40.333 24.9132,40.6374C24.0114,41.0897 22.2863,41.3847 18.836,41.9746C18.3773,42.0533 17.2912,42.2263 16.1699,41.7386C15.9777,41.6561 15.1191,41.2824 15.1505,40.8734C15.1792,40.5173 15.8705,40.3191 16.7145,40.0771C16.7931,40.0546 16.8731,40.0317 16.954,40.0082C16.954,40.0082 19.0007,39.4104 21.7766,38.1991C23.1959,37.5816 24.9289,36.6417 24.8348,36.39C24.7986,36.2938 24.5223,36.362 24.0494,36.4787C23.3427,36.6531 22.197,36.9358 20.7572,36.9406C18.0087,36.9484 16.0091,35.9337 14.9936,35.4067L14.9701,35.3945C13.492,34.624 12.7547,34.2396 12.7196,33.6763C12.6806,33.0253 13.508,32.64 14.7618,32.0561C16.1592,31.4053 18.0863,30.5078 19.9338,28.7209C20.7062,27.9736 22.2588,26.4359 23.1096,23.9228C23.9173,21.5355 23.6821,19.4668 23.5801,18.7707C23.0822,15.3767 20.9689,12.2343 19.5417,10.1184C19.4705,10.0124 19.4,9.9086 19.3307,9.8066C18.6517,8.8079 18.0876,7.9781 18.1303,6.8148C18.1695,5.6703 18.7929,4.2073 20.2083,3.5112C21.6197,2.8151 23.2782,3.1494 24.2075,3.9831C24.5845,4.3214 24.7125,4.6273 24.8681,4.9991C24.9731,5.2497 25.0905,5.5303 25.3053,5.8709C25.8189,6.685 26.7952,7.6879 28.834,8.3879C29.6024,8.3604 30.8179,8.2818 32.2843,7.9947C33.0487,7.8457 33.6147,7.6934 34.0999,7.5629C34.9212,7.342 35.5111,7.1834 36.4403,7.2081C37.3813,7.2317 38.9496,7.275 39.8514,8.3093C40.1768,8.6829 40.5963,9.3908 40.3219,12.7141C40.2041,14.1427 40.02,15.3144 39.8785,16.2153C39.676,17.5042 39.5606,18.2385 39.8514,18.3774C40.0296,18.4625 40.2284,18.2618 40.5389,17.9485C40.9319,17.5519 41.5037,16.9748 42.4391,16.5683L42.445,16.5657C42.9609,16.3428 44.5347,15.6627 46.0462,16.411C47.3753,17.0678 48.3359,18.6724 48.085,19.9899C47.9674,20.6039 47.6341,20.912 47.1456,21.3636C46.689,21.7856 46.0969,22.3329 45.4189,23.3722L45.4112,23.3839C44.6753,24.5166 44.3057,25.0855 44.3995,25.8105C44.4821,26.4513 44.8683,26.7779 45.8012,27.5667C46.1966,27.9011 46.6904,28.3185 47.3008,28.8782C49.4847,30.8839 49.5631,31.4031 49.5749,31.6312C49.6086,32.2033 49.3304,32.5295 48.9102,33.0223C48.5477,33.4474 48.0794,33.9966 47.6145,34.9348L47.6081,34.9479C47.1806,35.8171 46.5378,37.1245 46.8303,38.5137C46.9925,39.2831 47.3562,39.675 47.7685,40.1194C48.0243,40.395 48.2988,40.6908 48.5555,41.1094C49.5239,42.6863 49.306,44.4893 48.8511,46.6969Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_abstract_02.xml"
line="10"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (21471 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M23.5126,55.653C24.0166,54.3056 24.4462,52.9245 24.528,51.4826C24.5791,50.5947 24.4887,49.699 24.2216,48.8504C23.9702,48.0489 23.5185,47.3457 23.004,46.6896C22.5694,46.1394 22.0855,45.6363 21.6013,45.1329C21.5676,45.098 21.534,45.063 21.5004,45.028L21.4404,44.9656C23.7595,44.285 26.0822,43.5403 28.291,42.5644C28.622,42.4185 28.943,42.2526 29.264,42.0867L29.2641,42.0866C29.3926,42.0202 29.521,41.9538 29.6501,41.8887C30.3728,41.5233 30.9895,41.0401 31.5512,40.4547C31.7947,40.2033 32.0304,39.9204 32.0775,39.5629C32.1168,39.2683 31.9951,38.9815 31.8104,38.7575C31.3901,38.2468 30.6242,38.1643 30.0114,38.2114C29.163,38.2743 28.3813,38.6239 27.6311,39.0129C27.58,39.0404 27.525,39.064 27.47,39.0875C27.4673,39.0889 27.4647,39.0901 27.4621,39.0913L27.4585,39.093C27.455,39.0945 27.4517,39.0959 27.4484,39.0974C27.4429,39.0997 27.4373,39.1021 27.4313,39.105L27.4209,39.1091C27.3964,39.119 27.3718,39.1288 27.3483,39.1386C27.1479,39.2172 26.9437,39.2958 26.7394,39.3665C25.8277,39.6959 24.9068,39.9977 23.9875,40.299C23.8652,40.3391 23.7429,40.3792 23.6206,40.4194C23.5054,40.4573 23.3902,40.4949 23.275,40.5324C23.0446,40.6075 22.8141,40.6826 22.5837,40.7612C22.2694,40.8672 21.9552,40.9694 21.6409,41.0597C21.4642,41.1108 21.2835,41.1619 21.1067,41.209L21.0935,41.2125L21.0525,41.2232C20.9656,41.2459 20.8804,41.2681 20.7925,41.2876C20.7709,41.2935 20.7493,41.2984 20.7277,41.3033C20.7061,41.3082 20.6845,41.3131 20.6629,41.319C20.6478,41.3227 20.6355,41.3256 20.6256,41.3281C20.6141,41.3305 20.5981,41.334 20.5765,41.3387C20.1405,41.433 19.7045,41.5115 19.2645,41.5705C19.0562,41.597 18.8442,41.6199 18.6321,41.6356L18.6151,41.6365L18.6149,41.6365L18.6144,41.6365C18.5648,41.6393 18.4619,41.6451 18.4357,41.6451C18.3022,41.653 18.1647,41.6569 18.0312,41.653C17.9251,41.653 17.819,41.6491 17.7169,41.6451C17.6933,41.6432 17.6698,41.6422 17.6462,41.6412L17.6309,41.6405C17.6296,41.6404 17.6269,41.6403 17.6225,41.64C17.6165,41.6396 17.6074,41.6391 17.5945,41.6384L17.5755,41.6373L17.5777,41.6374C17.5629,41.6365 17.5479,41.6354 17.5366,41.6345L17.5325,41.6341L17.5285,41.6338L17.5244,41.6333C17.4184,41.6215 17.3163,41.6098 17.2102,41.594C17.1631,41.5862 17.1159,41.5783 17.0727,41.5705C17.0616,41.5668 16.8826,41.5281 16.9549,41.5468C16.7837,41.5027 16.5584,41.4237 16.4403,41.378C16.4158,41.3686 16.3983,41.3624 16.3861,41.3584C16.3859,41.3558 16.3825,41.3509 16.3736,41.3426C16.3724,41.3414 16.3649,41.3332 16.3557,41.3231L16.3555,41.3228C16.3346,41.2999 16.305,41.2674 16.3186,41.2837C16.297,41.259 16.2441,41.1958 16.2203,41.1601C16.2326,41.1684 16.2391,41.1243 16.2361,41.1305C16.238,41.1265 16.238,41.1108 16.238,41.0941C16.238,41.0882 16.238,41.0821 16.2381,41.0764C16.2382,41.071 16.2384,41.0658 16.2387,41.0615C16.2403,41.0551 16.2421,41.0486 16.2439,41.044C16.2518,41.0283 16.2596,41.0136 16.2675,40.9988L16.2678,40.9982L16.274,40.9867L16.2786,40.978C16.2827,40.9701 16.2869,40.962 16.2911,40.9537L16.2922,40.9517L16.2928,40.9505L16.2939,40.9484L16.2949,40.9465C16.2954,40.9455 16.2958,40.9446 16.2962,40.9438C16.3004,40.9399 16.3052,40.9354 16.3107,40.9301C16.3578,40.8829 16.405,40.8397 16.456,40.8004L16.4659,40.7918L16.4722,40.7863C16.4744,40.7854 16.478,40.7835 16.4834,40.7803C16.4867,40.7784 16.4906,40.7759 16.4953,40.7729C16.5425,40.7415 16.5935,40.7101 16.6446,40.6826C16.8096,40.5883 16.9824,40.5019 17.1591,40.4233C17.3516,40.3329 17.5284,40.2583 17.6894,40.1994C18.5457,39.8811 19.3942,39.5393 20.2308,39.174C21.7352,38.5179 23.1964,37.7753 24.6576,37.0289L24.6586,37.0284C24.998,36.8536 25.3375,36.6788 25.6793,36.504L25.7496,36.4867C26.0049,36.4239 26.2406,36.141 26.0128,35.9131C25.7614,35.6578 25.3215,35.6853 25.0033,35.7638C24.7833,35.8188 24.4809,35.8896 24.1863,35.9524C23.8877,36.0153 23.5892,36.0742 23.2907,36.1253C22.7683,36.2156 22.2419,36.2824 21.7156,36.3296C21.6999,36.3315 21.6851,36.3325 21.6704,36.3335C21.6662,36.3338 21.662,36.3341 21.6578,36.3344C21.5959,36.338 21.5337,36.3417 21.4681,36.3453C21.3464,36.3532 21.2246,36.3571 21.0989,36.361C20.8711,36.3689 20.6472,36.3689 20.4194,36.3649C20.2033,36.361 19.9912,36.3532 19.7752,36.3374C19.7741,36.3374 19.773,36.3375 19.7717,36.3375L19.7712,36.3374C19.7123,36.3335 19.6573,36.3296 19.5984,36.3217C19.5633,36.3177 19.5277,36.3141 19.492,36.3105C19.4238,36.3036 19.3551,36.2967 19.2881,36.2864C18.9071,36.2392 18.53,36.1764 18.1569,36.0939C18.1401,36.0908 18.1203,36.0848 18.0999,36.0786C18.0717,36.07 18.0422,36.061 18.0176,36.0589L18.0154,36.0585L17.7444,35.9878C17.5716,35.9406 17.4027,35.8896 17.2338,35.8346C16.57,35.6224 15.9218,35.3631 15.2816,35.0881C15.2344,35.0685 15.1873,35.0478 15.1402,35.0272C15.093,35.0066 15.0459,34.986 14.9988,34.9663C14.9714,34.9539 14.9441,34.9414 14.9157,34.929L14.9202,34.931C14.8999,34.9208 14.8767,34.9107 14.8556,34.903L14.8495,34.9004C14.8474,34.8995 14.8464,34.8991 14.8469,34.8993C14.8475,34.8996 14.8496,34.9005 14.8537,34.9023C14.8509,34.9013 14.8482,34.9004 14.8456,34.8995L14.8455,34.8995C14.6137,34.7973 14.382,34.6952 14.1582,34.5774C13.7113,34.3427 13.3244,34.0868 13.0779,33.6389C13.7985,33.194 14.5207,32.7649 15.2413,32.3366L15.242,32.3362C16.4371,31.6261 17.628,30.9184 18.801,30.1451C20.3958,29.0962 21.7234,27.4507 22.6819,25.8046C23.6167,24.2016 24.3512,22.3591 24.3316,20.4772C24.3159,18.5875 23.6049,16.7371 22.8154,15.0477C22.2166,13.7738 21.5229,12.5502 20.8291,11.3265L20.8289,11.3261L20.8288,11.326C20.3759,10.5271 19.9229,9.7281 19.4963,8.915C19.4941,8.911 19.4918,8.907 19.4894,8.9031C19.2816,8.437 19.119,7.9484 19.0171,7.4496C18.9071,6.9153 18.8285,6.3064 18.9739,5.7681C19.0917,5.3242 19.3785,4.8959 19.6809,4.5856C20.0737,4.1809 20.4194,3.9491 20.9182,3.7252C20.926,3.7213 20.9342,3.7174 20.9426,3.7137C20.9471,3.7121 20.9609,3.7071 20.9737,3.702C20.9802,3.6997 20.9879,3.6969 20.9968,3.6937C21.044,3.6749 21.0938,3.6585 21.142,3.6426C21.1539,3.6387 21.1658,3.6348 21.1775,3.6309C21.1896,3.6271 21.2017,3.6233 21.2136,3.6195C21.2633,3.6038 21.3114,3.5886 21.3621,3.5759C21.3799,3.571 21.4259,3.5608 21.4624,3.5527C21.4868,3.5473 21.507,3.5428 21.5116,3.5415C21.6155,3.5229 21.7174,3.507 21.8221,3.4938C21.8274,3.4937 21.8338,3.4936 21.8413,3.4934C21.8766,3.4934 21.912,3.4924 21.9473,3.4914C21.9827,3.4904 22.0181,3.4895 22.0534,3.4895C22.0574,3.4895 22.0631,3.4893 22.07,3.4891C22.0756,3.489 22.0818,3.4888 22.0885,3.4887L22.0927,3.4895C22.125,3.4955 22.1584,3.4995 22.1922,3.5036C22.2242,3.5074 22.2567,3.5113 22.2891,3.517C22.3028,3.5209 22.3176,3.5248 22.3323,3.5287C22.347,3.5327 22.3618,3.5366 22.3755,3.5405C22.3951,3.5464 22.4138,3.5523 22.4324,3.5582C22.4511,3.5641 22.4698,3.57 22.4894,3.5759C22.5019,3.5801 22.5098,3.5825 22.5142,3.5837C22.7878,3.7002 22.9592,3.8135 23.1729,3.9884C23.7612,4.475 24.1801,5.1076 24.5991,5.7403C24.8431,6.1088 25.0871,6.4773 25.3647,6.8171C25.7732,7.316 26.2485,7.7403 26.818,8.0428C27.3994,8.3532 28.0475,8.5379 28.6995,8.6321C30.0547,8.8325 31.4137,8.6361 32.7414,8.3375C32.9718,8.2851 33.2023,8.2292 33.4327,8.1734C33.5479,8.1454 33.6632,8.1175 33.7784,8.09C33.8608,8.0703 33.9443,8.0497 34.0278,8.0291C34.1112,8.0085 34.1947,7.9878 34.2772,7.9682C34.3597,7.9486 34.4422,7.9289 34.5286,7.9093L34.6347,7.8857C34.6504,7.8818 34.7996,7.8503 34.7093,7.87C35.0432,7.7993 35.3771,7.7364 35.7149,7.6893C35.8838,7.6657 36.0527,7.646 36.2216,7.6303C36.2473,7.6276 36.2658,7.6257 36.2786,7.6245C36.2902,7.6235 36.2999,7.6226 36.3025,7.6223C36.3053,7.6219 36.2996,7.6224 36.2786,7.6245C36.266,7.6255 36.2512,7.6264 36.2412,7.6264C36.2594,7.6244 36.2775,7.6234 36.2962,7.6224C36.3139,7.6214 36.3321,7.6205 36.3512,7.6185L36.3621,7.6181H36.3622C36.4565,7.6143 36.5474,7.6107 36.6419,7.6107H36.8932C36.9148,7.6107 36.9374,7.6117 36.96,7.6126C36.9826,7.6136 37.0052,7.6146 37.0268,7.6146C37.0291,7.6146 37.0403,7.6153 37.053,7.616C37.0757,7.6174 37.1028,7.619 37.0918,7.6175C37.1101,7.6194 37.127,7.6213 37.1328,7.6225C37.1505,7.6244 37.1672,7.6264 37.1839,7.6284L37.2047,7.6308C37.2146,7.6319 37.2246,7.6331 37.235,7.6343C37.2801,7.6402 37.3243,7.647 37.3685,7.6539C37.4127,7.6608 37.4569,7.6677 37.5021,7.6735L37.5084,7.6748C37.5147,7.6761 37.5234,7.678 37.5324,7.6799L37.5544,7.6845L37.5747,7.6893C37.5834,7.6913 37.5921,7.6933 37.6006,7.6954C37.6085,7.6973 37.6163,7.6992 37.6238,7.701C37.6985,7.7207 37.7731,7.7443 37.8477,7.7678C37.8663,7.7746 37.8849,7.7806 37.9032,7.7866C37.9274,7.7944 37.951,7.8021 37.9734,7.811C37.9639,7.8087 37.9443,7.8005 37.9443,7.8006C37.9443,7.8006 37.9444,7.8006 37.9446,7.8007L37.9496,7.8029C37.9545,7.805 37.9633,7.8088 37.9774,7.815C38.0598,7.8503 38.1384,7.8896 38.217,7.9368C38.4173,8.0507 38.6412,8.2393 38.8219,8.4514C38.9947,8.6557 39.1322,8.8914 39.2461,9.1311C39.814,10.3325 39.6697,11.7026 39.5345,12.9851L39.525,13.0755C39.4484,13.8199 39.3718,14.5634 39.2952,15.3068C39.2186,16.0504 39.142,16.794 39.0654,17.5385C39.0458,17.7271 39.0261,17.9147 39.0065,18.1023C38.9868,18.2899 38.9672,18.4775 38.9476,18.6661C38.924,18.9018 39.3286,19.0157 39.4896,19.0354C39.7607,19.0668 40.1024,19.0472 40.3224,18.8586L40.392,18.7981C41.2645,18.0404 42.2123,17.2174 43.2644,16.8117C43.3469,16.7803 43.5236,16.7214 43.6454,16.686C43.6788,16.6762 43.7122,16.6673 43.7456,16.6585C43.779,16.6497 43.8123,16.6408 43.8457,16.631C43.8474,16.631 43.8675,16.626 43.8852,16.6215C43.8905,16.6205 43.8976,16.6192 43.9058,16.6176L43.9061,16.6175C43.942,16.6105 43.9981,16.5996 44.0068,16.5996L44.0069,16.5996C44.0736,16.5878 44.1404,16.576 44.2071,16.5681C44.2248,16.5662 44.2415,16.5642 44.2582,16.5623C44.2749,16.5603 44.2916,16.5583 44.3092,16.5564C44.3188,16.5545 44.3571,16.5516 44.3836,16.5497L44.3885,16.5493C44.4024,16.5489 44.4156,16.5485 44.4192,16.5485H44.5213C44.5851,16.5485 44.6489,16.5485 44.7126,16.5506C44.6809,16.5503 44.7646,16.5584 44.8211,16.564L44.8343,16.5652C44.8471,16.5665 44.8574,16.5675 44.8631,16.5681C44.8807,16.5701 44.8974,16.573 44.9141,16.576L44.9142,16.576C44.9309,16.579 44.9476,16.5819 44.9652,16.5839C44.9691,16.5839 45.0791,16.6035 45.0084,16.5917C44.9416,16.5799 45.0516,16.6035 45.0516,16.6035C45.0657,16.6077 45.0802,16.6114 45.0949,16.6152C45.1213,16.6219 45.1481,16.6288 45.1734,16.6389C45.2402,16.6585 45.303,16.6782 45.3659,16.7017L45.3755,16.7052L45.4562,16.741C45.5073,16.7646 45.5623,16.7921 45.6133,16.8196C45.6644,16.8471 45.7154,16.8746 45.7665,16.906C45.7751,16.9114 45.784,16.9168 45.793,16.9222C45.8142,16.935 45.836,16.9482 45.8566,16.9629C45.8587,16.9645 45.8614,16.9665 45.8647,16.9689C45.862,16.9669 45.8593,16.9649 45.8566,16.9629C45.8308,16.9438 45.8849,16.9813 45.8922,16.9885C46.7603,17.6289 47.2434,18.615 47.1727,19.7033C47.1374,20.2572 46.9567,20.7797 46.6503,21.2433C46.3753,21.6558 46.0022,21.9976 45.633,22.3316L45.6242,22.3395C44.8258,23.0637 44.0216,23.7931 43.7711,24.8852C43.5197,25.9813 43.9243,27.0892 44.7099,27.8632C45.0634,28.2129 45.4798,28.4918 45.8961,28.755C45.9983,28.8199 46.1015,28.8837 46.2046,28.9476C46.3077,29.0114 46.4107,29.0752 46.5128,29.14C46.562,29.1715 46.6111,29.2019 46.6602,29.2324L46.661,29.2329L46.6613,29.2331C46.71,29.2633 46.7587,29.2935 46.8074,29.3247C46.829,29.3384 46.8516,29.3531 46.8741,29.3679C46.8967,29.3826 46.9193,29.3973 46.941,29.4111L46.9484,29.4162C46.9539,29.4203 46.9597,29.4244 46.9626,29.4264C46.9644,29.4276 46.965,29.428 46.9637,29.427C46.9621,29.4259 46.9575,29.4226 46.9484,29.4162C46.9436,29.4127 46.939,29.4092 46.937,29.4072C46.9547,29.419 46.9734,29.4318 46.9921,29.4445C47.0107,29.4573 47.0294,29.4701 47.047,29.4818C47.8758,30.0633 48.5043,30.7979 48.5357,31.8666C48.5701,32.9944 47.8605,33.78 47.1527,34.5636C47.1332,34.5852 47.1137,34.6068 47.0942,34.6284C46.573,35.2028 46.0164,35.925 45.8714,36.7174C45.8642,36.7309 45.8604,36.7457 45.8608,36.7617C45.8608,36.7674 45.8609,36.773 45.8611,36.7786C45.823,37.0239 45.8251,37.2757 45.8804,37.5318C45.9393,37.7989 46.0336,38.0346 46.2025,38.2507C46.2046,38.2534 46.2067,38.256 46.2088,38.2586C46.4217,38.7558 46.7065,39.228 46.9881,39.6847C47.0297,39.7524 47.0717,39.82 47.1136,39.8877L47.1137,39.8878C47.3564,40.2794 47.5997,40.6719 47.7973,41.0872C48.0526,41.6215 48.2254,42.1912 48.3197,42.7766C48.6063,44.5507 48.2163,46.3002 47.6296,47.9761C48.3727,47.2454 49.0751,46.4735 49.7333,45.6642C49.8754,44.8556 49.9318,44.0314 49.8516,43.2127C49.7927,42.6273 49.667,42.0498 49.4549,41.5037C49.2545,40.989 48.9796,40.5058 48.6928,40.0304C48.6297,39.9267 48.5655,39.8228 48.5011,39.7186C48.1966,39.2258 47.8874,38.7256 47.665,38.1956C47.6758,38.1507 47.6654,38.1021 47.6244,38.0504C47.6121,38.0346 47.6001,38.0187 47.5886,38.0028C47.4489,37.6279 47.3567,37.2372 47.3431,36.8231C47.439,36.2629 47.769,35.7087 48.1194,35.3003C48.2529,35.1443 48.3911,34.9913 48.5292,34.8383L48.5298,34.8376C49.192,34.1039 49.8526,33.3721 49.9891,32.3419C50.1423,31.1987 49.6041,30.1458 48.7439,29.4229C48.3393,29.085 47.8876,28.8061 47.4437,28.535C47.2356,28.4093 47.0313,28.2836 46.8271,28.15C46.8113,28.1402 46.7966,28.1304 46.7819,28.1205C46.7672,28.1107 46.7524,28.1009 46.7367,28.0911C46.7446,28.0989 46.7917,28.1304 46.7406,28.095L46.5875,27.9889C46.4893,27.9182 46.3911,27.8436 46.2929,27.765C45.9001,27.4468 45.6094,27.1285 45.4012,26.661C45.1734,26.1581 45.1184,25.5885 45.2127,25.0424C45.3755,24.0931 46.0942,23.4494 46.7816,22.8336C46.8737,22.7511 46.9653,22.6691 47.0549,22.5869C47.4555,22.2176 47.8444,21.8208 48.1351,21.3572C48.4493,20.8504 48.6261,20.2415 48.6496,19.6483C48.7007,18.4814 48.1469,17.346 47.212,16.6467C46.065,15.7903 44.6078,15.6449 43.2369,15.9513C42.257,16.1727 41.3792,16.6581 40.5733,17.2424C40.6845,16.1687 40.795,15.0945 40.9037,14.0184C40.9244,13.8189 40.9473,13.6182 40.9702,13.4167C41.1166,12.1306 41.2665,10.8127 40.8998,9.5593C40.7269,8.9661 40.4245,8.4161 39.9963,7.9682C39.4936,7.4457 38.8179,7.1471 38.1188,6.9939C36.5672,6.656 34.9528,6.9782 33.4366,7.3396C33.307,7.3709 33.1775,7.4028 33.048,7.4346L33.0475,7.4347C32.8201,7.4906 32.5934,7.5464 32.3682,7.5989C32.2033,7.6382 32.0344,7.6775 31.8694,7.7128C31.9597,7.6932 31.8419,7.7168 31.8301,7.7207C31.783,7.7285 31.7358,7.7403 31.6887,7.7521C31.6023,7.7718 31.5119,7.7875 31.4216,7.8032C31.1152,7.8582 30.8049,7.9014 30.4907,7.9328C30.4693,7.9348 30.4488,7.9367 30.4284,7.9387L30.4278,7.9387L30.4098,7.9405L30.4043,7.9407C30.3669,7.9427 30.3305,7.9446 30.2941,7.9466L30.2419,7.9494C30.2228,7.9504 30.2037,7.9515 30.1843,7.9525C30.0154,7.9603 29.8504,7.9603 29.6815,7.9564L29.6708,7.9559C29.6028,7.9523 29.5377,7.9488 29.4695,7.9486L29.4694,7.9486C29.4498,7.9466 29.4293,7.9446 29.4087,7.9427L29.4085,7.9427C29.3879,7.9407 29.3673,7.9387 29.3476,7.9368C29.1944,7.9211 29.0412,7.8975 28.892,7.87L28.8919,7.8699C28.8563,7.8628 28.8207,7.8557 28.7823,7.8486C28.7776,7.8476 28.7734,7.8469 28.7702,7.8464L28.7823,7.8486C28.8175,7.856 28.8808,7.8742 28.7663,7.8464C28.6995,7.8307 28.6288,7.811 28.562,7.7914L28.5619,7.7914C28.4952,7.7717 28.4284,7.7521 28.3617,7.7285C28.3421,7.7227 28.3234,7.7158 28.3048,7.7089C28.2861,7.702 28.2674,7.6951 28.2478,7.6893C28.2124,7.6775 28.1653,7.6578 28.2282,7.6814C27.6547,7.4418 27.2265,7.1117 26.8102,6.6324C26.475,6.2465 26.1932,5.8199 25.9116,5.3935C25.4937,4.7607 25.0762,4.1285 24.4848,3.6309C23.9506,3.183 23.3104,2.8687 22.6151,2.7744C21.9473,2.6841 21.2639,2.7509 20.6158,2.9316C19.4924,3.2498 18.4083,3.9727 17.823,5.0059C17.2181,6.0706 17.4616,7.3475 17.8348,8.4514C17.9009,8.644 17.9732,8.8344 18.0535,9.0212C18.0561,9.0414 18.0629,9.0623 18.0744,9.084C18.0889,9.1117 18.1035,9.1394 18.1181,9.1671C18.1226,9.1768 18.1271,9.1866 18.1316,9.1964C18.1361,9.2061 18.1406,9.2157 18.1451,9.2254C18.1545,9.2483 18.1673,9.2697 18.183,9.2896C18.5785,10.0337 18.9946,10.7669 19.4107,11.5001C19.9706,12.4867 20.5304,13.4731 21.04,14.4859C21.8806,16.1596 22.6583,17.9628 22.8272,19.8486C22.9922,21.6715 22.4344,23.3884 21.6135,24.9952C20.7454,26.6846 19.5199,28.3654 17.9919,29.5087C17.6216,29.7873 17.2283,30.0352 16.8348,30.2834L16.8345,30.2836C16.7397,30.3433 16.6448,30.4031 16.5503,30.4634C16.0279,30.7973 15.5015,31.1313 14.9752,31.4613C14.413,31.8143 13.8507,32.1353 13.288,32.4566L13.2876,32.4568C12.7731,32.7505 12.2583,33.0445 11.7425,33.3634C11.6596,33.4152 11.6337,33.4701 11.6427,33.5226C11.5902,33.5945 11.5735,33.6815 11.6247,33.7838C12.1034,34.7414 13.1175,35.1853 14.0525,35.5945L14.17,35.646C14.8417,35.9406 15.5212,36.2314 16.2164,36.4671C17.9172,37.0446 19.7084,37.2803 21.5035,37.1743C21.7976,37.1574 22.0905,37.1331 22.3825,37.1022C21.6779,37.4582 20.97,37.8076 20.2544,38.1407C19.4924,38.4943 18.8128,38.7929 18.0783,39.0836C17.8556,39.1723 17.6295,39.2564 17.4029,39.3407L17.4027,39.3408C16.786,39.5703 16.1656,39.8011 15.5997,40.1286C15.3091,40.2976 14.9595,40.5254 14.822,40.8476C14.6649,41.2247 14.8652,41.5823 15.1677,41.818C15.3689,41.9806 15.635,42.0707 15.8757,42.1522L15.8865,42.1559C16.1339,42.2423 16.3893,42.3012 16.6485,42.3484C17.112,42.4387 17.5951,42.4662 18.0665,42.4662C19.8027,42.4702 21.5467,42.0576 23.1846,41.5115C23.6128,41.3681 24.041,41.2277 24.4691,41.0872C24.8972,40.9468 25.3254,40.8063 25.7535,40.6629C25.9246,40.6059 26.0968,40.5496 26.2696,40.4932L26.27,40.4931L26.2703,40.493L26.2708,40.4928C27.0495,40.2385 27.8387,39.9807 28.5777,39.6336C28.6353,39.6074 28.6895,39.5777 28.7436,39.5481C28.7706,39.5332 28.7977,39.5184 28.8252,39.504L28.8254,39.5038C28.9236,39.4528 29.0217,39.4018 29.1198,39.3547C29.1267,39.3515 29.1337,39.3483 29.1407,39.3451L29.1559,39.3382L29.156,39.3381L29.1567,39.3378C29.1968,39.3197 29.238,39.301 29.2769,39.28C29.383,39.2329 29.2612,39.284 29.3712,39.2408C29.5401,39.174 29.709,39.115 29.8818,39.0679C29.8879,39.0665 29.894,39.0651 29.9001,39.0635C29.9044,39.0624 29.9088,39.0613 29.9131,39.0601C29.8998,39.0654 29.9092,39.0644 29.9879,39.0404C29.9702,39.0443 29.9525,39.0492 29.9348,39.0541L29.9227,39.0575L29.9131,39.0601C29.9237,39.0559 29.9486,39.0478 29.9643,39.0443C30.0468,39.0286 30.1253,39.0168 30.2078,39.005L30.2159,39.0036L30.2391,39.0023C30.2441,39.0075 30.2717,39.0123 30.3309,39.0053L30.3352,39.0061C30.348,39.0105 30.3624,39.0147 30.3752,39.0178C30.3795,39.0203 30.3842,39.023 30.3889,39.0257C30.3929,39.028 30.3969,39.0302 30.4008,39.0324C30.423,39.06 30.4629,39.0912 30.4905,39.112C30.4961,39.1209 30.5022,39.1295 30.5084,39.1384L30.5089,39.1391C30.5116,39.1429 30.5143,39.1468 30.5171,39.1509C30.5187,39.1533 30.5204,39.1557 30.5221,39.1582C30.5535,39.2172 30.581,39.2722 30.6006,39.335C30.6556,39.5354 30.5338,39.7593 30.3964,39.9165C30.1175,40.2386 29.7875,40.5412 29.4537,40.8044C29.1231,41.0642 28.6767,41.2921 28.2537,41.508C28.223,41.5237 28.1925,41.5392 28.1622,41.5547C28.143,41.5646 28.1238,41.5744 28.1047,41.5842C28.0855,41.5941 28.0664,41.6039 28.0475,41.6137C27.8,41.7394 27.5447,41.8612 27.2894,41.9712C27.2463,41.9889 27.2032,42.0083 27.1612,42.0272C27.1381,42.0376 27.1153,42.0479 27.093,42.0576C27.0576,42.0733 26.8533,42.1598 26.9908,42.1009C26.9123,42.1342 26.8328,42.1666 26.7533,42.199L26.7532,42.1991C26.6736,42.2315 26.5941,42.2639 26.5155,42.2973C25.8792,42.5527 25.239,42.7844 24.5908,43.0123C23.3496,43.4484 22.0927,43.8491 20.8318,44.2263C20.7136,44.2611 20.5965,44.296 20.4793,44.3309L20.4782,44.3312L20.4743,44.3324C20.3555,44.3677 20.2367,44.4031 20.1169,44.4384C19.8935,44.5044 19.6497,44.7239 19.8118,44.9412C19.8205,44.9953 19.8494,45.0522 19.9048,45.1102C20.0443,45.2572 20.1862,45.4038 20.3287,45.551L20.3292,45.5515C21.249,46.5019 22.1916,47.4758 22.6779,48.7207C23.2986,50.3079 23.11,52.123 22.6583,53.7298C22.4995,54.2914 22.3088,54.8428 22.1052,55.389C22.5701,55.4886 23.0394,55.5767 23.5126,55.653ZM30.3155,39.0024L30.3192,39.0026C30.3214,39.0026 30.3237,39.0027 30.326,39.0027L30.3283,39.0036L30.3324,39.0051L30.3309,39.0053L30.3296,39.005L30.3278,39.0047C30.3237,39.0039 30.3196,39.0032 30.3155,39.0024ZM30.3155,39.0024C30.3045,39.0004 30.2935,38.9985 30.2825,38.9972C30.2708,38.9951 30.261,38.9946 30.2537,38.9951C30.2528,38.9955 30.2515,38.9959 30.2497,38.9964C30.2471,38.9972 30.2436,38.9981 30.2389,38.9991C30.2384,38.9996 30.2382,39.0002 30.2383,39.0008C30.2383,39.0013 30.2386,39.0018 30.2391,39.0023C30.2522,39.0016 30.2654,39.0011 30.2785,39.0011C30.286,39.0011 30.2946,39.0015 30.3037,39.0019C30.3076,39.0021 30.3116,39.0023 30.3155,39.0024ZM20.9455,3.7123C20.9615,3.7053 20.978,3.6987 20.9929,3.6937C20.9881,3.6961 20.9811,3.6991 20.9737,3.702C20.9592,3.7073 20.9503,3.7106 20.9455,3.7123ZM20.9455,3.7123C20.9407,3.7142 20.94,3.7145 20.9421,3.7138L20.9426,3.7137L20.9455,3.7123ZM14.8537,34.9023L14.8556,34.903L14.8868,34.9165C14.8797,34.9135 14.8725,34.9104 14.8652,34.9074L14.8537,34.9023ZM17.5777,41.6374C17.5892,41.6382 17.6005,41.6389 17.6098,41.6394L17.6239,41.6402C17.6085,41.6395 17.5931,41.6387 17.5777,41.6374ZM17.6312,41.6406C17.632,41.6406 17.632,41.6406 17.6309,41.6405L17.6312,41.6406ZM16.24,41.0519L16.2392,41.0565C16.2394,41.0547 16.2397,41.0532 16.24,41.0519ZM16.2369,41.0693C16.2346,41.0819 16.2338,41.0853 16.234,41.0836C16.2343,41.082 16.2353,41.0762 16.2369,41.0693ZM16.2086,41.1383C16.2091,41.14 16.2097,41.1415 16.2102,41.1429C16.2094,41.1411 16.2088,41.1396 16.2086,41.1383ZM19.7005,36.3335C19.6987,36.3335 19.7316,36.336 19.7595,36.3379C19.7399,36.3387 19.7124,36.3394 19.7005,36.3335ZM45.3932,16.7116L45.3902,16.7106C45.387,16.7094 45.3822,16.7077 45.3769,16.7056C45.3909,16.7106 45.3952,16.7123 45.394,16.7119L45.3932,16.7116ZM45.3749,16.7049C45.365,16.701 45.3541,16.6965 45.3501,16.6939L45.3749,16.7049ZM37.0324,7.612C37.0337,7.6121 37.0412,7.6127 37.0517,7.6137C37.0364,7.6124 37.0311,7.6119 37.0324,7.612ZM22.1595,3.4934C22.1596,3.4934 22.1595,3.4934 22.1592,3.4933L22.1595,3.4934ZM22.1592,3.4933C22.1567,3.4928 22.1421,3.4909 22.1254,3.4889C22.1389,3.4894 22.1512,3.4907 22.1592,3.4933Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_abstract_02.xml"
line="13"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1306 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M27.1887,35.6089C27.133,35.4607 27.1008,35.3748 27.0793,35.3824C27.0356,35.3984 27.1592,35.7612 27.3602,36.3514C27.6898,37.3194 28.2277,38.8991 28.5779,40.5633C28.8496,41.8612 28.8635,42.5302 28.9103,44.7868C28.927,45.5891 28.9478,46.592 28.9858,47.8953C29.0785,50.9888 29.163,52.2198 29.2139,52.9617C29.2606,53.6422 29.279,53.9111 29.2497,54.8285C29.2361,55.2421 29.2182,55.6225 29.1971,55.9749C28.8002,55.9916 28.4011,56 28,56C12.536,56 0,43.464 0,28C0,12.536 12.536,0 28,0C31.4046,0 34.6673,0.6077 37.6856,1.7204C37.6353,2.7229 37.4016,4.3917 36.2451,5.9957C35.6634,6.8035 34.7985,7.9975 33.3382,8.314C32.6371,8.4644 32.0156,8.3658 31.544,8.291C31.1076,8.2217 30.7998,8.1729 30.6763,8.3607C30.5264,8.5875 30.7923,8.9335 31.1653,9.419C31.4183,9.7483 31.7206,10.1416 31.9759,10.6054C32.6241,11.793 32.659,12.8809 32.6094,14.8633C32.5534,17.2137 32.4394,18.4996 32.3439,19.578C32.2578,20.5489 32.1866,21.3515 32.1862,22.6112L32.1863,22.6469C32.1878,24.2361 32.1897,26.217 32.7155,28.7421L32.7774,29.0383C33.4095,32.0603 33.7294,33.5898 33.9341,34.1938C33.9767,34.3191 34.0198,34.4428 34.0624,34.5648C34.4368,35.6374 34.7667,36.5825 34.2695,37.3884C33.8238,38.1182 32.9377,38.3596 32.4652,38.4884L32.4644,38.4886C31.226,38.8263 29.8141,38.5952 28.8051,37.8855C27.7718,37.161 27.3641,36.0758 27.1887,35.6089Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_abstract_03.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (6369 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M31.7431,8.1664C33.6086,8.4046 35.1699,6.6365 35.8617,5.1897C36.3295,4.2033 36.5588,3.1458 36.7141,2.0796C36.7461,1.8578 36.7735,1.6337 36.7935,1.4087C37.3317,1.5866 37.8627,1.7803 38.3859,1.9895C38.3087,2.5651 38.1878,3.1368 38.0446,3.6866C37.5255,5.6572 36.3923,7.488 34.3991,8.3807C33.5791,8.7494 32.6578,8.9151 31.7529,8.8696C33.0389,10.9262 33.5018,13.3884 33.5743,15.7744C33.5976,16.5064 33.584,17.2341 33.5388,17.9623C33.5255,18.1882 33.5098,18.4143 33.4942,18.6403C33.4525,19.243 33.4107,19.8457 33.4136,20.4476C33.4155,20.7399 33.3903,21.0346 33.365,21.33V21.3302C33.3486,21.5213 33.3322,21.7127 33.3231,21.904C33.2999,22.386 33.2873,22.8678 33.28,23.3545C33.2699,24.2827 33.302,25.2102 33.3604,26.1373C33.4886,28.0363 33.7643,29.9277 34.1502,31.7921C34.3067,32.5376 34.5156,33.2592 34.7275,33.9913L34.7277,33.992L34.7517,34.0751C34.7733,34.1495 34.7948,34.224 34.8163,34.2987C34.8271,34.3363 34.838,34.3739 34.8489,34.4116C35.0808,35.2133 35.3152,36.0242 35.093,36.8522C34.608,38.6617 32.2785,39.0185 30.6206,38.8921C30.2503,38.8634 29.8839,38.8005 29.5288,38.7025C29.8882,42.0927 30.1417,45.4929 30.285,48.8951C30.3832,51.2266 30.434,53.561 30.4331,55.8957C29.8887,55.9426 29.3398,55.9739 28.7869,55.9891C28.7873,55.6899 28.7868,55.3907 28.7854,55.0916C28.7704,51.7825 28.6516,48.4794 28.4368,45.1783C27.2093,45.5608 25.8458,45.5834 24.5959,45.3642C22.988,45.0813 21.526,44.3946 20.141,43.5862C19.8532,43.4156 19.8272,43.1351 20.13,42.9593C20.4379,42.7783 20.9805,42.7537 21.2949,42.9389C22.4137,43.5965 23.6533,44.2319 24.9021,44.4809C25.5159,44.6056 26.0279,44.6368 26.6862,44.5952C26.7433,44.5907 26.7547,44.5906 26.753,44.5915C26.7596,44.5906 26.7691,44.5892 26.7828,44.5874L26.7983,44.5854L26.8178,44.5828C26.8371,44.5799 26.856,44.5773 26.8747,44.5748L26.8837,44.5736L26.8921,44.5726L26.9066,44.5708L26.9245,44.5685L26.9258,44.5684C26.9348,44.5673 26.9438,44.5662 26.9528,44.565L26.9663,44.5633L26.98,44.5615C26.9848,44.5609 26.9896,44.5603 26.9943,44.5596L27.0056,44.5581C27.0148,44.5568 27.0241,44.5554 27.0335,44.554C27.1177,44.5424 27.2018,44.5259 27.2858,44.5094C27.3121,44.5039 27.4697,44.4711 27.3804,44.4927C27.6955,44.4169 27.9574,44.317 28.2135,44.1871C28.2614,44.1622 28.3121,44.1403 28.3648,44.1215C28.2184,42.0778 28.0303,40.0399 27.8059,38.0075C27.8004,37.958 27.8084,37.9129 27.8269,37.872C27.5864,37.6847 27.3736,37.4745 27.1801,37.2317C27.0615,37.0833 26.9533,36.9297 26.8608,36.7657C26.8119,36.6813 26.7735,36.5967 26.735,36.5071C26.7131,36.4573 26.6963,36.4024 26.6795,36.3475C26.6712,36.3287 26.6307,36.1849 26.6302,36.1581L26.6223,36.1489L26.6168,36.1426C26.5851,36.1058 26.5546,36.0704 26.5315,36.024C26.5024,35.9613 26.4963,35.8892 26.4904,35.8187C26.4875,35.7829 26.4845,35.7476 26.4786,35.7139C26.4769,35.7019 26.4752,35.6899 26.4734,35.6778C26.4715,35.6645 26.4695,35.6511 26.4676,35.6377L26.4636,35.6108C26.4369,35.4313 26.4106,35.2541 26.4252,35.0728C26.4563,34.7411 26.9607,34.642 27.2402,34.6421C27.4564,34.6433 28.1008,34.7073 28.0698,35.044C28.0523,35.2321 28.0807,35.4098 28.1099,35.5921L28.1111,35.6001C28.1131,35.6145 28.1178,35.6325 28.1228,35.6517C28.1334,35.6922 28.1454,35.7378 28.1351,35.7652C28.1299,35.781 28.1217,35.7955 28.1112,35.7958C28.1155,35.8003 28.1198,35.8049 28.124,35.8092L28.1295,35.8149L28.1295,35.815C28.1337,35.8193 28.1375,35.8233 28.1408,35.8268C28.1424,35.8285 28.1439,35.8301 28.1453,35.8316C28.1468,35.8332 28.1481,35.8347 28.1491,35.836C28.1507,35.8378 28.1517,35.8392 28.1522,35.8401C28.2011,35.8984 28.2151,35.9491 28.2341,36.0175L28.2381,36.0322L28.2401,36.0393C28.3411,36.3886 28.5258,36.6964 28.7523,36.9834C29.1943,37.5325 29.8591,37.862 30.5103,38.0111C30.5474,38.0205 30.5896,38.0248 30.6319,38.029L30.6675,38.0341L30.6677,38.0341C30.7498,38.0457 30.8289,38.0569 30.9119,38.0642L30.9246,38.0655L30.9247,38.0656C30.9556,38.0687 30.9842,38.0717 31.0148,38.0722C31.0163,38.0715 31.0285,38.0711 31.0597,38.0717C31.1547,38.075 31.2495,38.0734 31.3444,38.0717H31.3446C31.4394,38.0701 31.5343,38.0684 31.629,38.0617C31.6839,38.058 31.6801,38.0583 31.662,38.0595C31.6472,38.0604 31.6227,38.0618 31.6132,38.062L31.6188,38.0613L31.6258,38.0603C31.6325,38.0594 31.6393,38.0584 31.6461,38.0573C31.6595,38.0553 31.6731,38.053 31.6868,38.0507L31.687,38.0506C31.7119,38.0464 31.7368,38.0423 31.7604,38.0393L31.7607,38.0393C31.8342,38.028 31.9077,38.0167 31.9812,38.0004C32.0048,37.9949 32.0298,37.9907 32.0547,37.9865C32.0677,37.9844 32.0807,37.9822 32.0935,37.9798L32.0988,37.9786L32.1007,37.9782C32.1127,37.9756 32.1314,37.9714 32.1493,37.9673C32.4589,37.8816 32.6635,37.8229 32.9127,37.6028C33.188,37.3622 33.3776,37.0478 33.4664,36.7002C33.6507,36.0022 33.4271,35.2561 33.2214,34.5701C33.1954,34.4834 33.1697,34.3975 33.1451,34.3129C33.1264,34.2464 33.107,34.1798 33.0877,34.1133C33.0491,33.9802 33.0104,33.8471 32.9764,33.7139C32.9618,33.6603 32.9499,33.604 32.9378,33.5472C32.9128,33.4292 32.8873,33.3087 32.8357,33.2047C32.6969,32.9216 32.6354,32.5986 32.5752,32.2827C32.5572,32.1878 32.5392,32.0936 32.5193,32.0012C32.1459,30.247 31.8721,28.4659 31.7248,26.6776C31.5832,24.9193 31.5628,23.1488 31.6742,21.3861C31.7098,20.8071 31.7359,20.2282 31.7621,19.6494L31.7621,19.6489C31.7752,19.3593 31.7883,19.0698 31.8026,18.7803C31.8128,18.588 31.8247,18.3958 31.8366,18.2035L31.8366,18.2033C31.8664,17.7227 31.8961,17.2421 31.899,16.7619C31.9263,14.1077 31.5663,11.3148 30.0813,9.0132C29.7291,8.4726 29.3195,7.9681 28.8424,7.5199C28.585,7.2736 28.3229,7.0625 28.0087,6.8874C27.684,6.7075 27.3172,6.5383 26.9881,6.4137C26.2291,6.131 25.5731,6.002 24.7965,5.9153C24.3369,5.8682 24.1574,5.8563 23.7197,5.8539C23.3295,5.8507 22.9394,5.8576 22.5549,5.8793L22.2547,5.8997C22.2337,5.9 22.2126,5.9016 22.1916,5.9033C22.1756,5.9045 22.1596,5.9057 22.1436,5.9064C22.1223,5.9081 22.0976,5.9105 22.0915,5.9125C21.8915,5.9311 21.6967,5.9496 21.4968,5.9731C21.1916,6.0086 20.6433,6.0132 20.4796,5.7C20.3533,5.4113 20.8509,5.2219 21.0824,5.1928C22.8977,4.9804 24.7269,4.9534 26.5208,5.3232C27.3834,5.5038 28.2321,5.7899 29.0088,6.1876C29.7378,6.5662 30.3265,7.0625 30.8591,7.6652C31.0039,7.8304 31.1416,7.9996 31.2725,8.1724C31.4569,8.1508 31.6411,8.155 31.7431,8.1664ZM28.0769,35.7512C28.0774,35.7525 28.0779,35.7538 28.0785,35.7551C28.078,35.7541 28.0776,35.7532 28.0773,35.7524C28.0771,35.752 28.077,35.7516 28.0769,35.7512ZM32.1004,37.9785C32.1098,37.9767 32.1192,37.9748 32.1283,37.9727L32.1004,37.9785Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_abstract_03.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1330 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M23.6349,21.3108C23.5046,20.7963 23.1697,20.3357 22.7576,19.9918C22.5661,19.8349 22.3503,19.702 22.1007,19.5931C22.0994,19.5933 22.0782,19.586 22.0529,19.5773C22.0135,19.5637 21.9642,19.5467 21.9642,19.5492C21.9083,19.5298 21.8489,19.5138 21.7917,19.4983L21.7859,19.4968C21.8247,19.5079 21.7717,19.497 21.7223,19.4869L21.722,19.4868L21.7216,19.4867L21.7209,19.4866C21.6899,19.4802 21.6607,19.4742 21.6571,19.4743C21.6508,19.4724 21.6077,19.468 21.5698,19.4641L21.5686,19.464C21.5519,19.4622 21.5362,19.4606 21.5252,19.4594C21.5051,19.4594 21.4847,19.4597 21.4644,19.4601C21.4262,19.4608 21.388,19.4614 21.351,19.4596C21.3472,19.4595 21.3436,19.4595 21.3402,19.4594C21.3347,19.4593 21.3296,19.4592 21.3252,19.459C21.3184,19.4588 21.3129,19.4585 21.3083,19.4582C21.2981,19.4603 21.2845,19.4629 21.2668,19.4661C21.1932,19.4774 21.1195,19.4887 21.0407,19.5051C21.0197,19.5089 21.0054,19.511 20.996,19.5121C20.9872,19.5162 20.9716,19.5225 20.9463,19.5319C20.6633,19.6321 20.5062,19.6901 20.2301,19.8805C19.7924,20.1792 19.4473,20.6467 19.2663,21.1515C19.0651,21.7019 17.4392,21.5949 17.6755,20.9386C18.2286,19.4039 19.984,18.4752 21.641,18.5565C23.3455,18.637 24.8771,19.6837 25.2849,21.2869C25.3187,21.4117 25.1367,21.5604 25.048,21.6121C24.8862,21.7052 24.6551,21.7594 24.4706,21.7576C24.1225,21.7537 23.7255,21.6654 23.6349,21.3108Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_abstract_03.xml"
line="14"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1328 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M41.3421,21.3108C41.2118,20.7963 40.8768,20.3357 40.4648,19.9918C40.2732,19.8349 40.0574,19.702 39.8078,19.5931C39.8065,19.5933 39.7853,19.586 39.76,19.5773C39.7206,19.5637 39.6713,19.5467 39.6714,19.5492C39.6154,19.5298 39.556,19.5138 39.4988,19.4983L39.4931,19.4968C39.5318,19.5079 39.4788,19.497 39.4295,19.4869L39.4291,19.4868L39.4288,19.4867L39.428,19.4866C39.397,19.4802 39.3679,19.4742 39.3642,19.4743C39.3579,19.4724 39.3148,19.468 39.2769,19.4641L39.2758,19.464C39.259,19.4622 39.2433,19.4606 39.2324,19.4594C39.2122,19.4594 39.1919,19.4597 39.1715,19.4601C39.1333,19.4608 39.0951,19.4614 39.0582,19.4596C39.0544,19.4595 39.0508,19.4595 39.0474,19.4594C39.0418,19.4593 39.0368,19.4592 39.0323,19.459C39.0256,19.4588 39.02,19.4585 39.0154,19.4582C39.0052,19.4603 38.9916,19.4629 38.9739,19.4661C38.9003,19.4774 38.8267,19.4887 38.7479,19.5051C38.7268,19.5089 38.7125,19.511 38.7032,19.5121C38.6943,19.5162 38.6788,19.5225 38.6534,19.5319C38.3705,19.6321 38.2133,19.6901 37.9372,19.8805C37.4995,20.1792 37.1544,20.6467 36.9735,21.1515C36.7722,21.7019 35.1463,21.5949 35.3826,20.9386C35.9357,19.4039 37.6911,18.4752 39.3482,18.5565C41.0527,18.637 42.5843,19.6837 42.992,21.2869C43.0258,21.4117 42.8439,21.5604 42.7551,21.6121C42.5933,21.7052 42.3623,21.7594 42.1777,21.7576C41.8296,21.7537 41.4326,21.6654 41.3421,21.3108Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_abstract_03.xml"
line="23"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2410 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M41.0156,52.7974C40.5984,52.2108 40.0707,51.6911 39.4751,51.2471C37.9155,50.0841 35.9996,49.5732 34.1038,49.2505C33.604,49.1651 33.1042,49.0916 32.6045,49.0181L32.6043,49.0181C32.042,48.9354 31.4796,48.8527 30.9173,48.7531L30.903,48.7504C30.0602,48.5966 29.172,48.4345 28.4367,47.9732C26.832,46.961 27.0575,44.8325 27.3706,43.1745C27.9944,43.0119 28.5756,42.6587 28.8894,42.0968C29.2001,41.5385 29.0551,40.8961 28.6492,40.4759C32.997,37.4968 36.3146,33.3382 38.0601,28.6648C39.0147,26.1055 39.5256,23.3945 39.4584,20.6957C39.3845,17.7907 38.6181,14.7947 36.7492,12.3869C35.0417,10.1854 32.5611,8.5176 29.6435,7.899C26.6788,7.2622 23.4923,7.9172 20.9647,9.4091C18.3765,10.9374 16.5479,13.2603 15.6068,15.9045C14.6051,18.7246 14.5581,21.7388 15.1496,24.6317C15.7816,27.6702 17.0252,30.5874 18.484,33.3711C19.721,35.7303 21.2604,38.1138 23.5663,39.7634C23.9831,40.0616 24.4135,40.3352 24.8649,40.5775C24.4654,40.933 24.293,41.5076 24.4458,42.0497C24.612,42.6292 25.1325,42.9836 25.7022,43.1549C25.4156,44.7099 25.2621,46.4131 26.225,47.7649C27.3156,49.2982 29.4717,49.6254 31.2265,49.8916C31.3104,49.9043 31.3934,49.9169 31.4753,49.9295C31.7592,49.9726 32.0459,50.0132 32.3341,50.054L32.3343,50.0541C33.9772,50.2866 35.6668,50.5258 37.1424,51.2807C38.1427,51.7952 39.0655,52.5223 39.6594,53.4645C40.1183,53.254 40.5705,53.0315 41.0156,52.7974ZM21.0588,34.8267C22.3898,37.0039 24.1175,39.0599 26.6116,40.2243C26.6685,40.2505 26.7143,40.2817 26.7497,40.3163C27.2035,40.0276 27.6473,39.7229 28.0771,39.4056C32.3796,36.2155 35.4921,31.8003 36.9374,26.9606C38.4231,21.9632 38.3088,15.7408 34.3022,11.6834C32.5678,9.9246 30.1006,8.5964 27.5057,8.5479C24.8637,8.4994 22.2621,9.6517 20.3731,11.3438C15.8824,15.3769 15.795,21.7388 17.4286,26.9C18.2958,29.6352 19.5395,32.334 21.0588,34.8267ZM26.4752,41.1245C26.4086,41.1878 26.3257,41.237 26.234,41.2632C26.1943,41.2754 26.1713,41.282 26.1636,41.2825C26.1329,41.3048 26.1372,41.304 26.1735,41.2833C26.1158,41.4059 26.1297,41.3622 26.1394,41.3316C26.1478,41.3052 26.153,41.2885 26.1063,41.3976C26.0592,41.5052 26.0458,41.6396 26.0659,41.7606C26.0928,41.9152 26.1668,42.0094 26.2878,42.0968C26.3617,42.1438 26.4962,42.164 26.55,42.164C26.6306,42.164 26.7853,42.1438 26.9264,42.0766C27.0743,42.0026 27.2155,41.8951 27.3029,41.7472C27.3701,41.6329 27.4037,41.4716 27.3768,41.3371C27.3712,41.3088 27.3608,41.2723 27.3476,41.2354C27.0521,41.2905 26.7026,41.2447 26.4752,41.1245Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_balloon.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (968 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.5702,38.8899C11.5702,38.6343 11.8519,18.2014 11.6617,17.4082C11.4474,16.5378 16.987,14.0414 20.2545,14.0414C23.5219,14.0414 24.9553,14.6581 25.5307,14.9788C26.1062,15.2994 28.0325,15.8652 28.0325,15.8652C28.0325,15.8652 31.3515,14.1692 32.0546,14.0414C32.7577,13.9137 35.7394,13.5207 36.3173,13.5207C36.8927,13.5207 39.1763,13.5207 41.0997,14.0414C42.8152,14.9788 43.6201,15.8652 44.2187,15.8652C44.5389,16.1207 44.8776,38.8272 44.8776,38.8272L43.1488,40.5583L41.8028,39.917C41.8028,39.917 39.1133,38.8899 37.6397,38.8899C36.1661,38.8899 32.7711,38.955 31.7453,39.5312C30.7196,40.1074 29.246,40.8789 29.246,40.8789C29.246,40.8789 28.9258,39.5963 28.2203,39.7241C27.5148,39.8519 26.7467,40.2376 26.6191,40.3654C26.4915,40.4932 25.5307,39.9797 25.5307,39.9797C25.5307,39.9797 22.0707,39.1455 21.6228,39.1455C21.175,39.1455 17.9076,38.8248 17.5873,38.9526C17.2671,39.0804 14.7678,39.5288 14.5125,39.7217C14.2573,39.9146 12.4635,40.8114 12.4635,40.8114L11.4377,39.2732&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1803 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M30.2814,21.0945C31.6202,20.1615 33.1299,19.5418 34.7118,19.267C34.725,19.2646 34.7388,19.2622 34.7526,19.2598L34.7528,19.2598L34.7659,19.2575C34.7701,19.2567 34.7742,19.256 34.7783,19.2553C34.7835,19.2544 34.7886,19.2535 34.7937,19.2525C34.7744,19.2549 34.7262,19.2622 34.8105,19.2501L34.955,19.2284C35.0585,19.214 35.1621,19.1995 35.2656,19.1898C35.4727,19.1657 35.6797,19.1489 35.8892,19.1368C35.8937,19.1368 35.9532,19.1348 35.9231,19.1344C35.9372,19.1338 35.9521,19.1329 35.9566,19.132C36.0048,19.1296 36.0554,19.1272 36.1035,19.1272C36.2095,19.1248 36.3154,19.1223 36.4214,19.1223C36.5178,19.1223 36.6142,19.1246 36.7129,19.127L36.7199,19.1272C36.7452,19.1284 36.7699,19.129 36.7945,19.1296C36.8192,19.1302 36.8439,19.1308 36.8692,19.132C36.8929,19.132 36.9166,19.1336 36.939,19.1355C36.9346,19.1353 36.9311,19.1351 36.9286,19.1351C36.9247,19.1349 36.9235,19.135 36.9262,19.1352C36.9293,19.1355 36.9379,19.136 36.9535,19.1368C36.9487,19.1364 36.9439,19.1359 36.939,19.1355C36.9449,19.1358 36.9524,19.1362 36.9607,19.1368C37.1726,19.1513 37.3845,19.1681 37.5964,19.1923C37.6951,19.2043 37.7938,19.2164 37.8925,19.2308C37.9166,19.2345 37.9413,19.2381 37.966,19.2417L38.0056,19.2475C38.017,19.2492 38.0283,19.2509 38.0394,19.2525C38.0743,19.2586 38.0611,19.2562 38.0478,19.2537C38.0346,19.2513 38.0214,19.2489 38.0563,19.2549C38.0924,19.2598 38.1261,19.267 38.1598,19.2742C38.5715,19.3466 38.9785,19.443 39.3806,19.5611C40.2185,19.8095 41.1022,20.1952 41.8799,20.6629C42.0557,20.7666 42.3037,20.7714 42.4987,20.7256C42.5926,20.7039 42.8382,20.5954 42.66,20.4894C41.0998,19.5563 39.3276,18.9897 37.5193,18.8282C35.6918,18.6667 33.8378,18.9102 32.1162,19.5515C31.194,19.8963 30.3127,20.3568 29.5037,20.9185C29.3424,21.0318 29.5615,21.1331 29.665,21.1548C29.8456,21.1934 30.1177,21.2078 30.2814,21.0945Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2491 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M31.3697,24.5832C31.0013,24.7833 30.6474,25.0027 30.3055,25.2414C30.1345,25.3595 29.8384,25.333 29.6698,25.2438C29.6072,25.2101 29.5374,25.1401 29.5374,25.063C29.5374,24.9786 29.6072,24.9256 29.6698,24.8822C30.4861,24.3156 31.3746,23.8575 32.304,23.5103C33.9895,22.8835 35.8025,22.652 37.594,22.8063C39.383,22.963 41.1455,23.532 42.6865,24.4554C42.8502,24.5543 42.8527,24.7206 42.6865,24.8171C42.5083,24.9207 42.2266,24.9231 42.0484,24.8171C41.8414,24.6941 41.6319,24.576 41.4176,24.4651C41.3116,24.4096 41.2033,24.3542 41.0949,24.3035C41.0697,24.2915 41.0438,24.2794 41.0179,24.2674C40.992,24.2553 40.9661,24.2433 40.9408,24.2312C40.9253,24.224 40.9091,24.2168 40.893,24.2096L40.8927,24.2095C40.8765,24.2023 40.8602,24.195 40.8445,24.1878C40.8421,24.1854 40.7771,24.1589 40.818,24.1757C40.3919,23.9877 39.9488,23.831 39.501,23.6984C39.3926,23.667 39.2842,23.6357 39.1735,23.6068L39.029,23.5706C39.0182,23.5682 39.008,23.5658 38.9978,23.5634L38.9862,23.5606C39.0097,23.5659 38.9578,23.5534 38.9496,23.5513C38.7401,23.5055 38.533,23.4621 38.3235,23.4259C38.1213,23.3898 37.919,23.3608 37.7144,23.3367C37.6036,23.3223 37.4904,23.3102 37.3773,23.3006C37.3703,23.2999 37.3541,23.2984 37.3369,23.2967C37.3211,23.2953 37.3044,23.2937 37.2929,23.2926C37.2727,23.2914 37.2527,23.29 37.2328,23.2885C37.2213,23.2877 37.2098,23.2868 37.1982,23.286C37.185,23.2851 37.1716,23.2843 37.1581,23.2837C36.7416,23.2596 36.325,23.2596 35.9085,23.2813C35.8772,23.2837 35.8459,23.2855 35.8146,23.2873C35.7833,23.2891 35.752,23.2909 35.7207,23.2933C35.7102,23.2938 35.7042,23.294 35.7015,23.294L35.6945,23.2946C35.6874,23.2952 35.6803,23.2959 35.6732,23.2965C35.6666,23.297 35.66,23.2976 35.6533,23.2982C35.5545,23.3054 35.4582,23.315 35.3619,23.3271C35.1548,23.3488 34.9478,23.3801 34.7431,23.4139C34.536,23.4476 34.3314,23.4886 34.1291,23.5344C34.1165,23.5376 34.1043,23.5403 34.0924,23.5429C34.081,23.5455 34.0698,23.5479 34.0587,23.5507C34.103,23.5391 34.0418,23.5539 34.0328,23.5561C34.0194,23.5595 34.0062,23.5628 33.9931,23.5662C33.9827,23.5688 33.9723,23.5715 33.9619,23.5742C33.9384,23.5802 33.9148,23.5863 33.8907,23.5923C33.7896,23.6188 33.6909,23.6453 33.5898,23.6743C33.1973,23.7876 32.8096,23.9226 32.4292,24.0769C32.4039,24.0877 32.3781,24.0986 32.3522,24.1094C32.3263,24.1203 32.3004,24.1311 32.2751,24.142C32.2679,24.1444 32.1908,24.1782 32.2245,24.1637C32.2534,24.1516 32.1908,24.1806 32.1932,24.1782C32.0969,24.2191 32.003,24.2625 31.9091,24.3084C31.7261,24.3951 31.5479,24.4868 31.3697,24.5832Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2324 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M30.3753,29.5112C31.0351,29.0507 31.7646,28.6601 32.5159,28.354C33.2069,28.0743 34.04,27.8404 34.7575,27.7199C34.9622,27.6861 35.1693,27.6572 35.3764,27.6331L35.3783,27.6329C35.474,27.6233 35.5697,27.6137 35.6677,27.6041C35.6918,27.6017 35.7159,27.5999 35.74,27.5981C35.7606,27.5966 35.7812,27.595 35.8018,27.5931C35.8037,27.5929 35.8055,27.5928 35.8072,27.5926L35.817,27.5921C35.8314,27.5909 35.8453,27.5903 35.8591,27.5897C35.873,27.5891 35.8868,27.5885 35.9013,27.5873C36.325,27.5656 36.7488,27.5656 37.1726,27.5921C37.1831,27.5933 37.1937,27.5939 37.2039,27.5944C37.2074,27.5947 37.2109,27.5949 37.2144,27.5951C37.2172,27.5952 37.22,27.5954 37.2227,27.5957C37.2197,27.5955 37.2194,27.5955 37.2209,27.5956C37.2222,27.5957 37.225,27.5959 37.2285,27.5962C37.2308,27.5964 37.233,27.5966 37.2352,27.5969C37.2476,27.5977 37.254,27.5981 37.2565,27.5982C37.2572,27.5983 37.2576,27.5983 37.2576,27.5983C37.2776,27.6001 37.2973,27.6015 37.317,27.6029C37.3311,27.604 37.3452,27.605 37.3595,27.6061C37.3701,27.607 37.3809,27.6079 37.3917,27.609C37.4977,27.6186 37.6036,27.6307 37.7095,27.6427C37.9214,27.6668 38.1309,27.6982 38.3404,27.7367C38.4391,27.7536 38.5354,27.7729 38.6317,27.7922C38.6799,27.8018 38.7281,27.8115 38.7762,27.8235C38.7262,27.812 38.7607,27.8204 38.7815,27.8255C38.7868,27.8268 38.7911,27.8279 38.7931,27.8284C38.8038,27.8307 38.8147,27.8332 38.8257,27.8358C38.8321,27.8373 38.8385,27.8389 38.8448,27.8404C38.8534,27.8425 38.862,27.8446 38.8705,27.8466C38.8793,27.8486 38.888,27.8506 38.8966,27.8525C39.0964,27.9007 39.2963,27.9537 39.4913,28.0116C40.3967,28.2792 41.2177,28.6384 42.0412,29.1327C42.217,29.2388 42.5035,29.2291 42.6793,29.1327C42.8502,29.0411 42.8382,28.894 42.6793,28.7976C41.1383,27.8766 39.3758,27.3076 37.5867,27.1533C35.7833,26.9966 33.9533,27.2304 32.2582,27.8718C31.312,28.2286 30.4235,28.6963 29.5928,29.2749C29.4194,29.3955 29.6337,29.5643 29.7541,29.598C29.9684,29.6559 30.1947,29.6366 30.3753,29.5112ZM37.2285,27.5962L37.2388,27.5969L37.2402,27.597C37.247,27.5975 37.2535,27.598 37.2563,27.5982C37.2517,27.5978 37.2471,27.5974 37.2424,27.5969C37.2321,27.5962 37.2259,27.5959 37.2227,27.5957L37.2249,27.5958C37.2261,27.5959 37.2273,27.5961 37.2285,27.5962ZM35.8061,27.5927L35.8018,27.5931C35.7912,27.5939 35.7782,27.5946 35.7733,27.5948C35.7674,27.595 35.7727,27.5945 35.8061,27.5927Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="22"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1969 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M30.9243,33.417C30.7461,33.5279 30.5728,33.6436 30.4018,33.7617C30.2164,33.8895 29.9491,33.8847 29.7565,33.7666C29.588,33.6532 29.5904,33.4242 29.7565,33.3085C30.5728,32.7395 31.4612,32.2718 32.3907,31.9246C34.0472,31.305 35.8411,31.0446 37.6036,31.2037C39.4335,31.3676 41.1961,31.9318 42.7732,32.8769C42.961,32.9878 42.9225,33.2169 42.7732,33.335C42.5926,33.4796 42.3205,33.4459 42.1351,33.335C41.9112,33.2 41.7884,33.1325 41.5572,33.0143C41.343,32.9034 41.1262,32.8022 40.9047,32.7057C40.6904,32.6141 40.4713,32.5273 40.2522,32.4478C40.139,32.4068 40.0259,32.3682 39.9103,32.3296C39.8573,32.3127 39.8019,32.2959 39.749,32.279C39.7418,32.2766 39.7351,32.2748 39.7285,32.273C39.7277,32.2727 39.7268,32.2725 39.726,32.2723C39.7413,32.277 39.7377,32.2768 39.7153,32.2693C39.696,32.2645 39.6743,32.2573 39.6551,32.2525C39.2457,32.1343 38.8316,32.0379 38.4126,31.9656C38.2104,31.9294 38.0081,31.9005 37.8035,31.8764C37.7632,31.8717 37.7219,31.867 37.6809,31.8624C37.6582,31.8598 37.6356,31.8572 37.6132,31.8547C37.673,31.8599 37.6211,31.8549 37.5793,31.8509C37.5639,31.8494 37.5499,31.8481 37.5434,31.8474C37.4447,31.8378 37.346,31.8305 37.2472,31.8257C36.8307,31.8016 36.4141,31.8016 35.9976,31.8233C35.8868,31.8281 35.7761,31.8354 35.6653,31.845C35.6388,31.8474 35.6123,31.8498 35.5834,31.8522C35.5851,31.8517 35.5895,31.851 35.5948,31.8504L35.4558,31.8643C35.2488,31.886 35.0417,31.9173 34.837,31.9511C34.4277,32.021 34.0208,32.115 33.6187,32.2284C33.5657,32.2428 33.5127,32.2573 33.4597,32.2742C33.4798,32.2677 33.4832,32.2666 33.4776,32.2683C33.4644,32.2725 33.401,32.2925 33.3875,32.2959C33.296,32.3248 33.2021,32.3561 33.1106,32.3875C32.9132,32.4574 32.7181,32.5297 32.5255,32.6093C32.1451,32.7636 31.7743,32.9396 31.4131,33.1349C31.4131,33.1325 31.3216,33.1831 31.3481,33.1686C31.3671,33.1585 31.3554,33.165 31.339,33.1742C31.3243,33.1825 31.3057,33.1929 31.3023,33.1952C31.259,33.2193 31.2156,33.2434 31.1747,33.2675C31.0904,33.3157 31.0062,33.3663 30.9243,33.417Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="26"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2417 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.9275,21.0174C14.5944,20.5545 15.3168,20.1663 16.068,19.8601C16.2438,19.7878 16.3811,19.7371 16.5809,19.6672C16.7783,19.5997 16.9782,19.537 17.178,19.4792C17.3779,19.4213 17.5801,19.3707 17.7848,19.3249C17.7944,19.3225 17.8047,19.3201 17.8149,19.3176L17.8213,19.3161C17.8294,19.3142 17.8374,19.3123 17.845,19.3104C17.8546,19.308 17.9389,19.2911 17.8932,19.3008C17.8676,19.3068 17.8843,19.3034 17.901,19.3C17.9111,19.298 17.9212,19.2959 17.9221,19.2959C17.9353,19.2935 17.9491,19.2905 17.963,19.2875C17.9768,19.2845 17.9907,19.2815 18.0039,19.2791C18.1051,19.2598 18.2086,19.2405 18.3121,19.2236C18.5168,19.1899 18.7239,19.1609 18.9309,19.1368C19.0272,19.1272 19.1236,19.1175 19.2223,19.1079C19.2464,19.1055 19.2704,19.1037 19.2945,19.1019L19.2948,19.1018C19.3153,19.1003 19.3358,19.0988 19.3563,19.0968C19.3582,19.0967 19.3601,19.0965 19.3618,19.0964L19.3716,19.0958C19.386,19.0946 19.3999,19.094 19.4137,19.0934C19.4276,19.0928 19.4414,19.0922 19.4558,19.091C19.8796,19.0693 20.3034,19.0717 20.7272,19.0958C20.7313,19.0958 20.7829,19.0993 20.7663,19.0989L20.7488,19.0976L20.7484,19.0976L20.7405,19.097C20.7336,19.0966 20.7307,19.0964 20.7361,19.0969C20.7373,19.097 20.7391,19.0972 20.7414,19.0974C20.744,19.0976 20.7472,19.0979 20.7512,19.0982C20.7586,19.0986 20.7634,19.0988 20.7663,19.0989L20.7784,19.0997L20.7844,19.1001C20.7902,19.1004 20.7948,19.1007 20.797,19.1007C20.8223,19.1031 20.8469,19.1049 20.8716,19.1067C20.8963,19.1085 20.921,19.1103 20.9463,19.1127C21.0522,19.1224 21.1582,19.1344 21.2641,19.1465C21.476,19.1706 21.6855,19.2019 21.895,19.2405C21.9937,19.2574 22.09,19.2767 22.1863,19.2959C22.1934,19.2977 22.241,19.3073 22.2483,19.3084L22.2658,19.3128C22.3284,19.3273 22.391,19.3417 22.4512,19.3562C22.651,19.4044 22.8509,19.4575 23.0459,19.5153C23.9416,19.7781 24.7747,20.147 25.5958,20.6364C25.7692,20.7401 26.0581,20.7281 26.2339,20.6364C26.4072,20.5472 26.388,20.4098 26.2339,20.3182C24.6929,19.3972 22.9303,18.833 21.1413,18.6763C19.3403,18.5196 17.5079,18.7535 15.8128,19.3924C14.8689,19.7492 13.978,20.2145 13.1473,20.7907C12.9764,20.9089 13.1907,21.068 13.3087,21.0993C13.5157,21.1524 13.7517,21.1403 13.9275,21.0174ZM19.3607,19.0964L19.3668,19.0958L19.3652,19.096L19.3618,19.0964L19.3607,19.0964ZM19.3607,19.0964C19.3439,19.0974 19.3342,19.0979 19.3295,19.0983C19.3247,19.0986 19.325,19.0987 19.328,19.0986L19.3303,19.0985C19.3363,19.0982 19.3472,19.0976 19.3563,19.0968L19.3607,19.0964Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="29"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2358 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.0158,24.5229C14.6474,24.7206 14.2935,24.9424 13.9516,25.1811C13.7686,25.3089 13.4965,25.3017 13.3111,25.1811C13.1401,25.0702 13.1473,24.8484 13.3111,24.7351C14.1273,24.1685 15.0158,23.7008 15.9452,23.3536C17.6018,22.7364 19.3956,22.476 21.1582,22.6351C22.9857,22.7991 24.7506,23.3632 26.3278,24.3059C26.5083,24.4144 26.4843,24.6411 26.3278,24.752C26.1424,24.8846 25.8799,24.8653 25.6897,24.752C25.5792,24.687 25.4688,24.6245 25.3583,24.562L25.3574,24.5615C25.3454,24.5543 25.3327,24.5476 25.3201,24.541C25.3074,24.5344 25.2948,24.5277 25.2828,24.5205C25.3285,24.5446 25.2659,24.5109 25.2611,24.5084L25.1094,24.4289C24.8951,24.318 24.6784,24.2167 24.4569,24.1203C24.2426,24.0287 24.0235,23.9419 23.8044,23.8623C23.6912,23.8213 23.578,23.7827 23.4625,23.7442C23.4511,23.7405 23.4396,23.7369 23.428,23.7333L23.3818,23.7189C23.3547,23.7104 23.3276,23.702 23.3011,23.6935C23.2843,23.6887 23.2674,23.6833 23.2505,23.6779C23.2337,23.6724 23.2168,23.667 23.2,23.6622C23.1604,23.6503 23.1826,23.658 23.1972,23.6624C22.7903,23.5453 22.3787,23.4496 21.9624,23.3777C21.7601,23.3415 21.5579,23.3126 21.3532,23.2885L21.3134,23.2839L21.2581,23.2776C21.2262,23.274 21.1943,23.2704 21.163,23.2668C21.1582,23.2668 21.0883,23.2596 21.1389,23.2644C21.1943,23.2692 21.1052,23.2596 21.0932,23.2596C20.9944,23.2499 20.8957,23.2427 20.797,23.2379C20.3804,23.2138 19.9639,23.2138 19.5473,23.2355C19.4366,23.2403 19.3258,23.2475 19.2151,23.2572C19.2018,23.2584 19.1879,23.2596 19.1741,23.2608L19.174,23.2608C19.1602,23.262 19.1464,23.2632 19.1332,23.2644C19.1348,23.2638 19.1393,23.2632 19.1446,23.2625L19.0056,23.2764C18.7985,23.2981 18.5914,23.3295 18.3868,23.3632C17.9774,23.4332 17.5705,23.5272 17.1684,23.6405C17.148,23.6479 17.1276,23.6539 17.1072,23.6596L17.0769,23.6694C17.0669,23.6726 17.0567,23.6758 17.0465,23.6789C17.0334,23.683 17.0202,23.6871 17.007,23.6912C16.9955,23.6947 16.9839,23.6983 16.9724,23.7018C16.9606,23.7055 16.9489,23.7092 16.9373,23.7128C16.8458,23.7418 16.7518,23.7731 16.6604,23.8044C16.4629,23.8744 16.2679,23.9467 16.0753,24.0263C15.8826,24.1058 15.69,24.1902 15.5022,24.2794C15.4059,24.3228 15.3144,24.3686 15.2205,24.4168C15.1988,24.4277 15.1771,24.4391 15.1554,24.4506C15.1338,24.462 15.1121,24.4735 15.0905,24.4843C15.0881,24.4855 15.0832,24.4881 15.077,24.4913L15.0629,24.4987L15.0499,24.5056C15.0196,24.5217 14.9885,24.5381 15.0158,24.5229Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="33"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2334 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.9516,29.504C14.2935,29.2653 14.6474,29.0459 15.0158,28.8458C15.0296,28.8381 15.0433,28.8308 15.0569,28.8234L15.067,28.818C15.093,28.8042 15.1187,28.7904 15.1434,28.7759C15.1484,28.7734 15.1532,28.7709 15.1579,28.7684L15.1642,28.7651L15.1711,28.7614C15.1754,28.7591 15.1797,28.7568 15.184,28.7546C15.1888,28.752 15.1937,28.7495 15.1988,28.7469L15.2181,28.7373C15.2494,28.722 15.2804,28.7065 15.3115,28.6909C15.3735,28.6599 15.4356,28.6288 15.4998,28.5999C15.6876,28.5107 15.8802,28.4263 16.0729,28.3467C16.4533,28.1924 16.841,28.0574 17.2334,27.9441C17.2675,27.934 17.2786,27.9307 17.2786,27.9307C17.2786,27.9308 17.2567,27.9374 17.2455,27.9417L17.3249,27.92C17.349,27.9139 17.3725,27.9079 17.3959,27.9019L17.4322,27.8926C17.4437,27.8897 17.4553,27.8867 17.467,27.8838C17.5681,27.8573 17.6692,27.8332 17.7704,27.8115C17.9726,27.7657 18.1773,27.7247 18.3844,27.6909C18.589,27.6572 18.7961,27.6258 19.0032,27.6041L19.1476,27.5897C19.1649,27.5877 19.1807,27.5858 19.1974,27.5839C19.134,27.591 19.1992,27.5824 19.2151,27.5824C19.3258,27.5728 19.4366,27.5656 19.5473,27.5607C19.9639,27.539 20.3805,27.539 20.797,27.5631C20.8628,27.5664 20.9286,27.5717 20.9944,27.5771C21.0273,27.5798 21.0602,27.5824 21.0932,27.5848C21.1002,27.5853 21.1053,27.5856 21.1089,27.5858C21.1277,27.5879 21.1462,27.59 21.163,27.5921C21.2256,27.5993 21.2906,27.6065 21.3532,27.6138C21.5579,27.6379 21.7601,27.6668 21.9624,27.703C22.1719,27.7391 22.3814,27.7825 22.5884,27.8284C22.6847,27.85 22.7809,27.8741 22.8772,27.8982L22.8774,27.8983L22.8779,27.8984C22.9331,27.9128 22.9883,27.9273 23.0411,27.9417C23.0421,27.9417 23.0549,27.9453 23.0659,27.9484L23.0661,27.9484C23.0803,27.9525 23.0915,27.9556 23.0708,27.9492L23.0856,27.9533C23.1072,27.9593 23.135,27.967 23.1398,27.9682C23.5877,28.1008 24.0283,28.2599 24.4569,28.4456C24.6784,28.542 24.8951,28.6433 25.1094,28.7542C25.0998,28.7493 25.0709,28.7349 25.1118,28.7566L25.2057,28.8072C25.2563,28.8337 25.3044,28.8602 25.355,28.8892C25.4658,28.9519 25.5765,29.0145 25.6873,29.0796C25.8751,29.1906 26.14,29.2074 26.3254,29.0796C26.4843,28.9712 26.5035,28.759 26.3254,28.6529C24.7506,27.7102 22.9809,27.146 21.1558,26.9845C19.3932,26.8302 17.6018,27.0834 15.9428,27.7006C15.0134,28.0478 14.1249,28.5131 13.3087,29.0796C13.1498,29.1906 13.1353,29.3979 13.3087,29.5064C13.4941,29.6173 13.771,29.6293 13.9516,29.504Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="39"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2222 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.1121,32.9854C14.7437,33.1855 14.3898,33.4049 14.0479,33.6436C13.8673,33.769 13.5904,33.7569 13.4074,33.6436C13.234,33.5351 13.2485,33.3253 13.4074,33.2144C14.2236,32.6454 15.1121,32.1801 16.0415,31.8329C17.7005,31.2157 19.492,30.9602 21.2545,31.1169C23.0796,31.2784 24.8494,31.8426 26.4241,32.7853C26.6023,32.8914 26.583,33.1059 26.4241,33.2144C26.2387,33.3422 25.9738,33.3253 25.786,33.2144C25.3646,32.9613 25.0155,32.7829 24.5556,32.5828C24.127,32.3971 23.6864,32.238 23.2385,32.1054C23.2325,32.1039 23.1902,32.0921 23.1695,32.0863C23.1902,32.0928 23.179,32.0897 23.1648,32.0857C23.1578,32.0837 23.15,32.0814 23.145,32.0801C23.1421,32.0793 23.1402,32.0789 23.1398,32.0789C23.0868,32.0644 23.0315,32.0499 22.9761,32.0355C22.8798,32.0114 22.7834,31.9872 22.6871,31.9655C22.4801,31.9197 22.2706,31.8763 22.0611,31.8402C21.8588,31.804 21.6566,31.7751 21.4519,31.751C21.4206,31.7474 21.3887,31.7437 21.3568,31.7401L21.2617,31.7293C21.245,31.7272 21.2264,31.7251 21.2076,31.723C21.204,31.7228 21.1989,31.7225 21.1919,31.722C21.159,31.7196 21.1261,31.717 21.0932,31.7143C21.0273,31.7089 20.9615,31.7036 20.8957,31.7003C20.4792,31.6762 20.0626,31.6762 19.6461,31.6979C19.5353,31.7028 19.4245,31.71 19.3138,31.7196C19.3121,31.7196 19.3098,31.7197 19.3072,31.7198L19.2964,31.7211L19.2685,31.7243C19.2613,31.7252 19.254,31.726 19.2464,31.7269L19.1019,31.7413C18.8948,31.763 18.6877,31.7944 18.4831,31.8281C18.276,31.8619 18.0713,31.9029 17.8691,31.9487C17.768,31.9704 17.6668,31.9945 17.5657,32.021C17.5591,32.0226 17.5526,32.0243 17.5461,32.0259L17.5351,32.0287C17.5215,32.0322 17.5081,32.0356 17.4947,32.0391C17.4712,32.0451 17.4477,32.0511 17.4236,32.0572C17.4173,32.059 17.3926,32.0659 17.368,32.0728C17.327,32.0843 17.2861,32.0957 17.3297,32.0837C16.9373,32.1994 16.5496,32.332 16.1692,32.4863C15.9765,32.5659 15.7839,32.6503 15.5961,32.7395C15.5319,32.7684 15.4698,32.7995 15.4077,32.8306C15.3767,32.8461 15.3457,32.8616 15.3144,32.8769L15.2951,32.8865C15.2759,32.8962 15.259,32.9058 15.2397,32.9155C15.215,32.9301 15.1893,32.9438 15.1633,32.9577L15.1629,32.9579C15.1461,32.9669 15.1291,32.9759 15.1121,32.9854ZM19.2714,31.7225C19.2776,31.7219 19.2944,31.7205 19.3059,31.7199C19.27,31.723 19.2647,31.7232 19.2714,31.7225Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="42"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (17657 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M44.3743,15.7209C44.4548,15.711 44.533,15.7092 44.5738,15.7083L44.5826,15.708C44.6328,15.7068 44.7616,15.7088 44.8714,15.7319C45.2912,15.6582 45.7123,15.611 46.1393,15.5903C46.2301,15.5849 46.4342,15.6099 46.5343,15.6964C46.7232,15.6909 46.9219,15.7475 46.9219,15.8651V41.906C46.9219,41.9471 46.8975,41.9806 46.8578,42.0065C46.865,42.0251 46.8689,42.0454 46.8689,42.0675C46.8689,42.2628 46.5607,42.3158 46.4162,42.3158H30.1984C29.5734,42.9111 28.7193,43.2121 27.8567,43.2031C27.3704,43.1983 26.8768,43.1042 26.4313,42.9041C26.2291,42.8125 26.0316,42.7016 25.8534,42.569L25.8429,42.5612C25.7517,42.4936 25.6374,42.4087 25.5871,42.3062H9.7764C9.7527,42.3062 9.7152,42.305 9.6716,42.301C9.4639,42.4175 9.0781,42.3484 9.0781,42.0965V18.334C9.0781,18.274 9.0997,18.2244 9.1354,18.1852C9.1321,18.1768 9.1306,18.1677 9.1311,18.158C9.1407,18.0133 9.4923,18.0133 9.5838,18.0133H11.0525V17.5596C11.0525,17.4898 11.0915,17.439 11.148,17.4022C11.1445,17.381 11.1486,17.3598 11.1659,17.3416C11.9005,16.5616 12.7676,15.9235 13.7207,15.442C15.5873,14.4986 17.6801,14.1245 19.7524,14.0075C20.9421,13.9413 22.1381,13.9865 23.317,14.1755C23.6015,14.2217 23.8833,14.2749 24.1646,14.3378L24.2101,14.3478C24.51,14.4138 24.8132,14.4805 25.0962,14.6009C25.1006,14.6026 25.1044,14.6041 25.1077,14.6055L25.1141,14.6081L25.1187,14.61L25.1217,14.6112C25.1354,14.617 25.1375,14.6179 25.1696,14.6264C25.1867,14.6312 25.199,14.6347 25.2075,14.6372L25.2124,14.6383C25.2409,14.6454 25.2698,14.6517 25.2987,14.658C25.3564,14.6707 25.4142,14.6833 25.4695,14.7023C25.5625,14.7332 25.654,14.773 25.7451,14.8125L25.7453,14.8126L25.7458,14.8128C25.7891,14.8316 25.8323,14.8504 25.8756,14.8682C25.904,14.8798 25.9327,14.8913 25.9614,14.9028C26.0616,14.9429 26.1628,14.9834 26.2576,15.0352C26.2962,15.055 26.333,15.078 26.3708,15.1017C26.379,15.1068 26.3873,15.112 26.3956,15.1172C26.4236,15.1355 26.454,15.154 26.4821,15.1699C26.4849,15.1715 26.49,15.1742 26.496,15.1774C26.5014,15.1803 26.5076,15.1835 26.5133,15.1866C26.5959,15.206 26.6753,15.2358 26.7511,15.2852C26.7767,15.3018 26.8021,15.3187 26.8275,15.3356C26.8782,15.3693 26.929,15.4031 26.982,15.4348C27.021,15.4582 27.0601,15.4813 27.0993,15.5043L27.0994,15.5044C27.2414,15.5881 27.3835,15.6718 27.5144,15.7713C27.5674,15.8116 27.6201,15.8522 27.6725,15.8933C27.7816,15.8266 27.9691,15.8137 28.0569,15.812C28.0824,15.8115 28.116,15.8126 28.1536,15.816C28.8049,15.2734 29.5294,14.8258 30.3036,14.4794C32.2121,13.625 34.3201,13.3497 36.3957,13.3302C37.5872,13.32 38.7798,13.4212 39.9486,13.6654C40.2307,13.7248 40.5097,13.7912 40.7877,13.8671L40.8327,13.8793C41.1293,13.9593 41.429,14.0402 41.7061,14.1736C41.7182,14.179 41.7256,14.1826 41.7311,14.1852C41.7445,14.1916 41.7466,14.1925 41.7782,14.2026C41.7952,14.2081 41.8073,14.2122 41.8157,14.2151L41.8204,14.2164C41.8486,14.2249 41.8772,14.2325 41.9057,14.2402C41.9628,14.2555 42.02,14.2709 42.0743,14.2924C42.1658,14.3277 42.2553,14.3717 42.3445,14.4155C42.3871,14.4364 42.4297,14.4572 42.4723,14.4771C42.4813,14.4813 42.4903,14.4855 42.4993,14.4897C42.5182,14.4984 42.5372,14.507 42.5563,14.5157C42.6546,14.5605 42.7538,14.6056 42.8461,14.6618C42.8837,14.6835 42.9194,14.7082 42.9561,14.7336C42.964,14.7391 42.9721,14.7446 42.9801,14.7502C43.0072,14.7698 43.0367,14.7897 43.0641,14.8069C43.0666,14.8085 43.071,14.8111 43.0763,14.8142L43.0768,14.8145L43.0772,14.8148L43.0776,14.815C43.0829,14.8181 43.0889,14.8217 43.0944,14.825C43.176,14.8483 43.254,14.8818 43.3274,14.9347C43.3522,14.9525 43.3767,14.9705 43.4012,14.9885L43.4013,14.9885C43.4505,15.0246 43.4996,15.0607 43.5511,15.0949C43.5889,15.1201 43.627,15.145 43.6651,15.1699C43.8031,15.2601 43.9411,15.3504 44.0673,15.4559C44.1709,15.5427 44.2735,15.6308 44.3743,15.7209ZM30.7407,14.9053C29.9293,15.3066 29.1749,15.8178 28.5225,16.448L28.5192,16.4511C28.517,18.043 28.5149,19.635 28.5149,21.227C28.5124,24.2962 28.5124,27.3679 28.5124,30.4372C28.5124,33.1775 28.5144,35.9178 28.5166,38.6581C28.7009,38.5244 28.8958,38.4039 29.0944,38.292C29.6795,37.9616 30.2983,37.6892 30.9243,37.4481C33.2238,36.5681 35.7568,36.2836 38.1959,36.6163C40.2977,36.9022 42.3287,37.6462 44.1148,38.7868V16.3643C43.8901,16.1164 43.6426,15.8934 43.39,15.6745C43.2337,15.5387 43.0638,15.4231 42.8934,15.3072C42.798,15.2422 42.7024,15.1772 42.609,15.1085C42.509,15.0737 42.4151,15.0265 42.3182,14.9606C42.2048,14.884 42.0926,14.8196 41.9676,14.7612C41.9245,14.7408 41.8817,14.7196 41.8389,14.6984C41.7532,14.656 41.6676,14.6137 41.5792,14.5775C41.6019,14.5876 41.5437,14.5671 41.5165,14.5575L41.5152,14.5571L41.5071,14.5548C41.4968,14.5519 41.4855,14.5488 41.4829,14.5486C41.3719,14.5206 41.2686,14.4886 41.1643,14.4419C41.1383,14.431 41.1099,14.4163 41.0818,14.4016C41.0446,14.3823 41.0077,14.3631 40.977,14.3532C40.9319,14.337 40.8753,14.3209 40.8206,14.3053L40.7986,14.299C40.7816,14.2941 40.7649,14.2893 40.7491,14.2846C40.6079,14.244 40.5161,14.2179 40.3533,14.1751C40.0465,14.0963 39.7364,14.0269 39.4253,13.967L39.4073,13.9635C39.3377,13.9499 39.2697,13.9366 39.1996,13.9252C39.1744,13.921 39.148,13.9167 39.1213,13.9124L39.0876,13.9069C39.0851,13.9061 39.0794,13.9049 39.0728,13.9036L39.0677,13.9026C39.0646,13.902 39.0615,13.9014 39.0585,13.9009C38.9291,13.8812 38.7973,13.8634 38.6655,13.8457L38.6654,13.8457C38.3953,13.8116 38.1221,13.7846 37.8507,13.7649C37.3316,13.728 36.8316,13.7196 36.2542,13.7351C35.6936,13.7521 35.1991,13.7855 34.6613,13.8411C34.1944,13.8893 33.7302,13.9595 33.2708,14.0544C33.2362,14.0618 33.2022,14.0694 33.1682,14.0769L33.1244,14.0866L33.1057,14.0906L33.0917,14.0937L33.0655,14.0994C33.1199,14.0878 32.9836,14.1203 32.9738,14.1218C32.8624,14.1471 32.7508,14.1747 32.6413,14.2051C32.4227,14.2633 32.2033,14.3287 31.9883,14.3994C31.5505,14.5449 31.1451,14.7056 30.7407,14.9053ZM12.0333,17.4928C12.6556,16.8324 13.3854,16.2862 14.1772,15.847C14.5718,15.6286 14.9693,15.4489 15.3998,15.2829C15.6113,15.2022 15.8274,15.1265 16.0431,15.0581C16.151,15.0226 16.2612,14.9897 16.3712,14.9592C16.381,14.9573 16.5156,14.9185 16.4618,14.9326C16.4785,14.9281 16.4951,14.9237 16.5115,14.9192C16.5288,14.9146 16.5459,14.91 16.563,14.9053L16.5633,14.9053C16.5969,14.8961 16.6305,14.887 16.6648,14.8779C17.1192,14.7615 17.5797,14.6696 18.0438,14.5995C18.5784,14.5186 19.0708,14.4621 19.63,14.4187C20.206,14.3762 20.7059,14.3611 21.226,14.3736C21.4981,14.3805 21.7722,14.3947 22.0436,14.416C22.1761,14.4275 22.3086,14.4391 22.4388,14.4527C22.4502,14.4542 22.4638,14.4562 22.4682,14.4573C22.5066,14.4617 22.5449,14.4661 22.5809,14.4704C22.6513,14.4785 22.7196,14.4885 22.7896,14.4988L22.7901,14.4988L22.7902,14.4989L22.8083,14.5015C23.1218,14.5467 23.4349,14.6016 23.745,14.6659C23.9096,14.701 24.0025,14.7227 24.1454,14.7567C24.1681,14.7623 24.1923,14.768 24.217,14.7738L24.2177,14.774L24.2178,14.774C24.2732,14.787 24.3305,14.8005 24.3763,14.8145C24.4074,14.823 24.4451,14.8404 24.4832,14.858C24.512,14.8713 24.541,14.8847 24.5675,14.8944C24.6738,14.9362 24.7785,14.9633 24.8906,14.986C24.894,14.9862 24.9116,14.9903 24.9233,14.993L24.9247,14.9934C24.9523,15.0017 25.0114,15.0195 24.9882,15.0104C25.0782,15.0424 25.1657,15.0807 25.2532,15.1191C25.297,15.1382 25.3407,15.1574 25.3848,15.1758C25.5123,15.2282 25.6274,15.2873 25.7443,15.3585C25.8441,15.4198 25.9401,15.4626 26.0416,15.4926C26.138,15.5569 26.2365,15.6173 26.3347,15.6777L26.335,15.6778C26.5105,15.7856 26.6856,15.8932 26.8481,16.0215C27.1048,16.2238 27.3568,16.4303 27.5885,16.6611C27.5863,19.5197 27.5841,22.3766 27.5841,25.2355C27.5841,28.3071 27.5841,31.3764 27.5866,34.4481C27.5866,35.9035 27.5883,37.359 27.5903,38.8144C25.674,38.0107 23.7174,37.2911 21.6686,36.9225C19.2151,36.4813 16.6483,36.6284 14.2766,37.412C13.4548,37.6846 12.6527,38.0384 11.9579,38.5451V18.1577C11.958,18.1554 11.958,18.1531 11.9579,18.1509V17.5571C11.9579,17.5553 11.9579,17.5534 11.9578,17.5515C11.9855,17.5357 12.011,17.5163 12.0333,17.4928ZM43.9763,39.4504L43.9747,39.4492C43.4763,39.0924 42.9562,38.7717 42.412,38.4848C42.1375,38.3402 41.8582,38.2052 41.5741,38.0798C41.2852,37.952 41.0323,37.8507 40.7627,37.7519C40.2378,37.559 39.6984,37.3999 39.1542,37.2721C39.0868,37.2552 39.0194,37.2408 38.952,37.2263C38.8171,37.1974 39.029,37.2408 38.8966,37.2142C38.8834,37.2118 38.8695,37.2088 38.8557,37.2058L38.8425,37.203C38.8331,37.2009 38.8238,37.199 38.8147,37.1974C38.6799,37.1708 38.5451,37.1467 38.4078,37.1226C38.1357,37.0744 37.8612,37.0358 37.5867,37.0069C37.4599,36.9935 37.3311,36.9822 37.2039,36.9711L37.2034,36.971L37.1726,36.9683C37.1293,36.9635 37.0883,36.9611 37.0474,36.9587C37.0496,36.959 37.0525,36.9592 37.0556,36.9595L37.0402,36.9587L37.0272,36.9578C36.9596,36.9533 36.8938,36.9489 36.8259,36.9466C36.5418,36.9346 36.2552,36.9298 35.9687,36.9346C35.8266,36.937 35.6822,36.9418 35.5401,36.949C35.4722,36.9513 35.4064,36.9557 35.3388,36.9602L35.3258,36.9611L35.3427,36.9601C35.3269,36.9611 35.3058,36.9625 35.2969,36.9635C35.2751,36.9651 35.2523,36.9666 35.2292,36.9682L35.1933,36.9706L35.191,36.9707C34.9068,36.9948 34.6227,37.0262 34.3386,37.0672C34.0545,37.1082 33.7728,37.1588 33.4934,37.2142C33.4357,37.2261 33.4581,37.2206 33.4643,37.2192L33.4656,37.2189C33.4645,37.2191 33.4568,37.2209 33.4333,37.2263C33.4127,37.2311 33.3916,37.236 33.3705,37.2408L33.369,37.2411L33.3686,37.2412C33.3482,37.2459 33.3279,37.2506 33.308,37.2552L33.1202,37.2986C32.9878,37.33 32.8554,37.3637 32.7254,37.3999C32.1908,37.547 31.6346,37.7326 31.1555,37.9303C30.633,38.1425 30.1201,38.386 29.6337,38.6705C29.3084,38.8618 28.9845,39.0962 28.7299,39.3948C28.7281,39.4466 28.6898,39.4985 28.6188,39.5354C28.5918,39.5726 28.5658,39.6106 28.5411,39.6495C28.78,39.7221 29.0029,39.8413 29.1834,40.0158C29.2843,40.1126 29.3554,40.2383 29.4263,40.3637L29.4265,40.3641C29.4462,40.3989 29.4658,40.4338 29.4861,40.4679C30.1946,39.9626 30.9855,39.5754 31.8104,39.3021C33.8161,38.6343 35.9542,38.5933 38.0394,38.8079C39.7571,38.9844 41.5318,39.2911 43.0522,40.143C43.3684,39.9233 43.6764,39.6922 43.9763,39.4504ZM12.6264,40.31C12.4164,39.9961 12.2293,39.6669 12.0665,39.3254C12.7358,38.6167 13.6158,38.1713 14.5222,37.8387C15.5311,37.4674 16.6483,37.2384 17.7559,37.1371C17.8306,37.1299 17.9076,37.1226 17.9823,37.1178C18.0087,37.1154 18.1628,37.1058 18.0882,37.1106C18.2471,37.101 18.406,37.0937 18.565,37.0913C18.8611,37.0841 19.1573,37.0841 19.451,37.0961L19.458,37.0964C19.5232,37.0987 19.5906,37.1011 19.6557,37.1058C19.6823,37.1074 19.7078,37.1091 19.7338,37.1108C19.7354,37.1112 19.7488,37.1126 19.7857,37.1154C19.935,37.1275 20.0843,37.1395 20.2336,37.154C20.5225,37.1829 20.8115,37.2215 21.098,37.2673C21.4062,37.3155 21.606,37.3541 21.8877,37.4144C22.1646,37.4746 22.4391,37.5397 22.7136,37.6097C23.2771,37.7567 23.8333,37.9279 24.3847,38.1136C25.4513,38.4753 26.5332,38.9217 27.5911,39.3771L27.5914,39.5795C27.1183,39.6424 26.6827,39.8509 26.3535,40.1967C24.6711,39.3623 22.7688,39.0185 20.9126,38.8441C18.9406,38.6584 16.918,38.7115 15.0038,39.2588C14.1679,39.4982 13.3613,39.8464 12.6264,40.31ZM44.8602,39.639C44.4187,40.0035 43.9585,40.3467 43.4835,40.6667C43.3304,40.7682 43.099,40.7683 42.9239,40.7035C42.8598,40.6877 42.7994,40.6631 42.7467,40.6282C42.3422,40.3581 41.9112,40.1387 41.4609,39.9603C41.2322,39.8687 41.0155,39.794 40.8084,39.7313C40.5749,39.6614 40.3389,39.5987 40.1029,39.5432C39.8862,39.4926 39.6671,39.4468 39.448,39.4058C39.436,39.4031 39.4084,39.3982 39.3961,39.396C39.3862,39.3943 39.3862,39.3943 39.4119,39.3986C39.4046,39.3972 39.3972,39.3959 39.3897,39.3946L39.3709,39.3913C39.3571,39.3889 39.3432,39.3865 39.33,39.3841C39.3195,39.3823 39.309,39.3805 39.2984,39.3788C39.2813,39.3761 39.2641,39.3735 39.2469,39.3708C39.2192,39.3666 39.1916,39.3624 39.1639,39.3576L39.1634,39.3575C39.06,39.3407 38.9567,39.3238 38.8533,39.3094C38.3861,39.2418 37.9142,39.1864 37.4447,39.1454C37.3208,39.1341 37.1948,39.125 37.0706,39.1159L37.045,39.1141C36.992,39.1092 36.9366,39.1044 36.8812,39.102C36.7873,39.0948 36.8379,39.0996 36.8596,39.0996C36.8509,39.0989 36.8422,39.0984 36.8335,39.098C36.8269,39.0977 36.8203,39.0975 36.8137,39.0972L36.8124,39.0972C36.7969,39.0966 36.7813,39.096 36.7657,39.0948C36.5153,39.0827 36.2624,39.0755 36.012,39.0731C35.7592,39.0707 35.5088,39.0755 35.2584,39.0851C35.2199,39.0851 35.1789,39.0875 35.1404,39.09C35.1394,39.09 35.1376,39.09 35.1351,39.0901L35.1304,39.0903L35.1221,39.0906L35.1064,39.0913L35.0935,39.0919L35.0915,39.092L35.082,39.0927L35.0685,39.0935L35.0489,39.0948L34.955,39.102C34.8299,39.1092 34.7048,39.1213 34.5796,39.1333L34.5794,39.1334C34.3386,39.1575 34.0978,39.1888 33.8594,39.2274C33.8426,39.2298 33.8257,39.2328 33.8089,39.2358L33.8086,39.2359C33.7918,39.2389 33.7751,39.2419 33.7583,39.2443L33.7391,39.2475C33.7141,39.2521 33.6887,39.2572 33.6632,39.2623L33.6625,39.2625L33.6381,39.2673L33.6252,39.2699L33.6136,39.2722C33.6032,39.2742 33.5928,39.2761 33.5825,39.278C33.5319,39.2889 33.4819,39.2997 33.4319,39.3106C33.382,39.3214 33.3321,39.3323 33.2816,39.3431C32.8554,39.4395 32.4773,39.5505 32.0945,39.6951C31.2879,39.9989 30.5342,40.416 29.8649,40.9633C29.7455,41.0604 29.5467,41.0722 29.3825,41.0546C29.2408,41.0584 29.0945,41.0337 28.9836,40.9633C28.796,40.8446 28.6917,40.6673 28.5855,40.4869C28.5472,40.4218 28.5087,40.3564 28.4659,40.2931C28.3937,40.1846 28.3094,40.0978 28.1986,40.0254C28.1349,39.9844 28.1185,39.9779 28.0661,39.9569L28.0566,39.9531C28.0506,39.9501 28.0324,39.9437 28.0176,39.9385C28.0051,39.9342 27.995,39.9306 27.9968,39.9307C27.9871,39.9284 27.9773,39.9263 27.9675,39.9242C27.956,39.9217 27.9446,39.9193 27.9331,39.9164C27.9705,39.9265 27.9527,39.9227 27.9289,39.9177C27.9133,39.9144 27.8951,39.9106 27.888,39.9097C27.8853,39.9094 27.8828,39.9091 27.8805,39.9089L27.8737,39.9095L27.8712,39.9097L27.8695,39.9099L27.861,39.9111L27.8543,39.9121L27.8465,39.9133L27.8431,39.9138C27.8406,39.9142 27.8383,39.9145 27.8361,39.9148L27.8278,39.917C27.7412,39.9387 27.6376,39.9748 27.5269,40.0447C27.3112,40.1794 27.1391,40.3597 27.0021,40.5686C27.028,40.6194 26.9699,40.6657 26.9034,40.6977C26.86,40.7261 26.8021,40.7419 26.7549,40.7548L26.7419,40.7584C26.6287,40.7849 26.5108,40.7849 26.3952,40.7753C26.3219,40.7691 26.0815,40.7268 26.0644,40.622C25.1481,40.0988 24.1474,39.7591 23.1422,39.5336C22.9038,39.4782 22.6655,39.4323 22.4247,39.3889C22.2971,39.3648 22.1695,39.3431 22.0418,39.3239C22.049,39.3253 22.0024,39.3182 21.9747,39.3137C21.961,39.3122 21.9191,39.3062 21.9142,39.3046C21.8853,39.3009 21.857,39.2967 21.8287,39.2925L21.8161,39.2906C21.8037,39.2888 21.7914,39.287 21.779,39.2852C21.7721,39.2843 21.7652,39.2833 21.7583,39.2824C21.7533,39.2817 21.7483,39.2811 21.7433,39.2805C21.2834,39.2178 20.8211,39.1647 20.3564,39.1286C20.3358,39.1273 20.3152,39.126 20.2947,39.1246C20.2563,39.122 20.2178,39.1193 20.1794,39.1165C20.1204,39.1123 20.0614,39.1081 20.0024,39.1044C19.9725,39.1033 19.9431,39.1015 19.9138,39.0997L19.9129,39.0996C19.8835,39.0978 19.8542,39.096 19.8242,39.0948C19.8098,39.0948 19.7279,39.09 19.7857,39.0924C19.8435,39.0948 19.7616,39.09 19.7472,39.09C19.5184,39.0803 19.2873,39.0755 19.0561,39.0731C18.8322,39.0731 18.6083,39.0755 18.3844,39.0828C18.3518,39.084 18.3186,39.0852 18.2854,39.0864L18.1959,39.0897C18.1752,39.0908 18.1449,39.0925 18.1248,39.0938C18.1187,39.0942 18.1135,39.0945 18.1099,39.0948C17.9967,39.102 17.8859,39.1093 17.7752,39.1189C17.5488,39.1358 17.3201,39.1623 17.0938,39.1912C17.0649,39.1949 17.036,39.1991 17.0071,39.2033C16.9782,39.2075 16.9493,39.2117 16.9204,39.2154C16.91,39.2165 16.9045,39.217 16.9022,39.217L16.8871,39.2193L16.8647,39.2226C16.8486,39.225 16.8324,39.2274 16.8169,39.2298C16.7157,39.2467 16.6122,39.266 16.5111,39.2853C16.0584,39.3721 15.6852,39.4661 15.2734,39.6011C14.4401,39.8737 13.6588,40.2648 12.9507,40.7816C12.9677,40.9086 12.6846,40.9867 12.6104,40.9995C12.425,41.0308 12.1746,41.0019 12.0542,40.8452C11.737,40.4329 11.4618,39.9891 11.2326,39.5216C11.1339,39.484 11.0525,39.4205 11.0525,39.3214V18.3026H9.7987C9.7999,18.312 9.8005,18.3216 9.8005,18.3315V41.9252H25.9184C25.9863,41.9252 26.1737,41.9355 26.285,41.9968C26.4207,42.036 26.509,42.1027 26.465,42.1881C26.4243,42.2654 26.628,42.3943 26.7088,42.4454C26.7186,42.4517 26.7268,42.4568 26.7323,42.4605C26.8623,42.5497 26.9971,42.6245 27.144,42.6847C27.315,42.7546 27.3944,42.7763 27.5774,42.8173C27.6028,42.8224 27.6155,42.8248 27.6155,42.8249C27.6154,42.825 27.6052,42.8232 27.5847,42.8197C27.6039,42.8246 27.6232,42.827 27.6424,42.8294L27.7797,42.8439C27.7877,42.8448 27.7939,42.8457 27.7986,42.8464C27.8034,42.8463 27.809,42.8463 27.8158,42.8463H27.9338C27.939,42.8463 27.9435,42.8463 27.9475,42.8463C27.9525,42.8456 27.9598,42.8448 27.9699,42.8439C27.9926,42.8415 28.0147,42.8391 28.0368,42.8367L28.0369,42.8367L28.0373,42.8366C28.0596,42.8342 28.0819,42.8318 28.1047,42.8294L28.1493,42.8238C28.1548,42.8227 28.1616,42.8214 28.1698,42.8197C28.2083,42.8125 28.2444,42.8053 28.2829,42.7956C28.3083,42.7905 28.335,42.7831 28.3611,42.7757L28.3613,42.7757L28.3615,42.7756C28.3723,42.7726 28.3831,42.7695 28.3937,42.7667C28.3622,42.7746 28.3986,42.7629 28.431,42.7525C28.4481,42.747 28.4642,42.7419 28.4683,42.7402C28.5454,42.7137 28.6224,42.6823 28.6995,42.6462C28.9764,42.5184 29.2412,42.3207 29.4531,42.094C29.4825,42.0625 29.5176,42.0379 29.5563,42.019C29.6027,41.8633 29.8704,41.8192 30.0021,41.8192H46.1995V16.0297C46.1769,16.0316 46.1565,16.0329 46.1393,16.0339C46.1328,16.0339 46.0932,16.0359 46.0592,16.0376L46.0574,16.0377L46.0556,16.0378C46.0393,16.0386 46.0246,16.0394 46.0159,16.0398C45.9963,16.0417 45.9763,16.0432 45.9563,16.0447C45.9329,16.0465 45.9094,16.0484 45.8865,16.0508C45.7782,16.0604 45.6698,16.0725 45.5615,16.0869L45.5609,16.087C45.4527,16.1015 45.3446,16.1159 45.2364,16.1351C45.1907,16.1424 45.1449,16.1496 45.0992,16.1593C45.0825,16.1618 45.0665,16.1644 45.0505,16.1673V39.5152C45.0505,39.5839 44.9618,39.6199 44.8602,39.639Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_book.xml"
line="52"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (867 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M41.6383,22.4132C41.6569,22.3946 41.6728,22.3786 41.6914,22.36C41.7207,22.3334 41.7366,22.3015 41.7419,22.2643C41.7552,22.2297 41.7525,22.1951 41.7339,22.1606C41.718,22.1233 41.6941,22.0941 41.6596,22.0728C41.625,22.0409 41.5878,22.0196 41.5427,22.0063C41.5108,21.9983 41.4763,21.9877 41.4444,21.9797C41.37,21.9664 41.2983,21.9664 41.2239,21.9797C41.192,21.9877 41.1575,21.9983 41.1256,22.0063C41.0698,22.0249 41.0194,22.0568 40.9769,22.0994C40.9583,22.118 40.9423,22.134 40.9237,22.1526C40.8945,22.1792 40.8786,22.2111 40.8733,22.2483C40.86,22.2829 40.8626,22.3175 40.8812,22.352C40.8972,22.3893 40.9211,22.4185 40.9556,22.4398C40.9901,22.4717 41.0273,22.493 41.0725,22.5063C41.1044,22.5143 41.1389,22.5249 41.1708,22.5329C41.2452,22.5462 41.3169,22.5462 41.3913,22.5329C41.4231,22.5249 41.4577,22.5143 41.4895,22.5063C41.548,22.4877 41.5958,22.4557 41.6383,22.4132Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_briefcase.xml"
line="22"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1016 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M41.8402,22.5196C42.0235,22.259 42.2413,22.0462 42.5017,21.8787C42.6398,21.7883 42.7222,21.7484 42.8683,21.6899C42.9426,21.6606 43.0197,21.634 43.0967,21.6101C43.1233,21.6021 43.1233,21.6021 43.0941,21.6101C43.1126,21.6048 43.1339,21.5994 43.1525,21.5968C43.1923,21.5888 43.2322,21.5808 43.272,21.5729C43.3066,21.5675 43.3384,21.5622 43.373,21.5569C43.4447,21.5463 43.3863,21.5489 43.4527,21.5516C43.4474,21.5516 43.5908,21.5622 43.5324,21.5542C43.5961,21.5622 43.5563,21.5596 43.6041,21.5729C43.6758,21.5968 43.5855,21.5489 43.6439,21.5941C43.6439,21.5941 43.7236,21.6553 43.6864,21.6234C43.7369,21.6686 43.7821,21.7244 43.8219,21.7803C43.9627,21.9904 44.0398,22.3068 44.0955,22.5701C44.1115,22.6446 44.2257,22.7084 44.2868,22.7323C44.3851,22.7696 44.5046,22.7775 44.6056,22.7589C44.7809,22.727 44.9376,22.618 44.8951,22.4265C44.8208,22.0808 44.7198,21.7324 44.494,21.4505C44.1726,21.049 43.6572,20.9718 43.1737,21.033C42.3688,21.1314 41.5905,21.5861 41.1203,22.2483C40.8626,22.6127 41.6436,22.7962 41.8402,22.5196Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_briefcase.xml"
line="37"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1095 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.4014,11.0524C12.4041,11.0577 12.4041,11.0604 12.4067,11.0657C12.42,11.0178 12.4359,10.9726 12.4492,10.9247C12.4439,10.9274 12.4386,10.9327 12.4359,10.9354C12.6245,10.9141 12.8158,10.8902 13.0044,10.8689C12.9991,10.8662 12.9938,10.8662 12.9885,10.8636C13.0575,10.9168 13.1266,10.97 13.193,11.0231C13.1877,10.97 13.3365,10.8556 13.3737,10.8237C13.448,10.7599 13.5277,10.7014 13.6127,10.6535C13.7828,10.5551 13.9687,10.486 14.144,10.4354C14.6355,10.2918 15.1402,10.2147 15.6184,10.0285C15.7724,9.9674 15.7592,9.8317 15.6184,9.7679C15.443,9.6881 15.2093,9.6988 15.0313,9.7679C14.5266,9.9621 13.9846,10.0179 13.4799,10.1934C13.2541,10.2732 13.0363,10.3716 12.8344,10.5019C12.7388,10.5657 12.6458,10.6375 12.5634,10.7173C12.4891,10.7918 12.3483,10.9035 12.3589,11.0205C12.3695,11.1162 12.4864,11.1588 12.5634,11.18C12.7494,11.2279 13.0018,11.2332 13.1611,11.1082C13.2143,11.0657 13.2249,11.0258 13.2037,10.9673C13.201,10.962 13.201,10.9593 13.1983,10.954C13.1771,10.8955 13.0549,10.8556 13.0071,10.845C12.9061,10.8184 12.7892,10.8131 12.6883,10.8264C12.5767,10.8396 12.343,10.8928 12.4014,11.0524Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_briefcase.xml"
line="43"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (960 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.0107,29.41C28.0054,29.4074 28.0027,29.4074 27.9974,29.4047C27.8327,29.3542 27.506,29.3542 27.3864,29.5164C27.3705,29.5403 27.3572,29.5696 27.3652,29.5988C27.4024,29.7238 27.5538,29.7637 27.6707,29.777C27.9337,29.8063 28.1143,29.7398 28.3242,29.5935C28.4623,29.4951 28.5978,29.3967 28.7333,29.2957C29.0016,29.0936 29.2646,28.8808 29.5196,28.6601C29.6577,28.5404 29.4877,28.4367 29.3708,28.4074C29.2114,28.3649 28.9405,28.3569 28.8023,28.4739C28.5925,28.6548 28.3773,28.8329 28.1568,29.0031C28.0506,29.0856 27.9416,29.168 27.8327,29.2478C27.7318,29.3223 27.6282,29.418 27.5166,29.4738C27.6521,29.4579 27.7849,29.4419 27.9204,29.426C27.9098,29.426 27.8991,29.4233 27.8912,29.4233C27.9921,29.4818 28.0931,29.543 28.1967,29.6015C28.194,29.6068 28.1914,29.6121 28.1887,29.6175C27.9841,29.6547 27.7823,29.6919 27.5777,29.7292C27.583,29.7318 27.5857,29.7318 27.591,29.7345C27.7557,29.785 28.0187,29.7823 28.1595,29.668C28.3082,29.543 28.1196,29.4446 28.0107,29.41Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_briefcase.xml"
line="61"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (846 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M23.5081,13.0363C23.0644,12.2465 23.4098,11.2173 24.058,10.6455C24.4219,10.3238 24.8682,10.1217 25.3251,10.002C25.5801,9.9355 25.7687,9.9009 26.0397,9.869C26.1619,9.8531 26.2867,9.8424 26.4089,9.8318C26.4381,9.8291 26.4674,9.8265 26.4966,9.8265C26.4328,9.8318 26.5125,9.8265 26.5205,9.8265C26.6002,9.8238 26.6772,9.8185 26.7569,9.8158C27.862,9.7786 28.9326,9.9036 30.0058,10.2466C30.9701,10.5551 31.8679,11.0524 32.6357,11.712C33.4645,12.4247 34.1259,13.3209 34.5244,14.3421C34.5483,14.4032 34.6652,14.4431 34.7157,14.4564C34.8166,14.4857 34.9335,14.4883 35.0344,14.475C35.1487,14.4591 35.3877,14.4006 35.324,14.2384C34.5164,12.18 32.6941,10.7041 30.646,9.9887C29.4798,9.5818 28.2286,9.4089 26.9933,9.4249C25.8351,9.4382 24.5866,9.5765 23.6037,10.2466C22.7111,10.8583 22.1347,12.1215 22.7058,13.1374C22.836,13.3687 23.6462,13.281 23.5081,13.0363Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_briefcase.xml"
line="94"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (873 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.4334,13.3528C21.4254,13.3554 21.5556,13.3182 21.5104,13.3262C21.614,13.3049 21.4759,13.3208 21.5848,13.3235C21.6379,13.3235 21.7123,13.3341 21.8053,13.3501C21.9912,13.3793 22.1719,13.4139 22.3605,13.4246C22.7244,13.4458 23.1282,13.3714 23.3912,13.1001C23.5267,12.9618 23.3806,12.8156 23.2424,12.7677C23.0724,12.7092 22.8094,12.7172 22.6739,12.8555C22.6739,12.8555 22.6075,12.9166 22.6261,12.9007C22.6155,12.906 22.6049,12.914 22.5943,12.9193C22.6182,12.9113 22.6182,12.9113 22.5969,12.9193C22.573,12.9299 22.5172,12.9432 22.573,12.9299C22.5624,12.9326 22.4428,12.9459 22.5332,12.9406C22.5013,12.9432 22.4694,12.9432 22.4375,12.9432C22.4056,12.9432 22.3525,12.9379 22.4136,12.9432C22.3392,12.9352 22.2649,12.9246 22.1931,12.9113C21.8026,12.8422 21.3988,12.789 21.019,12.9352C20.8808,12.9884 20.7347,13.1267 20.8702,13.2677C20.9951,13.4006 21.266,13.4166 21.4334,13.3528Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_briefcase.xml"
line="97"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (966 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M34.0064,13.4033C34.1445,13.6081 34.2588,13.8288 34.3384,14.0628C34.3995,14.241 34.4952,14.5282 34.2906,14.6479C34.3119,14.6346 34.187,14.6878 34.2455,14.6692C34.2003,14.6851 34.1498,14.6931 34.1047,14.7011C34.1498,14.6931 34.1445,14.6958 34.0887,14.7037C34.0409,14.7117 33.9931,14.7197 33.9453,14.7277C33.8842,14.7383 33.8231,14.749 33.7647,14.7622C33.5203,14.8128 33.2732,14.8819 33.0527,14.9963C32.6489,15.2064 32.3514,15.5601 32.2505,16.0068C32.1522,16.443 32.2983,16.9163 32.5905,17.2434C32.7074,17.3764 32.9385,17.3817 33.1005,17.3631C33.159,17.3551 33.5043,17.278 33.3901,17.153C33.0926,16.8233 32.9677,16.3605 33.0979,15.9297C33.2201,15.5281 33.5362,15.2303 33.9347,15.1159C34.1684,15.0495 34.365,15.0362 34.5961,14.9803C34.8033,14.9324 35.0477,14.85 35.1726,14.6639C35.3134,14.4511 35.2151,14.1852 35.1407,13.9671C35.0583,13.7331 34.9468,13.5123 34.8086,13.3076C34.713,13.1666 34.4447,13.1719 34.2986,13.1879C34.2216,13.1985 33.9134,13.2624 34.0064,13.4033Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_briefcase.xml"
line="103"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5839 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.0444,55.7228C24.9277,52.979 25.5733,50.1476 25.8129,47.2699C25.9472,45.6566 25.9517,44.0298 25.795,42.4165C25.6428,40.8435 25.3562,39.2571 24.7293,37.8007C24.5717,37.4362 24.4,37.0781 24.2149,36.7276C25.749,35.1344 27.3643,33.6184 29.086,32.2303C30.1741,31.3519 31.3024,30.5363 32.48,29.7789C32.6412,29.6759 32.7263,29.4966 32.574,29.3398C32.4173,29.174 32.0949,29.1247 31.88,29.174C28.1447,30.0425 24.4666,31.1434 20.8725,32.4846C20.3776,32.0532 19.852,31.6561 19.2981,31.2981C16.8668,29.7252 14.0146,28.9006 11.131,28.7482C11.1001,28.7466 11.0692,28.7451 11.0382,28.7437C13.5905,26.6568 15.9967,24.3855 18.0981,21.8468C20.4936,18.9429 22.3742,15.6984 23.6861,12.167C24.1349,10.9588 24.5406,9.7237 24.8776,8.4722C24.9505,8.66 25.0218,8.848 25.093,9.0358L25.093,9.036L25.0931,9.0361C25.3396,9.6866 25.5854,10.3349 25.8935,10.9615C26.7398,12.6824 27.8233,14.3226 29.0457,15.8014C30.2099,17.2086 31.5666,18.4679 32.9994,19.5972C34.3964,20.6951 35.9053,21.6586 37.4993,22.4429C39.2859,23.3212 41.1933,23.9666 43.1545,24.3206C43.1661,24.3227 43.1779,24.3246 43.1899,24.3262C43.3613,24.5128 43.5445,24.6893 43.7273,24.8653L43.7279,24.8658C43.2093,25.2335 42.7053,25.6222 42.2276,26.0459C41.7173,26.5037 41.2197,26.9839 40.7241,27.4621L40.7239,27.4624L40.664,27.5202C40.5927,27.589 40.5213,27.6578 40.45,27.7265C39.3486,28.7841 38.2963,29.9268 37.356,31.1279C35.5158,33.4761 34.1635,36.2098 33.4203,39.0958C32.6412,42.1163 32.4173,45.2757 32.7397,48.3768C32.9009,49.9229 33.1919,51.4555 33.6039,52.9523C33.8098,53.6962 34.0427,54.4356 34.3068,55.1616C34.3207,55.2002 34.3348,55.2387 34.3489,55.2771C34.7429,55.1858 35.1337,55.0861 35.5211,54.9783C35.3849,54.6076 35.2558,54.2338 35.1352,53.8575C34.6785,52.4369 34.3247,50.976 34.1053,49.4971C33.6665,46.5125 33.7203,43.4428 34.3382,40.485C34.9337,37.6259 36.0575,34.9102 37.7366,32.5216C38.089,32.0185 38.4653,31.5346 38.8577,31.0643C39.4292,33.681 40.1472,36.2643 41.0053,38.8045C41.1844,39.3378 42.3978,39.1765 42.1918,38.5715C41.3429,36.0583 40.6311,33.503 40.0625,30.9148C42.1766,32.1936 43.8196,34.1319 45.4022,35.9991C45.6037,36.2411 45.9574,36.3128 46.244,36.1784C46.4813,36.0664 46.6693,35.7392 46.4634,35.5017C44.5986,33.3024 42.6568,31.0559 40.0565,29.7087C40.2355,29.5157 40.4162,29.3242 40.5978,29.1336C41.0625,28.6489 41.5477,28.1915 42.0355,27.7316L42.25,27.5293C42.3022,27.4803 42.3542,27.4313 42.4061,27.3824C42.9338,26.8858 43.4533,26.3969 44.0321,25.9563C44.3321,25.7278 44.6455,25.5082 44.9589,25.2931C45.0193,25.2524 45.063,25.2007 45.0914,25.1432C45.192,25.0707 45.2944,25.0005 45.3967,24.9304C45.6822,24.7347 45.9672,24.5393 46.2126,24.2937C46.6828,23.8232 46.9649,23.0837 46.3514,22.5997C45.8007,22.165 44.9142,22.1068 44.247,22.1785C43.6088,22.2485 42.9152,22.6132 42.7867,23.2892C39.745,22.6192 36.9062,21.2209 34.3964,19.3462C34.0545,19.0911 33.7192,18.8282 33.3907,18.5575C33.0307,18.1804 32.7475,17.7271 32.5068,17.2713C32.1352,16.5633 31.8263,15.8149 31.5576,15.062C30.9934,13.4846 30.6308,11.8399 30.474,10.1728C30.3863,9.2418 30.3673,8.3064 30.4087,7.371C30.4912,7.1233 30.1575,6.9257 29.9591,6.8834C29.6726,6.8252 29.3457,6.9148 29.2024,7.1837C29.0415,7.4834 28.8762,7.7809 28.711,8.0784C28.3473,8.7329 27.9837,9.3874 27.6666,10.0652C27.5159,10.388 27.3774,10.717 27.2551,11.052C26.8465,10.2443 26.5261,9.4137 26.2004,8.5691L26.1845,8.5281C26.1422,8.4169 26.0987,8.3059 26.0553,8.1948C25.7221,7.343 25.3877,6.488 25.5264,5.5525C25.5418,5.4488 25.5007,5.3617 25.4307,5.2921C25.3565,5.1735 25.2324,5.0856 25.0696,5.046C24.8144,4.9878 24.3667,5.0998 24.3085,5.4135C23.9726,7.354 23.4174,9.2765 22.7682,11.1363C22.1368,12.9512 21.3757,14.7259 20.4354,16.4019C18.7205,19.4583 16.4727,22.1829 13.9743,24.6253C12.5459,26.019 11.0325,27.3276 9.4699,28.5734C9.2325,28.7617 9.246,29.1157 9.4699,29.3084C9.595,29.4151 9.7586,29.4642 9.9208,29.4593C9.9802,29.4696 10.0366,29.4742 10.0833,29.4742C12.725,29.4608 15.3937,30.0747 17.7354,31.4057C18.4822,31.832 19.1911,32.3195 19.8428,32.8763C19.5172,33.0025 19.1924,33.1308 18.8683,33.261C17.6951,33.7315 16.531,34.229 15.3758,34.7533C15.1788,34.8429 14.9504,35.0356 15.1564,35.2507C15.3399,35.43 15.7653,35.4748 15.9981,35.3673C17.4807,34.6971 18.9817,34.0678 20.4989,33.4804C20.6394,33.62 20.7765,33.7634 20.91,33.9108C21.6667,34.7439 22.3248,35.6669 22.875,36.6496C22.0211,37.548 21.1926,38.4707 20.3861,39.4095C20.3178,39.4889 20.249,39.5684 20.1799,39.6482C19.3172,40.6453 18.4195,41.683 17.9593,42.9319C17.7713,43.4428 18.9847,43.5638 19.1459,43.1246C19.5678,41.9765 20.3651,41.0442 21.1481,40.1287L21.1921,40.0772C21.9014,39.2437 22.6284,38.4244 23.3731,37.6193C23.9668,38.9005 24.3021,40.2519 24.4831,41.6547C24.6846,43.2187 24.7338,44.8006 24.6487,46.3781C24.485,49.4969 23.8136,52.5631 22.8596,55.5292C23.2517,55.6019 23.6467,55.6665 24.0444,55.7228ZM45.2007,23.8321C45.0346,24.0086 44.8394,24.1541 44.6374,24.2923C44.5312,24.1873 44.4249,24.0819 44.3186,23.9755C44.31,23.9666 44.3011,23.9575 44.2922,23.9484C44.1399,23.7926 43.9589,23.6076 44.0097,23.3705C44.1082,22.8865 44.6813,22.9448 45.0306,23.0075C45.0452,23.01 45.0604,23.0124 45.0758,23.0148C45.2304,23.0394 45.4169,23.0691 45.4739,23.1913C45.5768,23.4109 45.3395,23.6887 45.2007,23.8321ZM28.9203,10.1593C29.0098,9.9721 29.1027,9.7867 29.198,9.6026C29.3314,11.7434 29.7919,13.8884 30.5922,15.8731C29.6797,14.8515 28.8532,13.7543 28.1271,12.5864C28.1226,12.5651 28.1155,12.5433 28.1054,12.521L28.1051,12.5203C28.1052,12.5191 28.1053,12.5179 28.1054,12.5166C28.1054,12.4763 28.1099,12.436 28.1144,12.3957C28.1233,12.3329 28.1368,12.2746 28.1547,12.1984C28.2039,11.9922 28.2666,11.7906 28.3338,11.5889C28.495,11.1004 28.6965,10.6254 28.9203,10.1593ZM23.6883,35.8091C23.0752,34.821 22.3497,33.9057 21.5249,33.0904C23.8472,32.2242 26.2059,31.4555 28.5935,30.7873C29.0216,30.6669 29.4509,30.5506 29.8813,30.4378C27.6632,32.0397 25.6111,33.8592 23.6883,35.8091Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_cat.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1009 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.4469,16.7517C24.0022,20.0881 24.423,23.605 26.0729,26.5849C27.4933,29.1514 29.8988,31.4136 32.7778,32.2358C34.3512,32.6873 36.0633,32.5733 37.3402,31.4802C38.3923,30.5772 38.9949,29.2036 39.0427,27.8301C39.1049,26.1429 38.464,24.508 37.6415,23.0585C36.8667,21.6945 35.9246,20.4017 34.8007,19.2991C32.4526,16.9941 29.1958,15.5921 25.8625,16.0578C25.4369,16.1148 25.0208,16.2051 24.6095,16.324C24.4135,16.381 24.4421,16.5188 24.6095,16.5854C24.8391,16.6757 25.126,16.6519 25.3556,16.5854C28.225,15.7727 31.2522,17.0939 33.366,18.9997C34.4612,19.9835 35.3842,21.1479 36.1685,22.3883C37.0054,23.7096 37.7228,25.1544 37.938,26.7133C38.1245,28.0915 37.8662,29.4841 37.0341,30.6199C36.6659,31.119 36.202,31.5467 35.6424,31.8319C35.0542,32.1313 34.4373,32.1788 33.7965,32.0362C32.4287,31.7416 31.1279,30.9526 30.0614,30.0781C28.9902,29.2036 28.0863,28.1295 27.369,26.9509C25.7286,24.2609 25.1595,21.0433 25.3843,17.9351C25.413,17.5359 25.456,17.1367 25.5086,16.7422C25.5277,16.5188 24.4852,16.457 24.4469,16.7517Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_celebration.xml"
line="32"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (921 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M38.2541,15.3598C39.0505,15.1241 39.8469,14.8931 40.6433,14.6575C40.3841,14.5915 40.1249,14.5255 39.861,14.4595C39.8987,14.7564 39.9317,15.0534 39.9694,15.3551C39.9835,15.4871 40.0024,15.6238 40.0165,15.7558C40.0307,15.8595 40.1013,16.0999 40.0212,16.1801C40.0637,16.1471 40.1108,16.1141 40.1532,16.0811C39.96,16.1753 39.7102,16.213 39.5076,16.2885C39.2673,16.3733 39.0269,16.477 38.8007,16.5902C38.3483,16.8164 37.9242,17.0898 37.5331,17.4104C37.354,17.5565 37.5802,17.6838 37.7169,17.7215C37.9195,17.7734 38.2494,17.7828 38.4285,17.6414C39.0364,17.1464 39.7291,16.7551 40.4831,16.5336C40.6574,16.4817 40.8977,16.4535 41.0203,16.3026C41.1334,16.1565 41.0768,15.9726 41.058,15.8029C41.0061,15.3551 40.9496,14.9073 40.8977,14.4595C40.8648,14.1813 40.2946,14.2096 40.1155,14.2615C39.3191,14.4972 38.5227,14.7282 37.7263,14.9639C37.5802,15.0063 37.3729,15.1194 37.5425,15.275C37.7028,15.4258 38.0656,15.4164 38.2541,15.3598Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_celebration.xml"
line="50"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (3294 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M25.1992,55.8616C25.2376,55.2401 25.2813,54.6189 25.331,53.998C25.7539,48.6804 26.6148,43.3598 28.3297,38.2957C29.0443,36.1796 29.8831,33.987 31.4257,32.3282C32.2044,31.4897 33.1653,30.874 34.2464,30.5067C35.2739,30.1559 36.3634,30.0158 37.4376,29.8777C37.5548,29.8626 37.6717,29.8476 37.7884,29.8323C40.348,29.4997 42.8531,28.8714 45.1036,27.5602C46.0389,27.0139 46.927,26.2668 47.235,25.1904C47.5797,23.9936 47.2346,22.5952 46.9112,21.4268C46.6095,20.3424 46.0887,19.3635 45.1184,18.7418C44.1663,18.1311 43.0386,17.8778 41.9326,17.7012C41.0041,17.5518 40.0682,17.4301 39.1327,17.3086L39.1326,17.3086L39.1321,17.3085C38.755,17.2595 38.378,17.2105 38.0015,17.1597L38.0007,17.1596C37.2892,17.0638 36.5777,16.9681 35.8662,16.8686C35.6983,16.8465 35.5304,16.8235 35.3625,16.8005C35.1946,16.7775 35.0267,16.7544 34.8588,16.7323C34.7859,16.7223 34.7111,16.7141 34.6354,16.7058L34.6352,16.7058C34.4039,16.6804 34.1653,16.6542 33.9536,16.5742C33.445,16.3828 33.2961,15.7684 33.1769,15.2763C33.1661,15.2318 33.1555,15.1882 33.145,15.1461C33.0741,14.8594 33.0106,14.5719 32.9471,14.2844C32.8836,13.9969 32.82,13.7094 32.7492,13.4227C32.4622,12.2945 32.0181,11.2574 31.132,10.4715C29.2722,8.8266 26.527,8.7867 24.2155,9.2364C22.9374,9.4866 21.641,9.8427 20.4211,10.3011C19.3728,10.6939 18.4192,11.3242 17.925,12.3602C17.1952,13.891 17.4459,15.5175 17.6953,17.1357C17.8162,17.9198 17.9367,18.702 17.9453,19.4704C17.9618,20.8246 17.4967,22.003 16.8381,23.1629C16.6289,23.5288 16.4158,23.8922 16.2027,24.2557C15.7934,24.9536 15.384,25.6518 15.0014,26.3689C13.8597,28.5137 12.8676,30.7389 12.0323,33.0192C10.3619,37.5759 9.2972,42.3488 8.8749,47.1809C8.8403,47.5753 8.81,47.9702 8.7839,48.3653C9.1373,48.6988 9.4993,49.0232 9.8697,49.3382C10.0733,45.0957 10.7706,40.8768 11.9436,36.7932C12.6036,34.4945 13.4169,32.2434 14.3798,30.0546C15.35,27.844 16.499,25.7393 17.7246,23.664C18.3539,22.599 18.9321,21.4755 19.0578,20.2237C19.1622,19.1825 18.9967,18.1494 18.8321,17.1215L18.832,17.1212C18.7809,16.8018 18.7298,16.4829 18.6869,16.1645C18.5459,15.1058 18.5035,13.9779 18.8406,12.9526C19.1924,11.88 19.9673,11.1582 21.001,10.7325C22.1662,10.2522 23.448,9.9253 24.6786,9.675C25.8398,9.4392 27.041,9.3531 28.1906,9.6721C29.2014,9.9508 30.1536,10.5323 30.7621,11.3981C31.3705,12.2643 31.5987,13.3028 31.8227,14.3222L31.8227,14.3225C31.8509,14.451 31.8791,14.5791 31.9079,14.7065C31.9254,14.7835 31.9424,14.8623 31.9597,14.942C32.0611,15.4103 32.17,15.9136 32.4097,16.3131C32.7194,16.8282 33.3033,17.0005 33.8617,17.0961C34.7732,17.25 35.6932,17.3656 36.6124,17.4812L36.6126,17.4812C37.0551,17.5369 37.4976,17.5925 37.9388,17.6524C38.343,17.7077 38.7479,17.7594 39.1528,17.8111L39.1535,17.8112C40.0429,17.9249 40.9325,18.0386 41.8152,18.1901C42.8226,18.363 43.8554,18.6526 44.6284,19.3544C45.5109,20.1549 45.7977,21.3816 46.019,22.5025C46.2585,23.7036 46.4284,24.9923 45.6495,26.0425C44.973,26.9542 43.8661,27.4966 42.8543,27.9516C41.6854,28.4757 40.4656,28.8611 39.2095,29.1077C38.5285,29.2405 37.8357,29.332 37.1429,29.4235C35.4319,29.6495 33.7202,29.8755 32.1835,30.7231C30.2619,31.7829 29.0401,33.6939 28.1834,35.6529C27.1985,37.9074 26.5018,40.3119 25.922,42.6982C25.3055,45.2379 24.8642,47.8215 24.5506,50.4163C24.3366,52.1816 24.1811,53.9523 24.0691,55.7261C24.4435,55.7788 24.8202,55.8239 25.1992,55.8616Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_dinosour.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1453 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M40.6272,52.9976C36.8332,54.9178 32.543,55.9997 28,55.9997C20.7366,55.9997 14.1192,53.2341 9.1433,48.6984C9.6497,47.1996 10.0036,45.6186 10.3906,43.8896L10.3929,43.8794C10.9403,41.4298 10.9875,38.9476 11.0818,33.9911L11.0818,33.989C11.0967,33.225 11.1001,32.5956 11.103,32.0603C11.1128,30.2452 11.1167,29.5125 11.5423,28.2856C12.6737,25.0214 14.378,22.2927 14.378,22.2927C14.378,22.2927 11.0456,19.9151 10.9187,18.0297C10.8601,17.1284 11.4906,16.6219 14.4271,14.263C14.9452,13.8469 15.535,13.3731 16.2055,12.8293C16.6818,12.4429 17.1112,12.0923 17.5029,11.7724C20.046,9.6958 21.0007,8.9162 22.8703,8.0632C25.104,7.0463 26.442,6.9305 27.0838,6.9088C29.4009,6.8256 31.1197,7.6326 31.6817,7.9185C33.7631,8.9861 34.7893,10.5422 35.2825,11.313C35.8609,12.2156 35.9919,12.7361 36.1303,13.2858C36.2582,13.7941 36.3925,14.3274 36.8924,15.2106C37.1318,15.634 38.5206,18.0188 41.4106,19.6148C42.9118,20.4435 43.7675,20.9139 44.9351,20.8416C45.1247,20.8292 45.3065,20.8036 45.4807,20.7791C45.9698,20.7102 46.3993,20.6498 46.7736,20.9139C47.0456,21.105 47.1233,21.3499 47.2064,21.6116C47.2916,21.8801 47.3824,22.1663 47.6946,22.4303C48.0811,22.7596 48.5417,22.8269 48.8569,22.8729C49.068,22.9038 49.2139,22.9251 49.2285,23.0093C49.2937,23.4001 46.7772,24.019 46.7772,24.019C42.3969,25.0974 38.3864,27.5582 36.7438,28.785C35.7502,29.5269 31.7071,32.5487 31.1523,37.3039C30.6809,41.3571 32.9799,44.6141 34.1402,46.2571C36.5251,49.6355 39.0534,51.7523 40.6272,52.9976Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_dog.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (11937 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.8779,53.2471C16.9309,53.1221 17.9864,53.0169 19.0412,52.9125C19.4625,52.8708 19.8837,52.8275 20.3049,52.7843H20.3051C22.2619,52.5833 24.219,52.3824 26.1882,52.3407C28.799,52.2828 31.4135,52.4456 33.9989,52.8003C35.7015,53.0322 37.3933,53.3446 39.0682,53.7274C39.6456,53.4787 40.2129,53.2111 40.7695,52.9254C40.3431,52.5772 39.9355,52.205 39.5396,51.8232C39.0952,51.3911 38.6622,50.9455 38.2378,50.4913C38.2033,50.404 38.1304,50.3339 38.0439,50.2825C37.4631,49.6535 36.8979,49.0096 36.3413,48.3635C34.347,46.0547 32.4904,43.4997 31.8196,40.4671C31.5005,39.0268 31.4969,37.5032 31.903,36.081C32.3055,34.6769 33.0416,33.3958 33.93,32.245C35.6342,30.0302 37.8425,28.2171 40.3083,26.9035C42.0877,25.9571 44.0046,25.3518 45.9215,24.7464C46.9734,24.4142 48.0253,24.082 49.0545,23.6935C49.3621,23.5765 49.6674,23.4549 49.9722,23.3284C50.2317,23.2418 50.4805,23.1229 50.7043,22.9733C51.1322,22.6875 51.4695,22.3039 51.6326,21.8153C51.7886,21.3521 51.7632,20.8093 51.5782,20.3569C51.1467,19.2893 49.9828,18.7067 48.8587,18.7899C48.8053,18.7937 48.7532,18.8047 48.7042,18.8223C47.9544,18.9425 47.3488,19.4313 46.9948,20.1253C46.8989,20.314 46.8112,20.5152 46.7481,20.7226C46.2446,20.7931 45.7373,20.8077 45.2325,20.7477C44.6052,20.6717 43.996,20.5161 43.3941,20.3316C42.2519,19.9769 41.1858,19.3943 40.2612,18.6379C39.3111,17.8635 38.5025,16.9298 37.857,15.8912C37.3711,15.1101 37.0114,14.2695 36.6507,13.4267C36.5001,13.0747 36.3493,12.7223 36.189,12.3736C35.8772,11.6933 35.511,11.0346 35.094,10.4122C34.8957,10.1162 34.6882,9.8121 34.4566,9.5299C34.4459,9.5049 34.4313,9.4803 34.4122,9.4568C33.7632,8.6389 32.8784,8.0671 31.9247,7.6618C30.9094,7.2312 29.8434,6.9272 28.7591,6.7752C27.7221,6.6304 26.656,6.6304 25.6262,6.8222C24.843,6.967 24.0815,7.2203 23.349,7.5279C21.8152,8.1648 20.3828,9.0551 19.0376,10.0213C17.8772,10.8537 16.7676,11.7656 15.7052,12.721C15.3426,13.0467 14.9872,13.376 14.6391,13.7126C14.583,13.7662 14.5246,13.8193 14.4658,13.8729C14.3916,13.9404 14.3167,14.0086 14.2451,14.0789C14.2175,14.0955 14.1904,14.1156 14.1641,14.1396C13.3069,14.9236 12.4874,15.7494 11.669,16.574C11.4107,16.8343 11.1526,17.0945 10.8933,17.3532L10.5307,17.7151C10.4314,17.816 10.3939,17.9298 10.3998,18.0386C10.3447,18.1922 10.394,18.3619 10.5053,18.4968C11.5278,19.7537 12.5723,20.9906 13.6413,22.2074C12.6369,23.7932 11.773,25.4731 11.285,27.2907C10.7338,29.3498 10.6214,31.4995 10.5815,33.6201C10.577,33.8651 10.5727,34.1099 10.5684,34.3548C10.5284,36.6569 10.4883,38.9555 10.2261,41.2451C9.9651,43.5287 9.4574,45.8013 8.6597,47.9727C8.6349,48.0403 8.6098,48.1078 8.5845,48.1751C8.8286,48.4101 9.0771,48.6408 9.3296,48.8669C10.1653,46.7639 10.7168,44.5615 11.042,42.3236C11.3974,39.8627 11.4844,37.3729 11.5207,34.8904C11.5222,34.7874 11.5236,34.6844 11.525,34.5814L11.5251,34.5794C11.5411,33.4315 11.5572,32.2863 11.6403,31.1412C11.7128,30.1243 11.818,29.234 12.0283,28.2605C12.4272,26.4004 13.1488,24.8009 14.1242,23.1977C14.1781,23.1099 14.2321,23.0226 14.2862,22.9357C14.4213,23.087 14.5568,23.238 14.6926,23.3887C15.1263,23.9702 15.6029,24.5172 16.0859,25.0578C16.1439,25.1221 16.201,25.1878 16.2581,25.2535L16.2582,25.2537C16.3618,25.3729 16.4657,25.4924 16.5755,25.6043C16.6157,25.6444 16.649,25.6672 16.6886,25.6943C16.7061,25.7062 16.7248,25.719 16.7459,25.7346C16.7664,25.7499 16.7773,25.7567 16.7824,25.7588C16.7886,25.7672 16.7987,25.7802 16.8148,25.7997C16.8732,25.8706 16.9386,25.9362 17.0038,26.0015L17.0039,26.0016L17.0042,26.0019C17.032,26.0297 17.0597,26.0575 17.0867,26.0856C17.4058,26.4149 17.7322,26.737 18.073,27.041C18.2362,27.1857 18.403,27.3305 18.5771,27.468C18.6045,27.4899 18.6372,27.5129 18.6699,27.5359L18.67,27.5359C18.7237,27.5737 18.7776,27.6116 18.8091,27.6453C18.8361,27.6733 18.8617,27.7015 18.8872,27.7296C18.9476,27.7962 19.0072,27.8618 19.0811,27.9204C19.4328,28.2063 19.8027,28.4777 20.1798,28.7274C20.9413,29.234 21.7427,29.6755 22.5658,30.0772C22.6521,30.1195 22.7395,30.1634 22.8282,30.2078L22.8286,30.2081L22.8288,30.2082C23.6041,30.5969 24.4646,31.0284 25.3398,30.8336C26.2354,30.6345 26.8301,29.8492 27.1709,29.0458C27.5444,28.1592 27.82,27.2436 28.0086,26.3027C28.1789,25.456 28.2532,24.5873 28.3269,23.7254L28.3271,23.7228L28.3272,23.722L28.3273,23.7212L28.3273,23.7207C28.3382,23.5933 28.3491,23.4659 28.3603,23.3388C28.5416,21.2942 28.5561,19.235 28.4473,17.1867C28.3929,16.1626 28.3095,15.1421 28.2008,14.1251L28.194,14.0624L28.194,14.0622C28.1708,13.8474 28.1474,13.6301 28.121,13.4158C28.1029,13.2602 28.0811,13.1408 27.9977,13.0069C27.9433,12.9237 27.8889,12.8441 27.8236,12.7681C27.4719,12.3627 26.9969,12.3012 26.482,12.2867C25.5138,12.2614 24.5747,12.5292 23.6863,12.8911C22.8015,13.2494 21.9856,13.6945 21.1879,14.2192C20.6474,14.5771 20.1682,15.0057 19.6877,15.4356C19.5073,15.597 19.3268,15.7585 19.1427,15.9165C18.3595,16.586 17.6162,17.2989 16.9018,18.0372C15.898,19.0753 14.9032,20.1854 14.1364,21.4194C13.2255,20.3787 12.3309,19.3233 11.4537,18.2532C11.4406,18.2173 11.4143,18.1878 11.3802,18.1636L11.3727,18.1544C12.2566,17.2666 13.144,16.3824 14.0408,15.5076C14.0827,15.4669 14.1245,15.4263 14.1663,15.3857C14.3776,15.1804 14.5879,14.9759 14.8059,14.7766C14.8475,14.7385 14.8791,14.6983 14.9018,14.657L14.9147,14.6445C14.9491,14.611 14.9836,14.5775 15.0198,14.5449C15.2954,14.2771 15.5746,14.0093 15.8575,13.7488C16.8148,12.8622 17.8083,12.0117 18.8454,11.2156C19.4799,10.727 20.1326,10.2602 20.8035,9.8259C21.438,9.4134 22.1451,8.9972 22.874,8.6353C23.2293,8.458 23.5883,8.2951 23.9582,8.1467C24.1395,8.0744 24.3172,8.0056 24.5021,7.9405L24.5023,7.9404C24.5247,7.9329 24.6541,7.8899 24.5746,7.9151C24.6145,7.9007 24.658,7.8862 24.7015,7.8753C24.7766,7.8504 24.8516,7.8275 24.925,7.8052C24.9473,7.7984 24.9696,7.7916 24.9916,7.7849C25.3434,7.6835 25.7023,7.5967 26.065,7.5388C26.1447,7.5243 26.2281,7.5134 26.3115,7.5026C26.3249,7.4992 26.4465,7.4866 26.4194,7.4904C26.4477,7.4881 26.4948,7.4845 26.5073,7.4845C26.7793,7.4628 27.0513,7.4519 27.3232,7.4519C28.4437,7.4447 29.5351,7.6691 30.5976,8.0165C31.4932,8.3096 32.407,8.7113 33.1214,9.3518C33.2918,9.5038 33.4441,9.6667 33.5855,9.8476C33.6371,9.9126 33.7041,9.9614 33.7786,9.9934C33.9091,10.1671 34.0321,10.3461 34.1512,10.5244C34.5319,11.0925 34.8728,11.686 35.1628,12.3012C35.3592,12.7153 35.5391,13.1369 35.719,13.5583L35.719,13.5584L35.7191,13.5586L35.7191,13.5588C36.0674,14.3748 36.4154,15.1903 36.8816,15.9491C38.2197,18.1385 40.2467,19.8901 42.6979,20.7115C43.9768,21.1401 45.3118,21.3901 46.6501,21.2672C46.6431,21.4347 46.6599,21.6028 46.7084,21.7683C46.8534,22.2677 47.2487,22.6585 47.6439,22.9697C47.8034,23.0956 47.9704,23.202 48.1452,23.2854C47.1209,23.657 46.0804,23.9868 45.0395,24.3166L45.0393,24.3167L44.9388,24.3485C43.4412,24.8226 41.9473,25.3003 40.5295,25.9843C37.9114,27.2437 35.5363,29.0241 33.6544,31.2389C32.679,32.3861 31.8196,33.6599 31.2684,35.0677C30.7064,36.5044 30.5214,38.0533 30.7136,39.5805C31.1125,42.747 32.8675,45.5046 34.8619,47.9184C35.379,48.5451 35.9113,49.1634 36.4557,49.7709C34.6878,49.2655 32.8856,48.9015 31.0545,48.7001C28.8752,48.4612 26.6778,48.4612 24.4912,48.5987C22.2938,48.7399 20.0964,48.9787 17.9171,49.2936L17.8239,49.3071C16.0046,49.5704 14.1557,49.8381 12.3909,50.3611C12.0988,50.4475 11.8095,50.5409 11.523,50.641C11.795,50.8393 12.0706,51.0327 12.3498,51.2213C14.0327,50.6971 15.7903,50.4247 17.5291,50.1585C19.5815,49.8436 21.6484,49.612 23.7189,49.4528C25.8837,49.2863 28.063,49.2357 30.2277,49.4166C32.4252,49.6012 34.6443,50.0535 36.7765,50.7086C37.0332,50.7876 37.2899,50.8695 37.5442,50.9541C37.7153,51.1352 37.8872,51.3151 38.0601,51.4939C38.6082,52.0583 39.1765,52.606 39.7747,53.1175C38.2356,52.7538 36.6826,52.4489 35.1193,52.2104C32.4795,51.8051 29.8071,51.5843 27.1347,51.5879C24.7088,51.5916 22.3011,51.8376 19.8897,52.0874C19.4763,52.13 19.0628,52.1714 18.6494,52.2129L18.6482,52.213C17.3321,52.3448 16.0164,52.4766 14.7059,52.6488C15.0912,52.8571 15.482,53.0566 15.8779,53.2471ZM49.1533,19.7276C49.1255,19.7321 49.0962,19.7344 49.0653,19.7344C49.0013,19.7344 48.9372,19.7344 48.8731,19.7403C48.8747,19.74 48.8763,19.7398 48.8779,19.7395C48.88,19.7391 48.882,19.7388 48.8839,19.7384C48.8865,19.7379 48.8887,19.7374 48.8902,19.737C48.897,19.7353 48.8892,19.7356 48.8369,19.7453C48.7535,19.7634 48.6701,19.7851 48.5867,19.8104C48.5832,19.8116 48.5797,19.8129 48.5762,19.8142C48.5714,19.816 48.5667,19.8179 48.562,19.8198L48.5541,19.8231L48.5515,19.8242C48.5528,19.8243 48.5392,19.8308 48.5106,19.843C48.4979,19.8502 48.4843,19.8575 48.4707,19.8647C48.4638,19.8684 48.4569,19.872 48.4502,19.8757C48.4436,19.8793 48.4371,19.8829 48.4308,19.8864C48.3945,19.9081 48.3546,19.9335 48.3184,19.9588C48.3098,19.9646 48.3028,19.9692 48.2972,19.9728C48.2921,19.9781 48.2849,19.9854 48.2749,19.995C48.2168,20.0457 48.1624,20.0963 48.1117,20.1506C48.1044,20.1615 48.021,20.2592 48.0682,20.1977C48.0392,20.2338 48.0101,20.27 47.9848,20.3098C47.8869,20.4582 47.7998,20.6174 47.7309,20.7803C47.7604,20.715 47.7043,20.8557 47.6983,20.8708C47.6954,20.8796 47.6924,20.8882 47.6895,20.8968C47.6781,20.9305 47.6671,20.9628 47.6584,20.9974C47.633,21.0843 47.6113,21.1711 47.604,21.2616C47.5931,21.4353 47.6258,21.5656 47.7092,21.6995C47.8796,21.9782 48.1878,22.2423 48.4743,22.4088C48.7934,22.5934 49.1379,22.5861 49.486,22.492C49.816,22.4052 50.1459,22.2532 50.3853,22.0324C50.853,21.6018 50.8965,20.9612 50.5521,20.4329C50.2567,19.9785 49.7056,19.7559 49.1533,19.7276ZM16.173,23.7984C16.01,23.6052 15.8506,23.409 15.696,23.2094C15.6743,23.1586 15.6432,23.1105 15.6036,23.0674C15.5722,23.0327 15.5408,22.998 15.5095,22.9633C15.3833,22.7933 15.261,22.6207 15.1432,22.445C15.1173,22.407 15.0866,22.3753 15.0524,22.3495C15.0211,22.2436 14.9435,22.1498 14.8349,22.1012C14.8341,22.1009 14.8327,22.1004 14.8309,22.0996C14.8285,22.0985 14.8252,22.0971 14.8214,22.0954C14.8163,22.0931 14.8101,22.0902 14.8035,22.0872C15.9756,20.1495 17.5896,18.4874 19.2588,16.9768C19.3969,16.8507 19.5375,16.7277 19.6781,16.6046L19.6782,16.6045L19.6785,16.6043L19.6786,16.6042L19.6787,16.6041C19.8406,16.4624 20.0027,16.3205 20.1617,16.1734C21.0537,15.3556 21.9856,14.6101 23.0771,14.0709C23.8023,13.709 24.571,13.3797 25.3651,13.2023C25.7568,13.1155 26.1484,13.0757 26.5473,13.0901C26.6379,13.0938 26.7286,13.0974 26.8192,13.1082C26.8325,13.1106 26.8458,13.1127 26.8591,13.1147C26.8857,13.1187 26.9123,13.1227 26.9389,13.1299C26.8814,13.1156 26.9946,13.1758 26.9511,13.1383C27.0291,13.2049 27.0956,13.29 27.1635,13.3934C27.409,15.5063 27.5626,17.6295 27.5626,19.7561C27.5626,20.831 27.5227,21.9058 27.4356,22.977C27.4271,23.0863 27.4187,23.1961 27.4103,23.306C27.3403,24.2213 27.2692,25.1516 27.0912,26.053C26.8954,27.0518 26.6198,28.0615 26.181,28.9807C26.0215,29.3173 25.793,29.643 25.4921,29.8637C25.1657,30.1026 24.7958,30.1026 24.4006,29.9831C24.0769,29.8837 23.7617,29.7275 23.4517,29.5738C23.3553,29.526 23.2595,29.4785 23.1641,29.4331C22.7326,29.2232 22.3011,29.006 21.8841,28.7708C21.4816,28.5464 21.0863,28.3076 20.702,28.047C20.5279,27.9276 20.3575,27.8046 20.1871,27.6779C20.1454,27.6465 20.1014,27.6146 20.0567,27.5821C19.9103,27.4758 19.7559,27.3636 19.6504,27.2473C19.5066,27.0904 19.3432,26.959 19.1775,26.8257C19.1176,26.7775 19.0574,26.729 18.9977,26.6791C18.791,26.5018 18.588,26.3208 18.3885,26.1326C18.1927,25.9445 17.9969,25.7527 17.8083,25.5572C17.7594,25.5066 17.7095,25.455 17.6597,25.4034L17.511,25.2496C17.4784,25.2134 17.4457,25.1809 17.4095,25.1519C17.3769,25.1319 17.3443,25.1102 17.3129,25.0891C17.3101,25.086 17.3066,25.0823 17.3024,25.078C17.2995,25.075 17.2962,25.0716 17.2926,25.0679L17.2848,25.0601L17.2753,25.0506C17.1682,24.9088 17.0431,24.776 16.9183,24.6435L16.9182,24.6434C16.8487,24.5696 16.7794,24.4959 16.7133,24.4209L16.7131,24.4207C16.5319,24.2145 16.3506,24.0083 16.173,23.7984ZM14.7639,22.0844C14.7616,22.0805 14.7588,22.0756 14.7555,22.0693C14.7562,22.0705 14.7572,22.0723 14.7586,22.0747L14.7587,22.0748L14.7615,22.0796L14.764,22.084L14.7639,22.0844ZM14.7805,22.1446V22.1254L14.7825,22.1222C14.7861,22.1331 14.7868,22.1421 14.7805,22.1446Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_dog.xml"
line="22"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1009 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.0609,35.2254C16.1991,36.8986 16.8943,38.618 18.2678,39.6454C19.6999,40.7147 21.7519,41.025 23.3766,40.2157C24.2895,39.7628 24.9805,38.9912 25.6337,38.2322C26.0316,37.7709 24.7795,37.578 24.5031,37.8967C23.9922,38.4838 23.473,39.1002 22.8197,39.5363C22.514,39.7376 22.2502,39.8509 21.9194,39.9431C21.9068,39.9473 21.8063,39.9683 21.8901,39.9515C21.8482,39.9599 21.8063,39.9683 21.7686,39.9725C21.6849,39.9851 21.6011,39.9976 21.5215,40.0018C21.6346,39.9934 21.4252,40.006 21.3834,40.006C21.3415,40.006 21.2996,40.006 21.2577,40.006C21.0567,40.0018 21.3792,40.0228 21.1782,40.0018C21.0944,39.9934 21.0107,39.985 20.9269,39.9683C20.885,39.9599 20.8432,39.9557 20.8013,39.9473C20.7887,39.9431 20.6882,39.9221 20.772,39.9431C20.5877,39.897 20.4035,39.8467 20.2234,39.7754C19.9847,39.6789 19.6455,39.4944 19.3984,39.3099C18.8164,38.878 18.3683,38.2993 18.0375,37.6576C17.648,36.8986 17.4387,36.0725 17.3675,35.2254C17.3465,34.9528 16.9236,34.8899 16.7142,34.8941C16.5425,34.8983 16.0358,34.9528 16.0609,35.2254Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_drink.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1016 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M27.9202,37.6995C28.6237,39.1127 30.0935,40.0311 31.6555,40.1569C32.5642,40.2282 33.4813,40.0856 34.3062,39.6998C35.0474,39.3518 35.6546,38.8024 36.1236,38.1398C36.6429,37.406 36.9821,36.5589 37.2878,35.7202C37.3841,35.4602 37.0282,35.3427 36.8313,35.3218C36.6303,35.2966 36.1195,35.2924 36.0273,35.5482C35.5625,36.8189 35.0014,38.2111 33.8288,38.9953C33.5734,39.1673 33.2886,39.3015 33.0165,39.3853C32.8573,39.4356 32.7275,39.4692 32.6186,39.486C32.5433,39.4985 32.4637,39.5111 32.3883,39.5195C32.3423,39.5237 32.3004,39.5279 32.2543,39.5321C32.3464,39.5279 32.2292,39.5321 32.1957,39.5321C32.1161,39.5321 32.0408,39.5321 31.9612,39.5321C31.8272,39.5279 31.9067,39.5279 31.9361,39.5321C31.89,39.5279 31.8481,39.5237 31.8021,39.5195C31.7141,39.5069 31.6262,39.4944 31.5382,39.4776C31.6052,39.4902 31.5508,39.4818 31.5382,39.4776C31.488,39.465 31.4377,39.4524 31.3875,39.4398C31.0944,39.356 30.864,39.2511 30.5793,39.0834C29.9721,38.7227 29.4947,38.1692 29.1806,37.5402C28.988,37.1334 27.7024,37.2634 27.9202,37.6995Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_drink.xml"
line="19"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1105 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.1062,26.0625C12.9286,29.2873 12.757,33.3592 13.7871,37.0202C14.3189,38.9115 15.1523,40.7189 16.1489,42.4047C17.0702,43.9563 18.2343,45.424 19.8005,46.3592C21.5174,47.3866 23.5149,47.8143 25.4914,47.9653C27.4554,48.1163 29.457,47.9066 31.3247,47.2692C34.658,46.1369 37.2292,43.4908 38.7535,40.3666C40.4746,36.8357 40.7719,32.7721 40.395,28.9099C40.3447,28.4192 40.2861,27.9286 40.2191,27.4379C40.1772,27.1276 39.8632,26.9599 39.5658,26.9683C39.3397,26.9767 38.8665,27.115 38.9126,27.4379C39.4402,31.2205 39.4318,35.2044 38.0583,38.8192C37.493,40.3037 36.7099,41.696 35.6965,42.9205C35.1856,43.5411 34.6454,44.0863 34.0424,44.5811C33.7325,44.8369 33.4059,45.076 33.0709,45.2982C32.7317,45.5205 32.4553,45.684 32.1287,45.8476C31.3205,46.2585 30.5081,46.5479 29.6622,46.745C28.7326,46.9631 27.9202,47.0553 26.9989,47.0721C25.2401,47.1056 23.4311,46.875 21.7938,46.2166C20.1774,45.5624 18.9378,44.405 17.9412,42.975C16.911,41.4947 16.0986,39.8257 15.4831,38.1315C14.2519,34.7515 13.9755,30.9102 15.6045,27.6099C15.7888,27.2367 15.9981,26.8802 16.2285,26.5321C16.6514,25.9199 15.437,25.5718 15.1062,26.0625Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_drink.xml"
line="55"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2666 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M40.3699,27.3457C39.3272,25.836 37.6102,25.0896 35.931,24.5277C33.9168,23.8567 31.8356,23.3744 29.7292,23.1018C27.7443,22.846 25.7259,22.7496 23.7284,22.8628C21.8608,22.9677 19.968,23.2612 18.2385,23.9993C17.3633,24.3725 16.5007,24.838 15.7762,25.4628C15.4286,25.7605 15.0853,26.1338 14.9177,26.5699C14.7419,27.027 14.8256,27.4925 15.0518,27.916C15.9186,29.5389 17.7904,30.3315 19.4655,30.8096C23.004,31.8202 26.777,32.0928 30.416,31.5225C32.1999,31.2457 33.9629,30.7592 35.6253,30.0505C36.467,29.6899 37.2836,29.2831 38.0667,28.8093C38.4352,28.587 38.7911,28.3438 39.1513,28.1089C39.1722,28.0964 39.1973,28.0838 39.2225,28.0712C39.1136,28.1341 39.1973,28.0796 39.2308,28.067C39.2978,28.0418 39.3607,28.0167 39.4277,27.9915C39.6035,27.9286 39.7794,27.8657 39.9427,27.7776C40.2149,27.6351 40.4662,27.3164 40.1437,27.0647C39.8967,26.8718 39.5449,26.8257 39.2476,26.9305C39.0592,26.9934 38.7618,27.2493 39.0131,27.4464C39.0759,27.4967 39.0047,27.4128 38.9963,27.3793C38.9838,27.3122 39.0089,27.2786 39.0466,27.2283C39.0131,27.2702 39.1345,27.1738 39.0256,27.2367C38.9461,27.2828 39.0382,27.2325 39.055,27.2283C39.0215,27.2409 38.988,27.2576 38.9545,27.2702C38.8749,27.2996 38.7953,27.3289 38.7158,27.3583C38.385,27.4841 38.1169,27.6476 37.8238,27.8405C37.1203,28.306 36.3833,28.7254 35.6253,29.0944C34.9176,29.4383 34.1597,29.7402 33.385,29.996C32.5768,30.2644 31.8523,30.4573 31.0609,30.6167C30.2401,30.7844 29.411,30.9018 28.5776,30.9773C28.5232,30.9815 28.4646,30.9857 28.4101,30.9899C28.3976,30.9899 28.2803,30.9983 28.3808,30.9941C28.2803,31.0025 28.1756,31.0067 28.0751,31.0151C27.8616,31.0276 27.6438,31.0402 27.4302,31.0444C26.9989,31.057 26.5676,31.0612 26.1363,31.0528C25.2485,31.036 24.5869,30.9857 23.7242,30.8809C22.8909,30.776 22.0618,30.6334 21.241,30.4447C20.8851,30.3651 20.55,30.2812 20.1522,30.1638C19.7502,30.0505 19.3482,29.9205 18.9546,29.7696C18.2762,29.5054 17.5727,29.1363 17.0157,28.608C16.7226,28.3312 16.4546,28.0125 16.2745,27.6518C16.0819,27.266 16.0735,26.9138 16.2871,26.5364C16.6807,25.8402 17.4889,25.3706 18.1715,25.0057C19.633,24.2173 21.2033,23.8609 22.8574,23.6889C22.9747,23.6764 23.0877,23.6638 23.205,23.6554C23.251,23.6512 23.2971,23.647 23.3432,23.6428C23.251,23.6512 23.3641,23.6428 23.3767,23.6386C23.607,23.6218 23.8415,23.6093 24.0718,23.5967C24.4864,23.5799 24.9051,23.5715 25.3197,23.5715C26.2368,23.5715 27.2041,23.6051 28.0668,23.6847C29.9972,23.8567 31.9151,24.1964 33.7786,24.7206C34.6622,24.968 35.5458,25.2447 36.4,25.5928C37.0617,25.8654 37.7778,26.2302 38.3556,26.7293C38.6362,26.9725 38.8958,27.2409 39.1052,27.547C39.2811,27.7986 39.6203,27.8573 39.9092,27.8112C40.0684,27.7818 40.5416,27.5973 40.3699,27.3457Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_drink.xml"
line="58"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1195 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M44.6369,15.3229C44.6914,14.7945 44.75,14.199 45.0599,13.7545C45.1185,13.6706 45.2358,13.549 45.2902,13.5113C45.286,13.5155 45.4326,13.4232 45.3781,13.4526C45.4158,13.4358 45.4577,13.4232 45.4954,13.4106C45.4409,13.4232 45.4493,13.419 45.5205,13.4064C45.6001,13.398 45.6043,13.3938 45.5331,13.4064C45.554,13.4064 45.5749,13.4064 45.5959,13.4064C45.5247,13.4022 45.5289,13.4022 45.6043,13.4148C45.5456,13.4022 45.554,13.4064 45.6252,13.4274C45.5624,13.3897 45.6964,13.4693 45.7048,13.4819C45.688,13.4693 45.7885,13.5742 45.8095,13.5993C45.9267,13.7713 45.977,14.0103 45.9141,14.2116C45.8765,14.329 45.8053,14.4213 45.7131,14.5009C45.6671,14.5429 45.6378,14.5596 45.5708,14.5974C45.5749,14.5974 45.4242,14.6771 45.4828,14.6477C44.8966,14.9245 44.1177,15.0545 43.5272,15.1006C43.3011,15.1174 42.874,15.1803 42.874,15.4906C42.874,15.7758 43.3137,15.8974 43.5272,15.8806C44.3354,15.8177 45.1436,15.6835 45.91,15.4151C46.5213,15.2013 47.2081,14.7945 47.2416,14.069C47.2751,13.3267 46.6428,12.8193 45.977,12.6768C45.2483,12.5174 44.3857,12.7648 43.925,13.3729C43.4937,13.9348 43.389,14.6477 43.322,15.3355C43.2927,15.6248 43.7743,15.7296 43.9753,15.7255C44.2307,15.7045 44.6076,15.6248 44.6369,15.3229Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_drink.xml"
line="82"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1338 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.6555,28.1089C21.354,28.0796 20.9311,28.1047 20.7929,28.436C20.6882,28.6834 20.8808,28.8889 21.0777,29.0063C21.4252,29.216 21.8272,29.3125 22.2292,29.3334C22.9621,29.3754 23.7284,29.0986 24.2225,28.545C24.4277,28.3102 24.2267,28.0418 23.988,27.9454C23.7075,27.8321 23.3013,27.8657 23.0919,28.1005C22.9872,28.2179 22.9286,28.2725 22.7694,28.3563C22.7359,28.3773 22.7359,28.3773 22.7736,28.3521C22.7569,28.3605 22.7401,28.3689 22.7192,28.3773C22.6815,28.3899 22.648,28.4067 22.6103,28.4192C22.5643,28.436 22.5349,28.4402 22.5978,28.4234C22.5517,28.436 22.5014,28.4444 22.4554,28.4528C22.4428,28.457 22.3214,28.4654 22.3967,28.4612C22.4763,28.457 22.3507,28.4612 22.3381,28.4612C22.3088,28.4612 22.1748,28.4486 22.3088,28.4654C22.2711,28.4612 22.2334,28.457 22.1957,28.4486C22.1581,28.4402 22.1204,28.4318 22.0827,28.4234C22.1455,28.4402 22.1162,28.436 22.0743,28.415C22.0785,28.415 21.9403,28.3563 21.9822,28.3773C22.0241,28.3983 21.9026,28.3228 21.9026,28.3228C21.9571,28.3857 22.0157,28.4528 22.0701,28.5157C22.0617,28.4989 22.0534,28.4863 22.045,28.4696C22.045,28.5492 22.045,28.6247 22.045,28.7044C22.0324,28.7212 22.0241,28.7337 22.0115,28.7505C21.7644,28.8176 21.5174,28.8847 21.2745,28.9518C21.287,28.9518 21.2954,28.9518 21.308,28.956C21.5844,28.9812 21.9906,28.956 22.112,28.6499C22.2209,28.3689 21.8984,28.1341 21.6555,28.1089Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_drink.xml"
line="100"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2288 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.857,45.7252C13.5409,44.0318 13.3923,42.3069 13.4049,40.5851C13.4176,38.8696 13.5883,37.1573 13.9108,35.4733C14.2332,33.7925 14.7074,32.1401 15.3271,30.5444C15.9499,28.9393 16.7149,27.3878 17.6191,25.9215C18.5075,24.4772 19.5286,23.1117 20.6762,21.8629C21.8428,20.5952 23.1326,19.4474 24.5205,18.4288C25.2223,17.9116 25.8736,17.4828 26.6133,17.0413C27.3531,16.5998 28.1119,16.193 28.8864,15.8209C29.2689,15.638 29.6578,15.4614 30.0498,15.2943C30.2458,15.2123 30.4418,15.1303 30.641,15.0514C30.6884,15.0325 30.7358,15.0136 30.7833,14.9947C30.8402,14.9726 30.7833,14.9947 30.7738,14.9978C30.7991,14.9884 30.8212,14.9789 30.8465,14.9695C30.9508,14.9285 31.052,14.8906 31.1563,14.8528C31.9625,14.5532 32.7813,14.2883 33.6127,14.0644C34.0332,13.9509 34.4537,13.8468 34.8773,13.7491C34.9279,13.7365 34.9785,13.727 35.0259,13.7144C35.067,13.7049 35.1776,13.6828 35.0733,13.7049C35.1808,13.6828 35.2915,13.6608 35.3989,13.6387C35.6076,13.5977 35.8162,13.5567 36.0281,13.522C36.8753,13.3738 37.7289,13.2634 38.5857,13.1909C38.6868,13.1814 38.788,13.1751 38.8923,13.1688C38.965,13.1625 38.8575,13.172 38.8512,13.172C38.8765,13.1688 38.9018,13.1688 38.9271,13.1657C38.9872,13.1625 39.0472,13.1594 39.1041,13.1562C39.3159,13.1436 39.5278,13.1341 39.7427,13.1278C40.1759,13.1121 40.609,13.1089 41.0452,13.1152C41.472,13.1215 41.8957,13.1373 42.3193,13.1625C42.3699,13.1657 42.4205,13.1688 42.471,13.172C42.3572,13.1625 42.4489,13.172 42.5058,13.1751C42.6165,13.1846 42.7271,13.1909 42.8378,13.2004C43.0591,13.2193 43.2772,13.2414 43.4985,13.2666C43.9127,13.3139 44.3268,13.3707 44.7378,13.4369C44.9622,13.4716 45.3954,13.4526 45.5155,13.213C45.6419,12.9639 45.2341,12.8472 45.0729,12.8219C43.3278,12.535 41.5447,12.4246 39.7712,12.4845C37.9502,12.5444 36.145,12.7778 34.3683,13.1688C32.6422,13.5472 30.954,14.0896 29.3258,14.7708C27.6914,15.4519 26.1297,16.2908 24.6501,17.2589C23.1958,18.2112 21.8301,19.296 20.5877,20.5101C19.3294,21.7336 18.1945,23.0865 17.1986,24.5276C16.2059,25.9656 15.3492,27.4982 14.641,29.097C13.9266,30.699 13.367,32.3671 12.9528,34.07C12.5387,35.7697 12.2795,37.5073 12.1815,39.2543C12.0866,40.9919 12.153,42.7389 12.3869,44.4607C12.4439,44.8832 12.5134,45.3058 12.5924,45.7252C12.6399,45.9838 13.0034,46.05 13.2247,46.0437C13.367,46.0406 13.9076,45.9807 13.857,45.7252Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_football.xml"
line="18"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (920 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.8019,28.6114C24.7861,28.6082 24.7734,28.6051 24.7576,28.6019C24.8493,28.6303 24.9441,28.6587 25.0358,28.6871C25.0991,28.7659 25.118,28.7722 25.0896,28.706C24.9916,28.8321 24.8967,28.9551 24.7987,29.0812C24.9758,29.0213 24.8493,29.0182 24.4225,29.0686C24.3656,29.0434 24.3656,29.0434 24.4225,29.0718C24.3782,29.0371 24.5079,29.1411 24.5205,29.1538C24.6122,29.2389 24.6912,29.3367 24.7703,29.4313C24.9505,29.6426 25.1243,29.857 25.2951,30.0777C25.6523,30.5381 25.9906,31.0143 26.313,31.5031C26.4679,31.7365 26.8347,31.7806 27.0907,31.7365C27.2362,31.7112 27.6914,31.5693 27.5333,31.3265C27.1287,30.7116 26.6956,30.1219 26.234,29.5479C26.0285,29.2925 25.8262,29.0024 25.5764,28.788C25.1971,28.46 24.6375,28.3339 24.1601,28.5105C23.9862,28.5767 23.7997,28.6776 23.8693,28.8857C23.9515,29.1317 24.2423,29.2074 24.4636,29.2547C24.6881,29.3051 25.1243,29.261 25.2413,29.0213C25.3709,28.7596 24.9663,28.6461 24.8019,28.6114Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_football.xml"
line="27"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1474 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M44.7125,13.4085C44.9085,16.5966 44.6841,19.8163 43.9727,22.932C43.2677,26.0129 42.0727,28.9866 40.3276,31.6324C38.5635,34.3034 36.2462,36.536 33.6001,38.3303C30.9097,40.153 27.9507,41.5185 24.8904,42.6096C23.1643,43.2245 21.4539,43.7385 19.6709,44.1832C18.7478,44.4134 17.8215,44.6215 16.8888,44.8076C15.9246,44.9999 15.1121,45.1387 14.17,45.2806C13.955,45.3121 13.7401,45.3437 13.5251,45.372C13.4745,45.3783 13.4239,45.3846 13.3702,45.3941C13.2279,45.413 13.1995,45.3657 13.4745,45.4067C13.9361,45.4793 13.7748,45.4351 13.7211,45.5329C13.7685,45.4446 13.5662,45.6022 13.661,45.5675C13.5693,45.5896 13.4745,45.6117 13.3828,45.6338C13.3417,45.6369 13.3006,45.6369 13.2595,45.6401C13.1109,45.6149 12.9624,45.5896 12.8138,45.5675C12.7663,45.5297 12.7158,45.4887 12.6683,45.4509C12.6715,45.6779 13.152,45.7063 13.3006,45.7031C13.4397,45.7 13.9361,45.6811 13.9329,45.4509C13.9297,45.1103 13.2848,45.1198 13.0698,45.145C12.8833,45.1639 12.4976,45.2427 12.4723,45.4887C12.4439,45.7662 12.9118,45.864 13.0983,45.886C13.386,45.9207 13.6673,45.8829 13.9519,45.8451C14.9635,45.7063 15.972,45.5392 16.9774,45.35C18.9248,44.981 20.8564,44.5143 22.7564,43.9498C26.1708,42.9376 29.5124,41.6446 32.6106,39.8787C35.5665,38.1916 38.279,36.0409 40.394,33.3636C42.4489,30.762 43.9032,27.7284 44.82,24.5497C45.7495,21.33 46.1257,17.9558 46.0308,14.61C46.0182,14.2095 46.0024,13.809 45.9771,13.4116C45.9644,13.1814 45.5029,13.1562 45.3448,13.1594C45.2152,13.1594 44.6967,13.1814 44.7125,13.4085Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_football.xml"
line="39"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2469 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M31.7254,14.6636C32.2597,14.9127 32.7781,15.1965 33.2935,15.4866C33.4136,15.5529 33.5337,15.6222 33.6539,15.6916C33.7139,15.7263 33.774,15.761 33.8341,15.7925C33.9194,15.843 33.7772,15.7547 33.8594,15.8051C33.9004,15.8304 33.9415,15.8556 33.9795,15.8808C34.2134,16.029 34.4411,16.1899 34.6655,16.357C35.1144,16.6913 35.557,17.0381 35.9902,17.3976C36.2051,17.5742 36.4138,17.754 36.6193,17.94C36.7141,18.0252 36.809,18.1135 36.9006,18.1986C36.9481,18.2428 36.9923,18.2869 37.0397,18.3311C37.065,18.3563 37.0935,18.3815 37.1188,18.4068C37.1283,18.4162 37.2231,18.5077 37.1852,18.473C37.2231,18.5077 37.3559,18.6433 37.4254,18.7126C37.5266,18.8167 37.6309,18.9239 37.7289,19.028C37.9155,19.2235 38.0957,19.4222 38.2759,19.624C38.2948,19.6461 38.3264,19.6902 38.3517,19.7091C38.4181,19.7564 38.3865,19.8416 38.3581,19.6145C38.3739,19.7312 38.4023,19.8163 38.4813,19.9078C38.5699,20.015 38.6679,20.1285 38.769,20.2231C38.8544,20.3051 38.7975,20.2421 38.7785,20.2137C38.8101,20.2578 38.8259,20.3209 38.8544,20.3619C38.8829,20.4029 38.9145,20.4407 38.9461,20.4786C39.0441,20.5953 39.1389,20.7119 39.2338,20.8318C39.5847,21.2764 39.904,21.7463 40.2043,22.2256C40.4952,22.6955 40.7639,23.2 41.0326,23.7109C41.3456,24.3037 41.5985,24.9092 41.8293,25.5399C41.9463,25.8584 42.0632,26.1737 42.1739,26.4954C42.2782,26.7981 42.3225,27.1166 42.4363,27.4131C42.5469,27.7 42.9326,27.8167 43.214,27.7473C43.4701,27.6843 43.7704,27.4604 43.6566,27.1576C43.5523,26.8864 43.5112,26.5995 43.4226,26.322C43.331,26.0381 43.2203,25.7606 43.1192,25.48C42.9105,24.906 42.7018,24.3447 42.4268,23.7992C41.8767,22.6986 41.295,21.6485 40.5647,20.6615C40.3972,20.4344 40.2233,20.2137 40.0399,19.9961C40.0146,19.9677 39.9925,19.9362 39.9641,19.9078C39.9704,19.9173 39.9735,19.9236 39.9799,19.933C39.9988,19.9646 40.002,19.9677 39.9893,19.9425C40.0178,19.933 39.8882,19.7722 39.8597,19.7407C39.8091,19.6839 39.7586,19.6303 39.708,19.5735C39.6858,19.5483 39.6606,19.5105 39.6321,19.4884C39.6195,19.4758 39.6068,19.46 39.5942,19.4474C39.6037,19.4915 39.6131,19.5388 39.6226,19.583C39.5878,19.4474 39.572,19.378 39.4835,19.2676C39.4424,19.2172 39.395,19.1667 39.3507,19.1194C39.2496,19.0091 39.1516,18.8987 39.0472,18.7883C38.8607,18.5865 38.671,18.3847 38.4782,18.1892C37.6594,17.3566 36.7742,16.6124 35.8479,15.8966C35.3104,15.4803 34.754,15.124 34.1628,14.7897C33.5717,14.4555 32.9805,14.1243 32.364,13.8374C32.1016,13.7144 31.6748,13.7522 31.4978,14.0108C31.3207,14.2662 31.4598,14.5406 31.7254,14.6636Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_football.xml"
line="45"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2981 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M37.7392,54.26C34.706,55.3854 31.4248,56.0002 28.0001,56.0002C24.8361,56.0002 21.7947,55.4755 18.9582,54.5082C18.9726,54.469 18.9868,54.4284 19.0008,54.3863C19.3914,53.2116 19.5859,52.387 19.6345,51.8129C19.2922,51.8314 19.0035,51.362 18.8658,50.7572C19.0735,50.7956 19.2965,50.8054 19.3792,50.7297C19.2378,50.6109 19.0478,50.5685 18.828,50.5655C18.7109,49.8672 18.792,49.0468 19.2044,48.5863C19.2175,47.8049 19.4474,47.0273 19.6803,46.5088C19.3433,46.4149 18.9393,46.1445 18.7933,45.7881C18.6383,45.4129 18.8234,45.0728 19.1509,44.4709C19.2294,44.3268 19.316,44.1676 19.4081,43.9893C19.458,43.8971 20.2419,42.3481 20.6339,40.7915C20.7428,40.3575 20.763,40.1542 20.7921,39.8614C20.8236,39.5448 20.8655,39.1237 21.0412,38.1932C21.1366,37.6945 21.202,37.4066 21.2579,37.1605C21.3234,36.8718 21.3759,36.6407 21.4485,36.1945C21.7021,34.6379 21.6521,33.896 21.5522,33.3964C21.3618,33.5821 20.9059,33.3268 20.1928,32.9274C19.7548,32.6821 19.2198,32.3824 18.5896,32.0972C17.8168,31.7475 17.4515,31.4543 17.0446,31.1277C16.7717,30.9086 16.4801,30.6746 16.0343,30.3984C14.4556,29.4087 13.1467,29.2735 12.1936,29.175C11.4255,29.0956 10.8885,29.0401 10.6278,28.5803C10.2302,27.8743 10.9415,27.0336 12.1528,25.6017C13.2826,24.2662 14.8475,22.4165 16.3532,19.6824C17.6866,17.2609 18.5627,14.8894 19.5234,12.2835C20.192,10.4731 20.5301,9.543 20.7491,8.2823C20.8276,7.8307 20.8779,7.4398 20.9189,7.1217C20.9923,6.5518 21.0356,6.2157 21.1564,6.1837C22.0902,5.9338 24.3496,13.2559 24.3496,13.2559L27.9078,12.2796C27.9078,12.2796 27.3741,13.7164 28.4025,13.9608C27.8767,13.8251 29.9569,13.5246 30.1994,13.6805C30.4121,13.4645 30.6557,13.1063 30.9704,12.4833C31.2361,11.9541 31.3462,11.6455 31.4956,11.2273C31.5925,10.956 31.7058,10.6385 31.8887,10.1849C32.1769,9.4699 32.4459,8.8089 32.9108,7.9863C33.07,7.7049 33.1633,7.5608 33.2777,7.3839C33.4008,7.1936 33.5484,6.9654 33.8292,6.4873C34.043,6.1231 34.1917,5.856 34.2996,5.6621C34.5117,5.281 34.5662,5.1831 34.6477,5.1882C34.8906,5.2031 34.9445,6.1177 35.0216,7.4278C35.0835,8.4799 35.1605,9.7871 35.3624,11.0881C36.1017,15.8469 38.315,19.2536 39.9466,21.7651L39.962,21.7887C41.2684,23.7951 42.0254,24.9289 43.5394,25.9897C44.8437,26.9005 45.5057,27.9853 46.3821,28.2882C47.0962,28.5351 47.7389,28.5803 48.1389,28.2882C48.1153,28.5754 47.4577,28.6658 46.3821,28.8137C45.0106,29.0023 42.9595,29.2844 40.6767,30.187C38.6401,30.9903 36.6228,31.7897 35.5661,33.6885C34.8963,34.8913 35.0392,36.1271 35.2325,37.7978C35.3264,38.6097 35.4322,39.5243 35.4623,40.5878C35.528,42.8574 35.9748,44.8747 36.2638,46.1795C36.4481,47.0115 36.5682,47.5537 36.4844,47.6869C36.3662,47.8766 36.1181,47.8173 35.8785,47.7601C35.6666,47.7095 35.4614,47.6605 35.3586,47.7868C35.1128,48.0881 35.5363,48.8759 35.8864,49.4216C35.846,49.3952 35.8054,49.3812 35.7659,49.3858C35.5161,49.4127 35.3201,50.166 35.3586,50.7848C35.4064,51.5393 35.7944,51.9741 36.4213,52.6769C36.6503,52.9336 36.9113,53.2261 37.1992,53.583L37.2041,53.5891C37.3933,53.8242 37.5722,54.0464 37.7392,54.26Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_fox.xml"
line="10"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (10280 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M19.2237,54.597C19.3137,54.3653 19.4046,54.1335 19.4955,53.9018C19.5664,53.7211 19.6373,53.5405 19.7077,53.3598C19.7592,53.2258 19.8131,53.0913 19.8672,52.9562C20.0274,52.5567 20.1894,52.1524 20.2956,51.7417C20.5216,50.853 19.7449,50.5932 18.9709,50.5716C19.0558,50.3347 19.1406,50.0975 19.2255,49.8602C19.3427,49.5325 19.4599,49.2049 19.5771,48.8782C19.6515,48.6699 19.7293,48.462 19.8072,48.254C19.9663,47.8287 20.1256,47.4028 20.2572,46.9717C20.3687,46.6028 20.4225,46.0839 20.0881,45.8148C19.8769,45.6463 19.5829,45.5988 19.3038,45.5965L19.3025,45.5902L19.3011,45.5842L19.2987,45.5735C19.2919,45.5436 19.2851,45.5137 19.2851,45.4804C19.2851,45.3651 19.3235,45.2537 19.3657,45.1499C19.8653,43.9468 20.3379,42.7515 20.6991,41.4985C21.0603,40.2493 21.3331,38.9732 21.5137,37.6856C21.6662,36.6182 21.7543,35.5445 21.7812,34.4677L21.8135,34.4916C22.5013,35.0066 23.166,35.5524 23.8077,36.1251C24.4379,36.6863 25.0451,37.2705 25.6291,37.8739C26.2555,38.5235 26.8049,39.1308 27.293,39.8765C27.3598,39.9792 27.4245,40.0835 27.4866,40.1893C27.3377,40.4617 27.2,40.74 27.0778,41.0257C26.7281,41.8482 26.463,42.8322 26.6512,43.7277C26.7089,43.9929 26.7896,44.1928 26.9894,44.3888C27.2276,44.6271 27.585,44.7425 27.9078,44.8001C28.5533,44.9193 29.4294,44.8078 29.7752,44.1698C29.9866,43.7777 30.0903,43.2857 30.1249,42.8437C30.1633,42.3517 30.0903,41.8636 29.9635,41.387C29.8512,40.9644 29.6881,40.5617 29.4874,40.1763C29.6449,39.907 29.812,39.6434 29.9827,39.3845C30.4119,38.729 30.8793,38.0927 31.3735,37.4831C31.3314,37.5351 31.3931,37.4624 31.3968,37.455C31.416,37.4319 31.4362,37.4079 31.4564,37.3839L31.4691,37.3687C31.485,37.3498 31.5008,37.331 31.5159,37.3128C31.5428,37.282 31.5697,37.2503 31.5966,37.2186C31.6235,37.1869 31.6504,37.1552 31.6773,37.1244C31.8195,36.9592 31.9655,36.7977 32.1115,36.6363C32.3882,36.3326 32.6725,36.0367 32.9646,35.7523C33.4841,35.2425 34.0268,34.7559 34.5926,34.2974C34.2279,37.7124 34.3807,41.1766 35.0511,44.5464C35.219,45.3923 35.4209,46.2285 35.6528,47.0569C35.5967,47.028 35.5409,46.9984 35.4853,46.9679C35.2701,46.8487 34.9704,46.8487 34.736,46.8833L34.7297,46.8843C34.6064,46.9042 34.3108,46.9517 34.3902,47.1255C34.7592,47.9535 35.0973,48.7939 35.4073,49.644C35.1997,49.6974 35.0101,49.7986 34.8858,49.989C34.7552,50.1927 34.736,50.4156 34.8513,50.6308C34.9543,50.8198 35.0872,51.0023 35.2166,51.1801C35.2609,51.241 35.3048,51.3013 35.347,51.3611C35.4918,51.5675 35.6393,51.7722 35.7868,51.977L35.7868,51.9771L35.7872,51.9776L35.7878,51.9785C36.2856,52.6696 36.7837,53.3613 37.1837,54.117C37.2342,54.2124 37.2832,54.3094 37.3305,54.4077C37.673,54.2867 38.0123,54.1593 38.3485,54.0255C38.1123,53.5724 37.8423,53.136 37.5487,52.7102C37.348,52.4159 37.1405,52.1283 36.9327,51.8403L36.9324,51.84C36.7902,51.6429 36.6479,51.4456 36.5074,51.2458C36.4601,51.1782 36.4082,51.1094 36.3555,51.0393C36.2282,50.8704 36.0959,50.6949 36.0117,50.5155C35.9541,50.3964 35.9579,50.258 36.0156,50.1389C36.0193,50.1314 36.0232,50.1244 36.0273,50.1176C36.3735,50.1322 36.7597,50.0681 36.7111,49.9313C36.4565,49.2121 36.1815,48.499 35.8862,47.795L35.9065,47.8017C35.919,47.8058 35.9315,47.8098 35.944,47.8139C35.9679,47.8215 35.9917,47.8291 36.0156,47.8365C36.2231,47.9019 36.4575,47.9134 36.6726,47.8788C36.7303,47.8711 37.08,47.8135 37.0415,47.6905C35.9349,44.0045 35.4584,40.1301 35.6428,36.2865C35.6922,35.2855 35.7835,34.2877 35.9198,33.2961C35.9922,33.2449 36.0673,33.1937 36.1424,33.1425C36.1308,33.1501 36.3114,33.0272 36.2346,33.081C36.1577,33.1348 36.3422,33.0118 36.3268,33.0195C36.5151,32.8965 36.7034,32.7735 36.8955,32.6582C37.5949,32.2277 38.3173,31.8356 39.055,31.4782C39.4239,31.3014 39.7967,31.1323 40.1771,30.9708L40.1779,30.9705C40.2776,30.9283 40.3772,30.8861 40.4806,30.844C40.5018,30.8363 40.5219,30.8276 40.5421,30.819L40.5443,30.8181C40.5554,30.8138 40.5708,30.8078 40.5866,30.8015C40.6148,30.7905 40.6445,30.7787 40.6535,30.7748C40.8572,30.6941 41.0647,30.6172 41.2722,30.5442C42.0907,30.2482 42.9245,29.9984 43.7699,29.787C43.9574,29.7392 44.1484,29.6949 44.3396,29.6541C44.3441,29.6534 44.3535,29.6517 44.3693,29.6486C44.3962,29.6429 44.4241,29.6371 44.4519,29.6313C44.4798,29.6256 44.5076,29.6198 44.5345,29.614C44.646,29.591 44.7574,29.5679 44.8688,29.5487C45.3184,29.4641 45.768,29.3873 46.2214,29.3258C46.6556,29.2681 47.0898,29.2181 47.5279,29.1835C47.7969,29.1605 48.3809,28.9414 48.2003,28.5724C48.0441,28.2567 47.5679,28.2056 47.2149,28.2149C44.324,27.0108 42.057,24.5502 40.4384,21.9076C39.4547,20.2971 38.6593,18.5791 37.933,16.8417C37.176,15.0276 36.4344,13.1903 35.8965,11.2993C35.2932,9.1814 34.9666,6.9598 35.2855,4.7652C35.3201,4.5345 34.8244,4.4807 34.686,4.4846C34.5456,4.4846 34.3004,4.5017 34.1705,4.6125C34.1191,4.6481 34.0746,4.6933 34.0405,4.7498C33.5081,5.6352 33.0978,6.5873 32.6894,7.5352L32.6888,7.5366C32.6169,7.7034 32.5451,7.87 32.4727,8.036C32.2171,8.6243 31.9625,9.2135 31.7078,9.8027C31.4533,10.3916 31.1988,10.9804 30.9434,11.5683L30.12,13.4757C29.4576,13.5313 28.7858,13.5689 28.111,13.5865C28.5024,13.2065 28.9044,12.8361 29.3141,12.4754C29.4409,12.3639 29.3948,12.2256 29.268,12.1372C29.099,12.0219 28.8338,11.9911 28.6378,12.0296C27.3262,12.2642 26.0047,12.5236 24.8186,13.1124C23.6924,10.6509 22.6833,8.1367 21.7981,5.58C21.6932,5.2757 21.1068,5.2328 20.8037,5.4036C20.6597,5.4464 20.5366,5.5261 20.5108,5.6607C19.8576,8.9777 18.8893,12.2294 17.6212,15.3581C16.3647,18.4599 14.8162,21.4502 12.9948,24.2599C11.9857,25.8133 10.8962,27.3117 9.7331,28.7516C9.6143,28.8053 9.4939,28.8844 9.4404,28.9914C9.256,29.368 9.8669,29.5641 10.1167,29.5987C10.5816,29.664 11.0428,29.737 11.5,29.8254C11.5519,29.835 11.6028,29.8456 11.6537,29.8562C11.7046,29.8667 11.7555,29.8773 11.8074,29.8869L11.8076,29.887C11.8379,29.893 11.8682,29.8991 11.8979,29.9051C11.9039,29.9066 11.9114,29.9085 11.9206,29.9107L11.9389,29.9151L11.9496,29.9177C12.1763,29.9676 12.3992,30.0215 12.622,30.0791C13.4828,30.2943 14.332,30.5596 15.1697,30.8632C15.3691,30.9361 15.5686,31.0128 15.7681,31.0896L15.7691,31.09L15.7977,31.1015C15.8491,31.1222 15.9212,31.1512 15.7922,31.0977C15.8188,31.1074 15.8455,31.1186 15.8712,31.1294L15.8715,31.1295L15.8716,31.1296C15.8865,31.1359 15.9011,31.142 15.9151,31.1476L15.9154,31.1478C16.0383,31.1977 16.1612,31.2476 16.284,31.3014C16.6683,31.4666 17.0525,31.6396 17.4291,31.8203C18.213,32.1969 18.9738,32.6159 19.7154,33.0656C19.9037,33.1809 20.0881,33.2962 20.2687,33.4115C20.3571,33.4653 20.4417,33.523 20.5262,33.5806L20.5361,33.5872C20.5486,33.5955 20.5705,33.6101 20.5911,33.6237C20.6026,36.1165 20.2826,38.6059 19.6347,41.0142C19.2966,42.2749 18.8701,43.5087 18.3513,44.7079C18.329,44.7593 18.3043,44.8118 18.2791,44.8653C18.1913,45.0517 18.0981,45.2496 18.0862,45.4497C18.0708,45.7725 18.3436,45.9224 18.628,45.9763C18.7548,45.9993 18.8854,46.0108 19.0122,46.0108C19.014,46.0108 19.0159,46.0109 19.018,46.0109C19.0206,46.011 19.0235,46.0111 19.0267,46.0112L19.0352,46.0201C19.0465,46.0318 19.0569,46.0426 19.0622,46.0493C19.1659,46.2146 19.1544,46.4529 19.1314,46.6335C19.1,46.8814 19.0123,47.1164 18.9247,47.3512C18.905,47.404 18.8853,47.4569 18.8662,47.5099C18.8028,47.6886 18.7384,47.8674 18.674,48.0461C18.6097,48.2248 18.5453,48.4035 18.482,48.5822L17.675,50.8307C17.6395,50.9267 17.8868,50.9899 17.9575,51.0079C17.9632,51.0093 17.9677,51.0105 17.9709,51.0114C18.1669,51.0537 18.3821,51.0537 18.578,51.0114C18.6031,51.0051 18.6294,51 18.6562,50.9947C18.6785,50.9903 18.7013,50.9859 18.724,50.9806C18.7359,50.9783 18.7454,50.9764 18.7529,50.9747C18.7572,50.9745 18.762,50.9742 18.7675,50.9739C18.7718,50.9736 18.7765,50.9733 18.7817,50.9729C18.8071,50.9701 18.8326,50.9673 18.858,50.966L18.8591,50.9664L18.8611,50.9672C18.7977,50.9726 18.8314,50.972 18.8708,50.9708C18.858,50.975 18.8811,50.9835 18.8958,50.9867C18.8984,50.9873 18.9007,50.9877 18.9026,50.9879C18.9044,50.9881 18.9057,50.988 18.9063,50.9877C18.9443,51.0085 18.9847,51.0362 19.0276,51.0882C19.2813,51.394 19.0753,51.898 18.9245,52.2671C18.8971,52.3341 18.8715,52.3966 18.8508,52.4527C18.6514,52.994 18.4413,53.5306 18.2311,54.0677C18.2105,54.1203 18.1899,54.173 18.1693,54.2256C18.5175,54.3562 18.869,54.4801 19.2237,54.597ZM18.8709,50.9708L18.8708,50.9708L18.8662,50.9691C18.8646,50.9686 18.8629,50.9679 18.8611,50.9672L18.865,50.9669L18.8723,50.9704L18.8717,50.9705L18.8709,50.9708ZM18.8625,50.9658L18.8681,50.9656L18.8718,50.9654C18.8764,50.9653 18.8809,50.9652 18.8854,50.9652C18.8778,50.9659 18.871,50.9664 18.865,50.9669L18.8625,50.9658ZM18.8625,50.9658C18.8104,50.9414 18.8364,50.9571 18.858,50.966L18.8625,50.9658ZM18.8709,50.9708L18.8708,50.9708L18.8762,50.9728L18.8815,50.9748L18.8777,50.9729L18.873,50.9707L18.8709,50.9708ZM23.8039,13.617C23.8248,13.6614 23.8535,13.6994 23.888,13.7317C23.8758,13.8618 24.0717,13.9894 24.1882,14.0244C24.4571,14.1051 24.7761,14.0782 25.0105,13.9168C25.7518,13.4062 26.5947,13.1186 27.4534,12.914C27.1636,13.1867 26.8784,13.4646 26.5974,13.7476C26.2939,14.0551 26.9087,14.205 27.1162,14.205C28.2574,14.205 29.3987,14.1512 30.5399,14.0513C30.5702,14.0484 30.6078,14.0415 30.6483,14.0306C30.8988,14.031 31.1486,13.9515 31.2239,13.7784C31.5401,13.0472 31.854,12.3149 32.1679,11.5827L32.1683,11.5819C32.7693,10.18 33.3702,8.7783 33.9867,7.385C34.1749,10.5023 35.3695,13.5465 36.5382,16.4074C37.9445,19.8513 39.6045,23.2875 42.3251,25.8973C43.3628,26.8904 44.5377,27.73 45.8229,28.3547C42.4919,28.7891 39.2176,29.861 36.2961,31.5128C33.1951,33.2655 30.5092,35.6946 28.4726,38.6273L28.4579,38.6484C27.9248,37.9964 27.3236,37.3943 26.7473,36.8246C25.4639,35.5562 24.0844,34.3916 22.605,33.3654C19.4157,31.1553 15.8191,29.614 12.0072,28.8722C11.7156,28.8163 11.4239,28.765 11.1322,28.7193C13.1042,26.2284 14.8517,23.5583 16.3532,20.7584C17.9478,17.7834 19.262,14.6547 20.2649,11.43C20.6585,10.169 21.0024,8.8933 21.2992,7.6068C22.0566,9.6408 22.8927,11.646 23.8039,13.617ZM40.6036,30.794C40.5866,30.8007 40.573,30.8062 40.5622,30.8104C40.5757,30.8047 40.5895,30.7992 40.6036,30.794ZM27.8463,43.9853C27.8476,43.9841 27.8489,43.983 27.8503,43.9819C27.8488,43.9832 27.8475,43.9843 27.8463,43.9853ZM27.8613,43.9846L27.8578,43.9891C27.8593,43.9872 27.8608,43.9853 27.8623,43.9834C27.8643,43.9808 27.8662,43.9782 27.8682,43.9755C27.8661,43.9783 27.8638,43.9814 27.8613,43.9846ZM28.6955,43.9353C28.6944,43.9364 28.6875,43.9314 28.6782,43.9235C28.6836,43.9271 28.6893,43.9311 28.6955,43.9353Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_fox.xml"
line="25"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (8997 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.4506,7.7655C26.377,7.8824 24.3675,8.5836 22.6747,9.79C21.046,10.9512 19.7,12.5271 18.8856,14.3631C18.4747,15.2944 18.2108,16.2859 18.0977,17.2963C17.9582,18.5329 18.026,19.7845 18.1316,21.0211C18.3352,23.4151 18.7273,25.9449 17.9242,28.271C17.1815,30.4162 15.598,32.0976 14.007,33.6509C13.8072,33.847 13.6036,34.0392 13.4038,34.2353C13.2492,34.3823 13.3057,34.5859 13.4603,34.7066C13.6564,34.8611 13.9618,34.9064 14.203,34.8574C15.8129,34.5444 17.4341,34.3145 19.0628,34.1599C18.7725,33.9865 18.4822,33.813 18.1919,33.6396C17.4944,36.5614 15.9298,39.1703 14.2257,41.6096C13.7506,42.2882 13.2643,42.9555 12.7741,43.6266C12.6083,43.8566 12.7101,44.0601 12.9551,44.1732C13.2303,44.3014 13.6187,44.3052 13.8826,44.1393C13.9429,44.1016 14.0032,44.0677 14.0636,44.0338C14.0899,44.0187 14.2445,43.9433 14.1616,43.981C14.2898,43.9244 14.4217,43.8792 14.5537,43.8377C14.5612,43.8339 14.6592,43.8113 14.5838,43.8302C14.5047,43.849 14.6291,43.8226 14.6442,43.8189C14.7045,43.8076 14.761,43.7962 14.8214,43.7887C14.8741,43.7812 15.0438,43.7699 14.9005,43.7774C14.9797,43.7736 15.0589,43.7699 15.1418,43.7699C15.2022,43.7699 15.2625,43.7736 15.3228,43.7774C15.1607,43.7699 15.3643,43.7849 15.402,43.7887C15.4698,43.8 15.5415,43.8113 15.6093,43.8264C15.6169,43.8264 15.7149,43.849 15.6395,43.8339C15.5603,43.8151 15.73,43.8603 15.7262,43.8603C15.7828,43.8792 15.8393,43.898 15.8959,43.9169C15.9336,43.932 15.9713,43.947 16.0052,43.9621C16.009,43.9621 16.0957,44.0036 16.0429,43.9772C15.9901,43.9508 16.0768,43.9961 16.0806,43.9961C16.1145,44.0149 16.1485,44.0338 16.1824,44.0526C16.239,44.0828 16.2955,44.1167 16.3483,44.1544C16.5896,44.309 16.7215,44.4183 16.9138,44.5729C17.14,44.7576 17.3625,44.9423 17.5925,45.1233C18.0524,45.4777 18.5576,45.7491 19.1307,45.8736C20.4955,46.1714 21.751,45.4626 22.7576,44.6144C23.1761,44.26 23.5946,43.8415 24.0056,43.521C24.1903,43.374 24.4467,43.2006 24.6804,43.0724C24.7408,43.0385 24.8011,43.0083 24.8652,42.9781C24.7822,43.0196 24.9104,42.9593 24.9368,42.948C25.0009,42.9216 25.065,42.899 25.1291,42.8801C25.1555,42.8726 25.1856,42.8613 25.212,42.8537C25.3817,42.8009 25.1404,42.8613 25.2384,42.8462C25.3063,42.8386 25.3704,42.8236 25.4382,42.8122C25.574,42.7934 25.344,42.8085 25.4835,42.8122C25.5212,42.8122 25.5627,42.8122 25.6004,42.8122C25.6154,42.8122 25.7135,42.8236 25.623,42.8122C25.5363,42.8009 25.6343,42.816 25.6456,42.816C25.6908,42.8236 25.7399,42.8349 25.7889,42.8424C25.8643,42.8499 25.77,42.8349 25.7587,42.8311C25.7964,42.8424 25.8303,42.8537 25.868,42.865C25.9208,42.8839 25.9774,42.9027 26.0302,42.9216C26.0641,42.9367 26.1018,42.9517 26.1357,42.9668C26.1244,42.9631 26.0603,42.9291 26.1206,42.9631C26.1885,42.997 26.2564,43.0347 26.3242,43.0724C26.5542,43.2081 26.7352,43.3438 26.9086,43.4871C27.1235,43.6681 27.3309,43.8566 27.5382,44.0451C28.5185,44.9461 29.6571,45.7341 31.0596,45.5795C31.6892,45.5116 32.2284,45.1874 32.6846,44.7652C32.8693,44.5955 33.0427,44.4108 33.2237,44.2373C33.4386,44.0338 33.5065,43.9659 33.7402,43.8302C33.7628,43.8189 33.7855,43.8038 33.8118,43.7925C33.8005,43.8 33.7214,43.8264 33.793,43.8C33.8571,43.7774 33.9212,43.751 33.989,43.7322C33.8722,43.7699 34.0343,43.7321 34.0758,43.7208C34.1549,43.702 34.0418,43.7208 34.0305,43.7208C34.0682,43.7208 34.1097,43.7171 34.1474,43.7171C34.1851,43.7171 34.2266,43.7208 34.2643,43.7208C34.253,43.7208 34.1436,43.7058 34.2228,43.7171C34.2907,43.7284 34.3585,43.7359 34.4264,43.751C34.5508,43.7736 34.3698,43.7284 34.4905,43.7661C34.5697,43.7887 34.6451,43.8151 34.7205,43.8453C34.7582,43.8603 34.7959,43.8754 34.8336,43.8905C34.8336,43.8905 34.9241,43.932 34.875,43.9093C34.8223,43.8867 34.9165,43.9282 34.9165,43.9282C34.9542,43.947 34.9881,43.9659 35.0259,43.9847C35.154,44.0526 35.2747,44.128 35.3953,44.2109C35.6102,44.3542 35.7837,44.505 36.0061,44.6973C36.4585,45.0969 36.8921,45.5116 37.3785,45.866C37.8724,46.2242 38.4228,46.4655 39.0147,46.6012C40.142,46.8538 41.4314,46.6314 42.3928,45.9942C42.6266,45.8396 42.849,45.6587 43.0451,45.4551C43.2713,45.2213 43.0375,44.9537 42.7925,44.8745C42.4946,44.7765 42.061,44.784 41.8235,45.0253C41.6199,45.2364 41.5257,45.3156 41.2995,45.4513C41.2542,45.4815 41.2052,45.5079 41.16,45.5343C41.1298,45.5531 41.0959,45.5682 41.0619,45.587C41.0544,45.5908 40.9752,45.6323 41.0355,45.6021C41.0959,45.572 41.0129,45.6097 41.0092,45.6134C40.9752,45.6285 40.9413,45.6436 40.9074,45.6549C40.8395,45.6813 40.7716,45.7077 40.7038,45.7303C40.651,45.7491 40.5982,45.7642 40.5454,45.7793C40.5153,45.7868 40.4248,45.8019 40.5567,45.7755C40.5303,45.7793 40.5039,45.7869 40.4776,45.7944C40.3531,45.8208 40.225,45.8359 40.1005,45.8509C39.9987,45.8623 40.2287,45.8472 40.1232,45.8472C40.0968,45.8472 40.0704,45.8509 40.0402,45.8509C39.9874,45.8509 39.9309,45.8509 39.8781,45.8509C39.8555,45.8509 39.6557,45.8396 39.7537,45.8472C39.8479,45.8547 39.7537,45.8472 39.7386,45.8434C39.6934,45.8359 39.6481,45.8321 39.6029,45.8245C39.5388,45.8132 39.4785,45.8019 39.4144,45.7906C39.2862,45.7642 39.4973,45.817 39.3729,45.7793C39.2409,45.7378 39.1127,45.6964 38.9883,45.6398C38.928,45.6134 38.9921,45.6398 38.9996,45.6474C38.9732,45.6323 38.9431,45.621 38.9167,45.6059C38.8526,45.572 38.7923,45.538 38.7282,45.5003C38.6075,45.4287 38.4869,45.3495 38.3738,45.2666C38.1966,45.1384 37.9741,44.9461 37.7743,44.7689C37.5594,44.5766 37.3483,44.3806 37.1296,44.1921C36.1644,43.3514 34.909,42.6614 33.5819,42.9253C32.9673,43.0498 32.4697,43.3627 32.021,43.7925C31.84,43.9659 31.6666,44.1506 31.4819,44.3241C31.4442,44.3618 31.4027,44.3957 31.3612,44.4334C31.3424,44.4522 31.2293,44.5389 31.2519,44.5239C31.2217,44.5465 31.0596,44.6445 30.9767,44.6935C31.0634,44.6671 30.9013,44.7388 30.9767,44.6935C30.9503,44.7011 30.9201,44.7161 30.8937,44.7237C30.8862,44.7275 30.7919,44.7576 30.8598,44.7388C30.9352,44.7161 30.8145,44.7463 30.7995,44.7501C30.7693,44.7538 30.7391,44.7576 30.7127,44.7652C30.7241,44.7614 30.8334,44.7652 30.7542,44.7614C30.7165,44.7614 30.675,44.7576 30.6373,44.7614C30.5355,44.7689 30.7467,44.7802 30.6487,44.7652C30.5808,44.7538 30.5092,44.7425 30.4413,44.7312C30.5506,44.7501 30.4149,44.7237 30.3772,44.7124C30.3093,44.6898 30.2415,44.6671 30.1736,44.637C30.1434,44.6257 30.1171,44.6144 30.0869,44.5993C30.1661,44.6332 30.0454,44.5766 30.0303,44.5691C29.5138,44.3052 29.1406,43.9697 28.7183,43.5813C27.8059,42.7444 26.8181,41.9602 25.5174,41.9677C24.2205,41.9753 23.1648,42.7368 22.2373,43.57C21.8151,43.9508 21.423,44.3278 20.9706,44.6257C20.8499,44.7048 20.7217,44.784 20.5935,44.8519C20.5634,44.8669 20.4465,44.9273 20.4729,44.916C20.5294,44.8896 20.4163,44.9386 20.405,44.9461C20.3673,44.9612 20.3296,44.9763 20.2919,44.9914C20.2278,45.014 20.16,45.0366 20.0921,45.0592C19.9715,45.0969 20.1524,45.0517 20.028,45.0743C19.9903,45.0818 19.9488,45.0856 19.9111,45.0931C19.8998,45.0969 19.798,45.1082 19.8885,45.0969C19.9752,45.0856 19.8772,45.0969 19.8659,45.0969C19.8169,45.0969 19.7679,45.0932 19.7151,45.0969C19.6359,45.1007 19.7415,45.1007 19.7528,45.1007C19.7226,45.0969 19.6925,45.0932 19.6623,45.0894C19.6095,45.0818 19.4512,45.0404 19.5794,45.0781C19.519,45.0592 19.4587,45.0404 19.3984,45.0178C19.3645,45.0064 19.2174,44.9386 19.3192,44.9876C19.0892,44.8745 18.8781,44.7312 18.6707,44.5766C18.6632,44.5729 18.5916,44.5126 18.6481,44.5616C18.6255,44.5427 18.6029,44.5276 18.584,44.5088C18.5312,44.4673 18.4822,44.4258 18.4294,44.3844C18.3276,44.3014 18.2259,44.2147 18.1241,44.1318C17.8978,43.947 17.6716,43.7661 17.4303,43.604C16.3558,42.8876 14.9533,42.7482 13.7318,43.1478C13.4377,43.2458 13.1512,43.3815 12.8873,43.5474C13.2567,43.7171 13.6262,43.8905 13.9957,44.0601C15.7865,41.6096 17.6075,39.1176 18.7688,36.29C19.093,35.5058 19.3569,34.6952 19.5567,33.8696C19.6736,33.387 19.0214,33.3154 18.6858,33.3493C17.0495,33.4964 15.4284,33.7301 13.8185,34.043C14.0862,34.2504 14.3501,34.4577 14.6178,34.6651C16.2314,33.1156 17.8903,31.502 18.8819,29.4624C19.9601,27.2493 19.881,24.8063 19.6661,22.4161C19.4625,20.1502 19.1722,17.7713 19.8659,15.5847C20.4503,13.7486 21.5285,12.184 22.9801,10.9324C23.0668,10.857 23.1573,10.7816 23.2478,10.7099C23.2741,10.6873 23.3043,10.6647 23.3307,10.6421C23.3307,10.6421 23.4023,10.5855 23.3609,10.6194C23.3194,10.6496 23.391,10.5968 23.391,10.5968C23.4212,10.5742 23.4476,10.5554 23.4777,10.5327C23.67,10.3895 23.8698,10.25 24.0697,10.1218C24.4731,9.8579 24.8953,9.6279 25.3289,9.4206C25.393,9.3904 25.3138,9.4281 25.3063,9.4319C25.3402,9.4168 25.3704,9.4017 25.4043,9.3866C25.4533,9.364 25.5023,9.3451 25.5513,9.3225C25.6645,9.2735 25.7813,9.2283 25.8982,9.183C26.1206,9.0963 26.3506,9.0209 26.5768,8.9493C26.6862,8.9154 26.7993,8.8852 26.9086,8.855C26.9199,8.8513 27.0104,8.8287 26.9275,8.8513C26.8408,8.8739 26.9501,8.8475 26.9727,8.84C27.033,8.8249 27.0934,8.8136 27.1537,8.7985C27.3874,8.7457 27.625,8.7042 27.8625,8.6741C27.9756,8.659 28.0925,8.6439 28.2056,8.6326C28.232,8.6288 28.2583,8.6288 28.2847,8.6251C28.3677,8.6175 28.232,8.6288 28.232,8.6288C28.2659,8.6477 28.4054,8.6175 28.4469,8.6138C28.6919,8.5987 29.1557,8.5195 29.1557,8.1877C29.1557,7.8786 28.7354,7.7494 28.4506,7.7655Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_ghost.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1533 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.6655,8.6474C28.7899,8.6514 28.9181,8.6553 29.0425,8.6632C29.1066,8.6671 29.1669,8.671 29.231,8.675C29.4421,8.6868 29.0877,8.6592 29.2951,8.6789C29.5666,8.7064 29.8418,8.7379 30.1132,8.7811C30.3432,8.8165 30.5694,8.8637 30.7956,8.9148C30.9992,8.9581 30.6712,8.8794 30.8711,8.9345C30.9314,8.9502 30.9917,8.9659 31.0558,8.9817C31.1991,9.021 31.3386,9.0642 31.4781,9.1114C32.3678,9.4063 33.201,9.8428 33.9362,10.5033C35.3727,11.793 36.2247,13.6646 36.6658,15.5559C37.2088,17.8915 37.1484,20.3293 37.1711,22.7121C37.1937,24.9927 37.2917,27.3047 37.9666,29.4948C38.3134,30.6193 38.8111,31.7085 39.55,32.6089C39.8969,33.0296 40.3079,33.4032 40.7678,33.6823C41.322,34.0205 41.929,34.1817 42.5662,34.2328C42.7924,34.2485 43.275,34.1345 43.275,33.8239C43.275,33.4897 42.7849,33.4346 42.5662,33.415C42.7509,33.4307 42.5624,33.411 42.5323,33.4071C42.4757,33.3992 42.4229,33.3874 42.3702,33.3757C42.5285,33.4071 42.3513,33.3678 42.3249,33.3599C42.2721,33.3442 42.2193,33.3245 42.1703,33.3088C42.159,33.3049 41.9894,33.2341 42.11,33.2891C42.061,33.2656 42.012,33.242 41.963,33.2144C41.8499,33.1555 41.7368,33.0886 41.6274,33.0139C41.5105,32.9353 41.356,32.8094 41.2089,32.6679C41.028,32.4949 40.8583,32.3062 40.7,32.1056C40.093,31.335 39.6782,30.3559 39.3728,29.4083C38.6867,27.2614 38.6075,24.9573 38.5886,22.7121C38.566,20.3215 38.6188,17.8955 38.0834,15.5559C37.6348,13.5781 36.7903,11.6515 35.3387,10.2556C33.5366,8.5255 30.8334,7.8284 28.4506,7.7655C28.2206,7.7615 27.9567,7.92 27.9567,8.2385C27.9567,8.5649 28.4468,8.6396 28.6655,8.6474Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_ghost.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (869 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.3918,45.6503C26.6706,46.0998 25.0904,42.9066 20.0612,36.6197C17.2883,33.1525 16.0464,31.9659 14.5136,29.0283C13.3259,26.7435 12.795,25.0051 12.6671,23.1523C12.5879,21.995 12.4904,20.2042 13.4419,18.2689C13.847,17.4346 14.7443,15.6036 16.771,14.8311C18.4692,14.1823 20.0221,14.6402 21.0379,14.9365C21.6152,15.1083 23.6594,15.7348 25.2249,17.626C26.7905,19.5173 26.7092,21.2619 27.4597,21.2859C28.2216,21.3096 28.296,19.5252 30.1681,17.5633C30.6959,17.0111 31.7188,15.9648 33.38,15.4199C34.9563,14.906 36.2957,15.1073 37.1064,15.2381C38.1703,15.4131 40.0793,15.7178 41.4281,17.2383C42.3334,18.2633 42.5596,19.3592 42.8213,20.694C43.406,23.6989 42.8385,26.2458 42.4845,27.467C41.7146,30.1397 40.4309,31.8676 38.9378,33.8757C38.1004,35.0023 38.5094,34.2994 34.5868,38.7881C33.0299,40.5696 31.3322,42.2294 29.8693,44.0939C28.9141,45.3039 28.8065,45.5412 28.3918,45.6503Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_heart.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (818 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.8814,45.3619C26.2254,42.9709 23.8027,40.3332 21.4306,37.6655C19.171,35.126 16.9096,32.5236 15.3566,29.4838C13.8586,26.5624 12.9862,23.1031 13.7679,19.8474C14.1253,18.3519 14.88,16.9364 16.0763,15.9479C17.2001,15.0244 18.5636,14.6765 19.9863,14.9896C23.1429,15.6868 25.669,18.3386 26.6092,21.3676C26.6915,21.6394 27.2862,21.6222 27.497,21.5876C27.7305,21.5466 28.0762,21.428 27.982,21.1394C27.0983,18.286 24.8543,15.8888 22.0697,14.7924C20.3734,14.1216 18.4036,13.8929 16.6658,14.5599C15.1602,15.1404 13.9332,16.2554 13.161,17.66C11.4646,20.7536 11.908,24.6137 13.1212,27.7833C14.4028,31.1393 16.6431,33.9993 18.9812,36.6795C21.42,39.4766 23.9152,42.2493 26.6216,44.7988C26.9628,45.1203 27.3096,45.4359 27.6564,45.7514C27.8916,45.9674 28.3544,45.9426 28.6379,45.8488C28.8591,45.7796 29.1223,45.5778 28.8814,45.3619Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_heart.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (872 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.0482,21.446C29.1461,18.8324 31.2353,16.4586 34.0276,15.6412C35.2307,15.2866 36.4565,15.3197 37.6575,15.6849C38.8756,16.0496 40.0066,16.7653 40.7859,17.7881C41.7734,19.0849 42.0919,20.8008 42.1608,22.3925C42.2336,24.1212 41.9511,25.8373 41.4148,27.4808C40.3372,30.7964 38.2964,33.66 36.0016,36.2454C33.6015,38.9537 30.8955,41.3738 28.7185,44.2756C28.4374,44.6493 28.1679,45.0284 27.9041,45.4073C27.4867,46.0134 28.8496,46.2368 29.1517,45.7997C30.256,44.2027 31.4891,42.7047 32.8221,41.2953C34.1217,39.9212 35.4742,38.5969 36.7444,37.195C39.1853,34.514 41.4345,31.5359 42.6572,28.0904C43.2603,26.3822 43.6199,24.561 43.6018,22.745C43.5867,21.0318 43.2804,19.1442 42.2945,17.7046C40.5796,15.2007 37.2767,14.1936 34.3603,14.6776C31.2217,15.1966 28.6263,17.4822 27.1602,20.2264C26.9812,20.5686 26.8138,20.9161 26.6637,21.2689C26.4226,21.8357 27.8397,21.9547 28.0482,21.446Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_heart.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5253 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M27.802,55.9993C27.8096,54.8069 27.8173,53.6145 27.8252,52.4222L27.8272,52.1256C27.8362,50.8208 27.8451,49.5158 27.854,48.2078L38.6746,48.0809C38.6618,50.0235 38.6496,51.966 38.6375,53.9086C38.9651,53.774 39.2896,53.6333 39.6109,53.4867C39.6135,53.0857 39.6161,52.6847 39.6188,52.2838L39.6209,51.9709C39.6298,50.6715 39.6387,49.372 39.6476,48.0695L40.6159,48.0581C40.605,49.7119 40.5945,51.3658 40.5842,53.0196C40.9127,52.854 41.2375,52.6822 41.5585,52.5042C41.559,52.4231 41.5596,52.3421 41.5601,52.261L41.5703,50.7745C41.6207,50.7789 41.6663,50.7805 41.7032,50.7801L44.3275,50.7493C44.6916,50.4875 45.0492,50.2172 45.3999,49.9387L41.6939,49.9822C41.6598,49.9826 41.6195,49.9847 41.5756,49.989C41.5801,49.3421 41.5845,48.6948 41.5889,48.0467L42.1286,48.0404C42.3865,48.0373 42.9551,47.9507 43.0295,47.6253C43.0352,47.6088 43.0381,47.5911 43.0378,47.5723L43.0376,47.5538L43.0376,47.5512L43.0376,47.548C43.0376,47.546 43.0375,47.5441 43.0375,47.5422L43.034,47.2415L48.4007,47.1785C48.6491,46.9144 48.8924,46.6455 49.1304,46.3719L43.0246,46.4436L43.0119,45.3634C43.0117,45.3424 43.0074,45.3228 42.9998,45.3047C43.007,45.2774 43.0106,45.2484 43.0103,45.2175C43.0057,44.8283 42.3575,44.7434 42.0899,44.7466L23.84,44.9607C23.6655,44.9627 23.349,45.003 23.1393,45.1296C23.0978,45.1505 23.0621,45.177 23.0354,45.2091C22.9701,45.2738 22.9298,45.3541 22.931,45.4531C22.9326,45.5195 22.9528,45.577 22.9865,45.6268L22.9915,46.0508L16.5848,46.126C17.5232,45.0135 18.4642,43.9028 19.4056,42.7938L45.8028,42.4841C46.5497,43.3045 47.2965,44.1256 48.0434,44.9467C48.4397,45.3825 48.8361,45.8183 49.2325,46.254C49.4949,45.9491 49.7508,45.6385 50,45.3224C49.174,44.4141 48.3486,43.5052 47.5243,42.5952C46.4694,41.4349 45.4145,40.2758 44.3595,39.1167C43.3046,37.9576 42.2497,36.7984 41.1947,35.6381C40.2828,34.6367 39.3708,33.634 38.4588,32.6314L38.4581,32.6306L38.437,32.6074C37.5323,31.6127 36.6276,30.6181 35.7229,29.6247C35.4431,29.3163 35.1648,29.0055 34.8862,28.6944L34.8859,28.694L34.8855,28.6936C34.2857,28.0237 33.6847,27.3526 33.0659,26.7022C33.0626,26.699 33.0596,26.6958 33.0567,26.6927C33.0558,26.6916 33.0548,26.6905 33.0539,26.6894L33.052,26.6872L33.0489,26.6837L33.0451,26.6791C33.0402,26.6733 33.0358,26.668 33.0313,26.6636C32.8638,26.4807 32.5276,26.4506 32.2942,26.4582C32.0558,26.4658 31.73,26.4843 31.562,26.6809L31.3459,26.9331L31.3441,26.9352C30.763,27.6133 30.1789,28.2948 29.5987,28.9763C28.8193,29.8899 28.0387,30.8022 27.258,31.7146L27.2563,31.7166L27.2545,31.7186C26.4739,32.631 25.6932,33.5433 24.9138,34.4569C23.0226,36.6737 21.1314,38.8904 19.2451,41.112C18.8335,41.5974 18.4215,42.0826 18.0096,42.5677C16.9711,43.7907 15.9326,45.0137 14.8991,46.2414C14.7628,46.3022 14.6568,46.3955 14.6523,46.5348C14.5385,46.6701 14.4249,46.8055 14.3112,46.9409C14.0565,47.243 13.5646,47.7833 13.0569,48.341C12.4743,48.9809 11.8709,49.6436 11.5812,49.9954C11.5048,50.0876 11.4257,50.179 11.3463,50.2708C11.3042,50.3194 11.262,50.3682 11.2201,50.4171C11.5522,50.6661 11.89,50.9079 12.2333,51.1422C12.2591,51.0972 12.2971,51.0541 12.3324,51.014C12.346,50.9986 12.3592,50.9836 12.3712,50.9691L12.774,50.468C12.7986,50.4382 12.8259,50.4056 12.8558,50.3704C13.0141,50.4224 13.194,50.4382 13.3012,50.4369L24.9215,50.3006C24.9156,51.2196 24.9098,52.1386 24.904,53.0576C24.8755,53.0561 24.8495,53.0555 24.8269,53.0558L15.7043,53.1628C16.2725,53.441 16.8515,53.7005 17.4405,53.9405L24.8363,53.8537C24.8554,53.8535 24.8765,53.8527 24.8991,53.8513C24.8949,54.5105 24.8909,55.1697 24.8868,55.8289C25.2084,55.8644 25.5317,55.8946 25.8565,55.9192C25.8639,54.7611 25.8713,53.603 25.879,52.445C25.8886,51.0413 25.8982,49.6377 25.9078,48.2307L26.881,48.2193C26.864,50.8049 26.8479,53.3905 26.8319,55.9761C27.1539,55.9893 27.4773,55.9971 27.802,55.9993ZM13.5072,49.6365L24.9266,49.5025C24.9293,49.0824 24.9321,48.6622 24.9348,48.2421L23.8787,48.2545C23.6159,48.2576 22.9678,48.1727 22.9583,47.7835C22.9575,47.7152 22.9765,47.6558 23.0097,47.6043L23.0009,46.8488L15.9057,46.932C15.7141,47.1596 15.5226,47.3873 15.3313,47.6151C15.0981,47.8937 14.6167,48.4205 14.1242,48.9595L14.1239,48.9597L14.1238,48.9599C13.9142,49.1893 13.7026,49.4209 13.5072,49.6365ZM42.8679,39.2583C43.6067,40.0701 44.3455,40.882 45.0842,41.6945L20.0902,41.9877C20.7942,41.1586 21.4988,40.3296 22.2042,39.5007L42.8679,39.2583ZM22.79,38.8126L42.2545,38.5843L42.1427,38.4614C41.2178,37.4452 40.2928,36.4289 39.3679,35.4118C39.2032,35.4617 39.0119,35.474 38.9107,35.4752L25.5034,35.6325C24.5978,36.6917 23.6933,37.7519 22.79,38.8126ZM36.1249,31.8408C37.0258,32.8312 37.9262,33.8222 38.8253,34.8144L26.0745,34.964C26.7576,34.164 27.44,33.3647 28.1223,32.5654L28.5713,32.0394L35.6286,31.9566C35.7675,31.955 35.9663,31.9212 36.1249,31.8408ZM29.3686,31.1055C29.7867,30.6158 30.2049,30.126 30.6235,29.6358C30.8813,29.335 31.1433,29.0367 31.4054,28.7383C31.7156,28.3851 32.0259,28.0318 32.3296,27.674C32.7269,28.1105 33.1247,28.5465 33.5212,28.9812L33.7476,29.2294C34.2956,29.8311 34.8436,30.4329 35.3915,31.0349L29.3686,31.1055ZM23.8513,45.924L42.1012,45.7099C42.1206,45.7097 42.1418,45.709 42.1644,45.7077L42.1805,47.0778C42.1713,47.0775 42.1625,47.0773 42.1539,47.0771C42.141,47.0769 42.1288,47.0769 42.1173,47.077L23.8634,47.2912L23.8576,47.2913L23.8416,45.9241C23.8449,45.9241 23.8481,45.924 23.8513,45.924Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_house.xml"
line="25"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (15674 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M9.6691,49.166C9.7308,49.1276 9.7777,49.0777 9.8004,49.0133C9.82,48.9558 9.8721,48.898 9.9198,48.845C9.9411,48.8214 9.9615,48.7988 9.9777,48.7776C10.1312,48.5861 10.2895,48.3944 10.4527,48.2027C10.9111,47.6537 11.3759,47.111 11.842,46.567L11.8422,46.5668L11.8426,46.5662L11.8428,46.5661L11.8432,46.5655L11.8434,46.5653L11.8438,46.5648C11.9529,46.4375 12.0619,46.3102 12.171,46.1827C13.0063,45.2094 13.8416,44.2361 14.6817,43.2677C15.7043,42.083 16.7269,40.9031 17.7495,39.7233C17.9718,39.4673 18.1917,39.2138 18.4104,38.9618L18.4358,38.9325L18.4373,38.9308L18.4513,38.9147C19.3144,37.9201 20.1588,36.947 21.048,35.928C21.4073,35.5145 21.7666,35.1015 22.1257,34.6887L22.1259,34.6885L22.1271,34.6872L22.1307,34.683C22.8929,33.8069 23.6544,32.9316 24.4136,32.0541C24.9395,31.4517 25.4655,30.848 25.9914,30.2443L25.9956,30.2394C26.5198,29.6378 27.044,29.0362 27.5681,28.4357L30.2185,25.3974C30.4233,25.1625 30.6281,24.9281 30.8327,24.6939L30.8333,24.6932C31.2666,24.1973 31.6992,23.7021 32.1295,23.2048C32.2252,23.0941 32.323,22.9844 32.4211,22.8747C32.8277,23.3215 33.2348,23.7677 33.6406,24.2126L33.6417,24.2138L33.8588,24.4517C35.6032,26.3673 37.3476,28.2828 39.0872,30.2032C40.1418,31.3631 41.1964,32.5218 42.2509,33.6806C43.3062,34.8401 44.3615,35.9996 45.4168,37.1603C46.321,38.1532 47.2252,39.1473 48.1294,40.1414L48.1504,40.1646L48.1527,40.1671C49.0647,41.1697 49.9767,42.1724 50.8886,43.1738C50.9672,43.2599 51.0457,43.346 51.1241,43.4321C51.1235,43.4607 51.1316,43.4919 51.1507,43.5259C51.1714,43.564 51.2018,43.5963 51.2393,43.6235C51.4822,43.263 51.7169,42.8965 51.9432,42.5243C51.039,41.5312 50.135,40.5379 49.2319,39.5437C49.9387,39.6145 50.6521,39.6085 51.3364,39.3945C52.049,39.1671 52.632,38.6737 53.0531,38.0605C53.5086,37.3955 53.7883,36.6284 53.8719,35.8412C54.1203,36.0918 54.3906,36.3207 54.6786,36.5248C54.8055,36.1274 54.9238,35.726 55.0332,35.3211C54.6237,34.8491 54.2999,34.3003 54.0727,33.7227C54.0515,33.669 53.9776,33.6254 53.9003,33.5928C54.6125,33.2228 55.2237,32.6719 55.6333,31.9429C55.6767,31.8663 55.7177,31.7885 55.7564,31.7097C55.8809,30.7695 55.9587,29.8146 55.9874,28.8474C55.9373,28.8565 55.8872,28.864 55.8357,28.8701C55.7433,28.8809 55.7433,28.8809 55.8308,28.8701C55.7822,28.8756 55.7384,28.8761 55.6898,28.8766C55.6117,28.8776 55.5336,28.8785 55.4555,28.8765C55.5012,28.8767 55.3962,28.866 55.3239,28.8586C55.3119,28.8573 55.3008,28.8562 55.2914,28.8552C55.2797,28.854 55.2707,28.853 55.2661,28.8524C55.1863,28.8408 55.1065,28.8255 55.0297,28.8066C55.0294,28.8056 55.0061,28.7975 54.9758,28.7873C54.9563,28.7808 54.9339,28.7733 54.9128,28.7663L54.9116,28.766L54.9115,28.7659C54.876,28.7541 54.8443,28.7437 54.8366,28.7407C54.7911,28.725 54.7455,28.705 54.6998,28.685L54.6997,28.685C54.6769,28.675 54.6541,28.665 54.6312,28.6555C54.5949,28.6391 54.573,28.6284 54.5654,28.6247C54.5287,28.6049 54.4926,28.585 54.4599,28.565C54.3766,28.5174 54.2933,28.4649 54.21,28.4123L54.2099,28.4123C53.7144,28.0836 53.294,27.6139 52.9691,27.0885C53.5162,26.7211 53.9321,26.1863 54.126,25.4992C54.2667,24.9989 54.3126,24.4856 54.3081,23.9687C54.7615,24.4339 55.2856,24.831 55.8556,25.1384C55.8012,24.603 55.7318,24.0721 55.6477,23.5461C55.5808,23.4783 55.5151,23.4084 55.4504,23.3364C55.0526,22.8918 54.7359,22.379 54.5032,21.8273C54.7721,21.8167 55.0411,21.806 55.3101,21.7952C55.2239,21.4138 55.1298,21.0354 55.0281,20.6602C54.8711,20.6668 54.7141,20.6734 54.557,20.6801C51.3666,20.8124 48.1761,20.9447 44.9824,21.0655C43.6076,21.1191 42.2311,21.1752 40.8547,21.2313L40.8413,21.2319C39.4649,21.288 38.0884,21.3441 36.7136,21.3977C36.2252,21.4195 35.7369,21.4355 35.2485,21.4514L35.2483,21.4514C34.4007,21.4791 33.5525,21.5068 32.7019,21.5651C32.6922,21.5637 32.6834,21.5652 32.6746,21.5667C32.6658,21.5682 32.657,21.5697 32.6473,21.5683C32.6122,21.5694 32.5408,21.5761 32.4582,21.5974C32.2387,21.5901 31.8954,21.6138 31.7478,21.7786C31.6819,21.854 31.616,21.9298 31.5499,22.0058L31.5494,22.0064L31.5493,22.0065C31.4086,22.1684 31.2672,22.3311 31.1236,22.4915C30.8403,22.816 30.5582,23.1393 30.2761,23.4625L30.2456,23.4975C29.9737,23.8091 29.7017,24.1207 29.4286,24.4335L27.2131,26.9774C27.1798,26.9758 27.1474,26.976 27.1165,26.9779C24.5971,27.1015 22.0788,27.224 19.5606,27.3464C17.0433,27.4688 14.526,27.5912 12.0075,27.7148C11.2995,27.7483 10.5914,27.7832 9.8833,27.8181L9.8805,27.8183L9.8771,27.8185C9.2542,27.8492 8.6314,27.8799 8.0087,27.9096C7.9507,27.9065 7.8951,27.9063 7.8449,27.908C7.6114,27.9156 7.2759,27.9341 7.1127,28.1258C6.7527,28.5534 6.3929,28.9858 6.0378,29.4133L3.4466,32.5239C2.6311,33.504 1.8185,34.4841 1.0065,35.4665C1.1372,35.9398 1.2799,36.4082 1.4345,36.8711C2.3297,35.7861 3.2284,34.7012 4.1245,33.6194L4.5387,33.1193L4.5394,33.1186C5.4412,32.0329 6.3431,30.9471 7.2498,29.8614C7.3857,29.6992 7.5245,29.538 7.6635,29.3764L7.6637,29.3762C7.7395,29.2882 7.8153,29.2001 7.8909,29.1117L10.4607,31.8772C11.3508,32.8359 12.2397,33.7934 13.1285,34.7509C14.0114,35.702 14.8942,36.6531 15.7783,37.6053C16.155,38.0091 16.5316,38.4129 16.9083,38.8206C16.6429,39.1258 16.3776,39.4313 16.1123,39.737C15.8864,39.499 15.6606,39.261 15.4349,39.0229C14.9853,38.5489 14.5357,38.0749 14.0849,37.6009C13.6559,37.1501 13.2269,36.6988 12.7979,36.2474C12.7569,36.1109 12.646,36.0124 12.5124,35.9469L11.9416,35.3461C11.2272,34.5942 10.5129,33.8424 9.7986,33.0917C9.4685,32.7452 9.1384,32.3987 8.8132,32.0522C8.6408,31.8742 8.3096,31.844 8.0761,31.8516C7.8426,31.8592 7.5071,31.8778 7.3439,32.0694C6.9839,32.497 6.6241,32.9294 6.269,33.357L3.6778,36.4675C3.1243,37.1327 2.5722,37.7979 2.0207,38.4638C2.1923,38.8895 2.3741,39.31 2.5658,39.7251C3.1628,39.0032 3.7604,38.2817 4.3569,37.5616L4.7699,37.063L4.8393,36.9795L11.789,36.8979L12.2059,37.3367C12.9162,38.0843 13.6265,38.8319 14.3368,39.5784L14.3375,39.5791C14.4442,39.6911 14.551,39.8032 14.6576,39.9153L2.7209,40.0553C2.8719,40.3715 3.0287,40.6843 3.1911,40.9938L14.6972,40.8588C14.9091,40.8563 15.1656,40.7496 15.2614,40.5531L15.3222,40.6179L15.3253,40.621C15.3267,40.6225 15.3281,40.624 15.3296,40.6254C15.3319,40.6277 15.3342,40.6299 15.3365,40.6322C14.8671,41.1743 14.3982,41.7169 13.9303,42.2595C13.6031,42.6377 13.2765,43.0154 12.9504,43.393C12.9126,43.3914 12.8797,43.391 12.8536,43.3913L4.6695,43.4873C4.8516,43.761 5.0384,44.0314 5.2297,44.2982L12.2406,44.216C11.9139,44.5953 11.5875,44.9752 11.2611,45.3564C10.6131,46.1133 9.9651,46.8703 9.3219,47.6272C9.2339,47.7312 9.1424,47.8348 9.0503,47.9392L9.0497,47.9398L9.0496,47.9399C8.9415,48.0623 8.8326,48.1857 8.7274,48.3118C9.0348,48.6035 9.3487,48.8883 9.6691,49.166ZM45.6982,22.1791C48.0053,22.0837 50.3126,21.9892 52.6215,21.9001C52.6294,21.9664 52.6373,22.0328 52.6453,22.0993L52.6454,22.0999C52.7442,22.9251 52.8448,23.7644 52.7672,24.5857C52.7239,25.0217 52.6284,25.4347 52.3886,25.8188C52.1927,26.1277 51.8702,26.3601 51.6007,26.4545C51.5782,26.4627 51.557,26.4699 51.5358,26.477C51.5146,26.4842 51.4934,26.4913 51.4709,26.4996C51.4768,26.4971 51.4058,26.5164 51.3651,26.5281C51.352,26.5304 51.3346,26.5336 51.3172,26.5367L51.3167,26.5368L51.3165,26.5369C51.2801,26.5435 51.2441,26.5501 51.2483,26.5483C51.2261,26.5517 51.2027,26.5551 51.1794,26.5584C51.156,26.5617 51.1326,26.5651 51.1104,26.5685L50.9337,26.5861C50.9114,26.5874 50.8528,26.5879 50.8335,26.5881L50.8272,26.5881C50.8272,26.5882 50.8311,26.5882 50.8402,26.5881L50.8897,26.5881C50.7677,26.5898 50.6512,26.5821 50.5298,26.5741C50.4084,26.5662 50.2922,26.5536 50.1715,26.5359C50.3002,26.5531 50.1171,26.5228 50.0405,26.5101L50.0403,26.5101L50.0174,26.5063C49.7675,26.4508 49.5234,26.3811 49.2848,26.302C49.2658,26.2958 49.2495,26.2904 49.235,26.2857C49.1368,26.2536 49.128,26.2507 49.0041,26.1958C48.8901,26.1493 48.7764,26.0979 48.6677,26.0468C48.4216,25.9331 48.1813,25.8051 47.952,25.6584C47.6149,25.446 47.1984,25.1065 46.9075,24.7851C46.2535,24.0624 45.8014,23.148 45.6982,22.1791ZM40.1794,22.4072L40.187,22.4069C41.3237,22.3607 42.4604,22.3146 43.5974,22.2666C43.8457,23.8206 43.8604,25.4693 43.1757,26.9116C42.8529,27.5966 42.3737,28.2251 41.7609,28.6702C41.4569,28.8927 41.1136,29.0768 40.7599,29.2026C40.6097,29.2579 40.4594,29.3034 40.304,29.3345C40.1888,29.3568 40.0761,29.3716 39.9893,29.3803C39.5477,28.895 39.1061,28.4095 38.6645,27.924L38.5678,27.8176C37.6558,26.815 36.7438,25.8124 35.8319,24.8109C35.3882,24.3246 34.9457,23.8371 34.5032,23.3496L34.5024,23.3486C34.2955,23.1206 34.0885,22.8926 33.8815,22.6648C34.1051,22.6559 34.3287,22.6472 34.5522,22.6384C35.106,22.6169 35.6597,22.5953 36.2139,22.571C37.5348,22.5146 38.8553,22.461 40.1759,22.4073L40.1794,22.4072ZM10.8012,35.8585C10.5509,35.5953 10.3007,35.3322 10.0505,35.0692C9.5997,34.5952 9.1501,34.1212 8.7005,33.6472L8.6823,33.6279C8.4983,33.4339 8.3142,33.2399 8.1301,33.0458C8.0519,33.1374 7.9734,33.2287 7.8949,33.3198C7.7558,33.4815 7.617,33.6428 7.481,33.805C6.8928,34.5094 6.3066,35.2137 5.7212,35.9181L10.8012,35.8585ZM49.1175,38.9777C48.9871,38.9572 48.8362,38.9402 48.6839,38.9402C48.3335,38.5541 47.9833,38.1679 47.6333,37.7815C46.8714,36.9435 46.1095,36.1062 45.3477,35.269C45.4453,35.2434 45.5407,35.2117 45.6327,35.1744C46.117,34.9789 46.4925,34.6339 46.8138,34.2311C47.179,33.7704 47.4255,33.2167 47.5323,32.6392C48.4463,33.4925 49.7444,33.9908 50.934,34.1245C51.3591,34.1717 51.7912,34.1677 52.2158,34.113C52.5334,35.2467 52.4123,36.4851 51.8449,37.5297C51.5639,38.0488 51.1806,38.5545 50.6636,38.8671C50.1732,39.162 49.8047,39.0976 49.2719,39.0044L49.2708,39.0042C49.2212,38.9955 49.1702,38.9866 49.1175,38.9777ZM40.4077,29.8401C40.7064,30.1683 41.005,30.4964 41.3037,30.8244C42.359,31.9851 43.4143,33.1446 44.4696,34.3042L44.602,34.4496C44.6839,34.4623 44.7638,34.4831 44.8391,34.5129C44.9398,34.45 45.028,34.3675 45.1162,34.2851C45.3423,34.0684 45.5292,33.8229 45.6769,33.5486C45.9515,33.0462 46.0822,32.4965 46.0722,31.9321C45.9657,31.9372 45.8584,31.9389 45.7503,31.9372C44.9132,31.9227 44.0449,31.7382 43.3292,31.2892C42.6409,30.8562 42.1695,30.2477 41.8476,29.5225C41.3858,29.6855 40.9002,29.7891 40.4077,29.8401ZM26.1394,28.2104C25.8258,28.2257 25.5121,28.2412 25.1985,28.2567L25.1969,28.2568C24.4879,28.2917 23.7788,28.3267 23.07,28.3603C21.552,28.4348 20.0344,28.5088 18.5171,28.5827C18.7591,28.5918 19.1152,28.6514 19.1504,28.8897C19.1591,28.948 19.1665,29.0062 19.1726,29.0643C19.3885,29.1036 19.5619,29.1913 19.6033,29.3418C19.7099,29.7152 19.9475,30.0579 20.2472,30.3026C20.3847,30.4129 20.5417,30.5181 20.7032,30.5989C20.9039,30.6987 21.0211,30.7363 21.2016,30.778C21.2309,30.7825 21.2589,30.7882 21.287,30.794C21.3067,30.798 21.3263,30.8021 21.3464,30.8057C21.3532,30.8062 21.3619,30.807 21.3711,30.8078C21.3779,30.8084 21.385,30.8091 21.3918,30.8098C21.3995,30.8104 21.4069,30.8111 21.4139,30.8117L21.4285,30.813L21.4576,30.8156C21.5489,30.8239 21.575,30.8263 21.7082,30.8207C21.859,30.8189 22.1068,30.7819 22.3106,30.7358C22.825,30.6178 23.3192,30.4368 23.8134,30.251C24.0039,30.1773 24.23,30.1402 24.4495,30.1488C24.7687,29.7825 25.0881,29.4162 25.4075,29.0499L25.4231,29.0319C25.6619,28.7581 25.9007,28.4843 26.1394,28.2104ZM23.6205,31.1006C22.6093,31.3928 21.5641,31.5424 20.5074,31.3262C19.976,31.2168 19.453,31.0023 19.0227,30.68C18.7733,31.5188 18.2659,32.276 17.5766,32.8642C17.38,33.0323 17.1742,33.1963 16.9598,33.3501C16.9674,33.3603 16.9739,33.371 16.9793,33.3822C17.3195,34.0886 17.8888,34.6707 18.5794,34.9789C18.6767,35.0216 18.774,35.0593 18.8712,35.0923L18.8933,35.0992C18.9387,35.1133 18.9538,35.118 18.969,35.1222C18.9765,35.1243 18.9841,35.1262 18.9953,35.1291L18.9959,35.1292C19.0026,35.131 19.0107,35.133 19.0208,35.1356C19.0294,35.1379 19.0395,35.1405 19.0516,35.1437C19.1024,35.1528 19.1532,35.1619 19.2041,35.1759C19.2204,35.1797 19.2317,35.1825 19.2392,35.1844L19.2457,35.1852C19.3381,35.1987 19.4304,35.2074 19.5226,35.2111C19.3058,35.1991 19.7852,35.1935 19.5687,35.2106C19.6102,35.2101 19.6516,35.2048 19.693,35.1994C19.6884,35.1995 19.8679,35.173 19.7897,35.1885C19.7162,35.204 19.8909,35.1679 19.8863,35.1679C19.8992,35.1648 19.9116,35.1616 19.9238,35.1584L19.9566,35.1499C19.9727,35.1457 19.9889,35.1415 20.0058,35.1373C20.0467,35.129 20.0876,35.1143 20.1575,35.0852C20.2807,34.9432 20.4039,34.8012 20.527,34.6592C21.5553,33.4702 22.5877,32.2852 23.6205,31.1006ZM19.5432,35.7923C18.1198,35.8091 16.6554,35.2126 15.8444,33.9947C15.6934,34.0599 15.5395,34.1171 15.3827,34.1649C15.0541,34.2635 14.7066,34.3207 14.3583,34.3294L17.6931,37.9189C18.3094,37.2109 18.9266,36.5018 19.5432,35.7923ZM43.8239,28.2421C44.6768,27.315 45.1103,26.0669 45.2328,24.8208C45.9819,25.8391 47.0576,26.6352 48.2513,27.1117C48.6972,27.2896 49.1653,27.4433 49.6431,27.5462C49.2507,28.678 48.6425,29.7471 47.6551,30.4599C47.5248,30.5539 47.3895,30.6333 47.2542,30.7128C47.0753,30.8122 46.9979,30.8471 46.8623,30.9023C46.7896,30.9323 46.7121,30.9576 46.6393,30.9779C46.6337,30.9795 46.6234,30.9823 46.6108,30.9857L46.5962,30.9896L46.5757,30.995C46.5246,31.0085 46.4671,31.0237 46.4899,31.0199L46.2899,31.0598L46.1879,31.0756C46.1882,31.0756 46.1876,31.0757 46.1863,31.0759L46.1818,31.0766L46.1762,31.0774C46.1677,31.0786 46.1555,31.0803 46.142,31.0821L46.1414,31.0822L46.1153,31.0858L46.0987,31.0881L46.0822,31.0895C46.0682,31.0907 46.0549,31.0918 46.0519,31.0918C46.03,31.0921 46.0068,31.0936 45.9837,31.0951C45.9607,31.0965 45.9376,31.098 45.9157,31.0983C45.8769,31.0987 45.8368,31.098 45.7968,31.0973L45.7964,31.0972C45.7563,31.0965 45.7161,31.0958 45.6772,31.0962C45.6733,31.0963 45.6697,31.0963 45.6665,31.0964L45.6437,31.0942L45.6434,31.0942C45.6295,31.0929 45.6156,31.0916 45.602,31.0903C45.5929,31.0894 45.5838,31.0886 45.5749,31.0877C45.5145,31.0817 45.4517,31.0711 45.3897,31.0606L45.3895,31.0606C45.3617,31.0559 45.334,31.0512 45.3068,31.047C45.3052,31.047 45.2917,31.0445 45.2772,31.0418L45.2764,31.0416C45.2636,31.0392 45.2502,31.0367 45.2439,31.0358C45.2276,31.0319 45.2113,31.028 45.2015,31.0256L45.1946,31.024C45.1214,31.0054 45.0433,30.982 44.97,30.9585C44.9066,30.9398 44.843,30.9162 44.7794,30.8878C44.8479,30.9162 44.6668,30.8307 44.6326,30.8165C43.9227,30.4502 43.4915,29.774 43.2003,29.0086C43.1808,28.9579 43.1484,28.9137 43.1061,28.8758C43.3635,28.6926 43.6043,28.482 43.8239,28.2421ZM51.6449,27.6118C51.4768,27.6426 51.3079,27.6627 51.1385,27.6733C50.8997,28.3853 50.5808,29.0564 50.1275,29.6718C49.5962,30.3927 48.9209,30.9779 48.151,31.373C48.4768,32.0223 48.9895,32.5457 49.6061,32.9284C49.9002,33.1099 50.2135,33.2668 50.541,33.3894C50.8586,33.5074 51.2492,33.6147 51.5363,33.6211L51.6385,33.6199C51.6499,33.6197 51.6586,33.6197 51.6651,33.6197L51.6677,33.6195C51.6809,33.6179 51.7024,33.6153 51.7259,33.6125C51.761,33.6082 51.8005,33.6034 51.8235,33.6006C51.8362,33.599 51.8438,33.598 51.8426,33.598C51.9348,33.5775 52.0998,33.5366 52.2258,33.4913C52.5456,33.3805 52.8454,33.2164 53.1204,33.0137C54.1407,32.2697 54.6627,31.0425 54.7043,29.8079C53.4102,29.5323 52.3578,28.6929 51.6449,27.6118ZM9.4326,29.0251C11.4606,28.9259 13.488,28.8273 15.5154,28.7287C16.4059,28.6854 17.2963,28.6421 18.1868,28.5988C17.9445,28.6277 17.6014,28.7042 17.6324,28.9075C17.8119,30.1073 17.4516,31.328 16.6202,32.2185C16.1877,32.6859 15.6232,33.0964 15.0673,33.4095C14.9465,33.479 14.8207,33.5389 14.6899,33.5891C14.6318,33.6141 14.5785,33.6342 14.5203,33.6495C14.5229,33.6494 14.4626,33.6641 14.4197,33.6746L14.3987,33.6797C14.3894,33.682 14.3824,33.6837 14.3795,33.6845C14.3675,33.6873 14.3578,33.6897 14.3501,33.6918C14.3379,33.6911 14.3192,33.6907 14.2921,33.6911L14.2595,33.6914C14.252,33.6897 14.23,33.6869 14.1936,33.6834C14.1728,33.6763 14.1407,33.666 14.1458,33.6684L14.1411,33.6665L14.1314,33.6625L14.1308,33.6623C14.0931,33.6469 14.0326,33.6222 13.9941,33.5972C13.8591,33.5188 13.7044,33.4723 13.5446,33.4529L12.3727,32.1904C11.5136,31.265 10.6546,30.3396 9.7943,29.413L9.7933,29.4119C9.673,29.283 9.5528,29.1541 9.4326,29.0251Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_house.xml"
line="29"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1539 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M9.6737,34.757L13.9371,34.1543L15.971,32.025C15.971,32.025 17.5995,30.4025 19.4263,30.9133C21.2531,31.4242 22.9778,31.4273 23.6851,32.7489C24.3924,34.0704 25.4039,35.9993 25.4039,35.9993C25.4039,35.9993 27.2339,34.7854 27.8404,34.8857C28.4469,34.986 30.4807,34.9936 30.7816,35.2956C31.0863,35.6014 31.8005,33.1644 32.2052,33.066C32.6098,32.9637 33.7303,31.6493 34.341,31.5474C34.9517,31.4455 36.8805,30.434 37.6925,30.8438C38.5045,31.2498 40.3314,31.7606 40.7349,32.2689C41.1384,32.7771 41.6443,33.69 42.1516,33.7939C42.6589,33.8979 44.4874,33.493 44.4874,33.493L47.2276,33.1927L47.2258,34.2077C47.2258,34.2077 46.0078,34.61 45.297,35.2192C44.5861,35.8284 43.3674,36.6351 43.1604,37.1422C42.9534,37.6493 42.2445,39.2736 42.0375,39.7807C41.8344,40.2878 41.3252,41.1988 40.7139,41.606C40.1027,42.0094 38.4797,42.7199 37.6665,42.9207C36.8534,43.1214 35.2321,42.9162 34.5189,42.7127C33.8095,42.5091 32.1865,41.1859 31.8821,40.6778C31.5778,40.1698 30.7667,39.2563 30.768,38.5428C30.7693,37.8292 30.4659,36.8175 30.4659,36.8175C30.4659,36.8175 29.4517,36.4112 28.7416,36.6121C28.0315,36.813 26.7116,36.6084 26.3064,37.0121C25.9012,37.4158 25.4934,37.1136 25.2901,37.72C25.0867,38.3301 24.8821,39.6462 24.473,40.0537C24.0678,40.4574 23.3519,41.7764 22.4393,42.08C21.5268,42.3836 21.2206,42.8905 19.9004,42.8881C18.5801,42.8856 16.5503,42.7789 15.9409,42.1711C15.3315,41.5632 13.9131,40.9501 13.6099,39.8315C13.3067,38.713 13.2084,38.2053 12.5987,37.7997C11.9889,37.3941 10.4681,36.4755 10.4681,36.4755L9.6563,35.9665L9.6585,34.7569L9.6737,34.757Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_incognito.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2436 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.7343,37.0015C24.7185,39.4092 23.2338,41.6425 20.9924,42.5008C20.8282,42.5654 20.8015,42.5729 20.6297,42.6222C20.4808,42.6639 20.3319,42.7018 20.1792,42.7321C20.1449,42.7396 20.1105,42.7472 20.0762,42.751C20.1716,42.732 20.0838,42.751 20.0647,42.7509C19.9884,42.7622 19.9082,42.7735 19.8319,42.7848C19.7556,42.7962 19.6754,42.8036 19.5953,42.8111C19.5609,42.8149 19.5266,42.8148 19.4884,42.8186C19.5953,42.8111 19.477,42.8185 19.435,42.8185C19.2938,42.822 19.1488,42.8218 19.0076,42.8177C19.0114,42.8177 18.8359,42.8097 18.9275,42.8137C19.0038,42.8177 18.8932,42.8098 18.8741,42.8098C18.7863,42.802 18.6986,42.7942 18.6147,42.7826C18.5384,42.771 18.4583,42.7594 18.382,42.7478C18.3629,42.744 18.2752,42.7286 18.3705,42.7478C18.3362,42.7401 18.3019,42.7362 18.2675,42.7286C18.1149,42.6977 17.9662,42.6593 17.8175,42.6171C17.6458,42.5672 17.6192,42.5595 17.4552,42.4943C17.3141,42.4406 17.173,42.3793 17.0396,42.3142C16.7765,42.1878 16.5517,42.0615 16.3077,41.8931C15.839,41.5717 15.4123,41.1856 15.0583,40.7423C13.5126,38.8201 13.304,36.0647 14.5709,33.9417C15.1642,32.9507 16.0509,32.1281 17.0821,31.6492C17.2119,31.5884 17.3418,31.5314 17.4754,31.482C17.6472,31.4175 17.6587,31.4137 17.8381,31.3606C17.987,31.3189 18.1359,31.281 18.2886,31.2507C18.3229,31.2432 18.3573,31.2356 18.3916,31.2319C18.3687,31.2356 18.2924,31.2469 18.4031,31.2319C18.4909,31.2206 18.5749,31.2055 18.6626,31.1942C18.7313,31.1867 18.8,31.1792 18.8725,31.1717C18.9069,31.1679 18.9412,31.168 18.9794,31.1643C18.8573,31.1717 18.9756,31.1642 19.0061,31.1643C19.174,31.157 19.3457,31.1611 19.5136,31.1652C19.6319,31.1769 19.5365,31.1653 19.5136,31.1652C19.5479,31.1691 19.5823,31.1692 19.6204,31.1731C19.6891,31.1808 19.7616,31.1848 19.8303,31.1963C19.9066,31.2041 19.9867,31.2157 20.063,31.2311C20.0782,31.235 20.185,31.2504 20.1202,31.2388C20.0668,31.2273 20.2079,31.2581 20.227,31.2619C21.295,31.4928 22.3394,32.0671 23.1354,32.9233C23.9465,33.7986 24.4902,34.9024 24.6673,36.0818C24.7126,36.3833 24.7311,36.6924 24.7343,37.0015C24.7339,37.2266 25.1803,37.2618 25.3291,37.2621C25.4741,37.2585 25.9282,37.2326 25.9248,37.0037C25.9183,34.3364 24.1751,31.9369 21.6621,31.0547C19.0004,30.1226 15.8779,30.7961 14.027,32.9715C12.3062,34.9907 12.0832,37.9856 13.4718,40.2433C14.9708,42.6805 17.9299,43.7239 20.6782,43.1985C23.2815,42.6996 25.4031,40.6315 25.8429,37.9995C25.8969,37.6676 25.9242,37.3357 25.9248,36.9999C25.9293,36.6412 24.735,36.6352 24.7343,37.0015Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_incognito.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2896 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M32.036,39.9798C30.8303,37.8598 31.0413,35.1777 32.5749,33.2764C32.9459,32.8154 33.4045,32.4118 33.9011,32.0883C34.138,31.9362 34.413,31.7878 34.6765,31.67C34.94,31.5522 35.1538,31.4763 35.4669,31.3929C35.5318,31.374 35.6005,31.3588 35.6692,31.3437C35.7036,31.3361 35.7379,31.3286 35.7685,31.321C35.6654,31.3437 35.7761,31.321 35.8028,31.3172C35.9555,31.2908 36.1043,31.2682 36.257,31.2532C36.2837,31.2494 36.5241,31.2308 36.3791,31.242C36.4478,31.2383 36.5127,31.2346 36.5814,31.2347C36.734,31.2312 36.8866,31.2353 37.0354,31.2394C37.1499,31.2434 37.0507,31.2394 37.0278,31.2394C37.0621,31.2432 37.0965,31.2433 37.127,31.2472C37.2033,31.2549 37.2758,31.2627 37.3521,31.2705C37.4284,31.2782 37.5009,31.2898 37.5772,31.3052C37.6115,31.3091 37.642,31.3168 37.6763,31.3245C37.6878,31.3283 37.8213,31.3515 37.7526,31.3399C37.6725,31.3245 37.8327,31.3591 37.8289,31.3591C37.8632,31.3668 37.8937,31.3745 37.9281,31.3822C37.9929,31.3976 38.0577,31.4168 38.1226,31.436C38.2675,31.4782 38.4124,31.5243 38.5535,31.5779C38.6488,31.6125 38.5954,31.5933 38.5726,31.5856C38.6107,31.6009 38.6488,31.6163 38.6908,31.6316C38.7518,31.6584 38.8128,31.6853 38.8738,31.7121C39.0187,31.7772 39.1597,31.85 39.3007,31.9304C39.5409,32.0644 39.7429,32.1983 39.9677,32.3742C40.444,32.7452 40.8629,33.1848 41.2016,33.6853C41.8904,34.7016 42.2545,35.8966 42.2332,37.1252C42.2158,38.3004 41.8473,39.4407 41.1816,40.4086C40.8449,40.8964 40.4359,41.3231 39.9697,41.6847C39.7328,41.8712 39.4959,42.0234 39.2362,42.168C39.1025,42.2402 38.9688,42.3087 38.8275,42.3695C38.6786,42.4379 38.5602,42.4834 38.4609,42.5214C38.3235,42.5708 38.1822,42.6163 38.0371,42.6542C37.9608,42.6731 37.8882,42.6921 37.8119,42.711C37.7775,42.7186 37.7432,42.7261 37.7126,42.7337C37.8081,42.7148 37.6821,42.7375 37.6516,42.7451C37.518,42.7677 37.3806,42.7903 37.247,42.8015C37.2126,42.8053 37.1783,42.8091 37.1439,42.8128C37.1439,42.8128 36.976,42.8278 37.0714,42.8203C37.1516,42.8128 37.0409,42.8202 37.0256,42.824C36.9837,42.824 36.9417,42.8277 36.8997,42.8276C36.7471,42.8312 36.5983,42.8271 36.4456,42.823C36.4189,42.8229 36.3274,42.8151 36.4533,42.823C36.4189,42.8191 36.3846,42.819 36.3541,42.8152C36.2701,42.8074 36.1862,42.7996 36.1023,42.788C35.9688,42.7687 35.8352,42.7494 35.7056,42.7224C35.8162,42.7455 35.6026,42.6993 35.5797,42.6916C35.4996,42.6724 35.4157,42.6494 35.3356,42.6263C34.8322,42.4804 34.3213,42.2543 33.864,41.9444C33.3761,41.6192 32.9266,41.2215 32.5611,40.763C32.367,40.5069 32.1919,40.251 32.036,39.9798C31.8344,39.636 30.6703,39.7636 30.8872,40.1341C32.287,42.5444 35.1427,43.7593 37.8718,43.3216C39.2459,43.099 40.5597,42.4795 41.5536,41.493C42.4787,40.5751 43.0952,39.401 43.3303,38.1193C43.8198,35.4606 42.451,32.768 40.1029,31.4778C37.6518,30.1301 34.4155,30.418 32.2792,32.2342C30.2727,33.94 29.5349,36.7814 30.4653,39.2442C30.583,39.5535 30.7236,39.8476 30.8872,40.1341C31.085,40.4817 32.249,40.3541 32.036,39.9798Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_incognito.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (815 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M25.9341,36.0841C26.2818,35.8405 26.5797,35.6846 26.9692,35.5518C27.0608,35.5214 27.1563,35.4911 27.2517,35.4646C27.1792,35.4835 27.2861,35.457 27.309,35.4494C27.3586,35.438 27.4044,35.4267 27.454,35.4191C27.5495,35.4002 27.6487,35.3813 27.7441,35.3701C27.8014,35.3625 27.8624,35.355 27.9197,35.3475C28.0266,35.3362 27.9044,35.3475 27.9693,35.3438C28.1677,35.3327 28.3623,35.333 28.5608,35.341C28.5951,35.3449 28.6943,35.3527 28.6103,35.3449C28.6676,35.3527 28.7286,35.3566 28.7858,35.3643C28.885,35.376 28.9804,35.3952 29.0757,35.4145C29.3809,35.4761 29.7927,35.6142 30.0901,35.775C30.3417,35.909 30.6812,35.9364 30.9334,35.7766C31.1397,35.6472 31.1707,35.3725 30.9343,35.25C29.1236,34.2927 26.7844,34.3724 25.088,35.556C24.8779,35.7006 24.8622,35.941 25.087,36.0826C25.3157,36.228 25.7087,36.2401 25.9341,36.0841Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_incognito.xml"
line="19"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1046 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M9.3687,34.6648C9.3648,34.6724 9.3572,34.6762 9.3533,34.6838C9.5977,34.6156 9.842,34.5473 10.0864,34.4791C10.0787,34.4791 10.0673,34.4753 10.0596,34.4752C10.1779,34.5212 10.2961,34.5673 10.4143,34.6133C10.4066,34.6056 10.399,34.6018 10.3914,34.5941C10.418,34.6438 10.4446,34.6934 10.4713,34.7431C10.4712,34.7507 10.4712,34.7545 10.4712,34.7622C10.4215,34.8041 10.368,34.8498 10.3184,34.8916C10.3298,34.884 10.3451,34.8802 10.3565,34.8726C10.2687,34.8992 10.1809,34.9219 10.0931,34.9485C10.6275,34.8426 11.1847,34.8016 11.7267,34.7301C12.2801,34.6587 12.8373,34.5834 13.3908,34.5119C13.5434,34.4931 13.9252,34.3793 13.8073,34.1501C13.6933,33.9286 13.2774,33.9164 13.0751,33.9427C12.2507,34.0519 11.4225,34.161 10.5942,34.2664C10.3958,34.2927 10.2011,34.3191 10.0027,34.3454C9.7775,34.3755 9.4569,34.3902 9.3192,34.5998C9.189,34.8018 9.4139,34.9587 9.5931,35.0124C9.8982,35.1045 10.2951,35.0786 10.5093,34.8233C10.5705,34.7509 10.502,34.6439 10.4486,34.5942C10.361,34.514 10.2047,34.4717 10.094,34.4562C9.8422,34.4291 9.5446,34.4552 9.3687,34.6648Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_incognito.xml"
line="22"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1490 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.1651,35.2424C10.1689,35.2386 10.1766,35.2348 10.1804,35.2348C10.3179,35.1626 10.4898,35.056 10.4749,34.8728C10.4377,34.3271 9.5907,34.2721 9.2962,34.6341C9.1891,34.7675 9.2003,34.9392 9.2,35.1033C9.1997,35.2597 9.1994,35.4162 9.1991,35.5726C9.1988,35.7405 9.1794,35.9274 9.2516,36.0878C9.3352,36.2711 9.5105,36.3745 9.6859,36.4549C9.9413,36.5699 10.2006,36.6772 10.4484,36.815C10.8753,37.0486 11.3669,37.3891 11.7708,37.7332C12.1823,38.0812 12.5516,38.4864 12.879,38.9143C13.0541,39.1436 13.4433,39.171 13.6953,39.0685C13.9321,38.9697 14.0851,38.722 13.91,38.4927C13.3467,37.759 12.661,37.1129 11.895,36.5926C11.5024,36.3285 11.0908,36.095 10.6638,35.8958C10.5685,35.8499 10.4731,35.8115 10.3778,35.7694C10.1262,35.6621 10.4044,35.8572 10.3967,35.8572C10.4006,35.8572 10.3971,35.6549 10.3971,35.6473C10.3973,35.5252 10.3976,35.4069 10.3978,35.2848C10.3979,35.2123 10.3981,35.1398 10.3982,35.0673C10.3982,35.0368 10.4253,34.8613 10.3907,34.9605C10.341,35.0214 10.2875,35.0824 10.2378,35.1471C10.2454,35.1395 10.2569,35.1319 10.2645,35.1243C10.0699,35.1583 9.879,35.1961 9.6843,35.2301C9.692,35.2301 9.6996,35.2339 9.7072,35.2339C9.5891,35.1689 9.4709,35.1038 9.3527,35.0387C9.3565,35.0463 9.3641,35.054 9.3679,35.0578C9.3414,34.9852 9.3148,34.9165 9.2882,34.844C9.2882,34.8516 9.2882,34.8592 9.2882,34.8669C9.3876,34.7449 9.487,34.6268 9.5826,34.5049C9.5788,34.5087 9.5712,34.5125 9.5674,34.5125C9.3497,34.6266 9.1623,34.8514 9.3526,35.0883C9.5201,35.2985 9.9283,35.3679 10.1651,35.2424Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_incognito.xml"
line="25"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (823 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M25.9884,37.7364C26.3361,37.4929 26.634,37.337 27.0234,37.2041C27.1151,37.1738 27.2105,37.1434 27.3059,37.1169C27.2334,37.1358 27.3403,37.1093 27.3632,37.1017C27.4128,37.0904 27.4586,37.079 27.5083,37.0715C27.6037,37.0526 27.7029,37.0337 27.7984,37.0224C27.8556,37.0149 27.9167,37.0074 27.9739,36.9998C28.0808,36.9886 27.9587,36.9998 28.0235,36.9961C28.222,36.985 28.4166,36.9854 28.615,36.9934C28.6493,36.9972 28.7485,37.0051 28.6646,36.9973C28.7218,37.005 28.7829,37.0089 28.8401,37.0167C28.9393,37.0283 29.0346,37.0476 29.13,37.0668C29.4351,37.1284 29.847,37.2666 30.1443,37.4274C30.3959,37.5614 30.7355,37.5887 30.9876,37.4289C31.1939,37.2995 31.2249,37.0249 30.9886,36.9023C29.1778,35.9451 26.8386,36.0247 25.1422,37.2083C24.9321,37.3529 24.9164,37.5933 25.1413,37.7349C25.3699,37.8803 25.7629,37.8963 25.9884,37.7364Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_incognito.xml"
line="34"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2299 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M22.2587,10.5387C23.19,10.9923 24.1178,11.5081 25.094,11.8612C26.0634,12.2143 27.0777,12.3113 28.0782,12.0308C28.9679,11.7816 29.7676,11.3281 30.5639,10.8676C31.3255,10.4245 32.1044,9.9329 32.9595,9.7702C33.0184,9.7598 33.0772,9.7494 33.1361,9.739C33.3161,9.7079 33.0495,9.739 33.2295,9.7287C33.3473,9.7217 33.465,9.7183 33.5861,9.7287C33.5619,9.7252 33.503,9.7148 33.6173,9.7321C33.6761,9.739 33.735,9.7494 33.7904,9.7633C33.9012,9.7875 33.9635,9.8083 34.0881,9.8637C34.1296,9.881 34.1712,9.9017 34.2127,9.9225C34.1262,9.8775 34.2543,9.9502 34.2612,9.9537C34.3235,9.9918 34.3858,10.0368 34.4447,10.0818C34.5659,10.1752 34.6766,10.286 34.8082,10.4453C35.2513,10.9957 35.5006,11.7262 35.7014,12.429C35.9714,13.3706 36.2033,14.3192 36.4941,15.2539C36.8057,16.2613 37.1484,17.2618 37.5258,18.2484C37.73,18.7816 37.9412,19.3147 38.1628,19.8409C38.3532,20.2979 38.5436,20.7549 38.7929,21.1842C39.0352,21.6031 39.3156,21.9839 39.6895,22.292C40.0842,22.6209 40.5654,22.7801 41.0708,22.8182C41.2854,22.832 41.6109,22.6936 41.6109,22.4408C41.6109,22.1673 41.282,22.0808 41.0708,22.0635C41.1989,22.0739 41.0466,22.06 41.0258,22.0566C40.9808,22.0496 40.9358,22.0393 40.8908,22.0254C41.0016,22.0566 40.8596,22.0116 40.8458,22.0046C40.8042,21.9873 40.7627,21.97 40.7211,21.9492C40.8077,21.9908 40.6796,21.925 40.6727,21.9181C40.6484,21.9008 40.6208,21.8835 40.5965,21.8662C40.5584,21.8385 40.5204,21.8108 40.4857,21.7831C40.4615,21.7623 40.4373,21.745 40.413,21.7242C40.4407,21.7485 40.4338,21.7415 40.3923,21.7069C40.1188,21.4438 39.9041,21.1253 39.731,20.8033C39.281,19.9656 38.9452,19.0516 38.6059,18.1654C38.2355,17.1995 37.8962,16.2232 37.5881,15.2366C37.2904,14.2845 37.0411,13.3221 36.778,12.3632C36.5738,11.6189 36.3176,10.8815 35.8745,10.2445C35.3863,9.5452 34.6316,9.0778 33.78,8.9878C32.7553,8.8805 31.7721,9.2405 30.8824,9.7148C30.0792,10.1441 29.321,10.6461 28.5179,11.013C28.0644,11.2207 27.7286,11.3419 27.2577,11.4146C27.2058,11.4215 27.1504,11.4285 27.0985,11.4354C27.1989,11.425 26.9912,11.4423 26.9739,11.4423C26.8631,11.4458 26.7488,11.4458 26.638,11.4388C26.4719,11.4319 26.1222,11.3592 25.9318,11.3038C25.4125,11.1584 24.9175,10.9161 24.4259,10.6807C23.8858,10.4176 23.3423,10.1545 22.8022,9.8914C22.5807,9.784 22.2241,9.8325 22.0614,10.0264C21.8918,10.2376 22.0579,10.4418 22.2587,10.5387Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_incognito.xml"
line="46"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (915 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M22.276,10.7915C22.868,11.6431 23.4808,12.4774 24.1178,13.2979C24.7201,14.0699 25.3225,14.8523 25.9907,15.5724C26.6588,16.2925 27.4654,16.8014 28.4763,16.8083C29.463,16.8152 30.4081,16.379 31.2009,15.8216C32.0075,15.2573 32.7518,14.5303 33.6311,14.1288C33.8354,14.0353 33.9912,13.8103 33.825,13.606C33.6623,13.4052 33.3092,13.3671 33.0841,13.4675C32.2775,13.838 31.6024,14.3988 30.9031,14.9354C30.2488,15.4408 29.5564,15.8978 28.7775,16.0224C28.7775,16.0224 28.594,16.0467 28.6979,16.0363C28.6425,16.0432 28.5871,16.0432 28.5283,16.0432C28.4902,16.0432 28.4521,16.0432 28.4175,16.0432C28.414,16.0432 28.234,16.0294 28.3378,16.0397C28.1163,16.0155 28.0055,15.9809 27.8186,15.8978C27.6766,15.832 27.5174,15.7282 27.365,15.607C27.2162,15.4893 27.0881,15.3647 26.9565,15.2262C26.3161,14.5477 25.7414,13.7999 25.1667,13.0694C24.4847,12.2005 23.8304,11.3142 23.2004,10.4072C22.9338,10.0125 21.9264,10.2895 22.276,10.7915Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_incognito.xml"
line="49"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (6696 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M37.874,19.0103C36.9741,19.3982 36.2741,20.2152 36.2388,21.2261C36.2035,22.1958 36.827,23.148 37.7093,23.5359C38.2387,23.771 39.0446,23.8415 39.5563,23.53C39.9328,23.3067 39.9798,22.8717 39.6799,22.5544C39.2446,22.0959 38.4564,22.0901 37.8917,22.2311C37.3505,22.3663 36.9329,22.7307 36.5741,23.1362C35.8859,23.9238 35.4506,24.9523 35.3683,25.9926C35.2977,26.8742 35.5506,27.9086 36.4918,28.2083C37.0447,28.3847 37.7211,28.367 38.2505,28.1319C38.5799,27.985 38.9152,27.7088 38.9093,27.315C38.9034,26.7978 38.3858,26.4804 37.9446,26.3629C37.3035,26.1983 36.5917,26.2806 36.0094,26.5862C35.08,27.074 34.5271,28.0614 34.1448,29.0018C33.9507,29.4837 33.7625,29.9774 33.6154,30.477C33.4683,30.9942 33.3978,31.5584 33.633,32.0639C34.0507,32.9396 35.5153,33.0748 36.2918,32.6927C36.6623,32.5105 36.88,32.1344 36.7564,31.7289C36.6094,31.2469 36.1447,30.9472 35.68,30.8296C34.4212,30.5122 33.2919,31.1352 32.2625,31.7876C31.3743,32.3518 30.492,33.0395 29.9685,33.974C29.7391,34.3854 29.5744,34.9026 29.7979,35.3552C30.0273,35.8077 30.6626,35.8959 31.1155,35.8959C31.5096,35.8959 32.1684,35.8077 32.3096,35.361C32.4507,34.9261 32.0096,34.6322 31.6567,34.5088C31.0743,34.3031 30.4391,34.3325 29.8273,34.3736C29.2568,34.4089 28.6862,34.5029 28.1333,34.644C27.0333,34.9261 25.9745,35.3904 25.051,36.0487C24.6746,36.319 24.1217,36.6717 24.057,37.1771C23.9805,37.7825 24.6687,38 25.1452,38.0058C25.7569,38.0176 26.2863,37.8001 26.4275,37.1654C26.5275,36.7069 26.3569,36.2015 26.0863,35.8312C25.4275,34.9437 24.1452,34.6734 23.1041,34.5911C21.9041,34.4971 20.6806,34.644 19.563,35.0789C19.0748,35.267 18.5278,35.5021 18.1337,35.8547C17.969,36.0017 17.8102,36.2191 17.9102,36.4483C18.0102,36.6834 18.2807,36.7775 18.516,36.8245C19.1278,36.9538 19.7807,36.8127 20.3218,36.5189C20.663,36.3308 21.0865,36.0075 21.1277,35.5844C21.1747,35.073 20.5924,34.838 20.1924,34.738C19.563,34.5852 18.8925,34.5323 18.2454,34.5147C17.0573,34.4853 15.722,34.6087 14.628,35.0966C13.875,35.4316 12.828,36.2661 13.2221,37.2183C13.4162,37.6826 13.9633,37.9118 14.3985,38.094C14.9221,38.3114 15.4397,38.5348 15.9573,38.7699C18.2278,39.816 20.5748,40.5272 23.0747,40.7211C25.4334,40.9033 27.845,40.7388 30.1273,40.104C32.2684,39.5104 34.2977,38.5407 36.0682,37.1948C36.2682,37.0419 36.4506,36.8598 36.6565,36.7246C36.7329,36.6717 36.827,36.6482 36.9035,36.5894C37.0211,36.513 37.1211,36.4013 37.227,36.3073C37.6329,35.9311 38.0329,35.5432 38.4093,35.1318C39.1211,34.3619 39.774,33.5332 40.3151,32.634C42.6738,28.7549 43.2856,23.8591 42.5503,19.4276C42.368,18.3286 42.0974,17.2413 41.7504,16.1775C41.6092,15.7367 40.1916,15.9071 40.2798,16.1775C41.368,19.5275 41.6739,23.1362 41.0445,26.6097C40.7269,28.3376 40.1916,30.0421 39.3857,31.6054C38.6328,33.0748 37.6094,34.3795 36.4447,35.5374C36.1918,35.7901 35.9212,36.1192 35.6212,36.3014C35.2624,36.5247 34.9389,36.801 34.5918,37.0537C33.9154,37.5533 33.2037,38 32.4566,38.3879C31.0155,39.146 29.4626,39.6632 27.8627,39.963C26.151,40.2803 24.3864,40.3039 22.6629,40.0982C20.8277,39.8807 19.1042,39.3165 17.4278,38.5642C17.0102,38.3761 16.5985,38.1704 16.1808,37.9882C15.8338,37.8354 15.4573,37.7296 15.122,37.5415C14.7927,37.3593 14.575,37.1184 14.6221,36.7187C14.6632,36.3661 14.875,36.031 15.1397,35.8018C15.7161,35.3023 16.5573,35.1553 17.2867,35.0789C17.6866,35.0378 18.0866,35.026 18.4866,35.0554C18.7101,35.073 18.9395,35.0966 19.1631,35.1318C19.2866,35.1495 19.4454,35.1612 19.5454,35.2435C19.8042,35.4668 19.5807,35.8195 19.3866,35.9958C19.2807,36.0898 19.1513,36.1721 19.0219,36.2368C18.9807,36.2544 18.8984,36.2838 18.8807,36.2955C18.7925,36.3425 18.4631,36.2779 19.0925,36.3425C19.3336,36.4542 19.4219,36.4483 19.363,36.3425C19.3454,36.319 19.3454,36.2955 19.3513,36.272C19.4748,35.9194 19.9689,35.7254 20.2924,35.5785C20.6453,35.4139 21.0159,35.2905 21.3924,35.2023C22.6335,34.9261 24.8628,35.0848 24.9863,36.754C24.9981,36.9244 24.9863,37.1007 24.9275,37.2594C24.8981,37.3358 24.8393,37.3946 24.804,37.4651C24.704,37.6767 25.6098,37.3417 25.6393,37.4945C25.6334,37.4592 25.5804,37.4122 25.5628,37.377C25.404,36.9949 25.8334,36.6658 26.0922,36.466C26.751,35.9546 27.4921,35.5491 28.2744,35.267C28.9979,35.0084 29.7567,34.8673 30.5273,34.8556C30.5273,34.8556 30.6861,34.8556 30.6038,34.8556C30.5273,34.8497 30.6508,34.8615 30.6567,34.8615C30.592,34.8321 30.692,34.8791 30.7038,34.885C30.8096,34.9496 30.8861,35.0437 30.8802,35.173C30.8802,35.2317 30.8273,35.3434 30.8273,35.3434C30.8096,35.3023 31.3449,35.3493 31.3508,35.3434C31.3449,35.3552 31.2861,35.2729 31.2684,35.2494C31.0508,34.9379 31.1979,34.4677 31.3508,34.1621C31.539,33.7977 31.7919,33.4685 32.0743,33.1747C32.639,32.5869 33.3331,32.1344 34.033,31.723C34.2036,31.6231 34.3742,31.5173 34.5565,31.4291C34.6389,31.388 34.7271,31.3527 34.8095,31.3174C34.8448,31.3057 34.8859,31.2881 34.9271,31.2763C34.98,31.2587 35.133,31.2587 34.9683,31.2528C34.8918,31.2528 34.8683,31.2058 34.9036,31.2528C34.9389,31.2998 35.033,31.3351 35.08,31.3762C35.1977,31.482 35.2918,31.6348 35.3271,31.7876C35.3565,31.9287 35.3389,32.0756 35.2624,32.1932C35.2624,32.1932 35.1565,32.3342 35.1447,32.3166C35.1447,32.3166 35.3918,32.2872 35.4094,32.2872C35.48,32.2872 35.5094,32.3225 35.48,32.2872C35.4624,32.2637 35.38,32.2343 35.3565,32.2225C35.2447,32.152 35.1565,32.0462 35.0918,31.9346C34.6977,31.1999 35.1565,30.2007 35.4153,29.4955C35.6918,28.7491 36.0212,28.0026 36.5506,27.4031C36.6741,27.268 36.8035,27.1445 36.9447,27.0329C37.0211,26.9741 37.1035,26.9153 37.1917,26.8683C37.227,26.8507 37.2623,26.833 37.2976,26.8154C37.3858,26.7743 37.3741,26.8154 37.3447,26.786C37.3388,26.7801 37.127,26.7743 37.127,26.7743C37.127,26.786 37.1506,26.786 37.1564,26.7919C37.18,26.8448 37.2976,26.9036 37.3388,26.9623C37.427,27.0858 37.4682,27.2445 37.4329,27.3973C37.4094,27.4972 37.3447,27.5912 37.2682,27.6559C37.2329,27.6853 37.1917,27.7029 37.1564,27.7264C37.1329,27.744 37.1035,27.744 37.1035,27.744C37.1035,27.7382 37.2917,27.7264 37.3152,27.7264C37.4623,27.7382 37.5035,27.8146 37.4094,27.7264C37.3564,27.6735 37.2976,27.6382 37.2447,27.5853C37.127,27.4619 37.0388,27.3091 36.98,27.1504C36.7094,26.4687 36.8329,25.6106 37.0447,24.9288C37.28,24.1706 37.7329,23.4301 38.327,22.907C38.4034,22.8365 38.4917,22.7718 38.5799,22.7189C38.5975,22.7072 38.6681,22.6778 38.6799,22.6601C38.7505,22.5485 38.2505,22.713 38.227,22.6249C38.2446,22.713 38.3917,22.7953 38.4152,22.907C38.427,22.9658 38.427,23.0304 38.4093,23.0892C38.3505,23.242 38.1623,23.2126 38.5799,23.1656C38.9387,23.1245 38.8681,23.1715 38.7328,23.0833C38.6505,23.0304 38.5681,22.9775 38.4858,22.9129C37.927,22.4486 37.6388,21.6845 37.7388,20.9675C37.8329,20.2916 38.2917,19.6275 38.9269,19.3512C39.174,19.2454 39.1916,19.0632 38.9269,18.9633C38.6152,18.8928 38.1682,18.881 37.874,19.0103Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_melon.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1465 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.9849,53.7504L17.206,52.7108L21.6733,48.4226L24.3545,47.1737L31.3061,45.2086L37.3804,42.5274L42.6489,38.7763L45.3301,36.6322L48.1009,35.1147L49.2603,32.344L48.9022,30.5579L45.5092,30.737C45.5092,30.737 39.8826,29.6672 39.3454,29.6672C38.8083,29.6672 35.0572,28.5974 35.0572,28.5974C35.0572,28.5974 32.5595,26.0951 32.2014,26.0951C31.8477,26.0951 31.5,22.9707 31.5,22.9707L32.7385,22.5231L35.1512,21.6279C35.1512,21.6279 38.1861,20.4685 38.6337,20.2895C39.0813,20.1104 40.3302,18.772 40.5092,18.5035C40.6883,18.2349 40.9569,16.6279 40.9569,16.6279L39.0813,15.021L35.8674,16.2698L33.5442,18.1454L31.9373,20.2895C31.9373,20.2895 31.2211,22.3441 31.1315,22.6126C31.042,22.8812 29.9722,22.9707 29.9722,22.9707L27.3805,23.1498C27.3805,23.1498 24.7932,22.4336 24.1665,22.2545C23.5443,22.0755 22.8281,21.0952 22.6491,20.7371C22.47,20.379 22.9177,18.0558 22.9177,18.0558L24.8827,17.4292L29.7036,15.6432L32.2953,13.5886C32.2953,13.5886 34.7976,10.2851 35.0661,10.1061C35.3347,9.927 35.1557,6.6235 35.1557,6.6235L33.5487,5.2852L30.7779,6.8921L27.2059,9.748C27.2059,9.748 23.4548,14.8374 23.3653,15.106C23.2758,15.3746 22.2059,17.8768 22.2059,17.8768C22.2059,17.8768 19.6187,16.9815 19.3501,17.0711C19.0815,17.1606 13.5444,17.3396 13.5444,17.3396C13.5444,17.3396 9.0816,19.6628 8.8131,19.7523C8.5445,19.8419 5.7782,23.1453 5.5991,23.5034C5.4201,23.8615 2.4747,27.7916 2.1166,28.0602C1.9381,28.1941 0.9833,29.0153 0.0593,29.8387C0.7567,40.5979 7.5311,49.7011 16.9849,53.7504Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_pig.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (7638 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M17.2835,53.876C18.0689,52.242 19.201,50.7782 20.6125,49.6041C21.6714,48.721 22.8829,48.0251 24.1847,47.574C25.6753,47.3847 27.153,47.0752 28.5936,46.6766C32.9669,45.4636 37.1164,43.5298 40.76,40.8083C41.4065,40.326 42.0251,39.8084 42.6435,39.2909L42.6452,39.2895C43.1051,38.9047 43.5653,38.5196 44.0366,38.1494C44.5603,37.7376 45.1243,37.3616 45.7107,37.0393C45.7496,37.018 45.7885,36.9967 45.8274,36.9753L45.8336,36.9719L45.835,36.9711C46.0781,36.8375 46.3219,36.7035 46.5709,36.5902C46.6668,36.583 46.7564,36.5653 46.8298,36.538C46.9856,36.48 47.1378,36.4154 47.286,36.3442C47.3526,36.33 47.4199,36.3184 47.4878,36.3097C47.681,36.2832 47.9896,36.1444 48.0012,35.9287C48.6316,35.4916 49.157,34.9167 49.5334,34.2238C50.0795,33.2166 50.3167,31.9498 49.99,30.8353C49.7248,29.9305 48.5626,30.1504 47.7616,30.3019C47.6432,30.3243 47.5326,30.3452 47.4341,30.3608C47.386,30.3682 47.3168,30.3827 47.2447,30.4056C44.8857,30.3683 42.5265,30.1053 40.2005,29.6133C37.9042,29.1298 35.4691,28.4494 33.7368,26.7753C32.9132,25.9786 32.2552,24.9759 31.9776,23.8524C31.907,23.5664 31.8638,23.278 31.8464,22.9897C32.2128,22.9152 32.5775,22.8329 32.94,22.7422C34.3097,22.3976 35.6481,21.95 36.9418,21.3859C38.1011,20.8846 39.2515,20.3251 40.2049,19.4836C40.9928,18.7853 41.8925,17.6483 41.5926,16.5158C41.2837,15.352 39.9632,15.1103 38.9203,15.1461C36.3509,15.2356 33.8039,16.5382 32.1567,18.5033C31.3644,19.4477 30.7377,20.5802 30.5139,21.8022C30.4591,22.0999 30.4345,22.3999 30.4374,22.6989C30.2439,22.7323 30.0501,22.7632 29.8559,22.7915C29.2471,22.881 28.6294,22.9437 28.0162,22.9884C27.4835,23.0287 26.9822,23.0466 26.4584,22.9705C25.4692,22.8228 24.6187,22.2588 24.0413,21.4262C23.3833,20.4818 23.1326,19.3135 23.1953,18.172C23.1972,18.1355 23.1995,18.099 23.2021,18.0625C25.9415,17.7877 28.6596,16.8396 30.863,15.1685C31.4405,14.7298 31.9866,14.2508 32.4834,13.7271C32.7386,13.4585 32.9758,13.181 33.2041,12.8901C33.2826,12.7887 33.3682,12.6993 33.4558,12.6078C33.4881,12.5741 33.5207,12.5401 33.5533,12.5051C33.6407,12.409 33.6901,12.3072 33.7412,12.2021C33.7685,12.1458 33.7964,12.0884 33.8308,12.0306C33.9304,11.8564 34.0425,11.689 34.1551,11.521C34.2652,11.3566 34.3758,11.1916 34.4754,11.019C34.6589,10.6922 34.829,10.3565 34.9722,10.0119C35.2542,9.3225 35.4333,8.5705 35.4333,7.823C35.4333,6.9859 35.2632,6.1802 34.5738,5.6475C33.8218,5.0656 32.6267,4.9448 31.8254,5.4953C31.7522,5.5459 31.6995,5.6069 31.6686,5.6718C29.5001,6.9498 27.5273,8.5643 25.8542,10.446C24.9634,11.4487 24.1532,12.523 23.4459,13.66C22.7745,14.7387 22.1971,15.907 21.933,17.1604C21.9064,17.2861 21.8837,17.4127 21.8649,17.5399C19.6023,16.4948 17.0489,16.1287 14.5785,16.5024C12.045,16.8873 9.6815,18.0959 7.8284,19.8596C6.8078,20.8309 5.9484,21.9768 5.2903,23.2257C5.2748,23.2549 5.2653,23.2832 5.2609,23.3107C5.2488,23.3248 5.2377,23.3397 5.2277,23.3555C3.802,25.6096 2.0175,27.5825 0.0315,29.3393C0.0542,29.8224 0.0892,30.3023 0.1362,30.7788C0.6376,30.365 1.1296,29.9395 1.6109,29.5013C3.4462,27.8272 5.1024,25.9472 6.4318,23.8434C6.4804,23.7661 6.5054,23.6902 6.5098,23.6183C6.5671,23.5751 6.6156,23.521 6.6511,23.454C7.7075,21.4531 9.319,19.7611 11.2751,18.6286C12.2285,18.078 13.3028,17.6573 14.3637,17.4379C14.6725,17.3753 14.9814,17.3215 15.2947,17.2857C15.3328,17.2813 15.3697,17.2768 15.4066,17.2723C15.4436,17.2678 15.4805,17.2633 15.5185,17.2589C15.5543,17.2544 15.5946,17.2499 15.6304,17.2499C15.7916,17.2365 15.9572,17.2275 16.1183,17.2231C16.4317,17.2141 16.745,17.2141 17.0628,17.232C17.1389,17.2365 17.215,17.241 17.2866,17.2454C17.3046,17.2477 17.3236,17.2488 17.3426,17.2499C17.3616,17.251 17.3806,17.2522 17.3986,17.2544C17.5597,17.2678 17.7253,17.2857 17.8865,17.3081C19.2651,17.4961 20.5632,17.9214 21.7942,18.6196L21.7999,18.6229C21.8508,20.5094 22.7635,22.3379 24.6187,23.0914C25.9258,23.6196 27.4164,23.5569 28.7906,23.4316C29.3521,23.3812 29.9129,23.3149 30.4713,23.2315C30.5605,23.994 30.8211,24.7373 31.2077,25.4056C32.4924,27.6392 34.9409,28.821 37.3312,29.5014C40.0707,30.2802 42.9265,30.7099 45.7644,30.8487C46.1912,30.8696 46.6195,30.8845 47.0475,30.8932C47.2453,31.0339 47.6145,31.0437 47.8056,31.0143C47.9175,30.9964 48.0305,30.9785 48.1435,30.9606L48.3246,30.9319C48.3771,30.9236 48.4294,30.9152 48.4815,30.9069C48.5182,30.901 48.5554,30.8961 48.5926,30.8912C48.6046,30.9129 48.6154,30.9337 48.6203,30.9516C48.6368,31.0014 48.646,31.056 48.6552,31.1101C48.6584,31.1291 48.6615,31.1479 48.665,31.1665C48.6964,31.3276 48.7143,31.4888 48.7232,31.6544C48.759,32.2542 48.6695,32.863 48.4591,33.427C48.2487,33.982 47.9399,34.5237 47.5325,34.9579C47.324,35.1797 47.0979,35.3796 46.8498,35.5574C46.296,35.6661 45.7487,35.8804 45.2676,36.1575C45.1584,36.2202 45.049,36.282 44.9397,36.3438C44.5339,36.5733 44.13,36.8017 43.7456,37.0662C42.9168,37.6329 42.1468,38.2781 41.3759,38.9241L41.3731,38.9265C41.1706,39.0961 40.9681,39.2658 40.7645,39.4341C39.0187,40.8754 37.1074,42.1198 35.102,43.1673C33.1773,44.1744 31.154,44.9757 29.0681,45.6202C27.9714,45.9604 26.8837,46.2469 25.7602,46.4707C24.5963,46.699 23.3743,46.8691 22.2553,46.9318C19.5919,47.084 17.0136,46.7751 14.5024,45.8082C14.216,45.6963 13.7683,45.7232 13.5445,45.956C13.3118,46.1977 13.5624,46.4304 13.7952,46.52C16.4395,47.5388 19.2385,47.8847 22.0336,47.76C19.8308,48.7874 17.9436,50.4791 16.651,52.5405C16.4777,52.8162 16.316,53.0975 16.1659,53.3836C16.5342,53.5556 16.9068,53.7198 17.2835,53.876ZM31.6822,6.6592C31.8896,6.519 32.0994,6.3827 32.3116,6.25C32.4946,6.2531 32.6783,6.2107 32.8147,6.1175C32.8773,6.0773 32.9266,6.0459 32.9534,6.037C32.9626,6.0335 32.9697,6.0308 32.975,6.0287L32.9785,6.0281C32.9963,6.0359 33.1671,6.0422 33.0474,6.0235L33.0579,6.025C33.0866,6.029 33.118,6.0335 33.1459,6.0414C33.1612,6.0446 33.1696,6.0458 33.1733,6.0457C33.183,6.0495 33.1946,6.054 33.2086,6.0593L33.2264,6.0663C33.3703,6.1221 33.3792,6.1256 33.504,6.216C33.5533,6.2518 33.6786,6.3682 33.7413,6.4622C34.0591,6.9054 34.0546,7.6484 34.0098,8.1945C33.9561,8.8436 33.7636,9.4613 33.4951,10.0521C33.3518,10.3744 33.1817,10.6833 33.0027,10.9832C32.932,11.1011 32.8517,11.216 32.7714,11.331C32.6535,11.4998 32.5355,11.6687 32.4476,11.8471C32.3805,11.9859 32.3402,12.0575 32.2283,12.1694C32.1381,12.2596 32.0587,12.3584 31.9796,12.4569C31.9449,12.5001 31.9102,12.5434 31.8747,12.5857C31.6732,12.8364 31.4629,13.0736 31.239,13.3064C30.8138,13.754 30.3528,14.1747 29.8604,14.5463C28.8577,15.3072 27.8013,15.8847 26.6599,16.3233C26.3286,16.4487 25.9884,16.5651 25.6482,16.668L25.6225,16.6758L25.598,16.6832C25.5264,16.7048 25.4568,16.7259 25.3841,16.7441C25.3685,16.7486 25.3517,16.7531 25.3349,16.7575C25.3181,16.762 25.3013,16.7665 25.2857,16.771C25.2679,16.7769 25.2285,16.7867 25.2247,16.7875C25.2236,16.7878 25.2256,16.7872 25.232,16.7855C25.2368,16.7843 25.244,16.7825 25.2543,16.7799C25.0753,16.8247 24.8962,16.8694 24.7172,16.9097C24.2593,17.0131 23.7956,17.0931 23.3287,17.1536C23.7444,15.1388 25.0038,13.2942 26.2436,11.7128C27.7789,9.7567 29.6187,8.0423 31.6822,6.6592ZM33.5667,21.932C33,22.1125 32.4254,22.2724 31.8453,22.4102C31.8839,21.7256 32.0615,21.0507 32.3536,20.4191C33.316,18.3421 35.2005,16.7128 37.3581,15.9742C37.8952,15.7907 38.4368,15.6743 38.9874,15.625L38.9974,15.624C38.9998,15.6244 39.0024,15.6247 39.0053,15.625C39.0355,15.6281 39.0697,15.627 39.1025,15.626C39.1184,15.6255 39.134,15.625 39.1486,15.625L39.1566,15.625L39.1636,15.625C39.1716,15.6263 39.1814,15.6278 39.1933,15.6295C39.2112,15.634 39.3992,15.6609 39.256,15.634C39.4306,15.6653 39.5022,15.6788 39.6812,15.7907C40.0886,16.0458 40.2587,16.5337 40.2452,16.9948C40.2273,17.5543 39.9588,18.0646 39.632,18.5033C38.9516,19.4164 37.9847,20.0431 36.9821,20.5534C35.8854,21.1084 34.735,21.5605 33.5667,21.932Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_pig.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1139 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M56.0001,28.0001C56.0001,43.4641 43.464,56.0001 28.0001,56.0001C24.5485,56.0001 21.2428,55.3756 18.1898,54.2334C17.8882,53.9022 17.6143,53.5575 17.3754,53.199C16.8374,52.3916 16.2421,51.6288 15.6391,50.8561C13.921,48.6545 12.1404,46.3729 11.4455,42.7527C11.4386,42.7169 11.4022,42.5768 11.3443,42.3536C10.9297,40.7551 9.4086,34.8912 9.6529,32.4951C9.7322,31.73 9.7596,30.5661 9.7912,29.229C9.8722,25.7944 9.9802,21.2172 11.0634,19.3229C12.5683,16.6913 16.3328,11.4187 16.3328,11.4187C16.3328,11.4187 21.4136,8.1268 24.5224,8.0325C27.6312,7.9381 33.3724,8.405 35.1651,10.1925C35.7172,10.7444 36.4757,11.3682 37.2744,12.0252C39.0625,13.4958 41.052,15.1321 41.378,16.4979C41.8498,18.474 41.9441,24.7795 41.095,26.001C40.5201,26.828 38.6951,30.7619 37.4886,33.3627C36.9131,34.6031 36.4783,35.5404 36.3869,35.6927C36.1039,36.1643 34.7877,39.9277 34.882,40.7719C34.9764,41.6161 35.6368,44.5354 36.0095,44.9127C36.3869,45.29 38.6466,46.6058 38.9297,46.6058C39.2127,46.6058 44.1048,44.7241 45.1426,43.4083C46.1757,42.0925 52.3887,33.627 53.0491,32.3065C53.3372,31.7326 54.5559,28.8134 55.8935,25.54C55.9641,26.3506 56.0001,27.1712 56.0001,28.0001Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_sloth.xml"
line="10"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1922 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.7148,39.5549C16.9837,38.0741 17.1865,33.8154 17.6583,32.8722C18.13,31.9289 20.8567,28.5427 21.0454,28.2598C21.2341,27.9768 23.4938,26.944 23.5882,26.1894C23.6825,25.4348 23.5882,24.9679 23.3995,24.6849C23.2108,24.402 22.0833,24.3076 21.5172,24.4963C20.9511,24.6849 18.5074,25.2509 18.13,25.1566C17.7526,25.0622 16.5308,24.4963 16.4364,23.8408C16.3421,23.1805 16.5308,21.676 17.0025,21.1101C17.4743,20.5442 18.7905,19.417 19.0735,19.134C19.3566,18.8511 21.5219,18.5681 21.5219,18.5681L23.8759,19.134C23.8759,19.134 25.0034,20.6385 25.1921,20.9215C25.3808,21.2044 26.4139,22.7089 26.4139,22.7089L28.2019,22.8975C28.2019,22.8975 29.4237,22.3316 29.6124,21.8647C29.8011,21.3931 30.1785,20.4546 30.3672,19.9829C30.5559,19.5113 30.7446,18.5728 31.122,18.1955C31.4994,17.8182 32.1551,17.1627 32.3438,17.4409C32.5325,17.7239 33.7544,17.8182 34.3205,18.1955C34.8866,18.5728 36.2028,19.6057 36.2971,20.0773C36.3915,20.5489 36.7689,22.7136 36.7689,22.7136C36.7689,22.7136 37.0519,23.7464 36.7689,23.9351C36.4858,24.1237 36.0141,24.501 35.547,24.4067C35.0753,24.3124 34.6035,24.0294 33.9478,24.1237C33.2921,24.218 32.3486,24.501 31.9712,24.784C31.5938,25.0669 31.122,26.4771 31.122,26.4771C31.122,26.4771 31.122,27.6986 31.4051,27.6986C31.6881,27.6986 32.8156,27.8872 33.193,27.9815C33.5704,28.0758 34.7922,28.7361 34.7922,28.7361L35.8254,30.5235C35.8254,30.5235 36.6745,32.028 36.7689,32.4053C36.8632,32.7826 36.9576,34.004 36.9576,34.004C36.9576,34.004 36.0141,36.2631 35.9244,36.7347C35.8301,37.2063 35.3583,39.4653 35.3583,40.1209C35.3583,40.7764 34.9809,43.5071 35.3583,43.8844C35.7357,44.2617 36.1131,44.9172 36.4858,45.2002C36.8632,45.4831 39.6843,46.516 39.6843,46.516L35.2593,47.7374C35.2593,47.7374 30.2729,48.6807 29.235,48.3977C28.2019,48.1147 25.5648,48.1147 25.093,47.9261C24.6213,47.7374 21.0454,46.6103 20.7624,46.233C20.4793,45.8557 17.9366,43.5967 17.7526,43.1298C17.5592,42.6582 16.5261,40.5878 16.7148,39.5549Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_sloth.xml"
line="13"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1045 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.9001,27.9628C28.8303,27.9433 28.7602,27.9249 28.6896,27.9078C28.5941,27.8653 28.4854,27.8456 28.3769,27.84C27.4139,27.6558 26.4014,27.6873 25.4564,27.9345C24.8384,28.0948 23.0316,28.6702 23.6496,29.6417C23.8949,30.0237 24.3996,30.2643 24.8148,30.4057C25.3431,30.585 25.8998,30.651 26.4565,30.6557C27.3481,30.6604 28.4048,30.5378 29.1219,29.953C29.4615,29.6747 29.7634,29.2597 29.7257,28.7975C29.7068,28.5853 29.6172,28.3778 29.4426,28.2458C29.3577,28.1787 29.2601,28.1371 29.1578,28.1008C29.1051,28.0327 28.9829,27.9842 28.9001,27.9628ZM25.7724,28.425C26.459,28.1897 27.1749,28.1468 27.8767,28.2746C27.9768,28.3373 28.0855,28.3779 28.2114,28.4108C28.2289,28.4154 28.2453,28.4193 28.2608,28.423C28.3582,28.4461 28.4192,28.4607 28.4803,28.5665C28.6171,28.8211 28.5322,29.1465 28.3906,29.3776C28.0651,29.8964 27.4424,30.1086 26.8952,30.1605C26.6074,30.1888 26.2866,30.1935 25.9658,30.1416C25.6215,30.085 25.296,29.9577 25.0176,29.7502C24.7346,29.538 24.6025,29.2409 24.8478,28.939C25.0617,28.6752 25.4248,28.5474 25.7381,28.4371L25.7724,28.425Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_sloth.xml"
line="19"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (7963 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M19.503,54.6875C18.1671,53.4707 16.9678,52.1032 15.9317,50.6191C14.0825,47.9687 12.738,44.9928 11.8275,41.9037C10.9076,38.7675 10.4264,35.5133 10.2943,32.2545C10.2283,30.6227 10.2472,28.9909 10.3509,27.3638C10.4642,25.5481 10.6623,23.7277 11.0491,21.9497C11.4831,19.9312 12.1719,17.9551 13.205,16.163C14.1155,14.5831 15.309,13.1918 16.7148,12.0269C19.4085,9.7868 22.8618,8.4521 26.3716,8.4191C30.0842,8.3861 33.778,9.716 36.684,12.0128C38.2031,13.2154 39.5994,14.6774 40.4156,16.4554C41.26,18.29 41.3779,20.3415 41.0855,22.3176C40.6278,25.4034 39.2255,28.1612 37.8278,30.9098L37.8276,30.9101C37.61,31.3381 37.3924,31.766 37.1785,32.1948C36.912,31.3204 36.574,30.4693 36.0566,29.7125C35.3207,28.6325 34.2356,27.826 32.9336,27.5808C32.8689,27.5683 32.7997,27.5572 32.728,27.5457C32.3136,27.4795 31.8202,27.4006 31.6835,26.9582C31.5042,26.3829 31.9665,25.6802 32.3392,25.2793C32.7024,24.8879 33.1836,24.5813 33.7025,24.4445C33.8394,24.4068 33.9054,24.3974 34.0422,24.3879C34.113,24.3832 34.0611,24.3879 34.0469,24.3879H34.146C34.1733,24.3879 34.1823,24.3879 34.1823,24.3877C34.1823,24.3875 34.1801,24.3873 34.1768,24.387C34.1694,24.3864 34.1567,24.3852 34.1507,24.3832C34.186,24.3832 34.2235,24.3876 34.2603,24.3919L34.2605,24.3919C34.2776,24.3939 34.2946,24.3959 34.3111,24.3974C34.432,24.4131 34.5838,24.4494 34.7393,24.4866C34.8628,24.5162 34.9888,24.5463 35.1036,24.5672C35.7358,24.6803 36.6557,24.7558 37.1227,24.204C37.5049,23.7513 37.4058,22.9212 37.3303,22.3789C37.1652,21.1998 36.6227,20.0727 35.8254,19.1908C34.9951,18.2711 33.8016,17.5024 32.5562,17.3373C31.8155,17.2383 31.0796,17.4175 30.6079,18.0212C30.263,18.4592 30.0752,19.0089 29.8943,19.5382C29.8649,19.6243 29.8356,19.71 29.8059,19.7944C29.5653,20.4735 29.3153,21.1715 28.8718,21.7469C28.5463,22.1714 28.018,22.6477 27.4754,22.6996C27.4717,22.7 27.4684,22.7003 27.4655,22.7007C27.464,22.7002 27.4623,22.6997 27.4603,22.6991C27.4558,22.6979 27.45,22.6964 27.4424,22.6949C27.4094,22.6901 27.3717,22.6807 27.3434,22.6713C27.2349,22.6383 27.1358,22.5864 27.0367,22.5298C26.815,22.393 26.6357,22.2138 26.4706,22.0204C26.2071,21.7044 25.9934,21.3491 25.7806,20.9954C25.7077,20.8742 25.6348,20.7531 25.5601,20.6339C25.2488,20.134 24.8997,19.6765 24.4279,19.3134C23.9184,18.9172 23.3146,18.6625 22.6919,18.5069C21.338,18.1674 19.8567,18.3513 18.6254,19.0068C17.5121,19.5963 16.545,20.6056 16.0402,21.7611C15.7902,22.3364 15.6251,22.992 15.7572,23.6192C15.8845,24.2229 16.2761,24.7086 16.828,24.9869C18.2197,25.6943 19.7859,25.284 21.1917,24.8501L21.2589,24.8291C21.5445,24.7396 21.8639,24.6395 22.1305,24.6002C22.1451,24.5973 22.1832,24.5943 22.2213,24.5914C22.2448,24.5896 22.2682,24.5878 22.2862,24.586L22.2922,24.5855C22.2976,24.5858 22.3075,24.586 22.3239,24.586H22.3905C22.3931,24.5882 22.4419,24.594 22.4447,24.5934C22.5045,24.6061 22.5492,24.6158 22.6023,24.6379C23.1872,24.8831 23.225,25.6236 22.9702,26.1282C22.7074,26.6419 22.2196,26.9632 21.7481,27.2738L21.7479,27.2739L21.7474,27.2742C21.6521,27.337 21.5574,27.3994 21.4653,27.4629C20.9606,27.8119 20.4888,28.2033 20.0454,28.623C19.1585,29.4625 18.4037,30.434 17.7951,31.4905C16.578,33.608 15.9317,36.0745 16.0402,38.5222C16.0548,38.8301 16.0805,39.1366 16.1181,39.4413C16.1147,39.4641 16.1138,39.4879 16.1157,39.5126C16.2761,41.451 17.13,43.2714 18.4132,44.7193C19.7907,46.2756 21.5975,47.365 23.5694,48.0017C28.0322,49.4448 32.7591,48.6289 37.1888,47.4782C39.1482,46.9709 41.1139,46.3604 42.8644,45.334C42.9503,45.3171 43.03,45.287 43.0951,45.2427C45.3973,43.6723 47.322,41.6396 48.9826,39.4136C50.4666,37.4272 51.6199,35.3099 52.7977,33.1474L52.7981,33.1466C52.9792,32.8141 53.1609,32.4804 53.3445,32.146C54.2859,30.4327 55.165,28.6862 55.9792,26.9107C55.949,26.1221 55.8863,25.3419 55.7922,24.5714C54.8826,26.7168 53.8803,28.822 52.7879,30.8821C52.5895,31.2555 52.3935,31.628 52.1981,31.9992C51.0833,34.1174 49.99,36.1949 48.6052,38.1732C47.1318,40.2711 45.4471,42.276 43.4351,43.8762C43.3119,43.8897 43.1923,43.9324 43.0951,44.0024C41.7807,44.9661 40.2754,45.6006 38.731,46.0873C38.6778,46.0147 38.5853,45.9577 38.4908,45.9313C36.6557,45.4125 35.7736,43.427 35.6509,41.6679C35.5047,39.5787 36.0991,37.4705 36.8633,35.5463C37.083,34.9917 37.3214,34.4451 37.5716,33.9036C37.6053,33.8771 37.6213,33.8474 37.6134,33.8155L37.613,33.8143C38.0421,32.8915 38.5046,31.9831 38.967,31.075L38.9671,31.0748C40.1042,28.8416 41.2407,26.6094 41.878,24.1663C42.3922,22.1997 42.6186,20.1151 42.1658,18.1108C41.7082,16.1064 40.5901,14.4039 39.1513,12.9654C36.3915,10.2159 32.6883,8.4238 28.8294,7.9192C25.0554,7.424 21.187,8.1927 17.9084,10.131C16.3327,11.0648 14.8986,12.2486 13.7145,13.6446C12.4266,15.1632 11.4501,16.9176 10.7661,18.7852C9.4876,22.2798 9.1244,26.0999 9.0819,29.7974C9.0395,33.127 9.3508,36.4707 10.0868,39.7248C10.8133,42.9365 11.9455,46.0633 13.6013,48.9119C14.6496,50.7153 15.904,52.3996 17.3477,53.9025C18.0522,54.1926 18.7711,54.4547 19.503,54.6875ZM17.4319,40.3049C17.4356,40.3244 17.4318,40.3428 17.4215,40.3602C17.7611,42.0285 18.6759,43.5657 19.8945,44.7475C22.8052,47.5819 27.1453,48.1903 31.0325,47.7659C33.2591,47.5206 35.4622,47.0066 37.6228,46.4123L37.6363,46.4086C36.9013,46.1448 36.2438,45.677 35.7452,45.073C34.4338,43.493 34.2923,41.3661 34.5895,39.4089C34.8935,37.4421 35.5891,35.5654 36.4212,33.7654C36.2877,33.2422 36.1535,32.7192 35.9951,32.2023C34.8937,32.8279 33.7383,33.3365 32.5326,33.7212C27.819,35.2176 22.6931,34.9647 17.9494,33.7116C17.1961,35.8116 16.997,38.1135 17.4319,40.3049ZM18.2762,32.8907C19.181,30.8226 20.6194,28.9686 22.4796,27.6798C22.5822,27.6087 22.6883,27.5388 22.7953,27.4683C23.2489,27.1694 23.7189,26.8597 24.0128,26.4017C24.3336,25.9065 24.4421,25.1991 24.0128,24.7275C23.5929,24.2653 22.8759,24.1616 22.2815,24.171C21.5747,24.1802 20.9082,24.3857 20.2384,24.5923L20.1822,24.6096C19.8331,24.7181 19.4793,24.8265 19.1207,24.8973C18.9792,24.9256 18.8377,24.9445 18.6962,24.9539C18.6443,24.9586 18.498,24.9539 18.3943,24.9397C17.8848,24.8784 17.3941,24.5766 17.1252,24.1191C16.4648,22.992 17.2196,21.5394 17.9414,20.6433C18.6726,19.7378 19.7387,18.9502 20.9134,18.7946C21.3993,18.7286 21.8899,18.7852 22.4136,18.9738C22.9655,19.1766 23.4703,19.5115 23.8571,19.9548C24.1554,20.2964 24.3892,20.6869 24.6225,21.0766C24.9464,21.6176 25.2694,22.1571 25.763,22.5628C26.7867,23.4023 28.4142,23.2608 29.4143,22.4543C30.2659,21.7697 30.6192,20.7817 30.9725,19.7939C31.0791,19.4957 31.1857,19.1976 31.3061,18.9078C31.4193,18.6343 31.5561,18.3701 31.7401,18.1343C31.825,18.0259 31.9193,17.9221 32.0326,17.8419C32.0361,17.8396 32.0428,17.8358 32.0515,17.831C32.0599,17.8265 32.0701,17.821 32.0814,17.8151C32.1211,17.794 32.1731,17.7664 32.1972,17.7487C32.2157,17.753 32.2413,17.7575 32.2647,17.7615C32.2858,17.7652 32.3051,17.7686 32.3156,17.7712C32.3486,17.7806 32.3805,17.7912 32.4123,17.8019C32.4441,17.8125 32.476,17.8231 32.509,17.8325C32.6458,17.8797 32.7826,17.9315 32.9194,17.9929C33.1742,18.106 33.4195,18.2475 33.6554,18.4032C34.6272,19.0493 35.382,20.0208 35.816,21.1008C36.033,21.6432 36.1604,22.228 36.1934,22.8128C36.2075,23.1099 36.217,23.4259 36.1556,23.7183C36.1226,23.8739 36.0613,24.0295 35.9434,24.138C35.9283,24.1512 35.8943,24.1689 35.8639,24.1848L35.855,24.1894C35.8476,24.1934 35.8404,24.1971 35.834,24.2006C35.8264,24.2048 35.8197,24.2087 35.8147,24.212C35.8067,24.2117 35.7981,24.2115 35.7895,24.2114C35.7649,24.2108 35.7406,24.2103 35.7311,24.2087C35.7075,24.204 35.6367,24.1899 35.599,24.1852C35.5087,24.1677 35.4183,24.1466 35.3269,24.1252L35.3266,24.1252C35.2701,24.112 35.2131,24.0987 35.1555,24.0861C34.8206,24.0107 34.4857,23.9682 34.146,23.9682C33.4903,23.9635 32.844,24.105 32.2543,24.3927C31.7448,24.6379 31.2872,25.0105 30.957,25.4727C30.6315,25.9301 30.2965,26.6281 30.589,27.1705C30.8532,27.6657 31.5325,27.7977 32.0326,27.892C32.6128,27.9958 33.1129,28.1467 33.6035,28.4816C34.5997,29.1539 35.2513,30.2119 35.6886,31.3153C35.6223,31.3365 35.5587,31.3654 35.4999,31.4009C31.4665,33.7967 26.5697,34.273 21.9937,33.641C20.7407,33.4678 19.5002,33.215 18.2762,32.8907Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_sloth.xml"
line="23"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (8490 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M44.7159,28.053C44.7159,28.5109 44.6991,28.9655 44.6624,29.4235C44.6457,29.6441 44.6223,29.8647 44.5989,30.0853C44.5922,30.1388 44.5855,30.1956 44.5788,30.2491C44.5788,30.2558 44.5688,30.3327 44.5755,30.2758C44.5822,30.2157 44.5688,30.3126 44.5688,30.326C44.5521,30.4363 44.5387,30.5432 44.5186,30.6535C44.3783,31.526 44.171,32.3884 43.9003,33.2274C43.7666,33.6352 43.6195,34.0363 43.459,34.434C43.449,34.4574 43.3955,34.5878 43.429,34.5042C43.4089,34.5544 43.3855,34.6012 43.3654,34.6513C43.3186,34.7549 43.2718,34.8586 43.2251,34.9622C43.1348,35.156 43.0446,35.3466 42.9476,35.5371C42.5632,36.2959 42.122,37.0279 41.6273,37.7232C41.5003,37.9003 41.3732,38.0775 41.2395,38.248C41.2897,38.1811 41.2262,38.268 41.2061,38.2881C41.1727,38.3282 41.1426,38.3716 41.1092,38.4118C41.039,38.4987 40.9688,38.5856 40.8952,38.6725C40.6278,38.9967 40.3471,39.3076 40.0563,39.6118C39.7588,39.9193 39.4512,40.2168 39.1337,40.5009C38.9766,40.6413 38.8195,40.7783 38.6557,40.912C38.5755,40.9789 38.4919,41.0457 38.4117,41.1126C38.3716,41.146 38.3281,41.1794 38.288,41.2095C38.2713,41.2229 38.2512,41.2363 38.2345,41.2496C38.1677,41.2998 38.3248,41.1794 38.2111,41.2664C37.5326,41.7811 36.8206,42.2491 36.0752,42.6602C35.6975,42.8675 35.3131,43.0613 34.9186,43.2418C34.8284,43.282 34.7381,43.3221 34.6479,43.3622C34.5978,43.3822 34.551,43.4056 34.5008,43.4257C34.5844,43.3923 34.4407,43.4524 34.4106,43.4625C34.2134,43.5427 34.0128,43.6196 33.8122,43.6931C32.9933,43.9939 32.151,44.2279 31.2986,44.3984C31.078,44.4418 30.854,44.482 30.6301,44.5187C30.5298,44.5354 30.4295,44.5488 30.3259,44.5655C30.3125,44.5689 30.2156,44.5822 30.2758,44.5722C30.3326,44.5655 30.2523,44.5755 30.249,44.5755C30.1855,44.5822 30.1253,44.5923 30.0618,44.5989C29.6106,44.6524 29.1593,44.6859 28.7047,44.7026C27.8022,44.736 26.8964,44.6992 25.9972,44.5923C25.9437,44.5856 25.8869,44.5789 25.8334,44.5722C25.7732,44.5655 25.8401,44.5722 25.8501,44.5755C25.82,44.5722 25.7866,44.5655 25.7565,44.5622C25.6462,44.5455 25.5393,44.5287 25.4323,44.512C25.215,44.4786 25.0011,44.4385 24.7872,44.395C24.356,44.3081 23.9248,44.2045 23.5003,44.0842C23.0791,43.9638 22.6646,43.8301 22.2535,43.6797C22.0529,43.6062 21.8557,43.5293 21.6551,43.4457C21.6284,43.4357 21.5983,43.4223 21.5716,43.4123C21.5783,43.4157 21.6384,43.4424 21.5849,43.419C21.5348,43.3989 21.488,43.3755 21.4379,43.3555C21.3409,43.312 21.244,43.2686 21.1471,43.2251C20.3649,42.8641 19.6095,42.4463 18.8908,41.975C18.5398,41.7443 18.1955,41.5003 17.8613,41.243C17.9348,41.2998 17.8212,41.2129 17.8011,41.1962C17.761,41.1627 17.7175,41.1326 17.6774,41.0992C17.5905,41.029 17.5036,40.9588 17.4167,40.8853C17.2563,40.7516 17.0958,40.6145 16.942,40.4742C16.3103,39.9093 15.722,39.2942 15.1838,38.6424C15.117,38.5622 15.0501,38.4786 14.9866,38.3984C14.9532,38.3583 14.9198,38.3148 14.8897,38.2747C14.8763,38.258 14.8629,38.2379 14.8496,38.2212C14.8797,38.2613 14.8696,38.248 14.8462,38.2145C14.7159,38.0407 14.5855,37.8669 14.4585,37.6864C14.2111,37.3354 13.9771,36.9744 13.7565,36.6067C13.5393,36.2424 13.3354,35.8714 13.1448,35.4937C13.0479,35.3031 12.9576,35.1126 12.8707,34.9187C12.8273,34.8218 12.7838,34.7249 12.7404,34.6279C12.7303,34.6045 12.6769,34.4808 12.6936,34.521C12.7136,34.5711 12.6869,34.5009 12.6836,34.4976C12.6702,34.4608 12.6535,34.4274 12.6401,34.3906C12.3125,33.5884 12.0485,32.7594 11.8446,31.9137C11.7409,31.4825 11.654,31.0446 11.5872,30.6067C11.5705,30.5065 11.5571,30.4062 11.5437,30.3026C11.5404,30.2859 11.5303,30.2023 11.5437,30.2959C11.5404,30.2725 11.537,30.2491 11.5337,30.2257C11.527,30.1622 11.517,30.102 11.5103,30.0385C11.4836,29.8179 11.4635,29.5973 11.4468,29.3767C11.3766,28.4742 11.3799,27.565 11.4535,26.6625C11.4735,26.4352 11.4936,26.2045 11.5237,25.9772C11.5303,25.9237 11.537,25.8669 11.5437,25.8134C11.5337,25.9003 11.5471,25.79 11.5504,25.76C11.5671,25.643 11.5838,25.526 11.6039,25.4123C11.6741,24.9744 11.7643,24.5399 11.868,24.1087C12.0752,23.2664 12.3459,22.4407 12.6735,21.6385C12.6836,21.6184 12.6902,21.5951 12.7003,21.575C12.6668,21.6586 12.6969,21.585 12.7036,21.5683C12.7203,21.5249 12.7404,21.4847 12.7571,21.4413C12.8039,21.3377 12.8507,21.234 12.8975,21.1304C12.9911,20.9299 13.0847,20.7327 13.1849,20.5388C13.3755,20.1611 13.5827,19.7934 13.8033,19.429C14.0273,19.0613 14.2613,18.7037 14.512,18.3561C14.5688,18.2758 14.6256,18.199 14.6858,18.1187C14.7159,18.0753 14.7493,18.0352 14.7794,17.9917C14.7961,17.9683 14.8161,17.9449 14.8329,17.9215C14.8395,17.9148 14.893,17.8413 14.8629,17.8814C14.8295,17.9249 14.8763,17.8647 14.8797,17.8613C14.8997,17.8379 14.9164,17.8146 14.9365,17.7912C14.9699,17.751 15.0033,17.7076 15.0334,17.6675C15.1036,17.5806 15.1738,17.4937 15.2473,17.4068C15.7922,16.7583 16.3838,16.1466 17.0156,15.585C17.1727,15.4446 17.3331,15.3076 17.4936,15.1739C17.5738,15.107 17.6574,15.0402 17.7376,14.9767C17.7744,14.9499 17.8078,14.9198 17.8446,14.8931C17.8546,14.8864 17.9281,14.8263 17.8813,14.863C17.8412,14.8964 17.9114,14.8396 17.9214,14.8329C18.2624,14.5722 18.6134,14.3249 18.971,14.0942C19.6863,13.6296 20.4384,13.2185 21.2139,12.8641C21.3108,12.8207 21.4078,12.7772 21.5047,12.7338C21.5281,12.7237 21.6618,12.6669 21.5749,12.7037C21.6317,12.6803 21.6886,12.6569 21.7454,12.6335C21.9426,12.5533 22.1432,12.4764 22.3437,12.4029C22.7482,12.2558 23.156,12.1254 23.5705,12.0084C23.995,11.8881 24.4262,11.7878 24.8607,11.7009C25.0746,11.6575 25.2919,11.6207 25.5058,11.5873C25.6128,11.5705 25.7231,11.5538 25.8334,11.5405C25.8936,11.5338 25.8267,11.5405 25.8167,11.5438C25.8468,11.5405 25.8802,11.5371 25.9103,11.5304C25.9738,11.5237 26.034,11.5137 26.0975,11.507C26.9966,11.4034 27.9025,11.3733 28.8083,11.4134C29.2596,11.4335 29.7142,11.4703 30.1621,11.5237C30.2089,11.5304 30.2557,11.5371 30.3025,11.5405C30.2056,11.5271 30.356,11.5471 30.3794,11.5505C30.4964,11.5672 30.6134,11.5839 30.727,11.604C30.9443,11.6407 31.1582,11.6775 31.3721,11.7243C32.2345,11.8981 33.0802,12.1421 33.9025,12.4497C34.103,12.5232 34.3003,12.6034 34.4975,12.6836C34.5008,12.687 34.571,12.7137 34.5209,12.6937C34.4674,12.6703 34.5543,12.707 34.5677,12.7137C34.6111,12.7304 34.6512,12.7505 34.6947,12.7672C34.7983,12.814 34.9019,12.8608 35.0056,12.9076C35.3966,13.0881 35.781,13.2853 36.1588,13.4959C36.5264,13.7031 36.8874,13.9204 37.2418,14.1544C37.4223,14.2747 37.6028,14.3984 37.7799,14.5254C37.8602,14.5822 37.937,14.6391 38.0173,14.6992C38.0607,14.7293 38.1008,14.7627 38.1443,14.7928C38.171,14.8129 38.2913,14.9065 38.2212,14.853C38.8897,15.3711 39.5214,15.9427 40.1064,16.5544C40.4005,16.8619 40.6847,17.1828 40.9588,17.5137C41.0256,17.5939 41.0925,17.6775 41.156,17.7577C41.1827,17.7945 41.2128,17.8279 41.2395,17.8647C41.2496,17.8781 41.2964,17.9382 41.2429,17.8714C41.2596,17.8948 41.2796,17.9182 41.2964,17.9416C41.4234,18.1087 41.5471,18.2792 41.6674,18.4496C42.1621,19.1516 42.6033,19.8937 42.9877,20.6625C43.0813,20.853 43.1749,21.0435 43.2618,21.2374C43.3053,21.3343 43.3487,21.4313 43.3922,21.5282C43.4022,21.5549 43.4457,21.6552 43.4122,21.575C43.4356,21.6318 43.459,21.6886 43.4824,21.7455C43.6462,22.1499 43.7933,22.5611 43.927,22.9756C44.1944,23.8112 44.395,24.6669 44.5287,25.5327C44.5454,25.643 44.5621,25.7499 44.5755,25.8602C44.5621,25.77 44.5822,25.9104 44.5855,25.9371C44.5922,25.9906 44.5989,26.0474 44.6056,26.1009C44.629,26.3148 44.649,26.5254 44.6657,26.7393C44.6991,27.1739 44.7159,27.6151 44.7159,28.053C44.7159,28.3237 44.9465,28.5544 45.2173,28.5544C45.488,28.5544 45.7186,28.3237 45.7186,28.053C45.7153,26.2112 45.4345,24.3661 44.8629,22.6145C44.3148,20.9232 43.5092,19.312 42.4796,17.8613C41.4334,16.3939 40.1833,15.097 38.7526,14.0006C37.342,12.9176 35.771,12.0652 34.103,11.4536C32.3816,10.8251 30.5599,10.4742 28.7315,10.404C26.883,10.3338 25.0145,10.551 23.2329,11.0558C21.5181,11.5405 19.8735,12.2925 18.3861,13.2686C16.9086,14.2413 15.5716,15.4313 14.4451,16.7951C13.2952,18.1889 12.3727,19.7366 11.6875,21.4079C10.9955,23.0959 10.5844,24.8909 10.444,26.7059C10.3003,28.5611 10.454,30.443 10.8919,32.248C11.3131,33.9828 12.0083,35.6608 12.9342,37.1884C13.8501,38.6992 14.9966,40.0797 16.317,41.253C17.6407,42.4262 19.1315,43.409 20.7459,44.1343C22.4306,44.8964 24.2089,45.3845 26.0473,45.5984C27.8991,45.8157 29.7844,45.7254 31.6128,45.3544C33.371,45.0001 35.0757,44.3616 36.6434,43.4892C38.1877,42.6301 39.6083,41.5304 40.8284,40.2502C42.0451,38.9733 43.078,37.5126 43.8635,35.9349C44.6657,34.3204 45.2306,32.5856 45.5014,30.8006C45.6418,29.8914 45.7153,28.9722 45.7186,28.0496C45.7186,27.7789 45.488,27.5483 45.2173,27.5483C44.9432,27.5516 44.7159,27.7822 44.7159,28.053Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_soccerball.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2053 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.3126,44.8162C24.3226,44.8196 24.3293,44.8229 24.3393,44.8296C24.2792,44.7694 24.219,44.7093 24.1588,44.6491C24.1622,44.6591 24.1689,44.6658 24.1722,44.6758C24.1488,44.5923 24.1254,44.5087 24.1054,44.4218C24.1054,44.4318 24.1054,44.4419 24.102,44.4519C24.1522,44.3349 24.199,44.2146 24.2491,44.0976C24.2424,44.1043 24.2357,44.1109 24.229,44.121C24.346,44.0708 24.4664,44.024 24.5834,43.9739C24.5733,43.9739 24.5633,43.9739 24.5533,43.9739C24.6703,44.024 24.7906,44.0708 24.9076,44.121C24.9009,44.1143 24.8909,44.1076 24.8842,44.1009C24.9276,44.1745 24.9711,44.248 25.0145,44.3215C25.0112,44.3115 25.0079,44.3015 25.0045,44.2914C25.0045,44.3817 25.0045,44.4686 25.0045,44.5589C25.0079,44.5488 25.0112,44.5388 25.0145,44.5321C24.9711,44.6056 24.9276,44.6792 24.8842,44.7527C25.0814,44.5221 25.282,44.2914 25.4792,44.0608C25.5661,43.9572 25.6496,43.8502 25.7299,43.7433C25.7366,43.7366 25.7967,43.653 25.7666,43.6931C25.7399,43.7265 25.7934,43.663 25.79,43.663C25.8201,43.6296 25.8836,43.5293 25.9271,43.5226C25.9271,43.5226 25.8469,43.5895 25.8402,43.5728C25.8402,43.5761 26.0006,43.5828 26.0173,43.5828C26.1778,43.5928 26.3416,43.5995 26.502,43.6062C26.7995,43.6196 27.097,43.6296 27.3911,43.6363C28.6246,43.663 29.8613,43.6296 31.0948,43.536C31.79,43.4825 32.482,43.4123 33.1705,43.3221C33.4313,43.2887 33.6853,43.1148 33.6719,42.8207C33.6619,42.5767 33.448,42.2825 33.1705,42.3193C31.6597,42.5165 30.1388,42.6235 28.6145,42.6402C27.8658,42.6469 27.1171,42.6335 26.3717,42.6001C25.9672,42.58 25.5928,42.5165 25.2519,42.7873C25.1282,42.8875 25.0346,43.0112 24.9377,43.1382C24.9176,43.165 24.8976,43.1917 24.8775,43.2218C24.8842,43.2118 24.7839,43.3421 24.8307,43.2887C24.8675,43.2419 24.7939,43.3288 24.7906,43.3321C24.7538,43.3722 24.7204,43.4157 24.6836,43.4558C24.5432,43.6196 24.3995,43.7867 24.2591,43.9505C24.0652,44.1745 23.9315,44.4285 24.0987,44.7126C24.2792,45.0235 24.7137,45.0636 24.9611,44.8095C25.1951,44.5689 25.1416,44.0976 24.8207,43.9505C24.5733,43.8402 24.2825,43.8803 24.1354,44.131C24.0084,44.3449 24.0652,44.7059 24.3126,44.8162Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_soccerball.xml"
line="88"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1975 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M2.5677,39.7293L22.2826,38.929C24.1148,38.8545 25.9469,38.7762 27.7791,38.6978L27.784,38.6976C32.5979,38.4919 37.4118,38.2861 42.2258,38.148C44.0706,38.0927 45.9155,38.0497 47.7604,38.0497C49.1255,38.0497 50.5225,38.0997 51.83,38.5172C48.3562,39.9991 44.6453,40.8068 40.9344,41.4504C39.8139,41.6459 38.6906,41.8278 37.5672,42.0097C34.6275,42.4858 31.6871,42.9619 28.795,43.6827C26.5689,44.2362 24.3796,44.9434 22.2826,45.8842C22.135,45.9519 22.012,46.0687 22.0858,46.2348C22.381,46.9174 23.1374,47.231 23.82,47.3786C24.5207,47.5291 25.2502,47.5609 25.9699,47.5923C26.1914,47.6019 26.4119,47.6116 26.6304,47.6246C27.6637,47.6848 28.697,47.7467 29.7295,47.8085L29.7336,47.8087C30.7029,47.8667 31.6714,47.9247 32.6385,47.9813C34.6388,48.1009 36.6375,48.2205 38.6363,48.3402L38.6623,48.3418C40.6614,48.4614 42.6604,48.5811 44.661,48.7008L45.0241,48.7222C45.5891,48.7556 46.1544,48.7891 46.7198,48.8226C46.9664,48.6008 47.2091,48.3746 47.4477,48.1442C44.925,47.9938 42.4023,47.843 39.8797,47.6922C35.9962,47.4601 32.1128,47.2279 28.2293,46.9973C27.8828,46.9764 27.5355,46.9563 27.1881,46.9361L27.1876,46.9361L27.1864,46.936C26.5108,46.8968 25.8344,46.8575 25.1606,46.8128C24.6186,46.7749 24.0145,46.7226 23.6851,46.256C27.2551,44.7041 31.0843,43.8784 34.9077,43.2153C35.9715,43.0313 37.0378,42.8587 38.1042,42.6861C41.1004,42.2012 44.0975,41.7161 47.0409,40.9769C49.2609,40.4173 51.4502,39.7039 53.541,38.7507C53.8116,38.6277 53.8301,38.3633 53.541,38.2403C52.059,37.6007 50.4601,37.3978 48.855,37.3425C47.4819,37.2949 46.0996,37.329 44.7239,37.363C44.4977,37.3686 44.2718,37.3741 44.046,37.3794C41.1577,37.4426 38.2694,37.5601 35.3811,37.6775L35.3805,37.6775C34.899,37.6971 34.4176,37.7167 33.9361,37.736C30.5631,37.8713 27.1885,38.0081 23.8139,38.145C20.4393,38.2818 17.0647,38.4186 13.6916,38.5539C11.7883,38.6308 9.8866,38.7077 7.9848,38.7845C6.083,38.8614 4.1813,38.9383 2.278,39.0151C2.2692,39.0154 2.2599,39.0157 2.2502,39.0161C2.3528,39.2555 2.4587,39.4933 2.5677,39.7293Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_sunset.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1130 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M0.2015,31.3769C2.8166,31.326 5.4315,31.2748 8.0463,31.2236H8.0467C12.6788,31.1329 17.3108,31.0422 21.9444,30.953L21.9447,30.953L21.9468,30.953C31.1642,30.7746 40.3817,30.5963 49.593,30.4119C51.6971,30.372 53.8023,30.3312 55.9077,30.2901C55.9308,30.0042 55.9497,29.717 55.9642,29.4287C54.4061,29.4591 52.8482,29.4897 51.2902,29.5202C48.9507,29.566 46.6113,29.6118 44.2716,29.6574C43.6791,26.4783 43.0112,23.1937 41.248,20.4372C39.3847,17.5284 36.3406,15.5606 33.0383,14.6443C29.7113,13.7157 26.0954,13.7956 22.8053,14.8534C19.626,15.8742 16.8525,17.8175 14.8047,20.4556C12.8614,22.9585 11.6377,26.0333 11.3609,29.2004C11.3264,29.5692 11.3134,29.9325 11.3068,30.3007C10.7857,30.3111 10.2646,30.3215 9.7436,30.3319C7.1521,30.381 4.5591,30.4316 1.9661,30.4822L1.9653,30.4822L1.948,30.4825C1.3359,30.4945 0.7238,30.5064 0.1117,30.5183C0.1373,30.8058 0.1673,31.092 0.2015,31.3769ZM37.3922,29.7907C29.2082,29.9491 21.0242,30.1074 12.8446,30.27C12.9635,24.1811 16.7169,18.3949 22.3441,15.9972C27.9833,13.5988 35.4366,14.8103 39.2494,19.9083C41.3656,22.7399 42.1011,26.2817 42.7394,29.6872C40.9571,29.7219 39.1748,29.7564 37.3922,29.7907Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_sunset.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2587 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.7975,55.9888C28.5326,55.9963 28.2667,56 28,56C27.8132,56 27.6268,55.9982 27.4409,55.9945L28.898,12.3576C28.9001,12.287 28.9209,12.2255 28.9559,12.1727C28.7259,11.9518 28.486,11.7406 28.2353,11.5405C28.0544,11.6997 27.8762,11.861 27.7022,12.0253C27.713,12.0655 27.7181,12.1088 27.7163,12.155C27.6449,14.3246 27.5722,16.4928 27.4995,18.6603L27.4988,18.6793C27.4263,20.8409 27.3538,23.0018 27.2827,25.1628L26.2546,55.9465C25.8007,55.9186 25.3498,55.8798 24.902,55.8305L26.3164,13.4738C24.3605,15.725 22.8839,18.3651 21.7232,21.107C20.1684,24.7709 19.1118,28.6446 18.5252,32.5808C17.9201,36.5924 17.8011,40.6724 18.1334,44.7113C18.4086,48.1254 19.0127,51.5046 19.8944,54.8088C19.3883,54.656 18.8883,54.4893 18.3948,54.3091C17.4632,50.6595 16.8714,46.9236 16.671,43.1611C16.4544,39.0604 16.6996,34.9299 17.4411,30.8898C17.7766,29.0711 18.2069,27.261 18.7417,25.4821C18.4617,25.4758 18.1819,25.4693 17.9022,25.4628L17.9003,25.4628C16.9007,25.4397 15.902,25.4165 14.9007,25.3982C9.9681,25.3049 5.0237,25.2914 0.0995,25.6224C0.122,25.3547 0.1483,25.0881 0.1783,24.8225C1.217,24.755 2.2578,24.7032 3.3008,24.664C8.5278,24.4627 13.756,24.575 18.984,24.7006C19.5515,22.9256 20.2257,21.1854 21.0162,19.5029C22.5714,16.1969 24.6471,13.0796 27.4651,10.7269C27.7209,10.512 28.0805,10.452 28.3912,10.5858C28.483,10.6247 28.5812,10.7037 28.6461,10.7976C28.6957,10.8168 28.7422,10.8402 28.7842,10.8684C29.1565,11.1179 29.5064,11.3938 29.8448,11.6911C31.1875,12.8799 32.207,14.3684 33.034,15.9489C33.9227,17.6451 34.6238,19.4497 35.238,21.2626C35.5968,22.3283 35.9163,23.4066 36.1987,24.4947C36.3112,24.4577 36.4327,24.4409 36.5337,24.4353L36.5337,24.4348L36.5478,24.4347C36.6292,24.4317 36.7117,24.4276 36.7943,24.4235C36.8798,24.4192 36.9654,24.4149 37.0496,24.4119C37.1024,24.4091 37.1615,24.4144 37.222,24.4274C38.483,24.4134 39.7414,24.3983 41.0039,24.3754C45.9096,24.2911 50.808,24.1358 55.7034,23.9098C55.7482,24.2163 55.7881,24.5245 55.823,24.8342C54.6426,24.8884 53.4623,24.9391 52.2821,24.9864C47.0266,25.1964 41.7681,25.3196 36.512,25.367C36.4814,25.3667 36.4487,25.3642 36.4149,25.3595C37.0295,27.9155 37.4439,30.521 37.6843,33.1397C38.0672,37.3048 37.999,41.5002 37.6174,45.6593C37.3368,48.7066 36.886,51.7355 36.3188,54.7435C35.8448,54.8908 35.3654,55.0258 34.8811,55.1482C35.5758,51.5352 36.105,47.8906 36.3796,44.2186C36.6895,40.1008 36.6696,35.9517 36.2037,31.8438C35.751,27.8448 34.885,23.8824 33.4876,20.1053C32.6631,17.8794 31.6809,15.5261 30.2131,13.5932C30.1544,15.3654 30.095,17.1367 30.0356,18.9075L30.0352,18.9179C29.9627,21.0807 29.8901,23.2428 29.819,25.4049L28.7975,55.9888Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_surfboard.xml"
line="19"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1210 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M32.2713,55.6761C30.8787,55.8893 29.4522,55.9999 28,55.9999C22.0769,55.9999 16.5834,54.1607 12.0593,51.0223C11.8354,49.8517 11.7163,48.6971 11.7344,47.379C11.7389,47.0282 11.7528,46.6854 11.7668,46.343C11.8208,45.0191 11.8745,43.7003 11.3755,41.9424C11.2127,41.3768 11.0866,41.09 10.9322,40.7388C10.7733,40.3775 10.5845,39.9482 10.2951,39.077C9.7674,37.4884 9.2613,35.9499 9.1501,33.9237C9.1074,33.1498 9.1515,32.8232 9.2107,32.385C9.2761,31.9013 9.3598,31.2816 9.3654,29.7746C9.3657,29.7017 9.3659,29.63 9.366,29.5597C9.3672,28.8367 9.3682,28.2623 9.5808,28.2002C9.739,28.1547 9.8814,28.4303 10.091,28.8363C10.4094,29.4526 10.8829,30.3694 11.8026,30.9185C13.2312,31.772 15.0152,31.3094 15.9556,31.062L15.959,31.0611C16.6695,30.8747 17.6691,30.6124 18.5328,29.7746C18.8097,29.5061 19.0041,29.2452 19.1515,29.0475C19.325,28.8146 19.4333,28.6693 19.5342,28.7023C19.6745,28.7474 19.6294,29.0783 19.5573,29.607C19.4688,30.2553 19.3399,31.2008 19.4624,32.2813C19.7065,34.4186 20.8228,36.0324 21.3971,36.8608C21.9938,37.7203 22.5468,38.2884 22.8036,38.5521C22.8125,38.5613 22.8211,38.5701 22.8293,38.5786C24.7281,40.5259 27.736,44.2052 29.5631,47.5942L29.5669,47.6014C30.7742,49.8453 32.1216,52.3498 32.2713,55.6761Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_tucan.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (966 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.5104,23.6927C10.2304,23.5528 11.2211,19.583 14.2362,15.5342C15.5284,13.7985 17.1508,11.6181 20.1085,10.0258C24.2076,7.8204 28.217,8.1754 30.2055,8.3798C35.3635,8.9106 38.8524,11.2846 41.5194,13.1028C42.187,13.5582 46.1605,16.316 49.4699,21.2613C50.1627,22.2977 52.1225,25.224 51.4046,25.9842C50.956,26.4612 49.7391,25.7834 47.8224,25.1272C47.8224,25.1272 43.9674,23.8003 39.1575,23.6963C37.3844,23.6568 34.2867,23.6246 30.7798,25.1272C29.4123,25.7117 26.9069,26.8198 24.8358,29.4198C23.9564,30.5207 22.3914,32.4895 22.3303,35.1433C22.2801,37.3416 23.2887,38.8478 22.9764,39.0056C22.6283,39.1849 21.1638,37.4492 20.3275,35.4266C19.7531,34.0388 19.6167,32.8625 19.4696,31.5643C19.3045,30.1227 19.2291,29.3839 19.5414,28.4874C19.9398,27.3506 20.4638,27.3685 20.7582,26.3393C21.1638,24.9227 20.5428,23.5923 20.2557,22.9755C19.9721,22.3694 19.3619,21.1071 17.8938,20.3289C17.5744,20.1603 16.1278,19.4359 14.527,19.8268C11.8277,20.4938 10.7724,23.8218 10.5104,23.6927Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_tucan.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (6939 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.6869,51.4454C12.392,49.8209 12.2071,48.1803 12.1006,46.5328C12.0878,46.3324 12.0754,46.1315 12.0631,45.9303C11.9409,43.9402 11.817,41.9221 11.1781,40.0204C11.092,39.7622 10.9951,39.5076 10.891,39.2529C10.8847,39.238 10.8741,39.2244 10.86,39.2122C9.6545,36.0681 9.4776,32.6711 9.8446,29.3351C9.9238,29.5042 10.0149,29.668 10.1193,29.8249C10.489,30.3808 10.9843,30.847 11.555,31.1913C13.984,32.6601 17.1401,31.7105 19.0667,29.8393C18.67,32.3395 19.2831,34.9538 20.8193,37.0152C21.2224,37.5578 21.6869,38.0573 22.1966,38.5026C22.6106,39.3465 23.204,40.0835 23.7957,40.8181C23.8338,40.8654 23.8718,40.9127 23.9098,40.9599C24.0623,41.1494 24.2154,41.3392 24.3689,41.5294L24.3697,41.5303C26.9587,44.7387 29.6476,48.071 30.8877,52.0519C31.2215,53.1206 31.4404,54.2215 31.5194,55.3404C31.5297,55.4862 31.5379,55.632 31.5444,55.7778C31.8989,55.733 32.2513,55.6816 32.6016,55.6237C32.5693,54.9555 32.4985,54.2862 32.3773,53.6155C31.5876,49.2475 28.9135,45.5359 26.2178,42.129C25.9131,41.7449 25.6056,41.3637 25.2981,40.9824L25.2969,40.981C24.9129,40.5048 24.5288,40.0287 24.1503,39.547C23.4863,38.7042 22.8653,37.7575 22.7576,36.6637C22.6499,35.552 22.8904,34.4295 23.2458,33.3788C23.5545,32.4679 23.9924,31.6037 24.5236,30.7896C25.5933,29.1507 27.0577,27.7629 28.7161,26.7301C30.6149,25.5466 32.7613,24.8186 34.9581,24.4493C39.7176,23.646 44.5669,24.5999 49.1183,26.0093C49.7142,26.1921 50.3064,26.3858 50.8951,26.583C50.9897,26.615 51.0885,26.6124 51.1806,26.5845C51.2358,26.5877 51.291,26.5827 51.3437,26.5687C51.6381,26.4862 51.7816,26.1921 51.7206,25.9052C51.2217,23.5814 50.0803,21.4441 48.6732,19.5506C47.2554,17.6463 45.6043,15.9106 43.8203,14.3435C42.0579,12.7943 40.134,11.4064 38.0557,10.3055C35.9559,9.1938 33.6982,8.3653 31.3543,7.9601C28.9637,7.5477 26.5085,7.5405 24.1252,8.0282C21.8244,8.5016 19.6384,9.4699 17.7575,10.8792C15.9126,12.2671 14.3584,13.9992 13.1092,15.9393C11.7489,18.0551 10.7654,20.4113 10.0618,22.8211C9.3475,25.2633 8.8737,27.8023 8.6835,30.3377C8.5219,32.4887 8.596,34.6812 9.0358,36.7984C9.0678,37.1497 9.1073,37.4999 9.1468,37.8502C9.2092,38.4038 9.2717,38.9574 9.3045,39.5147C9.3655,40.526 9.2937,41.5337 9.1107,42.5271C8.8113,44.1544 8.2528,45.7146 7.6824,47.2664C7.8956,47.4912 8.1125,47.7124 8.333,47.93C8.3733,47.8205 8.4138,47.711 8.4542,47.6014C8.9857,46.1621 9.5181,44.7202 9.8608,43.2228C10.0993,42.178 10.2407,41.1106 10.2208,40.036C10.2448,40.0462 10.2697,40.0546 10.2953,40.061C10.9107,41.9081 11.0397,43.886 11.1602,45.8192C11.263,47.4733 11.4089,49.1161 11.6701,50.7475C12.0036,50.9874 12.3426,51.2201 12.6869,51.4454ZM14.7065,19.2852C13.562,19.4697 12.6039,20.0728 11.8409,20.9027C13.0088,17.839 14.7115,14.9962 17.1545,12.762C18.7698,11.2845 20.6865,10.1441 22.7863,9.4842C24.9795,8.7957 27.2767,8.5984 29.5667,8.8029C34.0822,9.2009 38.3141,11.2701 41.8354,14.0781C43.6229,15.5054 45.2776,17.1156 46.7565,18.862C48.203,20.5655 49.4916,22.4769 50.231,24.5963C50.3127,24.83 50.388,25.0651 50.4565,25.3019C45.961,23.8391 41.2404,22.751 36.4907,23.1762C32.0255,23.5778 27.6177,25.3279 24.6708,28.8065C23.3463,30.3736 22.3377,32.2241 21.8854,34.2323C21.6982,35.0628 21.5967,35.9394 21.691,36.7908C20.3526,35.0471 19.6838,32.833 19.8645,30.6067C19.9363,29.7138 20.1517,28.8423 20.4819,28.0103C20.5015,27.9623 20.5089,27.9177 20.5062,27.877C20.7162,27.4547 20.8822,27.0113 20.9952,26.5544C21.2967,25.3386 21.2249,24.0225 20.7762,22.8534C20.3204,21.6628 19.52,20.6049 18.4108,19.9522C17.2981,19.296 15.9736,19.0772 14.7065,19.2852ZM11.7489,22.8893C11.3579,23.5595 11.0377,24.2532 10.7829,24.9746C10.4944,26.1423 10.304,27.3485 10.6613,28.4765C10.751,28.7527 10.8443,28.9607 11.0202,29.2368C11.1674,29.4627 11.2751,29.5954 11.5012,29.8106L11.5064,29.8155C11.5623,29.8678 11.6215,29.9233 11.6807,29.972L11.6901,29.98C11.7128,29.9996 11.7381,30.0212 11.7632,30.0401C11.7586,30.037 11.7528,30.0331 11.7475,30.0295C11.7278,30.0162 11.7135,30.0065 11.7812,30.0544C11.8888,30.1333 12.0037,30.2086 12.1186,30.2768C12.2442,30.3521 12.3734,30.4202 12.5026,30.4812C12.5129,30.4863 12.5518,30.5029 12.5819,30.5157C12.5965,30.5219 12.609,30.5273 12.6151,30.53L12.8042,30.5995C13.9671,31.0048 15.245,30.8613 16.3541,30.3844C16.6233,30.266 16.8889,30.1298 17.1402,29.9791C17.2622,29.9038 17.3842,29.8285 17.5027,29.746C17.5601,29.7066 17.6211,29.6636 17.6786,29.6205C17.6946,29.6077 17.8019,29.5265 17.7792,29.5446C18.2019,29.2124 18.6403,28.7734 18.9349,28.3869C18.978,28.3259 19.0892,28.1681 19.1574,28.0677C19.2328,27.9566 19.301,27.8418 19.3692,27.7271C19.4481,27.598 19.5164,27.4617 19.5846,27.3254C19.5932,27.3069 19.6022,27.2881 19.6114,27.2689C19.6289,27.2323 19.6471,27.1945 19.6635,27.1568L19.6945,27.0872L19.6983,27.0776L19.7032,27.0652L19.7138,27.0385C19.8107,26.7767 19.9004,26.5149 19.965,26.2459C20.0009,26.1061 20.0296,25.9662 20.0512,25.8264C20.0548,25.812 20.0727,25.7044 20.062,25.7654C20.0569,25.794 20.0582,25.7855 20.0609,25.767C20.0641,25.746 20.0691,25.7121 20.0691,25.7044C20.0763,25.6435 20.0835,25.5825 20.0871,25.5215C20.1086,25.2418 20.1086,24.9585 20.0907,24.6752C20.0874,24.6095 20.0811,24.5468 20.0745,24.4816L20.0727,24.4636C20.0699,24.4378 20.067,24.4097 20.0641,24.3811C20.0622,24.3678 20.0598,24.3508 20.0584,24.3453C20.0368,24.2126 20.0153,24.0835 19.9866,23.9544C19.9291,23.689 19.8502,23.4236 19.7533,23.169C19.738,23.1264 19.7228,23.0865 19.7054,23.0447C19.7113,23.0577 19.7149,23.0645 19.6994,23.0292C19.6707,22.9646 19.642,22.9036 19.6097,22.8391C19.5523,22.7207 19.4912,22.606 19.4266,22.4912C19.3584,22.3693 19.2831,22.251 19.2041,22.1362C19.1646,22.0788 19.1251,22.0215 19.082,21.9641C19.0787,21.9607 19.0652,21.9433 19.0568,21.9323L19.0461,21.9192C19.0381,21.9094 19.03,21.8995 19.021,21.8888C18.8487,21.6808 18.6585,21.4835 18.4539,21.3042C18.4342,21.2863 18.4135,21.2693 18.3929,21.2522C18.3722,21.2352 18.3516,21.2182 18.3319,21.2002C18.3291,21.1975 18.317,21.1874 18.3066,21.1788L18.2999,21.1733L18.1667,21.0783C18.0591,21.003 17.9478,20.9313 17.8329,20.8667C17.7109,20.7986 17.5853,20.7304 17.456,20.6731L17.3591,20.63L17.362,20.631L17.3412,20.6228L17.1689,20.5583C16.9033,20.4651 16.6305,20.3933 16.3505,20.3467L16.241,20.3285L16.2069,20.3252C16.1459,20.318 16.0849,20.3109 16.0239,20.3073C15.8946,20.2965 15.7618,20.2929 15.629,20.2929C15.489,20.2929 15.349,20.2965 15.2091,20.3109C15.1985,20.3109 15.1452,20.3168 15.1056,20.3213C15.0828,20.3238 15.0645,20.3259 15.0614,20.326C15.0002,20.3354 14.9413,20.3451 14.8824,20.3575C14.6132,20.4077 14.3512,20.483 14.0999,20.5798C14.0921,20.5818 14.0564,20.5966 14.0391,20.6037L14.0354,20.6053L13.9635,20.6372C13.9441,20.6469 13.9251,20.6562 13.9064,20.6653C13.8697,20.6833 13.834,20.7007 13.7984,20.7197C13.68,20.7806 13.5687,20.8452 13.4574,20.9169C13.2169,21.0711 13.0267,21.2325 12.8042,21.4584C12.377,21.8923 12.0647,22.3442 11.7489,22.8893ZM19.6937,27.0892C19.692,27.0934 19.6909,27.0961 19.691,27.0959L19.6918,27.0939L19.6937,27.0892ZM19.6949,27.0863C19.6982,27.0783 19.703,27.0672 19.7066,27.06L19.6949,27.0863Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_avatar_tucan.xml"
line="25"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (807 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M19.154,4.5c1.186,0 1.408,0.119 1.6,0.223a1.237,1.237 0,0 1,0.519 0.519c0.1,0.2 0.223,0.418 0.223,1.6L21.496,17.154c0,1.186 -0.119,1.408 -0.223,1.6a1.237,1.237 0,0 1,-0.519 0.519c-0.2,0.1 -0.418,0.223 -1.6,0.223L8.846,19.496c-1.186,0 -1.408,-0.119 -1.6,-0.223a1.317,1.317 0,0 1,-0.439 -0.438L1.852,12 6.823,5.132a1.256,1.256 0,0 1,0.419 -0.409c0.2,-0.1 0.418,-0.223 1.6,-0.223L19.154,4.5m0,-1.5L8.846,3a4.344,4.344 0,0 0,-2.311 0.4,2.7 2.7,0 0,0 -0.947,0.88L0,12l5.588,7.719a2.7,2.7 0,0 0,0.947 0.88,4.344 4.344,0 0,0 2.311,0.4L19.154,20.999a4.344,4.344 0,0 0,2.311 -0.4A2.719,2.719 0,0 0,22.6 19.465a4.344,4.344 0,0 0,0.4 -2.311L23,6.846a4.344,4.344 0,0 0,-0.4 -2.311A2.719,2.719 0,0 0,21.465 3.4,4.344 4.344,0 0,0 19.154,3ZM19.061,8L18,6.939l-4,4 -4,-4L8.939,8l4,4 -4,4L10,17.061l4,-4 4,4L19.061,16l-4,-4Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_backspace_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (808 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M30.2,54.856c2.004,-0.741 3.774,-1.548 3.942,-2.361c0.009,-0.048 0.006,-0.097 -0.009,-0.144c-0.015,-0.047 -0.04,-0.089 -0.075,-0.123c-1.719,-1.74 -5.631,0.219 -7.665,-1.641c-0.049,-0.046 -0.082,-0.106 -0.096,-0.171c-0.552,-2.964 6.216,-1.83 7.554,-3.9c0.002,-0.014 0.002,-0.028 0,-0.042c-0.978,-1.326 -3,-0.21 -4.176,-1.233c-0.651,-0.63 -0.324,-1.449 0.255,-1.989c0.042,-0.041 0.071,-0.093 0.085,-0.151c0.014,-0.057 0.012,-0.117 -0.006,-0.173c-0.018,-0.056 -0.051,-0.106 -0.096,-0.144c-0.045,-0.038 -0.099,-0.063 -0.157,-0.072c-8.88,-1.5 -7.686,-9.396 -11.322,-11.808c-0.035,-0.024 -0.075,-0.04 -0.117,-0.047c-0.042,-0.007 -0.085,-0.005 -0.126,0.005c-2.877,0.6 -4.041,-1.119 -5.496,-3.507c-0.009,-0.016 -0.02,-0.031 -0.033,-0.045c-1.066,-1.139 -2.441,-1.942 -3.957,-2.31C9.629,37.81 24.911,50.74 30.2,54.856z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_become_a_sustainer_megaphone.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (9212 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M33.371,40.78c3.615,-0.684 6.234,-3.969 6.261,-7.614c0.001,-1.6 -0.493,-3.161 -1.414,-4.47c-0.921,-1.309 -2.223,-2.301 -3.729,-2.841c-1.506,-0.54 -3.143,-0.602 -4.685,-0.176c-1.543,0.426 -2.916,1.317 -3.932,2.553c-1.016,1.236 -1.626,2.756 -1.746,4.351c-0.119,1.596 0.257,3.189 1.078,4.563c0.821,1.374 2.046,2.46 3.508,3.11C30.174,40.907 31.801,41.09 33.371,40.78L33.371,40.78zM26.234,29.8c0.717,-1.198 1.798,-2.137 3.085,-2.679c1.287,-0.542 2.713,-0.66 4.072,-0.336c1.358,0.324 2.578,1.073 3.482,2.138c0.903,1.065 1.444,2.39 1.542,3.783c0.099,1.393 -0.25,2.781 -0.994,3.963c-0.744,1.181 -1.846,2.095 -3.146,2.607c-1.299,0.512 -2.728,0.597 -4.078,0.241c-1.351,-0.355 -2.553,-1.132 -3.431,-2.218c-0.839,-1.049 -1.339,-2.328 -1.434,-3.667C25.236,32.293 25.551,30.956 26.234,29.8L26.234,29.8zM27.527,21.016c0.021,0.076 0.027,0.155 0.017,0.234c-0.01,0.078 -0.035,0.154 -0.074,0.222c-0.039,0.069 -0.091,0.129 -0.153,0.177c-0.062,0.048 -0.134,0.084 -0.21,0.105c-0.077,0.021 -0.158,0.027 -0.237,0.017c-0.079,-0.01 -0.156,-0.036 -0.225,-0.077c-0.131,-0.082 -0.229,-0.209 -0.276,-0.357l-0.621,-1.572c-0.021,-0.076 -0.027,-0.155 -0.017,-0.234c0.01,-0.078 0.035,-0.154 0.074,-0.222c0.039,-0.069 0.091,-0.129 0.153,-0.177c0.062,-0.048 0.133,-0.084 0.209,-0.105c0.077,-0.021 0.158,-0.027 0.237,-0.017c0.079,0.01 0.156,0.036 0.225,0.077c0.129,0.083 0.224,0.208 0.27,0.354l0.621,1.572L27.527,21.016zM28.874,24.424c0.021,0.077 0.026,0.158 0.015,0.237c-0.011,0.079 -0.037,0.156 -0.078,0.225c-0.081,0.137 -0.212,0.236 -0.366,0.276c-0.153,0.04 -0.316,0.017 -0.453,-0.062c-0.131,-0.082 -0.229,-0.209 -0.276,-0.357l-0.621,-1.572c-0.023,-0.077 -0.03,-0.158 -0.019,-0.237c0.01,-0.08 0.037,-0.156 0.079,-0.225c0.04,-0.068 0.092,-0.128 0.155,-0.176c0.063,-0.048 0.134,-0.083 0.211,-0.103s0.156,-0.025 0.234,-0.014c0.078,0.011 0.153,0.037 0.222,0.077c0.132,0.083 0.228,0.211 0.273,0.36L28.874,24.424L28.874,24.424zM36.533,43.186c0.021,0.076 0.027,0.155 0.017,0.234c-0.01,0.078 -0.035,0.154 -0.074,0.222c-0.039,0.069 -0.091,0.129 -0.153,0.177c-0.062,0.048 -0.134,0.084 -0.21,0.105c-0.077,0.021 -0.158,0.027 -0.237,0.017c-0.079,-0.01 -0.156,-0.036 -0.225,-0.077c-0.131,-0.082 -0.229,-0.209 -0.276,-0.357c-0.2,-0.498 -0.394,-0.998 -0.582,-1.5c-0.022,-0.077 -0.028,-0.158 -0.018,-0.237c0.01,-0.079 0.037,-0.156 0.078,-0.225c0.079,-0.135 0.207,-0.234 0.357,-0.276c0.157,-0.04 0.324,-0.017 0.465,0.063c0.131,0.083 0.227,0.209 0.273,0.357c0.195,0.498 0.387,0.999 0.6,1.5L36.533,43.186zM37.838,46.408c0.023,0.078 0.029,0.159 0.018,0.239c-0.011,0.08 -0.038,0.157 -0.081,0.226c-0.079,0.134 -0.207,0.232 -0.357,0.273c-0.077,0.021 -0.158,0.027 -0.237,0.017c-0.079,-0.01 -0.156,-0.036 -0.225,-0.077c-0.069,-0.034 -0.127,-0.087 -0.168,-0.153c-0.053,-0.057 -0.09,-0.128 -0.108,-0.204l-0.558,-1.362c-0.022,-0.077 -0.029,-0.158 -0.018,-0.237c0.01,-0.079 0.037,-0.156 0.078,-0.225c0.081,-0.134 0.209,-0.233 0.36,-0.276c0.077,-0.021 0.158,-0.027 0.237,-0.017s0.156,0.036 0.225,0.077c0.132,0.084 0.229,0.211 0.276,0.36C37.462,45.503 37.648,45.956 37.838,46.408L37.838,46.408zM37.325,21.448c-0.028,0.101 -0.082,0.193 -0.156,0.267l-0.12,0.093c-0.103,0.061 -0.222,0.089 -0.341,0.081c-0.119,-0.007 -0.234,-0.05 -0.328,-0.123c-0.095,-0.073 -0.166,-0.172 -0.204,-0.286c-0.038,-0.113 -0.041,-0.236 -0.009,-0.351c0.219,-0.54 0.441,-1.077 0.66,-1.617c0.028,-0.1 0.082,-0.191 0.156,-0.264l0.12,-0.093c0.068,-0.04 0.143,-0.066 0.222,-0.077c0.078,-0.011 0.158,-0.006 0.234,0.014c0.076,0.02 0.148,0.055 0.211,0.103c0.063,0.048 0.116,0.108 0.155,0.176c0.04,0.069 0.066,0.146 0.077,0.225c0.01,0.079 0.005,0.16 -0.017,0.237C37.763,20.371 37.544,20.911 37.325,21.448L37.325,21.448zM35.954,24.808c-0.026,0.1 -0.079,0.191 -0.153,0.264l-0.123,0.093c-0.137,0.08 -0.3,0.102 -0.453,0.062c-0.154,-0.04 -0.285,-0.139 -0.366,-0.276c-0.041,-0.069 -0.068,-0.146 -0.079,-0.226c-0.011,-0.08 -0.005,-0.161 0.016,-0.239l0.558,-1.368c0.029,-0.1 0.083,-0.19 0.156,-0.264l0.12,-0.093c0.103,-0.056 0.219,-0.081 0.336,-0.072c0.117,0.009 0.228,0.052 0.32,0.124c0.093,0.072 0.162,0.169 0.2,0.28c0.038,0.111 0.043,0.23 0.014,0.343l-0.558,1.368L35.954,24.808zM28.154,43.33c-0.038,0.066 -0.089,0.124 -0.15,0.171c-0.061,0.046 -0.13,0.08 -0.204,0.099c-0.156,0.041 -0.322,0.02 -0.462,-0.06c-0.135,-0.079 -0.235,-0.208 -0.276,-0.36c-0.037,-0.156 -0.016,-0.321 0.06,-0.462c0.186,-0.44 0.376,-0.879 0.57,-1.317c0.038,-0.068 0.089,-0.127 0.15,-0.175c0.061,-0.047 0.132,-0.082 0.207,-0.101c0.077,-0.021 0.158,-0.027 0.237,-0.017s0.156,0.036 0.225,0.077c0.134,0.081 0.233,0.209 0.276,0.36c0.021,0.078 0.021,0.159 0,0.237c-0.004,0.08 -0.029,0.157 -0.072,0.225c-0.2,0.438 -0.39,0.877 -0.57,1.317L28.154,43.33zM26.87,46.456c-0.026,0.1 -0.079,0.191 -0.153,0.264l-0.12,0.093c-0.103,0.061 -0.222,0.089 -0.341,0.082c-0.119,-0.007 -0.234,-0.05 -0.328,-0.123c-0.095,-0.073 -0.166,-0.172 -0.203,-0.286c-0.038,-0.113 -0.041,-0.236 -0.009,-0.351c0.2,-0.49 0.4,-0.978 0.6,-1.464c0.028,-0.1 0.082,-0.191 0.156,-0.264l0.12,-0.096c0.068,-0.04 0.144,-0.066 0.222,-0.077c0.078,-0.011 0.158,-0.006 0.234,0.014c0.076,0.02 0.148,0.055 0.211,0.103c0.063,0.048 0.116,0.108 0.155,0.176c0.04,0.069 0.066,0.146 0.077,0.225c0.01,0.079 0.005,0.16 -0.017,0.237l-0.6,1.467H26.87zM43.334,38.623c-0.1,-0.028 -0.191,-0.082 -0.264,-0.156l-0.093,-0.12c-0.04,-0.068 -0.066,-0.143 -0.077,-0.222c-0.011,-0.078 -0.006,-0.158 0.014,-0.234c0.02,-0.076 0.055,-0.148 0.103,-0.211c0.048,-0.063 0.108,-0.116 0.176,-0.155c0.069,-0.04 0.146,-0.066 0.225,-0.077c0.079,-0.01 0.16,-0.005 0.237,0.017l1.245,0.513c0.1,0.026 0.192,0.078 0.264,0.153l0.096,0.12c0.04,0.068 0.066,0.144 0.077,0.222c0.011,0.078 0.006,0.158 -0.014,0.234c-0.02,0.076 -0.055,0.148 -0.103,0.211c-0.048,0.063 -0.107,0.116 -0.176,0.155c-0.069,0.04 -0.146,0.066 -0.225,0.077c-0.079,0.01 -0.16,0.005 -0.237,-0.017l-1.245,-0.51H43.334zM40.226,37.339c-0.101,-0.025 -0.192,-0.078 -0.264,-0.153l-0.096,-0.12c-0.041,-0.07 -0.067,-0.147 -0.077,-0.226c-0.01,-0.08 -0.004,-0.161 0.017,-0.239c0.044,-0.149 0.143,-0.277 0.276,-0.357c0.069,-0.04 0.146,-0.066 0.225,-0.077c0.079,-0.01 0.16,-0.005 0.237,0.017l1.245,0.516c0.1,0.026 0.191,0.079 0.264,0.153l0.093,0.123c0.04,0.069 0.066,0.146 0.077,0.225c0.01,0.079 0.005,0.16 -0.017,0.237c-0.043,0.153 -0.144,0.283 -0.283,0.361c-0.138,0.078 -0.302,0.098 -0.455,0.056l-1.242,-0.513V37.339zM21.434,29.449c-0.1,-0.028 -0.191,-0.082 -0.264,-0.156l-0.093,-0.12c-0.04,-0.069 -0.066,-0.146 -0.077,-0.225s-0.005,-0.16 0.017,-0.237c0.041,-0.151 0.139,-0.28 0.273,-0.36c0.069,-0.041 0.146,-0.067 0.226,-0.077c0.08,-0.01 0.161,-0.004 0.239,0.017l1.698,0.705c0.101,0.029 0.193,0.082 0.267,0.156l0.093,0.12c0.04,0.069 0.066,0.146 0.077,0.225c0.01,0.079 0.005,0.16 -0.017,0.237c-0.039,0.153 -0.137,0.285 -0.273,0.366c-0.069,0.04 -0.146,0.066 -0.225,0.077s-0.16,0.005 -0.237,-0.017l-1.701,-0.705L21.434,29.449zM17.771,27.928c-0.146,-0.05 -0.272,-0.147 -0.357,-0.276c-0.08,-0.137 -0.102,-0.301 -0.061,-0.454c0.04,-0.154 0.14,-0.285 0.277,-0.365c0.069,-0.041 0.145,-0.067 0.225,-0.078c0.079,-0.011 0.16,-0.006 0.237,0.015l1.83,0.762c0.147,0.05 0.274,0.147 0.36,0.276c0.08,0.137 0.102,0.301 0.061,0.454c-0.041,0.154 -0.14,0.285 -0.277,0.365c-0.069,0.04 -0.146,0.066 -0.225,0.077c-0.079,0.01 -0.16,0.005 -0.237,-0.017L17.771,27.928L17.771,27.928zM20,37.3c0.078,-0.021 0.159,-0.027 0.239,-0.016c0.08,0.011 0.157,0.038 0.226,0.079c0.135,0.079 0.234,0.207 0.276,0.357c0.02,0.081 0.023,0.166 0.01,0.248c-0.013,0.083 -0.043,0.161 -0.088,0.232c-0.034,0.069 -0.087,0.127 -0.153,0.168c-0.057,0.054 -0.128,0.091 -0.204,0.108l-1.38,0.567c-0.077,0.021 -0.158,0.027 -0.237,0.017c-0.079,-0.01 -0.156,-0.036 -0.225,-0.077c-0.068,-0.04 -0.127,-0.093 -0.175,-0.156c-0.048,-0.063 -0.082,-0.135 -0.102,-0.211c-0.02,-0.076 -0.024,-0.156 -0.013,-0.234c0.011,-0.078 0.037,-0.153 0.077,-0.221c0.083,-0.131 0.21,-0.228 0.357,-0.276L20,37.3zM23.231,35.995c0.077,-0.023 0.159,-0.029 0.239,-0.019c0.08,0.01 0.157,0.037 0.226,0.079c0.135,0.08 0.232,0.209 0.273,0.36c0.021,0.077 0.027,0.158 0.017,0.237s-0.036,0.156 -0.077,0.225c-0.083,0.132 -0.209,0.229 -0.357,0.276c-0.456,0.18 -0.912,0.363 -1.368,0.549c-0.077,0.021 -0.158,0.027 -0.237,0.017c-0.079,-0.01 -0.156,-0.036 -0.225,-0.077c-0.136,-0.079 -0.236,-0.209 -0.278,-0.361c-0.042,-0.152 -0.021,-0.315 0.056,-0.452c0.082,-0.132 0.209,-0.23 0.357,-0.276l1.368,-0.549L23.231,35.995zM41.744,28.456c0.09,-0.055 0.194,-0.084 0.3,-0.084l0.159,0.021c0.114,0.031 0.217,0.095 0.295,0.184c0.078,0.089 0.128,0.199 0.143,0.317c0.015,0.117 -0.004,0.237 -0.057,0.343c-0.052,0.106 -0.135,0.195 -0.237,0.254l-1.683,0.714c-0.091,0.053 -0.195,0.081 -0.3,0.081l-0.159,-0.021c-0.15,-0.042 -0.278,-0.141 -0.357,-0.276c-0.041,-0.069 -0.067,-0.145 -0.078,-0.225c-0.011,-0.079 -0.006,-0.16 0.015,-0.237c0.044,-0.15 0.142,-0.279 0.276,-0.36L41.744,28.456L41.744,28.456zM45.881,26.689c0.143,-0.072 0.306,-0.093 0.462,-0.06c0.15,0.042 0.278,0.141 0.357,0.276c0.04,0.068 0.066,0.143 0.077,0.222c0.011,0.078 0.006,0.158 -0.014,0.234c-0.02,0.076 -0.055,0.148 -0.103,0.211c-0.048,0.063 -0.108,0.116 -0.176,0.155l-2.067,0.882c-0.142,0.073 -0.306,0.095 -0.462,0.06c-0.15,-0.041 -0.278,-0.139 -0.357,-0.273c-0.04,-0.068 -0.066,-0.143 -0.077,-0.221c-0.011,-0.078 -0.007,-0.158 0.013,-0.234c0.02,-0.076 0.054,-0.148 0.102,-0.211c0.048,-0.063 0.107,-0.116 0.175,-0.156l2.07,-0.9V26.689z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_become_a_sustainer_megaphone.xml"
line="22"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (848 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.4,8.7C20.4325,5.8246 18.1754,3.5675 15.3,2.6 14.2486,2.1903 13.1283,1.9866 12,2 10.8717,1.9866 9.7514,2.1903 8.7,2.6 5.8246,3.5675 3.5675,5.8246 2.6,8.7 2.1903,9.7514 1.9866,10.8717 2,12c-0.0134,1.1283 0.1903,2.2486 0.6,3.3 0.9675,2.8754 3.2246,5.1325 6.1,6.1 1.0514,0.4097 2.1717,0.6134 3.3,0.6 1.1283,0.0134 2.2486,-0.1903 3.3,-0.6 2.8754,-0.9675 5.1325,-3.2246 6.1,-6.1 0.4097,-1.0514 0.6134,-2.1717 0.6,-3.3 0.0134,-1.1283 -0.1903,-2.2486 -0.6,-3.3zM15.3,8.7L8.7,8.7v6.6h6.6v4.5c-1.029,0.4914 -2.1601,0.7313 -3.3,0.7 -1.1399,0.0313 -2.271,-0.2086 -3.3,-0.7L8.7,15.3L4.2,15.3C3.7086,14.271 3.4687,13.1399 3.5,12 3.4687,10.8601 3.7086,9.729 4.2,8.7L8.7,8.7L8.7,4.2C9.729,3.7086 10.8601,3.4687 12,3.5c1.1399,-0.0313 2.271,0.2086 3.3,0.7zM19.8,15.3L15.3,15.3L15.3,8.7h4.5c0.4914,1.029 0.7313,2.1601 0.7,3.3 0.0313,1.1399 -0.2086,2.271 -0.7,3.3z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_blur_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (848 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.4,8.7C20.4325,5.8246 18.1754,3.5675 15.3,2.6 14.2486,2.1903 13.1283,1.9866 12,2 10.8717,1.9866 9.7514,2.1903 8.7,2.6 5.8246,3.5675 3.5675,5.8246 2.6,8.7 2.1903,9.7514 1.9866,10.8717 2,12c-0.0134,1.1283 0.1903,2.2486 0.6,3.3 0.9675,2.8754 3.2246,5.1325 6.1,6.1 1.0514,0.4097 2.1717,0.6134 3.3,0.6 1.1283,0.0134 2.2486,-0.1903 3.3,-0.6 2.8754,-0.9675 5.1325,-3.2246 6.1,-6.1 0.4097,-1.0514 0.6134,-2.1717 0.6,-3.3 0.0134,-1.1283 -0.1903,-2.2486 -0.6,-3.3zM15.3,8.7L8.7,8.7v6.6h6.6v4.5c-1.029,0.4914 -2.1601,0.7313 -3.3,0.7 -1.1399,0.0313 -2.271,-0.2086 -3.3,-0.7L8.7,15.3L4.2,15.3C3.7086,14.271 3.4687,13.1399 3.5,12 3.4687,10.8601 3.7086,9.729 4.2,8.7L8.7,8.7L8.7,4.2C9.729,3.7086 10.8601,3.4687 12,3.5c1.1399,-0.0313 2.271,0.2086 3.3,0.7zM19.8,15.3L15.3,15.3L15.3,8.7h4.5c0.4914,1.029 0.7313,2.1601 0.7,3.3 0.0313,1.1399 -0.2086,2.271 -0.7,3.3z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_blur_white_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1262 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M45.958,49L40.75,43.833C39.5,44.778 38.125,45.514 36.625,46.042C35.125,46.569 33.528,46.833 31.833,46.833C29.778,46.833 27.847,46.444 26.042,45.667C24.236,44.889 22.667,43.826 21.333,42.479C20,41.132 18.938,39.556 18.146,37.75C17.354,35.944 16.958,34 16.958,31.917C16.958,30.222 17.222,28.632 17.75,27.146C18.278,25.66 19.014,24.292 19.958,23.042L15,18.042L16.708,16.292L47.708,47.292L45.958,49ZM31.875,44.417C33.208,44.417 34.472,44.208 35.667,43.792C36.861,43.375 37.958,42.792 38.958,42.042L21.708,24.792C20.958,25.792 20.389,26.882 20,28.063C19.611,29.243 19.417,30.5 19.417,31.833C19.417,35.306 20.618,38.271 23.021,40.729C25.424,43.188 28.375,44.417 31.875,44.417ZM37.042,26.708V24.292H41.458C40.264,22.847 38.826,21.701 37.146,20.854C35.465,20.007 33.694,19.583 31.833,19.583C30.639,19.583 29.521,19.729 28.479,20.021C27.438,20.313 26.458,20.75 25.542,21.333L23.792,19.5C24.958,18.778 26.215,18.208 27.563,17.792C28.91,17.375 30.333,17.167 31.833,17.167C34,17.167 36.076,17.632 38.063,18.563C40.049,19.493 41.75,20.819 43.167,22.542V18.167H45.583V26.708H37.042ZM44.25,40.042L42.417,38.208C42.972,37.347 43.389,36.438 43.667,35.479C43.944,34.521 44.097,33.5 44.125,32.417H46.625C46.569,33.861 46.347,35.222 45.958,36.5C45.569,37.778 45,38.958 44.25,40.042Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_cant_backup_megaphone.xml"
line="14"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1262 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M45.958,49L40.75,43.833C39.5,44.778 38.125,45.514 36.625,46.042C35.125,46.569 33.528,46.833 31.833,46.833C29.778,46.833 27.847,46.444 26.042,45.667C24.236,44.889 22.667,43.826 21.333,42.479C20,41.132 18.938,39.556 18.146,37.75C17.354,35.944 16.958,34 16.958,31.917C16.958,30.222 17.222,28.632 17.75,27.146C18.278,25.66 19.014,24.292 19.958,23.042L15,18.042L16.708,16.292L47.708,47.292L45.958,49ZM31.875,44.417C33.208,44.417 34.472,44.208 35.667,43.792C36.861,43.375 37.958,42.792 38.958,42.042L21.708,24.792C20.958,25.792 20.389,26.882 20,28.063C19.611,29.243 19.417,30.5 19.417,31.833C19.417,35.306 20.618,38.271 23.021,40.729C25.424,43.188 28.375,44.417 31.875,44.417ZM37.042,26.708V24.292H41.458C40.264,22.847 38.826,21.701 37.146,20.854C35.465,20.007 33.694,19.583 31.833,19.583C30.639,19.583 29.521,19.729 28.479,20.021C27.438,20.313 26.458,20.75 25.542,21.333L23.792,19.5C24.958,18.778 26.215,18.208 27.563,17.792C28.91,17.375 30.333,17.167 31.833,17.167C34,17.167 36.076,17.632 38.063,18.563C40.049,19.493 41.75,20.819 43.167,22.542V18.167H45.583V26.708H37.042ZM44.25,40.042L42.417,38.208C42.972,37.347 43.389,36.438 43.667,35.479C43.944,34.521 44.097,33.5 44.125,32.417H46.625C46.569,33.861 46.347,35.222 45.958,36.5C45.569,37.778 45,38.958 44.25,40.042Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_cant_backup_megaphone.xml"
line="14"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (978 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.35,1H2.65C2.08,1 1.533,1.241 1.13,1.669C0.727,2.097 0.5,2.678 0.5,3.283V10.717C0.5,11.322 0.727,11.903 1.13,12.331C1.533,12.759 2.08,13 2.65,13H13.35C13.92,13 14.467,12.759 14.87,12.331C15.274,11.903 15.5,11.322 15.5,10.717V3.283C15.5,2.678 15.274,2.097 14.87,1.669C14.467,1.241 13.92,1 13.35,1ZM1.3,4.823V3.283C1.3,3.097 1.335,2.913 1.404,2.742C1.472,2.571 1.572,2.417 1.698,2.288C1.824,2.159 1.974,2.058 2.137,1.992C2.301,1.926 2.475,1.896 2.65,1.903H13.35C13.525,1.896 13.699,1.926 13.863,1.992C14.026,2.058 14.176,2.159 14.302,2.288C14.428,2.417 14.528,2.571 14.597,2.742C14.665,2.913 14.7,3.097 14.7,3.283V4.823H1.3ZM2.65,12.097C2.475,12.104 2.301,12.074 2.137,12.008C1.974,11.942 1.824,11.841 1.698,11.712C1.572,11.583 1.472,11.429 1.404,11.258C1.335,11.087 1.3,10.903 1.3,10.717V6.522H14.7V10.717C14.7,10.903 14.665,11.087 14.597,11.258C14.528,11.429 14.428,11.583 14.302,11.712C14.176,11.841 14.026,11.942 13.863,12.008C13.699,12.074 13.525,12.104 13.35,12.097H2.65Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_card_activate_payments.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1727 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M30.417,45.367V41.5C30.0012,41.5001 29.5893,41.4183 29.2051,41.2593C28.8209,41.1002 28.4718,40.8671 28.1777,40.573C27.8836,40.279 27.6503,39.93 27.4911,39.5458C27.3319,39.1616 27.25,38.7498 27.25,38.334V36.75L24.875,34.375L22.5,32L20.917,30.417L19.333,28.834L19,28.5C18.4999,30.3658 18.4069,32.3174 18.7272,34.2224C19.0476,36.1273 19.7737,37.9411 20.8565,39.5408C21.9393,41.1405 23.3535,42.4887 25.003,43.4939C26.6525,44.4991 28.4989,45.1379 30.417,45.367V45.367ZM21.117,24.084H24.085V21.115C22.9469,21.9445 21.9449,22.9462 21.115,24.084H21.117ZM36.75,19.4C38.8576,20.1949 40.7319,21.506 42.2015,23.2131C43.671,24.9201 44.6887,26.9687 45.1614,29.171C45.634,31.3734 45.5465,33.6591 44.9068,35.8188C44.2672,37.9786 43.0958,39.9433 41.5,41.533V41.5C41.5,41.0841 41.4181,40.6724 41.2589,40.2882C41.0997,39.904 40.8664,39.5549 40.5723,39.2609C40.2782,38.9669 39.9291,38.7338 39.5449,38.5747C39.1607,38.4157 38.7488,38.3339 38.333,38.334H36.75V33.584C36.75,33.1641 36.5833,32.7613 36.2864,32.4643C35.9896,32.1673 35.5869,32.0003 35.167,32H25.667V28.834H28.833C29.2531,28.834 29.656,28.6671 29.9531,28.3701C30.2501,28.073 30.417,27.6701 30.417,27.25V24.084H33.583C34.4229,24.084 35.2285,23.7503 35.8224,23.1564C36.4163,22.5625 36.75,21.7569 36.75,20.917V19.4ZM47.833,32C47.833,35.1315 46.9044,38.1926 45.1647,40.7963C43.4249,43.4001 40.9521,45.4294 38.059,46.6278C35.1659,47.8261 31.9824,48.1397 28.9111,47.5288C25.8398,46.9178 23.0187,45.4099 20.8044,43.1956C18.5901,40.9813 17.0821,38.1602 16.4712,35.0889C15.8603,32.0176 16.1739,28.8341 17.3722,25.941C18.5706,23.0479 20.5999,20.5751 23.2037,18.8353C25.8074,17.0956 28.8685,16.167 32,16.167C36.1991,16.1673 40.2261,17.8355 43.1953,20.8047C46.1645,23.7739 47.8327,27.8009 47.833,32Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_censorship_megaphone_64.xml"
line="14"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1841 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.174,1.203C12.174,0.734 11.783,0.344 11.314,0.344C10.856,0.344 10.465,0.734 10.465,1.203V3.254C10.465,3.713 10.856,4.104 11.314,4.104C11.783,4.104 12.174,3.713 12.174,3.254V1.203ZM16.139,4.924C15.816,5.256 15.816,5.793 16.139,6.125C16.471,6.447 17.018,6.457 17.35,6.125L18.805,4.67C19.137,4.338 19.137,3.781 18.805,3.459C18.482,3.127 17.935,3.127 17.613,3.459L16.139,4.924ZM5.279,6.125C5.611,6.447 6.158,6.447 6.48,6.125C6.813,5.813 6.813,5.246 6.49,4.924L5.035,3.459C4.723,3.137 4.166,3.127 3.834,3.459C3.512,3.781 3.512,4.338 3.824,4.66L5.279,6.125ZM11.314,15.93C14.029,15.93 16.285,13.674 16.285,10.949C16.285,8.215 14.029,5.959 11.314,5.959C8.59,5.959 6.334,8.215 6.334,10.949C6.334,13.674 8.59,15.93 11.314,15.93ZM11.314,14.436C9.4,14.436 7.818,12.854 7.818,10.949C7.818,9.035 9.4,7.453 11.314,7.453C13.219,7.453 14.801,9.035 14.801,10.949C14.801,12.854 13.219,14.436 11.314,14.436ZM21.031,11.799C21.5,11.799 21.891,11.408 21.891,10.949C21.891,10.49 21.5,10.1 21.031,10.1H18.99C18.531,10.1 18.141,10.49 18.141,10.949C18.141,11.408 18.531,11.799 18.99,11.799H21.031ZM1.598,10.1C1.139,10.1 0.748,10.49 0.748,10.949C0.748,11.408 1.139,11.799 1.598,11.799H3.639C4.107,11.799 4.498,11.408 4.498,10.949C4.498,10.49 4.107,10.1 3.639,10.1H1.598ZM17.34,15.783C17.018,15.451 16.471,15.451 16.139,15.783C15.816,16.105 15.816,16.652 16.139,16.984L17.613,18.449C17.935,18.771 18.482,18.762 18.805,18.44C19.137,18.107 19.137,17.56 18.805,17.238L17.34,15.783ZM3.824,17.229C3.502,17.551 3.502,18.098 3.814,18.43C4.137,18.752 4.693,18.762 5.025,18.44L6.48,16.984C6.813,16.662 6.813,16.115 6.49,15.783C6.168,15.461 5.611,15.461 5.279,15.783L3.824,17.229ZM12.174,18.645C12.174,18.176 11.783,17.785 11.314,17.785C10.856,17.785 10.465,18.176 10.465,18.645V20.695C10.465,21.154 10.856,21.545 11.314,21.545C11.783,21.545 12.174,21.154 12.174,20.695V18.645Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_daytime_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1588 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.235,7.5H47.765C49.6,7.5 51.069,7.5 52.256,7.597C53.474,7.696 54.527,7.906 55.495,8.399C57.048,9.19 58.31,10.452 59.101,12.005C59.594,12.973 59.804,14.026 59.903,15.245C60,16.431 60,17.9 60,19.735V56.765C60,58.6 60,60.069 59.903,61.256C59.804,62.474 59.594,63.527 59.101,64.495C58.31,66.048 57.048,67.31 55.495,68.101C54.527,68.594 53.474,68.803 52.256,68.903C51.069,69 49.6,69 47.765,69H24.235C22.4,69 20.931,69 19.744,68.903C18.526,68.803 17.473,68.594 16.505,68.101C14.952,67.31 13.69,66.048 12.899,64.495C12.406,63.527 12.196,62.474 12.097,61.256C12,60.069 12,58.6 12,56.765V19.735C12,17.9 12,16.431 12.097,15.245C12.196,14.026 12.406,12.973 12.899,12.005C13.69,10.452 14.952,9.19 16.505,8.399C17.473,7.906 18.526,7.696 19.744,7.597C20.931,7.5 22.4,7.5 24.235,7.5ZM19.989,10.587C18.956,10.671 18.342,10.83 17.867,11.072C16.879,11.576 16.076,12.379 15.572,13.367C15.33,13.842 15.171,14.456 15.087,15.489C15.001,16.539 15,17.885 15,19.8V56.7C15,58.615 15.001,59.961 15.087,61.011C15.171,62.044 15.33,62.658 15.572,63.133C16.076,64.121 16.879,64.924 17.867,65.428C18.342,65.67 18.956,65.829 19.989,65.913C21.039,65.999 22.385,66 24.3,66H47.7C49.615,66 50.961,65.999 52.011,65.913C53.044,65.829 53.658,65.67 54.133,65.428C55.121,64.924 55.924,64.121 56.428,63.133C56.67,62.658 56.829,62.044 56.913,61.011C56.999,59.961 57,58.615 57,56.7V19.8C57,17.885 56.999,16.539 56.913,15.489C56.829,14.456 56.67,13.842 56.428,13.367C55.924,12.379 55.121,11.576 54.133,11.072C53.658,10.83 53.044,10.671 52.011,10.587C50.961,10.501 49.615,10.5 47.7,10.5H24.3C22.385,10.5 21.039,10.501 19.989,10.587Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_debug_log.xml"
line="25"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (4951 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M4.553,5.118C4.538,5.132 4.509,5.16 4.476,5.192C4.453,5.215 4.434,5.234 4.395,5.272L2.252,7.416C2.196,7.474 2.157,7.514 2.067,7.604C2.016,7.655 1.979,7.694 1.899,7.779C1.751,7.922 1.594,8.094 1.447,8.275C1.309,8.421 1.199,8.592 1.121,8.778C0.963,9.262 0.963,9.732 1.104,10.169L1.123,10.22C1.201,10.405 1.311,10.573 1.447,10.719C1.594,10.899 1.751,11.071 1.916,11.233C1.979,11.3 2.016,11.339 2.067,11.39L2.252,11.575L4.206,13.533C4.298,13.624 4.343,13.668 4.394,13.718C4.45,13.776 4.508,13.834 4.566,13.889C4.577,13.899 7.067,16.387 7.067,16.387C7.144,16.464 7.206,16.525 7.346,16.66C7.361,16.674 7.383,16.697 7.39,16.704C7.426,16.742 7.447,16.764 7.461,16.778C7.751,17.068 8.085,17.313 8.45,17.502C8.825,17.688 9.214,17.816 9.616,17.887C9.995,17.949 10.371,17.982 10.748,17.988C10.813,17.989 10.867,17.99 10.987,17.991C11.103,17.992 11.154,17.993 11.217,17.994L18.637,17.994C18.714,17.993 18.765,17.992 18.883,17.991C19.004,17.99 19.058,17.989 19.128,17.988C19.506,17.981 19.885,17.947 20.26,17.885C20.67,17.816 21.065,17.685 21.434,17.498C21.805,17.309 22.144,17.063 22.438,16.767C22.731,16.473 22.976,16.136 23.166,15.767C23.353,15.393 23.481,15 23.55,14.594C23.613,14.215 23.646,13.835 23.65,13.453C23.654,13.375 23.655,13.3 23.657,13.134C23.659,13.055 23.659,13.02 23.66,12.977L23.66,5.988C23.659,5.934 23.659,5.899 23.657,5.822L23.656,5.741C23.655,5.64 23.653,5.564 23.65,5.488C23.646,5.129 23.614,4.753 23.555,4.382C23.482,3.97 23.354,3.58 23.172,3.215C22.981,2.842 22.738,2.508 22.447,2.217C22.156,1.924 21.819,1.678 21.45,1.49C21.083,1.306 20.695,1.178 20.295,1.107C19.912,1.046 19.535,1.014 19.158,1.009C19.033,1.004 18.923,1.003 18.678,1.003C18.598,1.002 18.504,1.001 18.399,1C18.32,1 18.257,1 18.115,1H11.792C11.509,1 11.38,1.001 11.219,1.003C10.985,1.003 10.874,1.004 10.732,1.01C10.373,1.014 9.997,1.046 9.625,1.105C9.214,1.178 8.825,1.306 8.459,1.488C8.085,1.681 7.751,1.926 7.46,2.217C7.447,2.23 7.426,2.252 7.391,2.289C7.383,2.297 7.346,2.335 7.346,2.335C7.206,2.469 7.144,2.53 7.067,2.607L6.746,2.928L4.611,5.066C4.593,5.081 4.573,5.098 4.553,5.118ZM18.115,2.259C18.255,2.259 18.317,2.259 18.394,2.259C18.494,2.26 18.583,2.26 18.668,2.262C18.906,2.262 19.005,2.263 19.125,2.268C19.459,2.272 19.774,2.299 20.087,2.349C20.356,2.396 20.628,2.486 20.882,2.614C21.129,2.739 21.357,2.906 21.555,3.105C21.755,3.305 21.921,3.533 22.049,3.783C22.173,4.033 22.263,4.307 22.313,4.59C22.361,4.891 22.388,5.205 22.392,5.521C22.395,5.601 22.396,5.668 22.398,5.76L22.399,5.838C22.4,5.919 22.4,5.955 22.401,6.001L22.401,12.965C22.4,12.999 22.4,13.036 22.399,13.117C22.397,13.273 22.395,13.34 22.392,13.422C22.388,13.757 22.361,14.073 22.309,14.385C22.261,14.666 22.171,14.941 22.043,15.198C21.916,15.445 21.747,15.677 21.546,15.879C21.346,16.08 21.116,16.247 20.864,16.376C20.608,16.505 20.335,16.596 20.052,16.643C19.741,16.695 19.423,16.723 19.104,16.729C19.039,16.73 18.987,16.731 18.87,16.732C18.749,16.733 18.694,16.734 18.625,16.736L11.229,16.735C11.173,16.734 11.119,16.733 10.999,16.732C10.883,16.731 10.832,16.73 10.77,16.729C10.451,16.725 10.137,16.697 9.826,16.646C9.551,16.598 9.277,16.507 9.02,16.379C8.779,16.255 8.55,16.087 8.351,15.888L8.302,15.836C8.253,15.785 8.232,15.763 8.208,15.742C8.082,15.621 8.025,15.565 7.957,15.497L5.462,13.002C5.439,12.981 5.425,12.968 5.416,12.96C5.371,12.917 5.334,12.879 5.299,12.842C5.227,12.772 5.187,12.733 5.097,12.643L3.143,10.686L2.957,10.5C2.918,10.461 2.887,10.429 2.816,10.353C2.661,10.2 2.531,10.057 2.409,9.907L2.371,9.864C2.339,9.831 2.313,9.794 2.293,9.753C2.245,9.585 2.245,9.407 2.293,9.239C2.312,9.2 2.338,9.164 2.368,9.133L2.411,9.085C2.531,8.936 2.659,8.794 2.796,8.661C2.887,8.566 2.918,8.533 2.957,8.495C3.055,8.396 3.099,8.352 3.154,8.294L5.097,6.351L5.286,6.163C5.323,6.125 5.339,6.109 5.36,6.089L5.401,6.051L5.401,6.051L5.401,6.051C5.432,6.024 5.448,6.009 5.465,5.993L7.637,3.818L7.957,3.497C8.025,3.429 8.082,3.374 8.208,3.252C8.232,3.231 8.253,3.209 8.3,3.16L8.351,3.107C8.55,2.907 8.779,2.74 9.029,2.61C9.277,2.487 9.551,2.397 9.834,2.347C10.135,2.299 10.449,2.272 10.764,2.268C10.902,2.263 11.001,2.262 11.229,2.262C11.392,2.259 11.516,2.259 11.792,2.259H18.115ZM12.153,12.828C12.102,12.878 12.041,12.919 11.973,12.948C11.761,13.035 11.517,12.986 11.355,12.824C11.135,12.602 11.135,12.245 11.355,12.024C11.387,11.992 11.422,11.964 11.46,11.941L13.904,9.494L11.355,6.948L11.363,6.94C11.313,6.889 11.272,6.828 11.244,6.76C11.156,6.548 11.205,6.304 11.368,6.142C11.589,5.922 11.946,5.922 12.167,6.142C12.199,6.174 12.227,6.21 12.25,6.247L14.702,8.695L17.177,6.218C17.196,6.191 17.217,6.166 17.24,6.142C17.401,5.98 17.644,5.932 17.855,6.019C18.066,6.106 18.204,6.312 18.204,6.54C18.204,6.693 18.143,6.835 18.04,6.939L18.046,6.945L15.5,9.493L17.984,11.972C18.007,11.989 18.028,12.007 18.049,12.027C18.211,12.189 18.259,12.431 18.172,12.643C18.085,12.854 17.879,12.991 17.651,12.991C17.498,12.991 17.356,12.93 17.252,12.827L17.246,12.833L14.702,10.292L12.161,12.836L12.153,12.828Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_delete_button.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (25300 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M4.476,5.192L4.739,5.459L4.739,5.459L4.476,5.192ZM4.553,5.118L4.806,5.395L4.812,5.389L4.818,5.383L4.553,5.118ZM4.395,5.272L4.661,5.538L4.661,5.538L4.395,5.272ZM2.252,7.416L1.987,7.15L1.981,7.157L2.252,7.416ZM2.067,7.604L1.801,7.339H1.801L2.067,7.604ZM1.899,7.779L2.16,8.048L2.166,8.042L2.172,8.036L1.899,7.779ZM1.447,8.275L1.72,8.532L1.73,8.522L1.739,8.511L1.447,8.275ZM1.121,8.778L0.775,8.634L0.77,8.647L0.765,8.661L1.121,8.778ZM1.104,10.169L0.747,10.285L0.75,10.293L0.753,10.3L1.104,10.169ZM1.123,10.22L0.772,10.351L0.774,10.359L0.778,10.366L1.123,10.22ZM1.447,10.719L1.738,10.482L1.73,10.472L1.721,10.463L1.447,10.719ZM1.916,11.233L2.191,10.978L2.185,10.972L2.179,10.966L1.916,11.233ZM2.067,11.39L2.332,11.125L2.332,11.125L2.067,11.39ZM2.252,11.575L2.518,11.311L2.517,11.31L2.252,11.575ZM4.206,13.533L3.941,13.798L3.941,13.798L4.206,13.533ZM4.394,13.718L4.666,13.46L4.66,13.453L4.653,13.447L4.394,13.718ZM4.566,13.889L4.309,14.163L4.317,14.169L4.566,13.889ZM7.067,16.387L7.332,16.122L7.332,16.122L7.067,16.387ZM7.346,16.66L7.608,16.392L7.606,16.39L7.346,16.66ZM7.39,16.704L7.662,16.446L7.661,16.445L7.39,16.704ZM7.461,16.778L7.726,16.513L7.726,16.512L7.461,16.778ZM8.45,17.502L8.278,17.835L8.283,17.838L8.45,17.502ZM9.616,17.887L9.551,18.257L9.555,18.257L9.616,17.887ZM10.748,17.988L10.755,17.613L10.753,17.613L10.748,17.988ZM10.987,17.991L10.991,17.616L10.987,17.991ZM11.217,17.994L11.209,18.369H11.217L11.217,17.994ZM18.637,17.994L18.637,18.369L18.644,18.369L18.637,17.994ZM18.883,17.991L18.879,17.616L18.883,17.991ZM19.128,17.988L19.121,17.613L19.121,17.613L19.128,17.988ZM20.26,17.885L20.32,18.255L20.322,18.255L20.26,17.885ZM21.434,17.498L21.264,17.163L21.264,17.164L21.434,17.498ZM22.438,16.767L22.173,16.502L22.172,16.503L22.438,16.767ZM23.166,15.767L23.499,15.939L23.501,15.935L23.166,15.767ZM23.55,14.594L23.92,14.657L23.92,14.655L23.55,14.594ZM23.65,13.453L23.276,13.437L23.275,13.449L23.65,13.453ZM23.657,13.134L24.032,13.139V13.139L23.657,13.134ZM23.66,12.977L24.035,12.985V12.977L23.66,12.977ZM23.66,5.988L24.035,5.988L24.035,5.981L23.66,5.988ZM23.657,5.822L24.032,5.817L24.032,5.816L23.657,5.822ZM23.656,5.741L24.031,5.736L24.031,5.736L23.656,5.741ZM23.65,5.488L23.275,5.492L23.275,5.503L23.65,5.488ZM23.555,4.382L23.925,4.322L23.924,4.317L23.555,4.382ZM23.172,3.215L23.508,3.048L23.506,3.044L23.172,3.215ZM22.447,2.217L22.18,2.481L22.181,2.482L22.447,2.217ZM21.45,1.49L21.62,1.156L21.618,1.155L21.45,1.49ZM20.295,1.107L20.361,0.738L20.354,0.737L20.295,1.107ZM19.158,1.009L19.142,1.384L19.153,1.384L19.158,1.009ZM18.678,1.003L18.671,1.378H18.678V1.003ZM18.399,1L18.398,1.375L18.399,1ZM11.219,1.003L11.218,1.378L11.225,1.378L11.219,1.003ZM10.732,1.01L10.736,1.385L10.747,1.385L10.732,1.01ZM9.625,1.105L9.566,0.735L9.56,0.736L9.625,1.105ZM8.459,1.488L8.292,1.152L8.287,1.155L8.459,1.488ZM7.46,2.217L7.726,2.482L7.726,2.482L7.46,2.217ZM7.391,2.289L7.663,2.548L7.663,2.547L7.391,2.289ZM7.346,2.335L7.606,2.605L7.611,2.6L7.346,2.335ZM7.067,2.607L6.802,2.342V2.342L7.067,2.607ZM6.746,2.928L6.481,2.663L6.481,2.663L6.746,2.928ZM4.611,5.066L4.845,5.359L4.862,5.346L4.877,5.331L4.611,5.066ZM18.394,2.259L18.396,1.884L18.394,2.259ZM18.668,2.262L18.661,2.637L18.668,2.637L18.668,2.262ZM19.125,2.268L19.11,2.643L19.12,2.643L19.125,2.268ZM20.087,2.349L20.152,1.979L20.146,1.978L20.087,2.349ZM20.882,2.614L21.053,2.28L21.05,2.279L20.882,2.614ZM21.555,3.105L21.288,3.369L21.29,3.37L21.555,3.105ZM22.049,3.783L22.385,3.616L22.382,3.612L22.049,3.783ZM22.313,4.59L22.684,4.531L22.683,4.525L22.313,4.59ZM22.392,5.521L22.017,5.525L22.017,5.534L22.392,5.521ZM22.398,5.76L22.773,5.755L22.773,5.754L22.398,5.76ZM22.399,5.838L22.774,5.833L22.774,5.833L22.399,5.838ZM22.401,6.001L22.776,6.001L22.776,5.993L22.401,6.001ZM22.401,12.965L22.776,12.974V12.965L22.401,12.965ZM22.399,13.117L22.774,13.122V13.122L22.399,13.117ZM22.392,13.422L22.017,13.407L22.017,13.418L22.392,13.422ZM22.309,14.385L22.679,14.448L22.679,14.447L22.309,14.385ZM22.043,15.198L22.376,15.37L22.378,15.366L22.043,15.198ZM21.546,15.879L21.28,15.614L21.28,15.614L21.546,15.879ZM20.864,16.376L20.694,16.041L20.694,16.041L20.864,16.376ZM20.052,16.643L20.113,17.014L20.115,17.013L20.052,16.643ZM19.104,16.729L19.098,16.354L19.097,16.354L19.104,16.729ZM18.87,16.732L18.867,16.357H18.867L18.87,16.732ZM18.625,16.736L18.625,17.111L18.632,17.11L18.625,16.736ZM11.229,16.735L11.221,17.11H11.229L11.229,16.735ZM10.999,16.732L11.003,16.357L10.999,16.732ZM10.77,16.729L10.777,16.354L10.775,16.354L10.77,16.729ZM9.826,16.646L9.761,17.015L9.766,17.016L9.826,16.646ZM9.02,16.379L8.848,16.712L8.853,16.715L9.02,16.379ZM8.351,15.888L8.08,16.147L8.086,16.153L8.351,15.888ZM8.302,15.836L8.573,15.577L8.573,15.577L8.302,15.836ZM8.208,15.742L7.947,16.011L7.953,16.017L7.959,16.022L8.208,15.742ZM7.957,15.497L8.223,15.232L8.223,15.232L7.957,15.497ZM5.462,13.002L5.727,12.736L5.721,12.73L5.714,12.724L5.462,13.002ZM5.416,12.96L5.156,13.23L5.161,13.235L5.167,13.241L5.416,12.96ZM5.299,12.842L5.572,12.585L5.566,12.579L5.56,12.573L5.299,12.842ZM5.097,12.643L4.831,12.908L4.832,12.908L5.097,12.643ZM3.143,10.686L3.408,10.421L3.408,10.421L3.143,10.686ZM2.957,10.5L3.222,10.234H3.222L2.957,10.5ZM2.816,10.353L3.089,10.096L3.079,10.086L2.816,10.353ZM2.409,9.907L2.7,9.67L2.695,9.664L2.689,9.657L2.409,9.907ZM2.371,9.864L2.651,9.615L2.646,9.608L2.64,9.602L2.371,9.864ZM2.293,9.753L1.933,9.857L1.942,9.889L1.956,9.918L2.293,9.753ZM2.293,9.239L1.956,9.076L1.942,9.104L1.933,9.135L2.293,9.239ZM2.368,9.133L2.635,9.397L2.642,9.39L2.648,9.383L2.368,9.133ZM2.411,9.085L2.691,9.335L2.698,9.327L2.704,9.32L2.411,9.085ZM2.796,8.661L3.058,8.93L3.063,8.925L3.068,8.919L2.796,8.661ZM2.957,8.495L3.222,8.76L3.222,8.76L2.957,8.495ZM3.154,8.294L2.888,8.029L2.882,8.036L3.154,8.294ZM5.097,6.351L5.362,6.617L5.362,6.617L5.097,6.351ZM5.286,6.163L5.02,5.897L5.02,5.897L5.286,6.163ZM5.36,6.089L5.109,5.81L5.103,5.816L5.097,5.822L5.36,6.089ZM5.401,6.051L5.161,5.763L5.151,5.772L5.401,6.051ZM5.401,6.051L5.641,6.339L5.649,6.333L5.656,6.326L5.401,6.051ZM5.401,6.051L5.151,5.772L5.146,5.777L5.401,6.051ZM5.465,5.993L5.73,6.258L5.73,6.258L5.465,5.993ZM7.637,3.818L7.372,3.552L7.371,3.553L7.637,3.818ZM7.957,3.497L8.223,3.762L7.957,3.497ZM8.208,3.252L7.959,2.972L7.953,2.977L7.947,2.983L8.208,3.252ZM8.3,3.16L8.571,3.419L8.572,3.419L8.3,3.16ZM8.351,3.107L8.085,2.842L8.08,2.848L8.351,3.107ZM9.029,2.61L8.862,2.274L8.857,2.277L9.029,2.61ZM9.834,2.347L9.775,1.977L9.769,1.978L9.834,2.347ZM10.764,2.268L10.768,2.643L10.778,2.643L10.764,2.268ZM11.229,2.262V2.637L11.235,2.637L11.229,2.262ZM11.973,12.948L12.116,13.294L11.973,12.948ZM12.153,12.828L12.417,12.563L12.155,12.301L11.89,12.561L12.153,12.828ZM11.355,12.824L11.089,13.088L11.089,13.088L11.355,12.824ZM11.355,12.024L11.089,11.76L11.089,11.76L11.355,12.024ZM11.46,11.941L11.656,12.261L11.694,12.238L11.725,12.206L11.46,11.941ZM13.904,9.494L14.169,9.759L14.434,9.494L14.169,9.229L13.904,9.494ZM11.355,6.948L11.089,6.683L10.825,6.949L11.09,7.213L11.355,6.948ZM11.363,6.94L11.628,7.205L11.89,6.942L11.63,6.678L11.363,6.94ZM11.244,6.76L11.59,6.617V6.617L11.244,6.76ZM11.368,6.142L11.632,6.408L11.632,6.408L11.368,6.142ZM12.167,6.142L12.432,5.877L12.432,5.877L12.167,6.142ZM12.25,6.247L11.93,6.444L11.954,6.481L11.985,6.513L12.25,6.247ZM14.702,8.695L14.437,8.961L14.703,9.226L14.967,8.961L14.702,8.695ZM17.177,6.218L17.443,6.483L17.466,6.459L17.485,6.432L17.177,6.218ZM17.24,6.142L16.974,5.878L16.973,5.879L17.24,6.142ZM17.855,6.019L17.712,6.365L17.712,6.365L17.855,6.019ZM18.04,6.939L17.774,6.674L17.51,6.939L17.774,7.203L18.04,6.939ZM18.046,6.945L18.311,7.21L18.575,6.945L18.311,6.68L18.046,6.945ZM15.5,9.493L15.235,9.228L14.97,9.493L15.236,9.758L15.5,9.493ZM17.984,11.972L17.719,12.238L17.74,12.258L17.763,12.275L17.984,11.972ZM18.049,12.027L18.313,11.762L18.312,11.761L18.049,12.027ZM17.252,12.827L17.517,12.561L17.252,12.297L16.987,12.562L17.252,12.827ZM17.246,12.833L16.981,13.098L17.246,13.363L17.511,13.098L17.246,12.833ZM14.702,10.292L14.967,10.026L14.702,9.761L14.437,10.027L14.702,10.292ZM12.161,12.836L11.896,13.102L12.161,13.366L12.426,13.101L12.161,12.836ZM4.739,5.459C4.772,5.427 4.797,5.403 4.806,5.395L4.3,4.841C4.279,4.86 4.245,4.893 4.213,4.925L4.739,5.459ZM4.661,5.538C4.699,5.499 4.717,5.481 4.739,5.459L4.213,4.925C4.189,4.949 4.169,4.968 4.13,5.007L4.661,5.538ZM2.517,7.681L4.661,5.538L4.13,5.007L1.987,7.15L2.517,7.681ZM2.332,7.87C2.423,7.778 2.464,7.736 2.523,7.675L1.981,7.157C1.928,7.212 1.891,7.249 1.801,7.339L2.332,7.87ZM2.172,8.036C2.251,7.951 2.285,7.916 2.332,7.87L1.801,7.339C1.747,7.394 1.706,7.436 1.626,7.522L2.172,8.036ZM1.739,8.511C1.877,8.341 2.023,8.18 2.16,8.048L1.638,7.509C1.478,7.664 1.311,7.847 1.156,8.039L1.739,8.511ZM1.468,8.921C1.528,8.777 1.613,8.646 1.72,8.532L1.175,8.017C1.005,8.197 0.87,8.406 0.775,8.634L1.468,8.921ZM1.461,10.054C1.345,9.696 1.342,9.307 1.478,8.895L0.765,8.661C0.583,9.217 0.58,9.769 0.747,10.285L1.461,10.054ZM1.474,10.09L1.456,10.039L0.753,10.3L0.772,10.351L1.474,10.09ZM1.721,10.463C1.615,10.349 1.529,10.218 1.469,10.074L0.778,10.366C0.873,10.591 1.007,10.798 1.174,10.976L1.721,10.463ZM2.179,10.966C2.023,10.813 1.876,10.651 1.738,10.482L1.157,10.956C1.312,11.147 1.478,11.328 1.653,11.501L2.179,10.966ZM2.332,11.125C2.285,11.078 2.252,11.043 2.191,10.978L1.642,11.489C1.706,11.558 1.747,11.6 1.801,11.655L2.332,11.125ZM2.517,11.31L2.332,11.125L1.801,11.655L1.987,11.841L2.517,11.31ZM4.472,13.268L2.518,11.311L1.987,11.84L3.941,13.798L4.472,13.268ZM4.653,13.447C4.605,13.4 4.563,13.359 4.471,13.267L3.941,13.798C4.033,13.889 4.08,13.936 4.136,13.989L4.653,13.447ZM4.823,13.616C4.77,13.566 4.717,13.513 4.666,13.46L4.123,13.976C4.183,14.04 4.246,14.102 4.309,14.162L4.823,13.616ZM7.067,16.387C7.332,16.122 7.332,16.122 7.332,16.122C7.332,16.122 7.332,16.122 7.332,16.122C7.332,16.122 7.332,16.122 7.332,16.122C7.332,16.121 7.331,16.121 7.331,16.12C7.329,16.119 7.328,16.117 7.325,16.115C7.321,16.11 7.314,16.103 7.304,16.094C7.286,16.076 7.259,16.049 7.225,16.015C7.157,15.947 7.06,15.85 6.943,15.733C6.709,15.5 6.398,15.188 6.086,14.877C5.472,14.263 4.832,13.623 4.816,13.609L4.317,14.169C4.312,14.164 4.922,14.774 5.556,15.407C5.868,15.719 6.179,16.03 6.413,16.264C6.53,16.38 6.627,16.478 6.695,16.546C6.729,16.58 6.756,16.606 6.774,16.625C6.783,16.634 6.79,16.641 6.795,16.646C6.797,16.648 6.799,16.65 6.8,16.651C6.801,16.651 6.801,16.652 6.802,16.652C6.802,16.652 6.802,16.652 6.802,16.653C6.802,16.653 6.802,16.653 6.802,16.653C6.802,16.653 6.802,16.653 7.067,16.387ZM7.606,16.39C7.467,16.255 7.407,16.197 7.332,16.122L6.802,16.653C6.882,16.732 6.946,16.794 7.085,16.929L7.606,16.39ZM7.661,16.445C7.651,16.434 7.626,16.409 7.608,16.392L7.083,16.927C7.089,16.933 7.097,16.94 7.104,16.948C7.108,16.952 7.111,16.955 7.114,16.958C7.116,16.96 7.117,16.961 7.118,16.962C7.119,16.963 7.119,16.963 7.119,16.963L7.661,16.445ZM7.726,16.512C7.716,16.503 7.699,16.485 7.662,16.446L7.118,16.962C7.153,16.999 7.177,17.025 7.196,17.043L7.726,16.512ZM8.623,17.169C8.292,16.998 7.989,16.776 7.726,16.513L7.195,17.043C7.513,17.361 7.878,17.628 8.278,17.835L8.623,17.169ZM9.681,17.518C9.315,17.453 8.96,17.337 8.617,17.166L8.283,17.838C8.689,18.04 9.113,18.179 9.551,18.256L9.681,17.518ZM10.753,17.613C10.395,17.608 10.038,17.576 9.676,17.517L9.555,18.257C9.953,18.322 10.347,18.357 10.743,18.363L10.753,17.613ZM10.991,17.616C10.87,17.615 10.818,17.614 10.755,17.613L10.74,18.363C10.807,18.364 10.863,18.365 10.983,18.366L10.991,17.616ZM11.224,17.619C11.159,17.618 11.107,17.617 10.991,17.616L10.983,18.366C11.099,18.367 11.148,18.368 11.209,18.369L11.224,17.619ZM18.637,17.619L11.217,17.619L11.217,18.369L18.637,18.369L18.637,17.619ZM18.879,17.616C18.761,17.617 18.708,17.618 18.631,17.619L18.644,18.369C18.719,18.368 18.77,18.367 18.886,18.366L18.879,17.616ZM19.121,17.613C19.053,17.614 19,17.615 18.879,17.616L18.886,18.366C19.008,18.365 19.064,18.364 19.135,18.363L19.121,17.613ZM20.199,17.515C19.842,17.574 19.482,17.607 19.121,17.613L19.135,18.363C19.531,18.356 19.928,18.32 20.32,18.255L20.199,17.515ZM21.264,17.164C20.929,17.334 20.57,17.452 20.197,17.515L20.322,18.255C20.77,18.179 21.201,18.037 21.604,17.832L21.264,17.164ZM22.172,16.503C21.907,16.77 21.6,16.993 21.264,17.163L21.604,17.832C22.011,17.625 22.382,17.355 22.704,17.031L22.172,16.503ZM22.832,15.596C22.66,15.93 22.438,16.236 22.173,16.502L22.704,17.032C23.024,16.711 23.292,16.342 23.499,15.939L22.832,15.596ZM23.181,14.531C23.118,14.9 23.001,15.258 22.83,15.6L23.501,15.935C23.705,15.528 23.845,15.099 23.92,14.657L23.181,14.531ZM23.275,13.449C23.272,13.811 23.24,14.173 23.18,14.533L23.92,14.655C23.986,14.257 24.021,13.858 24.025,13.457L23.275,13.449ZM23.282,13.129C23.28,13.295 23.279,13.365 23.276,13.437L24.025,13.469C24.029,13.385 24.03,13.305 24.032,13.139L23.282,13.129ZM23.285,12.97C23.284,13.014 23.284,13.05 23.282,13.129L24.032,13.139C24.034,13.06 24.034,13.026 24.035,12.985L23.285,12.97ZM23.285,5.988L23.285,12.977L24.035,12.977L24.035,5.988L23.285,5.988ZM23.282,5.827C23.284,5.904 23.284,5.94 23.285,5.995L24.035,5.981C24.034,5.928 24.034,5.894 24.032,5.817L23.282,5.827ZM23.281,5.746L23.282,5.827L24.032,5.816L24.031,5.736L23.281,5.746ZM23.275,5.503C23.278,5.574 23.28,5.647 23.281,5.747L24.031,5.736C24.03,5.633 24.028,5.553 24.025,5.473L23.275,5.503ZM23.184,4.441C23.241,4.795 23.271,5.152 23.275,5.492L24.025,5.483C24.021,5.106 23.987,4.712 23.925,4.322L23.184,4.441ZM22.837,3.382C23.002,3.715 23.119,4.07 23.185,4.446L23.924,4.317C23.845,3.87 23.706,3.446 23.508,3.048L22.837,3.382ZM22.181,2.482C22.445,2.745 22.665,3.048 22.839,3.386L23.506,3.044C23.298,2.637 23.031,2.27 22.712,1.951L22.181,2.482ZM21.28,1.824C21.614,1.994 21.918,2.217 22.18,2.481L22.713,1.952C22.394,1.632 22.025,1.362 21.62,1.156L21.28,1.824ZM20.23,1.476C20.594,1.541 20.947,1.658 21.282,1.826L21.618,1.155C21.219,0.955 20.797,0.815 20.361,0.738L20.23,1.476ZM19.153,1.384C19.512,1.389 19.871,1.419 20.236,1.478L20.354,0.737C19.953,0.673 19.558,0.639 19.162,0.635L19.153,1.384ZM18.678,1.378C18.922,1.378 19.026,1.379 19.142,1.384L19.174,0.635C19.04,0.629 18.923,0.628 18.678,0.628V1.378ZM18.398,1.375C18.502,1.376 18.594,1.377 18.671,1.378L18.685,0.628C18.603,0.627 18.507,0.626 18.401,0.625L18.398,1.375ZM18.115,1.375C18.257,1.375 18.319,1.375 18.398,1.375L18.401,0.625C18.321,0.625 18.257,0.625 18.115,0.625V1.375ZM11.792,1.375H18.115V0.625H11.792V1.375ZM11.225,1.378C11.383,1.376 11.509,1.375 11.792,1.375V0.625C11.509,0.625 11.377,0.626 11.212,0.628L11.225,1.378ZM10.747,1.385C10.881,1.379 10.986,1.378 11.218,1.378L11.219,0.628C10.984,0.628 10.867,0.629 10.717,0.635L10.747,1.385ZM9.684,1.476C10.039,1.419 10.396,1.389 10.736,1.385L10.728,0.635C10.35,0.639 9.956,0.673 9.566,0.735L9.684,1.476ZM8.626,1.823C8.959,1.658 9.314,1.541 9.69,1.475L9.56,0.736C9.114,0.815 8.69,0.954 8.292,1.152L8.626,1.823ZM7.726,2.482C7.989,2.218 8.291,1.997 8.632,1.821L8.287,1.155C7.879,1.366 7.513,1.633 7.195,1.952L7.726,2.482ZM7.663,2.547C7.699,2.509 7.716,2.491 7.726,2.482L7.195,1.952C7.177,1.97 7.153,1.996 7.12,2.03L7.663,2.547ZM7.346,2.335C7.611,2.6 7.611,2.6 7.611,2.6C7.611,2.6 7.611,2.6 7.611,2.6C7.611,2.6 7.611,2.6 7.611,2.6C7.611,2.6 7.611,2.6 7.611,2.6C7.611,2.6 7.611,2.6 7.611,2.6C7.611,2.599 7.612,2.599 7.612,2.599C7.612,2.599 7.612,2.598 7.613,2.598C7.614,2.597 7.616,2.595 7.617,2.593C7.621,2.59 7.626,2.585 7.632,2.579C7.641,2.57 7.655,2.555 7.663,2.548L7.12,2.03C7.121,2.029 7.119,2.031 7.114,2.036C7.11,2.04 7.105,2.046 7.1,2.051C7.095,2.056 7.09,2.06 7.086,2.064C7.084,2.066 7.083,2.067 7.082,2.068C7.081,2.069 7.081,2.069 7.081,2.069C7.081,2.07 7.081,2.07 7.081,2.07C7.08,2.07 7.08,2.07 7.08,2.07C7.08,2.07 7.08,2.07 7.08,2.07C7.08,2.07 7.08,2.07 7.08,2.07C7.08,2.07 7.08,2.07 7.08,2.07C7.08,2.07 7.08,2.07 7.346,2.335ZM7.332,2.872C7.407,2.798 7.467,2.739 7.606,2.605L7.085,2.065C6.946,2.2 6.882,2.262 6.802,2.342L7.332,2.872ZM7.011,3.193L7.332,2.872L6.802,2.342L6.481,2.663L7.011,3.193ZM4.877,5.331L7.012,3.193L6.481,2.663L4.346,4.801L4.877,5.331ZM4.818,5.383C4.827,5.374 4.836,5.366 4.845,5.359L4.377,4.773C4.349,4.796 4.318,4.822 4.288,4.853L4.818,5.383ZM18.396,1.884C18.318,1.884 18.255,1.884 18.115,1.884V2.634C18.255,2.634 18.316,2.634 18.392,2.634L18.396,1.884ZM18.674,1.887C18.587,1.885 18.497,1.885 18.396,1.884L18.392,2.634C18.492,2.635 18.579,2.635 18.661,2.637L18.674,1.887ZM19.14,1.893C19.012,1.888 18.906,1.887 18.668,1.887L18.668,2.637C18.905,2.637 18.998,2.638 19.11,2.642L19.14,1.893ZM20.146,1.978C19.815,1.926 19.481,1.897 19.13,1.893L19.12,2.643C19.437,2.647 19.734,2.672 20.028,2.719L20.146,1.978ZM21.05,2.279C20.764,2.135 20.458,2.034 20.152,1.979L20.021,2.718C20.254,2.759 20.492,2.838 20.715,2.949L21.05,2.279ZM21.821,2.841C21.595,2.614 21.335,2.423 21.053,2.28L20.712,2.948C20.923,3.055 21.119,3.198 21.288,3.369L21.821,2.841ZM22.382,3.612C22.237,3.327 22.047,3.067 21.82,2.84L21.29,3.37C21.462,3.543 21.605,3.739 21.715,3.954L22.382,3.612ZM22.683,4.525C22.627,4.207 22.525,3.899 22.384,3.616L21.713,3.95C21.821,4.167 21.9,4.407 21.944,4.655L22.683,4.525ZM22.767,5.516C22.763,5.183 22.734,4.85 22.684,4.531L21.943,4.649C21.988,4.932 22.013,5.228 22.017,5.525L22.767,5.516ZM22.773,5.754C22.771,5.66 22.77,5.591 22.767,5.507L22.017,5.534C22.02,5.612 22.021,5.676 22.023,5.765L22.773,5.754ZM22.774,5.833L22.773,5.755L22.023,5.765L22.024,5.843L22.774,5.833ZM22.776,5.993C22.775,5.949 22.775,5.913 22.774,5.833L22.024,5.843C22.025,5.924 22.025,5.961 22.026,6.008L22.776,5.993ZM22.776,12.965L22.776,6.001L22.026,6.001L22.026,12.965L22.776,12.965ZM22.774,13.122C22.775,13.04 22.775,13.006 22.776,12.974L22.026,12.957C22.025,12.993 22.025,13.031 22.024,13.113L22.774,13.122ZM22.767,13.437C22.77,13.35 22.772,13.278 22.774,13.122L22.024,13.113C22.022,13.267 22.021,13.331 22.017,13.407L22.767,13.437ZM22.679,14.447C22.734,14.115 22.763,13.78 22.767,13.426L22.017,13.418C22.014,13.734 21.987,14.031 21.939,14.324L22.679,14.447ZM22.378,15.366C22.523,15.076 22.625,14.766 22.679,14.448L21.939,14.322C21.898,14.567 21.819,14.806 21.707,15.031L22.378,15.366ZM21.812,16.143C22.04,15.915 22.231,15.652 22.376,15.37L21.709,15.027C21.6,15.239 21.455,15.439 21.28,15.614L21.812,16.143ZM21.033,16.71C21.321,16.564 21.584,16.373 21.812,16.143L21.28,15.614C21.108,15.787 20.911,15.931 20.694,16.041L21.033,16.71ZM20.115,17.013C20.435,16.959 20.744,16.857 21.034,16.71L20.694,16.041C20.472,16.154 20.235,16.232 19.99,16.274L20.115,17.013ZM19.111,17.104C19.448,17.098 19.784,17.068 20.113,17.014L19.991,16.274C19.698,16.322 19.398,16.349 19.098,16.354L19.111,17.104ZM18.874,17.107C18.991,17.106 19.045,17.105 19.112,17.104L19.097,16.354C19.034,16.355 18.983,16.356 18.867,16.357L18.874,17.107ZM18.632,17.11C18.7,17.109 18.753,17.108 18.874,17.107L18.867,16.357C18.745,16.358 18.689,16.359 18.618,16.361L18.632,17.11ZM11.229,17.11L18.625,17.111L18.625,16.361L11.229,16.36L11.229,17.11ZM10.996,17.107C11.116,17.108 11.167,17.109 11.221,17.11L11.237,16.361C11.179,16.359 11.123,16.358 11.003,16.357L10.996,17.107ZM10.762,17.104C10.827,17.105 10.88,17.106 10.996,17.107L11.003,16.357C10.887,16.356 10.838,16.355 10.777,16.354L10.762,17.104ZM9.766,17.016C10.095,17.07 10.427,17.099 10.764,17.104L10.775,16.354C10.475,16.35 10.179,16.324 9.887,16.276L9.766,17.016ZM8.853,16.715C9.142,16.859 9.45,16.961 9.761,17.015L9.891,16.277C9.652,16.235 9.412,16.156 9.187,16.044L8.853,16.715ZM8.086,16.153C8.312,16.379 8.572,16.569 8.848,16.712L9.193,16.047C8.986,15.94 8.789,15.795 8.616,15.623L8.086,16.153ZM8.031,16.095L8.08,16.147L8.622,15.629L8.573,15.577L8.031,16.095ZM7.959,16.022C7.969,16.031 7.979,16.042 8.031,16.095L8.573,15.577C8.527,15.529 8.495,15.495 8.457,15.461L7.959,16.022ZM7.692,15.762C7.762,15.833 7.821,15.89 7.947,16.011L8.468,15.472C8.343,15.351 8.288,15.297 8.223,15.232L7.692,15.762ZM5.197,13.267L7.692,15.762L8.223,15.232L5.727,12.736L5.197,13.267ZM5.167,13.241C5.174,13.247 5.186,13.257 5.209,13.279L5.714,12.724C5.692,12.704 5.676,12.69 5.664,12.679L5.167,13.241ZM5.026,13.099C5.065,13.141 5.107,13.183 5.156,13.23L5.676,12.69C5.634,12.65 5.602,12.617 5.572,12.585L5.026,13.099ZM4.832,12.908C4.923,13 4.964,13.04 5.038,13.111L5.56,12.573C5.49,12.505 5.452,12.467 5.362,12.378L4.832,12.908ZM2.877,10.951L4.831,12.908L5.362,12.378L3.408,10.421L2.877,10.951ZM2.692,10.765L2.878,10.951L3.408,10.421L3.222,10.234L2.692,10.765ZM2.543,10.61C2.614,10.686 2.649,10.722 2.692,10.765L3.222,10.234C3.188,10.2 3.16,10.171 3.089,10.096L2.543,10.61ZM2.118,10.143C2.249,10.304 2.388,10.458 2.552,10.62L3.079,10.086C2.933,9.942 2.813,9.809 2.7,9.67L2.118,10.143ZM2.091,10.113L2.129,10.156L2.689,9.657L2.651,9.615L2.091,10.113ZM1.956,9.918C1.994,9.995 2.043,10.064 2.102,10.125L2.64,9.602C2.636,9.598 2.632,9.593 2.629,9.588L1.956,9.918ZM1.933,9.135C1.865,9.37 1.865,9.621 1.933,9.857L2.653,9.649C2.624,9.549 2.625,9.444 2.654,9.344L1.933,9.135ZM2.101,8.87C2.042,8.93 1.993,9 1.956,9.076L2.631,9.402C2.632,9.4 2.633,9.398 2.635,9.397L2.101,8.87ZM2.131,8.836L2.088,8.884L2.648,9.383L2.691,9.335L2.131,8.836ZM2.535,8.392C2.387,8.536 2.248,8.689 2.118,8.851L2.704,9.32C2.814,9.183 2.932,9.052 3.058,8.93L2.535,8.392ZM2.692,8.229C2.649,8.272 2.614,8.308 2.525,8.403L3.068,8.919C3.16,8.823 3.187,8.794 3.222,8.76L2.692,8.229ZM2.882,8.036C2.831,8.09 2.789,8.131 2.692,8.229L3.222,8.76C3.32,8.661 3.367,8.614 3.426,8.552L2.882,8.036ZM4.832,6.086L2.889,8.029L3.419,8.559L5.362,6.617L4.832,6.086ZM5.02,5.897L4.832,6.086L5.362,6.617L5.551,6.428L5.02,5.897ZM5.097,5.822C5.075,5.843 5.058,5.86 5.02,5.897L5.551,6.428C5.588,6.39 5.604,6.375 5.623,6.356L5.097,5.822ZM5.151,5.772L5.109,5.81L5.61,6.368L5.652,6.33L5.151,5.772ZM5.161,5.763L5.161,5.763L5.641,6.339L5.641,6.339L5.161,5.763ZM5.146,5.777L5.146,5.777L5.656,6.326L5.656,6.326L5.146,5.777ZM5.2,5.727C5.192,5.735 5.184,5.743 5.151,5.772L5.652,6.331C5.68,6.306 5.705,6.283 5.73,6.258L5.2,5.727ZM7.371,3.553L5.2,5.728L5.73,6.258L7.902,4.083L7.371,3.553ZM7.692,3.232L7.372,3.552L7.902,4.083L8.223,3.762L7.692,3.232ZM7.947,2.983C7.821,3.104 7.762,3.162 7.692,3.232L8.223,3.762C8.288,3.697 8.343,3.643 8.468,3.522L7.947,2.983ZM8.029,2.901C7.98,2.953 7.969,2.963 7.959,2.972L8.457,3.533C8.495,3.499 8.527,3.466 8.571,3.419L8.029,2.901ZM8.08,2.848L8.029,2.901L8.572,3.419L8.622,3.366L8.08,2.848ZM8.857,2.277C8.572,2.424 8.312,2.615 8.085,2.842L8.616,3.372C8.788,3.199 8.986,3.055 9.202,2.943L8.857,2.277ZM9.769,1.978C9.451,2.033 9.143,2.135 8.862,2.274L9.196,2.946C9.411,2.839 9.651,2.76 9.899,2.716L9.769,1.978ZM10.76,1.893C10.427,1.897 10.094,1.925 9.775,1.977L9.893,2.717C10.176,2.672 10.472,2.647 10.768,2.643L10.76,1.893ZM11.229,1.887C11,1.887 10.895,1.888 10.75,1.893L10.778,2.643C10.909,2.638 11.003,2.637 11.229,2.637V1.887ZM11.792,1.884C11.515,1.884 11.389,1.884 11.223,1.887L11.235,2.637C11.395,2.634 11.516,2.634 11.792,2.634V1.884ZM18.115,1.884H11.792V2.634H18.115V1.884ZM12.116,13.294C12.229,13.247 12.331,13.179 12.415,13.096L11.89,12.561C11.873,12.578 11.853,12.591 11.83,12.601L12.116,13.294ZM11.089,13.088C11.358,13.358 11.763,13.44 12.116,13.294L11.83,12.601C11.758,12.63 11.675,12.614 11.621,12.559L11.089,13.088ZM11.089,11.76C10.724,12.127 10.724,12.721 11.089,13.088L11.621,12.559C11.546,12.484 11.546,12.363 11.621,12.289L11.089,11.76ZM11.264,11.622C11.201,11.66 11.142,11.706 11.089,11.76L11.621,12.289C11.632,12.278 11.644,12.268 11.656,12.261L11.264,11.622ZM13.639,9.229L11.195,11.676L11.725,12.206L14.169,9.759L13.639,9.229ZM11.09,7.213L13.639,9.76L14.169,9.229L11.62,6.683L11.09,7.213ZM11.097,6.676L11.089,6.683L11.621,7.213L11.628,7.205L11.097,6.676ZM11.63,6.678C11.614,6.661 11.6,6.64 11.59,6.617L10.897,6.903C10.944,7.017 11.012,7.118 11.095,7.203L11.63,6.678ZM11.59,6.617C11.561,6.545 11.577,6.463 11.632,6.408L11.103,5.877C10.833,6.146 10.752,6.551 10.897,6.903L11.59,6.617ZM11.632,6.408C11.707,6.334 11.828,6.334 11.902,6.408L12.432,5.877C12.064,5.511 11.47,5.511 11.103,5.877L11.632,6.408ZM11.902,6.408C11.913,6.419 11.923,6.431 11.93,6.444L12.569,6.051C12.531,5.988 12.485,5.93 12.432,5.877L11.902,6.408ZM14.967,8.43L12.515,5.982L11.985,6.513L14.437,8.961L14.967,8.43ZM16.912,5.953L14.437,8.43L14.967,8.961L17.443,6.483L16.912,5.953ZM16.973,5.879C16.935,5.918 16.9,5.96 16.869,6.003L17.485,6.432C17.492,6.423 17.499,6.414 17.507,6.406L16.973,5.879ZM17.998,5.672C17.647,5.527 17.243,5.608 16.974,5.878L17.506,6.407C17.56,6.353 17.641,6.336 17.712,6.365L17.998,5.672ZM18.579,6.54C18.579,6.16 18.35,5.817 17.998,5.672L17.712,6.365C17.783,6.395 17.829,6.464 17.829,6.54H18.579ZM18.305,7.203C18.477,7.031 18.579,6.794 18.579,6.54H17.829C17.829,6.591 17.809,6.639 17.774,6.674L18.305,7.203ZM18.311,6.68L18.305,6.674L17.774,7.203L17.78,7.209L18.311,6.68ZM15.766,9.758L18.311,7.21L17.78,6.68L15.235,9.228L15.766,9.758ZM18.249,11.707L15.766,9.227L15.236,9.758L17.719,12.238L18.249,11.707ZM18.312,11.761C18.279,11.727 18.243,11.697 18.206,11.67L17.763,12.275C17.771,12.281 17.778,12.287 17.785,12.294L18.312,11.761ZM18.519,12.786C18.664,12.434 18.583,12.03 18.313,11.762L17.784,12.293C17.838,12.347 17.855,12.429 17.826,12.5L18.519,12.786ZM17.651,13.366C18.031,13.366 18.374,13.137 18.519,12.786L17.826,12.5C17.796,12.57 17.727,12.616 17.651,12.616V13.366ZM16.988,13.093C17.16,13.264 17.397,13.366 17.651,13.366V12.616C17.6,12.616 17.552,12.596 17.517,12.561L16.988,13.093ZM17.511,13.098L17.517,13.092L16.987,12.562L16.981,12.568L17.511,13.098ZM14.437,10.557L16.981,13.098L17.511,12.568L14.967,10.026L14.437,10.557ZM12.426,13.101L14.968,10.557L14.437,10.027L11.895,12.571L12.426,13.101ZM11.888,13.094L11.896,13.102L12.425,12.571L12.417,12.563L11.888,13.094Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_delete_button.xml"
line="11"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (13036 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M39.194,15.855C38.79,16.287 38.388,16.726 37.998,17.172C37.946,17.223 37.885,17.263 37.818,17.291C37.751,17.318 37.68,17.332 37.607,17.331C37.464,17.33 37.327,17.273 37.225,17.172C37.174,17.121 37.133,17.06 37.105,16.993C37.077,16.926 37.063,16.854 37.063,16.781C37.067,16.637 37.125,16.499 37.225,16.394C37.618,15.948 38.017,15.511 38.421,15.076C38.473,15.026 38.534,14.985 38.601,14.958C38.668,14.931 38.739,14.917 38.812,14.917C38.957,14.917 39.096,14.974 39.2,15.076C39.251,15.128 39.292,15.189 39.32,15.255C39.347,15.323 39.362,15.394 39.362,15.467C39.358,15.613 39.298,15.752 39.194,15.855ZM36.579,18.844C36.679,18.739 36.737,18.601 36.741,18.456C36.741,18.384 36.727,18.312 36.699,18.245C36.671,18.178 36.63,18.117 36.579,18.066C36.528,18.015 36.467,17.974 36.4,17.946C36.333,17.919 36.262,17.904 36.19,17.904C36.117,17.904 36.046,17.919 35.979,17.946C35.912,17.974 35.852,18.015 35.8,18.066C35.336,18.638 34.882,19.221 34.439,19.809C34.402,19.873 34.378,19.943 34.369,20.015C34.36,20.088 34.365,20.162 34.384,20.233C34.424,20.37 34.515,20.486 34.637,20.56C34.701,20.597 34.771,20.621 34.843,20.63C34.916,20.64 34.99,20.635 35.061,20.615C35.195,20.57 35.311,20.482 35.391,20.365L35.757,19.881C36.029,19.531 36.301,19.188 36.579,18.844ZM32.146,24.259C32.208,24.295 32.277,24.319 32.348,24.33C32.42,24.34 32.493,24.336 32.563,24.317C32.633,24.299 32.699,24.267 32.756,24.224C32.814,24.18 32.863,24.126 32.899,24.063C33.29,23.405 33.699,22.764 34.126,22.139C34.163,22.076 34.188,22.006 34.198,21.934C34.208,21.861 34.203,21.788 34.185,21.717C34.166,21.646 34.133,21.58 34.089,21.522C34.044,21.464 33.988,21.416 33.925,21.379C33.799,21.306 33.649,21.286 33.509,21.323C33.368,21.361 33.248,21.452 33.174,21.577C32.745,22.21 32.335,22.852 31.945,23.503C31.908,23.565 31.884,23.635 31.874,23.707C31.864,23.779 31.869,23.852 31.887,23.923C31.906,23.993 31.938,24.059 31.983,24.117C32.027,24.174 32.083,24.223 32.146,24.259ZM31.673,25.084C31.547,25.011 31.397,24.99 31.257,25.028C31.116,25.065 30.996,25.156 30.922,25.282C30.567,25.9 30.215,26.519 29.861,27.135C29.817,27.198 29.788,27.268 29.773,27.343C29.759,27.417 29.76,27.494 29.777,27.568C29.793,27.642 29.825,27.712 29.87,27.773C29.915,27.834 29.972,27.885 30.038,27.923C30.103,27.961 30.176,27.985 30.251,27.994C30.327,28.002 30.403,27.995 30.475,27.973C30.548,27.951 30.615,27.913 30.672,27.864C30.73,27.815 30.776,27.754 30.809,27.685C31.167,27.069 31.516,26.451 31.871,25.832C31.908,25.769 31.933,25.7 31.943,25.627C31.953,25.555 31.949,25.481 31.931,25.411C31.912,25.34 31.88,25.274 31.836,25.216C31.792,25.158 31.736,25.109 31.673,25.073V25.084ZM44.304,20.285C44.369,20.251 44.427,20.203 44.474,20.146C44.521,20.088 44.556,20.022 44.577,19.951C44.597,19.88 44.604,19.805 44.595,19.731C44.586,19.658 44.562,19.587 44.525,19.522C44.488,19.458 44.438,19.402 44.379,19.358C44.319,19.313 44.251,19.281 44.179,19.263C44.107,19.246 44.033,19.243 43.959,19.255C43.886,19.267 43.816,19.294 43.754,19.333C43.22,19.674 42.692,20.024 42.169,20.381C42.039,20.457 41.943,20.58 41.9,20.725C41.862,20.868 41.882,21.02 41.955,21.149C41.991,21.211 42.04,21.266 42.097,21.31C42.155,21.354 42.221,21.385 42.291,21.404C42.361,21.422 42.434,21.427 42.505,21.417C42.577,21.407 42.646,21.383 42.708,21.347C43.238,20.976 43.77,20.622 44.304,20.285ZM38.6,23.326C38.6,23.399 38.613,23.471 38.641,23.538C38.668,23.605 38.708,23.666 38.759,23.717C38.811,23.768 38.872,23.808 38.939,23.836C39.006,23.863 39.078,23.877 39.15,23.876C39.294,23.87 39.431,23.814 39.538,23.717C39.86,23.455 40.185,23.198 40.511,22.947C40.66,22.831 40.808,22.716 40.959,22.603C41.079,22.527 41.169,22.411 41.213,22.276C41.232,22.206 41.238,22.133 41.229,22.061C41.22,21.989 41.197,21.919 41.161,21.856C41.126,21.793 41.078,21.738 41.02,21.693C40.963,21.649 40.897,21.616 40.827,21.597C40.757,21.576 40.683,21.571 40.61,21.581C40.537,21.591 40.467,21.616 40.404,21.654C39.854,22.073 39.304,22.499 38.754,22.939C38.654,23.043 38.598,23.182 38.6,23.326ZM36.447,26.437C36.914,25.989 37.393,25.551 37.877,25.122C37.928,25.071 37.968,25.01 37.996,24.944C38.024,24.877 38.038,24.805 38.038,24.733C38.038,24.661 38.024,24.589 37.996,24.522C37.968,24.456 37.928,24.395 37.877,24.344C37.772,24.244 37.632,24.188 37.488,24.188C37.343,24.188 37.203,24.244 37.098,24.344C36.614,24.773 36.136,25.213 35.668,25.659C35.617,25.71 35.577,25.77 35.549,25.837C35.521,25.904 35.507,25.975 35.507,26.048C35.507,26.12 35.521,26.191 35.549,26.258C35.577,26.325 35.617,26.386 35.668,26.437C35.72,26.488 35.78,26.528 35.847,26.556C35.914,26.584 35.985,26.598 36.058,26.598C36.13,26.598 36.201,26.584 36.268,26.556C36.335,26.528 36.396,26.488 36.447,26.437ZM35.072,27.578C35.071,27.47 35.039,27.364 34.978,27.274C34.918,27.184 34.832,27.114 34.732,27.072C34.632,27.031 34.521,27.02 34.415,27.041C34.309,27.062 34.211,27.114 34.134,27.19C33.705,27.636 33.284,28.089 32.872,28.549C32.772,28.655 32.715,28.794 32.712,28.939C32.712,29.085 32.77,29.225 32.873,29.328C32.977,29.431 33.116,29.489 33.262,29.489C33.408,29.487 33.547,29.429 33.65,29.327C34.063,28.869 34.483,28.416 34.912,27.969C35.012,27.863 35.068,27.723 35.069,27.578H35.072ZM48.203,24.457C47.515,24.688 46.828,24.933 46.149,25.191C46.013,25.233 45.896,25.323 45.821,25.444C45.743,25.57 45.718,25.722 45.75,25.868C45.769,25.937 45.802,26.003 45.846,26.06C45.89,26.117 45.946,26.164 46.008,26.2C46.071,26.236 46.14,26.259 46.212,26.268C46.284,26.277 46.357,26.272 46.426,26.253C47.109,25.994 47.801,25.747 48.484,25.515C48.618,25.472 48.73,25.377 48.797,25.253C48.864,25.128 48.88,24.982 48.842,24.846C48.804,24.709 48.715,24.593 48.594,24.52C48.472,24.448 48.327,24.425 48.189,24.457H48.203ZM43.22,27.801C43.726,27.542 44.237,27.287 44.749,27.039C44.873,26.966 44.964,26.848 45.002,26.709C45.021,26.639 45.026,26.566 45.018,26.495C45.008,26.423 44.986,26.354 44.95,26.291C44.914,26.228 44.866,26.173 44.809,26.129C44.752,26.084 44.687,26.052 44.617,26.032C44.474,26.001 44.324,26.021 44.194,26.087C43.682,26.338 43.171,26.594 42.665,26.852C42.539,26.926 42.447,27.046 42.41,27.187C42.373,27.327 42.393,27.477 42.466,27.603C42.503,27.665 42.551,27.72 42.609,27.764C42.666,27.808 42.732,27.84 42.802,27.858C42.872,27.877 42.945,27.881 43.017,27.871C43.089,27.861 43.158,27.837 43.22,27.801ZM39.37,29.687C39.97,29.371 40.569,29.063 41.177,28.763C41.239,28.727 41.294,28.678 41.338,28.621C41.382,28.563 41.414,28.498 41.432,28.428C41.451,28.358 41.455,28.285 41.445,28.213C41.435,28.141 41.411,28.072 41.375,28.01C41.298,27.887 41.177,27.798 41.037,27.761C40.897,27.725 40.748,27.744 40.621,27.815C40.016,28.111 39.415,28.42 38.817,28.739C38.692,28.812 38.6,28.932 38.563,29.073C38.526,29.214 38.546,29.363 38.619,29.489C38.693,29.614 38.813,29.705 38.952,29.742C39.093,29.779 39.242,29.759 39.367,29.687H39.37ZM35.704,31.764C36.313,31.397 36.927,31.037 37.547,30.683C37.661,30.604 37.741,30.486 37.771,30.351C37.802,30.215 37.78,30.074 37.71,29.954C37.641,29.834 37.529,29.745 37.397,29.704C37.264,29.663 37.122,29.674 36.997,29.734C36.375,30.082 35.761,30.442 35.154,30.812C35.035,30.888 34.949,31.007 34.915,31.145C34.881,31.283 34.902,31.429 34.973,31.551C35.044,31.674 35.16,31.765 35.296,31.804C35.432,31.844 35.578,31.829 35.704,31.764ZM45.679,18.167C45.065,18.52 45.618,19.471 46.229,19.116C46.558,18.927 46.891,18.742 47.224,18.566L46.124,17.926C45.973,18.003 45.824,18.082 45.679,18.167ZM51.25,23.549C50.893,23.643 50.535,23.739 50.178,23.844C49.498,24.039 49.787,25.1 50.469,24.902C50.744,24.828 50.989,24.759 51.25,24.691V23.549ZM35.751,36.749C35.759,36.854 35.734,36.959 35.678,37.049C35.623,37.138 35.541,37.208 35.443,37.247C35.418,37.26 35.391,37.27 35.363,37.277H35.314L34.599,37.47L29.902,38.746L31.673,41.834C31.752,41.94 31.79,42.071 31.78,42.203C31.77,42.335 31.713,42.459 31.619,42.553C31.525,42.646 31.401,42.702 31.269,42.711C31.136,42.72 31.006,42.681 30.9,42.601L27.812,40.83L27.787,40.916L26.332,46.3C26.3,46.415 26.23,46.517 26.135,46.589C26.039,46.662 25.923,46.701 25.803,46.701C25.683,46.701 25.566,46.662 25.471,46.589C25.375,46.517 25.306,46.415 25.274,46.3C25.202,46.044 25.133,45.786 25.065,45.53C24.637,43.963 24.212,42.397 23.788,40.833L20.7,42.604C20.595,42.666 20.472,42.692 20.351,42.676C20.23,42.661 20.117,42.606 20.031,42.52C19.945,42.433 19.89,42.321 19.874,42.2C19.859,42.078 19.885,41.956 19.947,41.85L21.718,38.762L21.632,38.737L16.251,37.275C16.134,37.243 16.031,37.174 15.958,37.078C15.885,36.982 15.845,36.864 15.845,36.744C15.845,36.623 15.885,36.506 15.958,36.41C16.031,36.314 16.134,36.245 16.251,36.213L17.021,36.004L21.718,34.731C21.127,33.702 20.537,32.672 19.947,31.64C19.89,31.535 19.87,31.415 19.888,31.297C19.906,31.179 19.961,31.071 20.046,30.987C20.131,30.904 20.241,30.85 20.359,30.835C20.477,30.819 20.596,30.842 20.7,30.9L23.788,32.66L23.813,32.575L25.274,27.193C25.306,27.078 25.375,26.976 25.471,26.904C25.566,26.831 25.683,26.792 25.803,26.792C25.923,26.792 26.039,26.831 26.135,26.904C26.23,26.976 26.3,27.078 26.332,27.193C26.404,27.449 26.472,27.707 26.541,27.963C26.968,29.529 27.394,31.094 27.817,32.66L30.9,30.9C31.005,30.839 31.127,30.814 31.247,30.829C31.368,30.844 31.48,30.899 31.566,30.985C31.652,31.071 31.707,31.183 31.723,31.303C31.739,31.423 31.714,31.546 31.653,31.651C31.061,32.683 30.471,33.713 29.882,34.742L29.968,34.766L35.3,36.199C35.348,36.208 35.394,36.223 35.438,36.246C35.535,36.286 35.617,36.356 35.672,36.446C35.727,36.536 35.752,36.641 35.743,36.746L35.751,36.749ZM27.757,39.527L29.706,40.643L28.59,38.694C28.547,38.621 28.522,38.539 28.516,38.455C28.51,38.371 28.523,38.287 28.554,38.209C28.586,38.131 28.635,38.061 28.698,38.005C28.761,37.948 28.836,37.908 28.917,37.885L29.69,37.676L33.1,36.744L28.909,35.605C28.828,35.583 28.753,35.542 28.69,35.486C28.627,35.43 28.578,35.36 28.546,35.282C28.515,35.203 28.501,35.119 28.507,35.035C28.514,34.951 28.539,34.869 28.582,34.797L29.698,32.85L27.749,33.966C27.677,34.008 27.596,34.034 27.513,34.041C27.43,34.047 27.346,34.035 27.269,34.004C27.191,33.974 27.121,33.926 27.065,33.865C27.008,33.803 26.967,33.73 26.943,33.65C26.871,33.394 26.802,33.136 26.734,32.88C26.422,31.738 26.112,30.596 25.804,29.454C25.423,30.845 25.042,32.244 24.663,33.65C24.641,33.731 24.6,33.806 24.544,33.869C24.489,33.932 24.419,33.981 24.341,34.013C24.263,34.045 24.179,34.058 24.095,34.053C24.011,34.047 23.93,34.022 23.857,33.98L21.907,32.85L23.024,34.797C23.067,34.869 23.092,34.951 23.098,35.035C23.104,35.119 23.091,35.203 23.059,35.282C23.028,35.36 22.979,35.43 22.916,35.486C22.853,35.542 22.778,35.583 22.697,35.605L21.924,35.814L18.497,36.744L22.697,37.882C22.778,37.905 22.853,37.946 22.916,38.002C22.979,38.058 23.028,38.128 23.059,38.206C23.091,38.284 23.104,38.368 23.098,38.452C23.092,38.536 23.067,38.618 23.024,38.691L21.907,40.64L23.857,39.524C23.93,39.482 24.011,39.457 24.095,39.451C24.179,39.445 24.263,39.458 24.34,39.49C24.418,39.522 24.488,39.571 24.544,39.633C24.6,39.696 24.64,39.77 24.663,39.851L24.875,40.624C25.183,41.766 25.493,42.908 25.804,44.05L26.943,39.851C26.965,39.77 27.006,39.696 27.062,39.633C27.118,39.571 27.188,39.522 27.265,39.49C27.343,39.458 27.427,39.445 27.511,39.451C27.595,39.457 27.676,39.482 27.749,39.524L27.757,39.527ZM46.11,35.402L44.568,34.984C44.56,34.982 44.554,34.978 44.548,34.973C44.543,34.967 44.539,34.961 44.537,34.953L44.1,33.419C44.087,33.37 44.058,33.326 44.018,33.296C43.978,33.265 43.928,33.248 43.877,33.249C43.827,33.248 43.778,33.265 43.738,33.295C43.697,33.325 43.668,33.368 43.654,33.416L43.236,34.959C43.235,34.967 43.23,34.974 43.224,34.979C43.219,34.984 43.211,34.988 43.203,34.989L41.664,35.407C41.615,35.421 41.572,35.45 41.541,35.49C41.51,35.53 41.494,35.579 41.494,35.63C41.494,35.681 41.51,35.73 41.541,35.77C41.572,35.81 41.615,35.839 41.664,35.853L43.203,36.271C43.212,36.272 43.219,36.276 43.225,36.282C43.231,36.288 43.235,36.296 43.236,36.304L43.654,37.844C43.667,37.893 43.696,37.936 43.737,37.967C43.777,37.998 43.826,38.015 43.877,38.014C43.928,38.015 43.978,37.998 44.018,37.967C44.058,37.936 44.087,37.893 44.1,37.844L44.518,36.304C44.52,36.296 44.523,36.288 44.529,36.282C44.535,36.276 44.543,36.272 44.551,36.271L46.091,35.853C46.14,35.839 46.183,35.81 46.214,35.77C46.244,35.73 46.261,35.681 46.261,35.63C46.261,35.579 46.244,35.53 46.214,35.49C46.183,35.45 46.14,35.421 46.091,35.407L46.11,35.402ZM25.793,20.519L24.812,20.244L24.537,19.257C24.526,19.219 24.504,19.185 24.472,19.161C24.441,19.137 24.403,19.124 24.363,19.125C24.324,19.124 24.285,19.137 24.254,19.161C24.223,19.185 24.2,19.219 24.19,19.257L23.915,20.241L22.931,20.516C22.892,20.526 22.858,20.549 22.834,20.581C22.81,20.613 22.798,20.652 22.799,20.692C22.798,20.732 22.81,20.77 22.834,20.802C22.858,20.833 22.892,20.855 22.931,20.865L23.915,21.14L24.19,22.128C24.2,22.166 24.222,22.2 24.254,22.223C24.285,22.247 24.324,22.26 24.363,22.26C24.403,22.261 24.442,22.248 24.473,22.224C24.505,22.2 24.527,22.166 24.537,22.128L24.812,21.143L25.796,20.868C25.834,20.858 25.869,20.836 25.893,20.805C25.917,20.773 25.931,20.735 25.931,20.695C25.931,20.654 25.917,20.615 25.892,20.583C25.867,20.551 25.833,20.529 25.793,20.519Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_donate_q2_2022.xml"
line="19"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1597 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.622,8.813C16.688,8.813 17.59,8.126 17.939,7.183H21.487C21.907,7.183 22.276,6.813 22.276,6.352C22.276,5.891 21.907,5.532 21.487,5.532H17.939C17.601,4.578 16.688,3.881 15.622,3.881C14.555,3.881 13.632,4.578 13.294,5.532H2.435C1.974,5.532 1.615,5.891 1.615,6.352C1.615,6.813 1.974,7.183 2.435,7.183H13.304C13.643,8.126 14.555,8.813 15.622,8.813ZM15.622,7.552C14.945,7.552 14.422,7.019 14.422,6.342C14.422,5.665 14.945,5.142 15.622,5.142C16.298,5.142 16.821,5.665 16.821,6.342C16.821,7.019 16.298,7.552 15.622,7.552ZM2.394,11.787C1.974,11.787 1.615,12.156 1.615,12.617C1.615,13.079 1.974,13.438 2.394,13.438H6.065C6.403,14.401 7.316,15.088 8.382,15.088C9.449,15.088 10.361,14.401 10.71,13.438H21.446C21.907,13.438 22.276,13.079 22.276,12.617C22.276,12.156 21.907,11.787 21.446,11.787H10.7C10.361,10.843 9.449,10.156 8.382,10.156C7.316,10.156 6.403,10.843 6.065,11.787H2.394ZM8.382,13.817C7.716,13.817 7.183,13.284 7.183,12.617C7.183,11.94 7.716,11.417 8.382,11.417C9.059,11.417 9.582,11.94 9.582,12.617C9.582,13.284 9.059,13.817 8.382,13.817ZM15.622,21.343C16.688,21.343 17.601,20.656 17.939,19.703H21.487C21.907,19.703 22.276,19.344 22.276,18.882C22.276,18.421 21.907,18.052 21.487,18.052H17.939C17.601,17.098 16.688,16.421 15.622,16.421C14.555,16.421 13.643,17.098 13.304,18.052H2.435C1.974,18.052 1.615,18.421 1.615,18.882C1.615,19.344 1.974,19.703 2.435,19.703H13.294C13.643,20.656 14.555,21.343 15.622,21.343ZM15.622,20.082C14.945,20.082 14.422,19.549 14.422,18.882C14.422,18.195 14.945,17.683 15.622,17.683C16.298,17.683 16.821,18.195 16.821,18.882C16.821,19.549 16.298,20.082 15.622,20.082Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_editmedia_outline_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1395 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8,11c0,0.8 -0.4,1.5 -1,1.5S6,11.8 6,11s0.4,-1.5 1,-1.5S8,10.2 8,11zM13,9.5c-0.6,0 -1,0.7 -1,1.5s0.4,1.5 1,1.5s1,-0.7 1,-1.5S13.6,9.5 13,9.5zM19,13c0,2.8 -2.2,5 -5,5l0,0c-0.1,0 -0.9,0 -1.8,-0.1c-0.9,1.2 -2.6,1.4 -3.8,0.5c-0.2,-0.2 -0.4,-0.3 -0.5,-0.5C6.9,18 6.1,18 6,18l0,0c-2.8,0 -5,-2.3 -4.9,-5.1c0,-1.5 0.8,-3 2,-3.9c0,-0.3 0.1,-0.5 0.2,-0.8C3.2,8.1 3.1,8.1 3,8C1.2,6.2 0.9,3.7 2.3,2.3c0.6,-0.6 1.4,-0.9 2.2,-0.9C5.9,1.5 7.1,2 8,3c0.1,0.1 0.1,0.2 0.2,0.2c1.2,-0.3 2.4,-0.3 3.6,0C11.9,3.2 11.9,3.1 12,3c0.9,-1 2.1,-1.5 3.5,-1.5c0.8,0 1.6,0.3 2.2,0.9C19.1,3.7 18.8,6.2 17,8c-0.1,0.1 -0.2,0.1 -0.2,0.2c0.1,0.2 0.1,0.5 0.2,0.8C18.2,9.9 19,11.4 19,13zM13.3,3.8c1.2,0.7 2.2,1.6 2.8,2.8c0.4,-0.5 0.7,-1.2 0.8,-1.8c0.1,-0.5 -0.1,-1.1 -0.4,-1.5C16.3,3.1 15.9,3 15.5,3C14.7,3 13.9,3.4 13.3,3.8L13.3,3.8zM3.8,6.7c0.6,-1.2 1.6,-2.2 2.8,-2.9l0,0C6.1,3.3 5.3,3 4.5,3C4.1,3 3.7,3.1 3.4,3.4C3.1,3.8 2.9,4.3 3,4.8C3.1,5.5 3.4,6.2 3.8,6.7zM17.5,13c0,-1.1 -0.6,-2.2 -1.5,-2.8l-0.5,-0.4l-0.1,-0.6c-0.4,-3 -3.2,-5.1 -6.2,-4.6C6.8,4.9 4.9,6.8 4.5,9.2L4.4,9.8L4,10.2c-0.9,0.6 -1.5,1.7 -1.5,2.8c0,1.9 1.6,3.5 3.5,3.5c0,0 0.8,0 1.7,-0.1l0.8,-0.1L9,17c0.4,0.6 1.1,0.7 1.7,0.3c0.1,-0.1 0.2,-0.2 0.3,-0.3l0.5,-0.6l0.8,0.1c0.9,0.1 1.6,0.1 1.7,0.1C15.9,16.5 17.5,14.9 17.5,13zM11.8,14.8c0,-0.6 -0.4,-1 -1,-1H9.3c-0.6,0 -1,0.4 -1,1c0,0.3 0.2,0.7 0.4,0.8l0.9,0.7c0.2,0.2 0.6,0.2 0.8,0l0.9,-0.7C11.6,15.4 11.8,15.1 11.8,14.8z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_emoji_animal_20.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1125 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.1,10.4c-0.4,-0.7 -0.6,-1.5 -0.6,-2.3c0,-0.8 0.2,-1.6 0.6,-2.3c0.3,-0.5 0.4,-1.1 0.4,-1.8c0,-0.6 -0.2,-1.2 -0.4,-1.7l1.4,-0.6C13.8,2.6 14,3.4 14,4.2c0,0.8 -0.2,1.6 -0.6,2.3C13.2,7 13,7.6 13,8.2c0,0.6 0.2,1.1 0.4,1.6L12.1,10.4zM10.4,9.8C10.2,9.3 10,8.8 10,8.2c0,-0.6 0.2,-1.2 0.4,-1.7C10.8,5.8 11,5 11,4.2c0,-0.8 -0.2,-1.6 -0.6,-2.3L9.1,2.5C9.3,3 9.5,3.6 9.5,4.2c0,0.6 -0.2,1.2 -0.4,1.8C8.7,6.6 8.5,7.4 8.5,8.2c0,0.8 0.2,1.6 0.6,2.3L10.4,9.8zM19,10.3L19,10.3c0,2.7 -2.3,8.7 -9,8.7c-4.9,0 -8.8,-3.8 -9,-8.7l0,0C1,9.1 2.8,8 5.6,7.4c0.1,-0.5 0.3,-1 0.5,-1.5c0.3,-0.5 0.4,-1.1 0.4,-1.8c0,-0.6 -0.2,-1.2 -0.4,-1.7l1.4,-0.6C7.8,2.6 8,3.4 8,4.2C8,5 7.8,5.8 7.4,6.5C7.2,7 7,7.6 7,8.2c0,0.2 0,0.3 0,0.5c0.1,0.4 0.2,0.8 0.4,1.2L6,10.4C5.8,10 5.7,9.5 5.6,9c-1.1,0.2 -2.2,0.6 -3,1.4c0.4,0.6 2.9,1.9 7.5,1.9s7.1,-1.3 7.5,-1.9c-0.8,-0.7 -1.8,-1.2 -2.9,-1.4c-0.1,-0.3 -0.1,-0.5 -0.1,-0.8c0,-0.2 0,-0.5 0.1,-0.7C17.2,8 19,9.1 19,10.3zM17.2,12c-0.2,0.3 -0.5,0.5 -0.8,0.6c-2.1,0.7 -4.2,1 -6.4,1c-2.2,0 -4.3,-0.3 -6.3,-1C3.3,12.5 3,12.3 2.8,12c0.1,0.4 0.2,0.7 0.4,1.1c1.1,2.8 3.8,4.5 6.8,4.5c3,0.1 5.7,-1.7 6.9,-4.5C17,12.7 17.1,12.4 17.2,12z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_emoji_food_20.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (912 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12,3.431C12.19,3.431 12.663,3.484 12.949,3.968L22.388,19.954C22.674,20.439 22.484,20.868 22.388,21.03C22.293,21.191 22.01,21.568 21.438,21.568H2.561C1.99,21.568 1.706,21.191 1.611,21.03C1.516,20.868 1.326,20.439 1.612,19.954L11.05,3.968C11.337,3.484 11.809,3.431 12,3.431ZM12,2C11.14,2 10.279,2.417 9.787,3.251L0.348,19.237C-0.639,20.909 0.591,23 2.561,23H21.439C23.409,23 24.639,20.908 23.652,19.237L14.213,3.25C13.721,2.416 12.861,2 12,2ZM11.949,16.875C11.142,16.888 10.5,17.541 10.514,18.332C10.528,19.122 11.193,19.752 12,19.739C12.807,19.725 13.448,19.073 13.435,18.282C13.421,17.491 12.755,16.861 11.949,16.875ZM11.267,14.541C11.267,14.937 11.594,15.259 12,15.259C12.405,15.259 12.733,14.938 12.733,14.541C12.733,14.537 12.731,14.534 12.731,14.531L13.095,8.651H13.084C13.084,8.064 12.599,7.588 12,7.588C11.401,7.588 10.915,8.064 10.915,8.651H10.905L11.269,14.531C11.269,14.531 11.267,14.537 11.267,14.541Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_error_triangle_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (3633 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M26.9001,17.8L26.7001,18.1C25.9001,19.6 25.2001,20.6 24.5001,21.2C24.1001,21.5 23.8001,21.7 23.6001,21.9C23.3001,22 23.1001,22.1 23.0001,22.1C22.8001,22.1 22.7001,22 22.6001,21.9C22.5001,21.7 22.5001,21.6 22.5001,21.4C22.5001,21.1 22.6001,20.9 22.7001,20.6C22.8001,20.3 23.0001,20 23.2001,19.7C23.4001,19.4 23.6001,19.1 23.7001,18.8C23.9001,18.5 24.0001,18.2 24.0001,18C24.0001,17.7 23.9001,17.5 23.7001,17.3C23.8001,17.3 23.9001,17.2 24.0001,17.2C24.4001,16.9 24.6001,16.5 24.6001,16C24.6001,15.3 24.3001,14.7 23.7001,14.3C23.1001,13.9 22.5001,13.7 21.7001,13.7C21.0001,13.7 20.2001,13.9 19.5001,14.2C18.8001,14.6 18.1001,15 17.5001,15.6C16.9001,16.2 16.3001,16.8 15.8001,17.5C15.3001,18.2 14.9001,18.9 14.6001,19.7C14.5001,20.1 14.4001,20.4 14.3001,20.7C14.2001,20.8 14.1001,20.9 14.1001,21C13.8001,21.3 13.6001,21.5 13.3001,21.6C13.1001,21.7 12.9001,21.8 12.8001,21.8C12.7001,21.8 12.6001,21.8 12.5001,21.7C12.4001,21.7 12.4001,21.6 12.3001,21.4C12.2001,21.1 12.1001,20.6 12.1001,19.9C12.1001,19.2 12.2001,18.3 12.3001,17.4C12.5001,16.4 12.6001,15.4 12.9001,14.3C13.1001,13.2 13.4001,12.2 13.7001,11.1C14.0001,10.1 14.3001,9.1 14.6001,8.3C14.9001,7.4 15.2001,6.7 15.4001,6.1C15.5001,5.8 15.7001,5.6 15.8001,5.4C15.9001,5.2 16.0001,5.1 16.0001,5.1L16.2001,5L16.0001,4.8C15.7001,4.5 15.3001,4.2 15.0001,4C14.7001,3.8 14.4001,3.7 14.1001,3.7C13.8001,3.7 13.5001,3.8 13.2001,4.1C12.9001,4.3 12.5001,4.6 12.1001,5.1L12.3001,5.3L12.1001,5.1C11.5001,5.7 10.8001,6.4 10.1001,7.3C9.4001,8.2 8.6001,9.2 7.7001,10.3C6.9001,11.4 6.1001,12.5 5.3001,13.7C5.0001,13.7 4.7001,13.6 4.4001,13.6C4.1001,13.6 3.8001,13.5 3.5001,13.5C2.8001,13.5 2.1001,13.6 1.5001,13.9C0.9001,14.2 0.5001,14.7 0.2001,15.3L0.1001,15.6H0.9001C1.7001,15.6 2.3001,15.6 2.7001,15.6C3.0001,15.6 3.4001,15.6 3.8001,15.7C3.2001,16.7 2.6001,17.6 2.1001,18.5C1.5001,19.5 1.1001,20.4 0.7001,21.2C0.4001,22 0.2001,22.6 0.2001,23.2C0.2001,23.5 0.3001,23.7 0.4001,24.1C0.6001,24.5 1.0001,24.8 1.5001,25.1L1.7001,25.2L1.8001,24.9C2.6001,23.6 3.3001,22 4.0001,20.4C4.7001,18.9 5.5001,17.4 6.3001,16C6.8001,16.1 7.3001,16.1 7.8001,16.2C8.3001,16.3 8.9001,16.3 9.5001,16.4C9.4001,17 9.3001,17.6 9.3001,18C9.2001,18.5 9.2001,19 9.2001,19.4C9.2001,20.7 9.4001,21.7 9.7001,22.5C9.9001,22.9 10.1001,23.2 10.5001,23.4C10.8001,23.6 11.2001,23.7 11.7001,23.7C12.6001,23.7 13.4001,23.3 14.1001,22.7C14.2001,23 14.4001,23.3 14.7001,23.6C15.2001,24 15.7001,24.2 16.3001,24.2C17.0001,24.2 17.7001,23.9 18.3001,23.4C18.8001,23 19.3001,22.5 19.9001,21.8C20.0001,22.2 20.2001,22.6 20.4001,22.9C20.8001,23.4 21.4001,23.7 22.2001,23.7C22.9001,23.7 23.6001,23.5 24.3001,23C25.0001,22.6 25.6001,22 26.2001,21.3C26.8001,20.6 27.3001,19.7 27.7001,18.8L27.8001,18.6L26.9001,17.8ZM22.5001,16.1C22.5001,16.3 22.5001,16.4 22.5001,16.5C22.5001,16.6 22.5001,16.7 22.5001,16.7C22.4001,16.7 22.3001,16.8 22.2001,16.9C21.9001,17.3 21.5001,17.9 21.0001,18.5C20.6001,19.1 20.1001,19.7 19.6001,20.3C19.1001,20.9 18.7001,21.4 18.2001,21.7C17.7001,22.1 17.4001,22.2 17.0001,22.2C16.9001,22.2 16.8001,22.2 16.8001,22.1C16.7001,22 16.7001,21.9 16.7001,21.6C16.7001,21.1 16.8001,20.6 17.0001,20C17.2001,19.4 17.5001,18.8 17.8001,18.2C18.2001,17.6 18.5001,17 19.0001,16.5C19.4001,16 19.9001,15.6 20.4001,15.2C20.9001,14.9 21.3001,14.7 21.7001,14.7C22.1001,14.7 22.3001,14.8 22.3001,15C22.4001,15.6 22.5001,15.8 22.5001,16.1ZM12.2001,7.2C12.0001,7.7 11.8001,8.2 11.6001,8.8C11.3001,9.8 11.0001,10.8 10.6001,11.8C10.3001,12.8 10.1001,13.7 9.9001,14.7C9.5001,14.6 9.0001,14.5 8.6001,14.4C8.2001,14.3 7.8001,14.2 7.4001,14.1C8.1001,13 8.7001,11.9 9.3001,11C10.0001,9.9 10.7001,9 11.3001,8.3C11.6001,7.9 11.9001,7.5 12.2001,7.2Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_font_script.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (919 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M26.5672,20.3987C26.3999,21.2075 26.1488,21.5701 25.8142,21.5701C25.3958,21.5701 25.1727,21.2633 25.1727,20.6218V14.1512C25.1727,11.3621 23.8339,9.9118 21.3238,9.9118C18.3952,9.9118 15.7735,11.9478 15.7735,14.2627C15.7735,15.462 16.4429,16.2987 17.4749,16.2987C18.5068,16.2987 19.2599,15.6015 19.2599,14.6811C19.2599,13.5934 18.1163,13.3145 17.9211,12.2825C18.5068,11.9478 19.2041,11.7247 20.0966,11.7247C21.4911,11.7247 22.272,12.5335 22.272,14.1791V16.5498L20.0687,17.3028C17.6422,18.0837 16.4987,19.2273 16.4987,21.0123C16.4987,22.7415 17.698,23.8571 19.5109,23.8571C20.8217,23.8571 21.8258,23.0762 22.4394,21.6816C22.7462,23.1041 23.5271,23.7455 24.8101,23.7455C26.3162,23.7455 27.125,22.7973 27.4318,20.6218L26.5672,20.3987ZM20.6823,21.6537C19.9292,21.6537 19.3714,21.1517 19.3714,20.2871C19.3714,19.3667 19.985,18.6973 21.268,18.1953L22.272,17.8327V20.0082V20.5102C21.8258,21.2912 21.2959,21.6537 20.6823,21.6537Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_font_serif.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (11585 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13,2.5H5C3.619,2.5 2.5,3.619 2.5,5V13C2.5,14.21 3.359,15.218 4.5,15.45V16.969C2.527,16.723 1,15.04 1,13V5C1,2.791 2.791,1 5,1H13C15.04,1 16.723,2.527 16.969,4.5H15.45C15.218,3.359 14.21,2.5 13,2.5ZM10,7.5H19C20.381,7.5 21.5,8.619 21.5,10V14.339L18.63,11.47L18.1,10.939L17.57,11.47L15.6,13.439L12.63,10.47L12.1,9.939L11.57,10.47L11.557,10.482L11.545,10.495L11.532,10.507L11.519,10.52L11.507,10.532L11.495,10.545L11.482,10.557L11.47,10.57L11.457,10.582L11.445,10.594L11.432,10.607L11.42,10.619L11.408,10.632L11.396,10.644L11.383,10.656L11.371,10.668L11.359,10.681L11.347,10.693L11.334,10.705L11.322,10.717L11.31,10.729L11.298,10.741L11.286,10.754L11.274,10.766L11.262,10.778L11.25,10.79L11.238,10.802L11.225,10.814L11.213,10.826L11.201,10.838L11.189,10.85L11.177,10.862L11.166,10.874L11.154,10.886L11.142,10.898L11.13,10.909L11.118,10.921L11.106,10.933L11.094,10.945L11.083,10.957L11.071,10.969L11.059,10.98L11.047,10.992L11.036,11.004L11.024,11.015L11.012,11.027L11.001,11.039L10.989,11.05L10.977,11.062L10.966,11.074L10.954,11.085L10.943,11.097L10.931,11.108L10.919,11.12L10.908,11.132L10.896,11.143L10.885,11.155L10.873,11.166L10.862,11.177L10.85,11.189L10.839,11.2L10.828,11.212L10.816,11.223L10.805,11.235L10.793,11.246L10.782,11.257L10.771,11.269L10.759,11.28L10.748,11.291L10.737,11.302L10.726,11.314L10.714,11.325L10.703,11.336L10.692,11.347L10.681,11.359L10.669,11.37L10.658,11.381L10.647,11.392L10.636,11.403L10.625,11.415L10.614,11.426L10.602,11.437L10.592,11.448L10.58,11.459L10.569,11.47L10.558,11.481L10.547,11.492L10.536,11.503L10.525,11.514L10.514,11.525L10.503,11.536L10.492,11.547L10.481,11.558L10.47,11.569L10.46,11.58L10.449,11.591L10.438,11.602L10.427,11.613L10.416,11.623L10.405,11.634L10.394,11.645L10.383,11.656L10.373,11.667L10.362,11.677L10.351,11.688L10.34,11.699L10.33,11.71L10.319,11.721L10.308,11.731L10.297,11.742L10.286,11.753L10.276,11.764L10.265,11.774L10.255,11.785L10.244,11.795L10.233,11.806L10.222,11.817L10.212,11.828L10.201,11.838L10.191,11.849L10.18,11.859L10.17,11.87L10.159,11.88L10.148,11.891L10.138,11.902L10.127,11.912L10.117,11.923L10.106,11.933L10.096,11.944L10.085,11.954L10.075,11.965L10.064,11.975L10.054,11.986L10.043,11.996L10.033,12.007L10.023,12.017L10.012,12.027L10.002,12.038L9.991,12.048L9.981,12.059L9.97,12.069L9.96,12.079L9.95,12.09L9.939,12.1L9.929,12.11L9.919,12.121L9.908,12.131L9.898,12.141L9.888,12.152L9.877,12.162L9.867,12.172L9.857,12.182L9.847,12.193L9.836,12.203L9.826,12.213L9.816,12.224L9.806,12.234L9.795,12.244L9.785,12.254L9.775,12.264L9.765,12.275L9.755,12.285L9.744,12.295L9.734,12.305L9.724,12.315L9.714,12.326L9.704,12.336L9.693,12.346L9.683,12.356L9.673,12.366L9.663,12.376L9.653,12.386L9.643,12.396L9.633,12.407L9.623,12.417L9.613,12.427L9.602,12.437L9.592,12.447L9.582,12.457L9.572,12.467L9.562,12.477L9.552,12.487L9.542,12.497L9.532,12.507L9.522,12.517L9.512,12.527L9.502,12.537L9.492,12.547L9.482,12.557L9.472,12.568L9.462,12.578L9.452,12.587L9.442,12.597L9.432,12.607L9.422,12.617L9.412,12.627L9.402,12.637L9.392,12.647L9.382,12.657L9.372,12.667L9.362,12.677L9.352,12.687L9.342,12.697L9.332,12.707L9.322,12.717L9.312,12.727L9.303,12.737L9.293,12.747L9.283,12.757L9.273,12.767L9.263,12.776L9.253,12.786L9.243,12.796L9.233,12.806L9.223,12.816L9.213,12.826L9.204,12.836L9.194,12.846L9.184,12.856L9.174,12.866L9.164,12.875L9.154,12.885L9.144,12.895L9.134,12.905L9.125,12.915L9.115,12.925L9.105,12.934L9.095,12.944L9.085,12.954L9.075,12.964L9.065,12.974L9.056,12.984L9.046,12.994L9.036,13.003L9.026,13.013L9.016,13.023L9.006,13.033L8.997,13.043L8.987,13.053L8.977,13.063L8.967,13.072L8.957,13.082L8.947,13.092L8.938,13.102L8.928,13.112L8.918,13.121L8.908,13.131L8.898,13.141L8.888,13.151L8.879,13.161L8.869,13.171L8.859,13.18L8.849,13.19L8.839,13.2L8.83,13.21L8.82,13.22L8.81,13.229L8.8,13.239L8.79,13.249L8.78,13.259L8.771,13.269L8.761,13.279L8.751,13.288L8.741,13.298L8.731,13.308L8.721,13.318L8.712,13.328L8.702,13.337L8.692,13.347L8.682,13.357L8.672,13.367L8.662,13.377L8.653,13.387L8.643,13.396L8.633,13.406L8.623,13.416L8.613,13.426L8.603,13.436L8.594,13.446L8.584,13.456L8.574,13.465L8.564,13.475L8.554,13.485L8.544,13.495L8.535,13.505L8.525,13.515L8.515,13.524L8.505,13.534L8.495,13.544L8.485,13.554L8.475,13.564L8.465,13.574L8.456,13.584L8.446,13.594L8.436,13.604L8.426,13.613L8.416,13.623L8.406,13.633L8.396,13.643L8.386,13.653L8.376,13.663L8.367,13.673L8.357,13.683L8.347,13.693L8.337,13.703L8.327,13.712L8.317,13.722L8.307,13.732L8.297,13.742L8.287,13.752L8.277,13.762L8.267,13.772L8.257,13.782L8.247,13.792L8.237,13.802L8.227,13.812L8.217,13.822L8.207,13.832L8.197,13.842L8.187,13.852L8.177,13.862L8.167,13.872L8.157,13.882L8.147,13.892L8.137,13.902L8.127,13.912L8.117,13.922L8.107,13.932L8.097,13.942L8.087,13.952L8.077,13.962L8.067,13.972L8.057,13.982L8.047,13.992L8.037,14.002L8.027,14.012L8.017,14.023L8.007,14.033L7.997,14.043L7.986,14.053L7.976,14.063L7.966,14.073L7.956,14.083L7.946,14.094L7.936,14.104L7.926,14.114L7.915,14.124L7.905,14.134L7.895,14.144L7.885,14.155L7.875,14.165L7.864,14.175L7.854,14.185L7.844,14.195L7.834,14.206L7.824,14.216L7.813,14.226L7.803,14.236L7.793,14.247L7.783,14.257L7.772,14.267L7.762,14.277L7.752,14.288L7.741,14.298L7.731,14.308L7.721,14.319L7.71,14.329L7.7,14.339L7.69,14.35L7.679,14.36L7.669,14.37L7.659,14.381L7.648,14.391L7.638,14.402L7.627,14.412L7.617,14.422L7.606,14.433L7.596,14.443L7.586,14.454L7.575,14.464L7.565,14.475L7.554,14.485L7.544,14.496L7.533,14.506L7.523,14.517L7.512,14.527L7.502,14.538L7.5,14.539V10C7.5,8.619 8.619,7.5 10,7.5ZM16.661,14.5L18.63,16.47L17.57,17.53L12.1,12.061L12.096,12.064L12.085,12.076L12.073,12.088L12.061,12.099L12.05,12.111L12.038,12.123L12.026,12.134L12.015,12.146L12.003,12.158L11.992,12.169L11.98,12.181L11.969,12.192L11.957,12.204L11.946,12.215L11.934,12.227L11.922,12.238L11.911,12.25L11.9,12.261L11.888,12.273L11.877,12.284L11.865,12.295L11.854,12.307L11.843,12.318L11.831,12.329L11.82,12.341L11.809,12.352L11.797,12.363L11.786,12.375L11.775,12.386L11.764,12.397L11.752,12.408L11.741,12.419L11.73,12.431L11.719,12.442L11.708,12.453L11.697,12.464L11.685,12.475L11.674,12.486L11.663,12.498L11.652,12.509L11.641,12.52L11.63,12.531L11.619,12.542L11.608,12.553L11.597,12.564L11.586,12.575L11.575,12.586L11.564,12.597L11.553,12.608L11.542,12.619L11.531,12.63L11.52,12.641L11.509,12.651L11.498,12.662L11.488,12.673L11.477,12.684L11.466,12.695L11.455,12.706L11.444,12.717L11.433,12.727L11.422,12.738L11.412,12.749L11.401,12.76L11.39,12.771L11.379,12.781L11.369,12.792L11.358,12.803L11.347,12.814L11.337,12.824L11.326,12.835L11.315,12.845L11.304,12.856L11.294,12.867L11.283,12.877L11.273,12.888L11.262,12.899L11.251,12.909L11.241,12.92L11.23,12.931L11.22,12.941L11.209,12.952L11.198,12.962L11.188,12.973L11.177,12.983L11.167,12.994L11.156,13.004L11.146,13.015L11.135,13.025L11.125,13.036L11.114,13.046L11.104,13.057L11.094,13.067L11.083,13.078L11.073,13.088L11.062,13.098L11.052,13.109L11.042,13.119L11.031,13.13L11.021,13.14L11.01,13.15L11,13.161L10.99,13.171L10.979,13.181L10.969,13.192L10.959,13.202L10.948,13.212L10.938,13.223L10.928,13.233L10.917,13.243L10.907,13.253L10.897,13.264L10.887,13.274L10.877,13.284L10.866,13.294L10.856,13.305L10.846,13.315L10.836,13.325L10.825,13.335L10.815,13.345L10.805,13.356L10.795,13.366L10.785,13.376L10.774,13.386L10.764,13.396L10.754,13.406L10.744,13.417L10.734,13.427L10.724,13.437L10.714,13.447L10.703,13.457L10.693,13.467L10.683,13.477L10.673,13.488L10.663,13.498L10.653,13.508L10.643,13.518L10.633,13.528L10.623,13.538L10.613,13.548L10.603,13.558L10.593,13.568L10.583,13.578L10.573,13.588L10.563,13.598L10.553,13.608L10.542,13.618L10.533,13.628L10.523,13.638L10.512,13.648L10.503,13.658L10.493,13.668L10.483,13.678L10.473,13.688L10.463,13.698L10.453,13.708L10.443,13.718L10.433,13.728L10.423,13.738L10.413,13.748L10.403,13.758L10.393,13.768L10.383,13.778L10.373,13.788L10.363,13.797L10.353,13.807L10.343,13.817L10.333,13.827L10.323,13.837L10.314,13.847L10.304,13.857L10.294,13.867L10.284,13.877L10.274,13.887L10.264,13.896L10.254,13.906L10.244,13.916L10.234,13.926L10.225,13.936L10.215,13.946L10.205,13.956L10.195,13.966L10.185,13.976L10.175,13.985L10.165,13.995L10.156,14.005L10.146,14.015L10.136,14.025L10.126,14.035L10.116,14.044L10.106,14.054L10.097,14.064L10.087,14.074L10.077,14.084L10.067,14.094L10.057,14.104L10.047,14.113L10.038,14.123L10.028,14.133L10.018,14.143L10.008,14.153L9.998,14.163L9.988,14.172L9.979,14.182L9.969,14.192L9.959,14.202L9.949,14.212L9.939,14.221L9.929,14.231L9.92,14.241L9.91,14.251L9.9,14.261L9.89,14.271L9.88,14.28L9.871,14.29L9.861,14.3L9.851,14.31L9.841,14.32L9.831,14.329L9.821,14.339L9.812,14.349L9.802,14.359L9.792,14.369L9.782,14.379L9.772,14.388L9.762,14.398L9.753,14.408L9.743,14.418L9.733,14.428L9.723,14.438L9.713,14.447L9.703,14.457L9.694,14.467L9.684,14.477L9.674,14.487L9.664,14.497L9.654,14.506L9.644,14.516L9.635,14.526L9.625,14.536L9.615,14.546L9.605,14.556L9.595,14.566L9.585,14.575L9.575,14.585L9.566,14.595L9.556,14.605L9.546,14.615L9.536,14.625L9.526,14.634L9.516,14.644L9.506,14.654L9.497,14.664L9.487,14.674L9.477,14.684L9.467,14.694L9.457,14.704L9.447,14.714L9.437,14.724L9.427,14.733L9.417,14.743L9.407,14.753L9.397,14.763L9.388,14.773L9.378,14.783L9.368,14.793L9.358,14.803L9.348,14.813L9.338,14.823L9.328,14.833L9.318,14.843L9.308,14.853L9.298,14.863L9.288,14.873L9.278,14.883L9.268,14.893L9.258,14.903L9.248,14.913L9.238,14.922L9.228,14.932L9.218,14.943L9.208,14.953L9.198,14.963L9.188,14.973L9.178,14.983L9.168,14.993L9.158,15.003L9.148,15.013L9.138,15.023L9.128,15.033L9.118,15.043L9.108,15.053L9.098,15.063L9.087,15.073L9.077,15.083L9.067,15.093L9.057,15.104L9.047,15.114L9.037,15.124L9.027,15.134L9.017,15.144L9.007,15.154L8.996,15.164L8.986,15.174L8.976,15.185L8.966,15.195L8.956,15.205L8.946,15.215L8.935,15.225L8.925,15.236L8.915,15.246L8.905,15.256L8.894,15.266L8.884,15.276L8.874,15.287L8.864,15.297L8.853,15.307L8.843,15.318L8.833,15.328L8.823,15.338L8.812,15.348L8.802,15.359L8.792,15.369L8.781,15.379L8.771,15.39L8.761,15.4L8.75,15.41L8.74,15.421L8.73,15.431L8.719,15.441L8.709,15.452L8.698,15.462L8.688,15.473L8.678,15.483L8.667,15.493L8.657,15.504L8.646,15.514L8.636,15.525L8.625,15.535L8.615,15.546L8.604,15.556L8.594,15.567L8.583,15.577L8.573,15.588L8.562,15.598L8.552,15.609L8.541,15.62L8.531,15.63L8.52,15.641L8.509,15.651L8.499,15.662L8.488,15.672L8.477,15.683L8.467,15.694L8.456,15.705L8.446,15.715L8.435,15.726L8.424,15.736L8.413,15.747L8.403,15.758L8.392,15.769L8.381,15.779L8.371,15.79L8.36,15.801L8.349,15.812L8.338,15.823L8.327,15.833L8.317,15.844L8.306,15.855L8.295,15.866L8.284,15.877L8.273,15.887L8.262,15.898L8.251,15.909L8.241,15.92L8.23,15.931L8.219,15.942L8.208,15.953L8.197,15.964L8.186,15.975L8.175,15.986L8.164,15.997L8.153,16.008L8.142,16.019L8.131,16.03L8.12,16.041L8.109,16.052L8.097,16.063L8.086,16.074L8.075,16.085L8.064,16.097L8.053,16.108L8.042,16.119L8.031,16.13L8.019,16.141L8.008,16.153L7.997,16.164L7.986,16.175L7.974,16.186L7.963,16.198L7.952,16.209L7.941,16.22L7.929,16.231L7.918,16.243L7.907,16.254L7.895,16.265L7.884,16.277L7.872,16.288L7.861,16.3L7.85,16.311L7.838,16.323L7.827,16.334L7.815,16.346L7.804,16.357L7.792,16.368L7.781,16.38L7.769,16.392L7.758,16.403L7.746,16.415L7.734,16.426L7.723,16.438L7.711,16.45L7.699,16.461L7.688,16.473L7.676,16.485L7.664,16.496L7.653,16.508L7.641,16.52L7.629,16.531L7.617,16.543L7.606,16.555L7.594,16.567L7.582,16.579L7.57,16.591L7.558,16.603L7.546,16.614L7.534,16.626L7.522,16.638L7.511,16.65L7.5,16.661V19C7.5,20.381 8.619,21.5 10,21.5H19C20.381,21.5 21.5,20.381 21.5,19V16.461L18.1,13.061L16.661,14.5ZM6,10C6,7.791 7.791,6 10,6H19C21.209,6 23,7.791 23,10V19C23,21.209 21.209,23 19,23H10C7.791,23 6,21.209 6,19V10Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gallery_outline_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1806 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;m14.31,3.5c2.55,0 3.23,0.26 3.91,0.62 0.7069,0.3748 1.2852,0.9531 1.66,1.66 0.36,0.68 0.62,1.36 0.62,3.91v4.62c0,2.55 -0.26,3.23 -0.62,3.91 -0.3748,0.7069 -0.9531,1.2852 -1.66,1.66 -0.68,0.36 -1.36,0.62 -3.91,0.62L9.69,20.5C7.14,20.5 6.46,20.24 5.78,19.88 5.0731,19.5052 4.4948,18.9269 4.12,18.22 3.76,17.54 3.5,16.86 3.5,14.31L3.5,9.69C3.5,7.14 3.76,6.46 4.12,5.78 4.4948,5.0731 5.0731,4.4948 5.78,4.12 6.46,3.76 7.14,3.5 9.69,3.5h4.62m0,-1.5L9.69,2C7,2 6.05,2.28 5.07,2.8 4.1052,3.3151 3.3151,4.1052 2.8,5.07 2.28,6.05 2,7 2,9.69v4.62c0,2.67 0.28,3.64 0.8,4.62 0.5151,0.9648 1.3052,1.7549 2.27,2.27 1,0.52 1.95,0.8 4.62,0.8h4.62c2.67,0 3.64,-0.28 4.62,-0.8 0.9648,-0.5151 1.7549,-1.3052 2.27,-2.27 0.52,-1 0.8,-1.95 0.8,-4.62L22,9.69C22,7.02 21.72,6.05 21.2,5.07 20.6849,4.1052 19.8948,3.3151 18.93,2.8 18,2.28 17,2 14.31,2ZM7.12,12h3.11v3.67L9,15.67L9,14.86L8.8,14.86C8.7188,15.1331 8.5502,15.3721 8.32,15.54 8.0086,15.7507 7.6348,15.8494 7.26,15.82 6.94,15.8238 6.6229,15.759 6.33,15.63 6.0294,15.4847 5.7685,15.2685 5.57,15 5.3453,14.727 5.1725,14.4152 5.06,14.08 4.9287,13.6697 4.8645,13.2408 4.87,12.81v-1.7C4.8671,10.6974 4.9382,10.2875 5.08,9.9 5.2002,9.5634 5.3911,9.2565 5.64,9 5.8782,8.7501 6.1684,8.5555 6.49,8.43 6.8416,8.2984 7.2147,8.234 7.59,8.24c0.3827,-0.0054 0.7628,0.0625 1.12,0.2 0.3092,0.1333 0.5907,0.3232 0.83,0.56 0.2285,0.2438 0.4024,0.5336 0.51,0.85 0.1184,0.3201 0.1793,0.6587 0.18,1L10.23,11L8.86,11L8.86,10.88C8.892,10.5137 8.7686,10.1509 8.52,9.88 8.2645,9.6393 7.9202,9.5161 7.57,9.54 7.1954,9.5158 6.8293,9.6586 6.57,9.93 6.2834,10.3108 6.1512,10.7859 6.2,11.26v1.54c0,1.12 0.45,1.68 1.37,1.68 0.3393,0.023 0.6727,-0.0966 0.92,-0.33 0.224,-0.2323 0.3401,-0.5479 0.32,-0.87L7.12,13.28ZM13.12,8.41v7.26L11.7,15.67v-7.3zM14.53,8.41h4.65v1.3h-3.33v1.67h3.22v1.3h-3.22v3h-1.37z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gif_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2691 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.686,3.135C14.5139,2.6729 13.2592,2.4568 12,2.5C10.7408,2.4568 9.4861,2.6729 8.314,3.135C7.1418,3.5971 6.0772,4.2954 5.1863,5.1863C4.2953,6.0772 3.5971,7.1418 3.135,8.314C2.6729,9.4861 2.4567,10.7408 2.5,12C2.4567,13.2592 2.6729,14.5139 3.135,15.686C3.5971,16.8582 4.2953,17.9228 5.1863,18.8137C6.0772,19.7047 7.1418,20.4029 8.314,20.865C9.4861,21.3271 10.7408,21.5432 12,21.5C13.2592,21.5432 14.5139,21.3271 15.686,20.865C16.8582,20.4029 17.9228,19.7047 18.8137,18.8137C19.7046,17.9228 20.4029,16.8582 20.865,15.686C21.3271,14.5139 21.5432,13.2592 21.5,12C21.5432,10.7408 21.3271,9.4861 20.865,8.314C20.4029,7.1418 19.7046,6.0772 18.8137,5.1863C17.9228,4.2954 16.8582,3.5971 15.686,3.135ZM7.742,1.7529C9.0953,1.2148 10.5442,0.9586 12,1C13.4558,0.9586 14.9047,1.2148 16.258,1.7529C17.6113,2.2911 18.8405,3.0998 19.8704,4.1296C20.9002,5.1595 21.7089,6.3887 22.2471,7.742C22.7852,9.0953 23.0414,10.5442 23,12C23.0429,13.4562 22.7877,14.9057 22.25,16.2597C21.7124,17.6137 20.9037,18.8435 19.8736,19.8736C18.8435,20.9037 17.6137,21.7124 16.2597,22.25C14.9057,22.7877 13.4562,23.0429 12,23C10.5442,23.0414 9.0953,22.7852 7.742,22.2471C6.3886,21.7089 5.1594,20.9002 4.1296,19.8704C3.0998,18.8406 2.2911,17.6113 1.7529,16.258C1.2148,14.9047 0.9586,13.4558 1,12C0.9586,10.5442 1.2148,9.0953 1.7529,7.742C2.2911,6.3887 3.0998,5.1595 4.1296,4.1296C5.1594,3.0998 6.3886,2.2911 7.742,1.7529ZM11.8909,15.4099C12.448,15.4018 12.9995,15.5224 13.5024,15.7624C14.0053,16.0023 14.446,16.3551 14.7902,16.7933C15.0461,17.119 15.5176,17.1757 15.8433,16.9198C16.169,16.6639 16.2257,16.1924 15.9698,15.8667C15.483,15.247 14.8596,14.748 14.1484,14.4086C13.4403,14.0708 12.6641,13.9002 11.8798,13.9099C11.094,13.9007 10.3167,14.0727 9.6081,14.4128C8.8964,14.7544 8.2736,15.2563 7.7884,15.8791C7.5338,16.2058 7.5923,16.6771 7.9191,16.9316C8.2458,17.1862 8.7171,17.1277 8.9716,16.8009C9.3144,16.361 9.7544,16.0064 10.2572,15.7651C10.76,15.5237 11.3119,15.4022 11.8696,15.4099L11.8802,15.4101L11.8909,15.4099ZM8.62,12.5C9.1723,12.5 9.62,11.9045 9.62,11.17C9.62,11.135 9.619,11.1004 9.617,11.066L9.704,11.124C10.0486,11.3538 10.5143,11.2607 10.744,10.916C10.9738,10.5714 10.8807,10.1057 10.536,9.876L7.536,7.876C7.1914,7.6462 6.7257,7.7393 6.496,8.084C6.2662,8.4286 6.3593,8.8943 6.704,9.124L8.0859,10.0453C7.8059,10.2811 7.62,10.6966 7.62,11.17C7.62,11.9045 8.0677,12.5 8.62,12.5ZM14.87,12.5C15.4223,12.5 15.87,11.9045 15.87,11.17C15.87,10.7593 15.73,10.392 15.51,10.148L17.046,9.124C17.3907,8.8943 17.4838,8.4286 17.254,8.084C17.0243,7.7393 16.5586,7.6462 16.214,7.876L13.214,9.876C12.8693,10.1057 12.7762,10.5714 13.006,10.916C13.1985,11.2048 13.5566,11.317 13.8705,11.2106C13.8866,11.9264 14.3279,12.5 14.87,12.5Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gif_angry_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1543 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.0789,1.9149C16.1782,1.5128 15.9328,1.1063 15.5307,1.0069C15.1286,0.9075 14.7221,1.1529 14.6227,1.555L13.3075,6.8762C13.2081,7.2783 13.4535,7.6848 13.8557,7.7842C14.2578,7.8836 14.6643,7.6382 14.7637,7.2361L16.0789,1.9149ZM17.9908,15.8365L8.069,5.8018V5.7626L6.6039,9.9228L13.9036,17.32L17.9908,15.8365ZM12.3519,17.8832L6.0496,11.4967L4.4207,16.1221C4.5376,16.1649 4.6454,16.2374 4.732,16.3386L7.5465,19.6274L12.3519,17.8832ZM2.5473,21.4419L3.8819,17.6522L6.0401,20.1741L2.5473,21.4419ZM7.2691,4.4224C7.4854,4.2646 7.7445,4.1782 8.011,4.175V4.1947C8.1805,4.1961 8.3481,4.2314 8.5041,4.2987C8.6601,4.366 8.8014,4.4638 8.92,4.5866L19.1899,14.9742C19.3447,15.1303 19.458,15.3235 19.5194,15.5359C19.5807,15.7484 19.5881,15.973 19.5408,16.1891C19.4936,16.4052 19.3932,16.6056 19.249,16.7718C19.1048,16.9381 18.9214,17.0647 18.716,17.1399L2.731,22.9216C2.5923,22.976 2.4445,23.0026 2.2958,23C2.0884,22.9997 1.8841,22.9489 1.7001,22.8519C1.516,22.7549 1.3577,22.6146 1.2383,22.4427C1.1189,22.2708 1.042,22.0724 1.014,21.8642C0.986,21.6559 1.0077,21.4439 1.0774,21.2459L6.8022,5.057C6.8897,4.8019 7.0527,4.5803 7.2691,4.4224ZM23.0097,8.6316C23.0921,9.0375 22.8299,9.4334 22.424,9.5159L17.0182,10.6134C16.6123,10.6958 16.2164,10.4336 16.134,10.0276C16.0516,9.6217 16.3138,9.2258 16.7198,9.1434L22.1255,8.0458C22.5314,7.9634 22.9273,8.2257 23.0097,8.6316ZM17.1398,4.3906H18.7644V6.037H17.1398V4.3906ZM10.8907,1.93L9.8103,3.0248L10.8907,4.1197L11.9711,3.0248L10.8907,1.93ZM18.6907,12.5114L19.771,11.4166L20.8514,12.5114L19.771,13.6062L18.6907,12.5114Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gif_celebrate_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1462 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.0043,2.5043C13.2635,2.4611 14.5182,2.6772 15.6904,3.1393C16.8625,3.6015 17.9271,4.2997 18.8181,5.1906C19.709,6.0815 20.4072,7.1461 20.8693,8.3183C21.3314,9.4904 21.5476,10.7451 21.5043,12.0043C21.5476,13.2635 21.3314,14.5182 20.8693,15.6904C20.4072,16.8625 19.709,17.9271 18.8181,18.8181C17.9271,19.709 16.8625,20.4072 15.6904,20.8693C14.5182,21.3314 13.2635,21.5476 12.0043,21.5043C10.7451,21.5476 9.4904,21.3314 8.3183,20.8693C7.1461,20.4072 6.0815,19.709 5.1906,18.8181C4.2997,17.9271 3.6015,16.8625 3.1393,15.6904C2.6772,14.5182 2.4611,13.2635 2.5043,12.0043C2.4611,10.7451 2.6772,9.4904 3.1393,8.3183C3.6015,7.1461 4.2997,6.0815 5.1906,5.1906C6.0815,4.2997 7.1461,3.6015 8.3183,3.1393C9.4904,2.6772 10.7451,2.4611 12.0043,2.5043ZM12.0043,1.0043C10.5485,0.9629 9.0996,1.2191 7.7463,1.7572C6.393,2.2954 5.1638,3.1041 4.134,4.134C3.1041,5.1638 2.2954,6.393 1.7572,7.7463C1.2191,9.0996 0.9629,10.5485 1.0043,12.0043C0.9629,13.4601 1.2191,14.909 1.7572,16.2624C2.2954,17.6157 3.1041,18.8449 4.134,19.8747C5.1638,20.9045 6.393,21.7133 7.7463,22.2514C9.0996,22.7895 10.5485,23.0458 12.0043,23.0043C13.4605,23.0472 14.9101,22.792 16.264,22.2544C17.618,21.7167 18.8478,20.908 19.8779,19.8779C20.908,18.8478 21.7167,17.618 22.2544,16.264C22.792,14.9101 23.0472,13.4605 23.0043,12.0043C23.0458,10.5485 22.7895,9.0996 22.2514,7.7463C21.7133,6.393 20.9045,5.1638 19.8747,4.134C18.8449,3.1041 17.6157,2.2954 16.2624,1.7572C14.909,1.2191 13.4601,0.9629 12.0043,1.0043Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gif_excited_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1092 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M17.0417,4.2083C18.0141,4.2083 18.9468,4.5946 19.6344,5.2823C20.322,5.9699 20.7083,6.9025 20.7083,7.875C20.7083,12.4748 15.0177,17.9519 12,20.3536C8.9805,17.9583 3.2917,12.4849 3.2917,7.875C3.2916,7.149 3.5071,6.4392 3.9109,5.8358C4.3147,5.2324 4.8885,4.7624 5.5596,4.4854C6.2308,4.2085 6.969,4.137 7.6809,4.2801C8.3927,4.4231 9.046,4.7743 9.558,5.2891C10.0334,5.7478 10.4686,6.2465 10.8587,6.7796L11.9945,8.458L13.1385,6.7832C13.5312,6.2469 13.9691,5.7451 14.4475,5.2836C14.7873,4.9418 15.1916,4.6707 15.6369,4.4861C16.0822,4.3016 16.5596,4.2072 17.0417,4.2083V4.2083ZM17.0417,2.8333C16.379,2.8326 15.7228,2.9628 15.1107,3.2165C14.4986,3.4703 13.9426,3.8426 13.4749,4.3119C12.9335,4.8333 12.4399,5.402 12,6.0114C11.5601,5.402 11.0664,4.8333 10.5251,4.3119C9.8202,3.6063 8.9219,3.1257 7.9438,2.9307C6.9657,2.7358 5.9517,2.8353 5.0302,3.2168C4.1087,3.5982 3.321,4.2444 2.7668,5.0735C2.2125,5.9027 1.9167,6.8776 1.9167,7.875C1.9167,14.75 12,22.0833 12,22.0833C12,22.0833 22.0833,14.75 22.0833,7.875C22.0833,6.5379 21.5522,5.2555 20.6067,4.31C19.6612,3.3645 18.3788,2.8333 17.0417,2.8333V2.8333Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gif_love_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1368 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12,2.5C13.2592,2.4568 14.5139,2.6729 15.686,3.135C16.8582,3.5971 17.9228,4.2954 18.8137,5.1863C19.7046,6.0772 20.4029,7.1418 20.865,8.314C21.3271,9.4861 21.5432,10.7408 21.5,12C21.5432,13.2592 21.3271,14.5139 20.865,15.686C20.4029,16.8582 19.7046,17.9228 18.8137,18.8137C17.9228,19.7047 16.8582,20.4029 15.686,20.865C14.5139,21.3271 13.2592,21.5432 12,21.5C10.7408,21.5432 9.4861,21.3271 8.314,20.865C7.1418,20.4029 6.0772,19.7047 5.1863,18.8137C4.2953,17.9228 3.5971,16.8582 3.135,15.686C2.6729,14.5139 2.4567,13.2592 2.5,12C2.4567,10.7408 2.6729,9.4861 3.135,8.314C3.5971,7.1418 4.2953,6.0772 5.1863,5.1863C6.0772,4.2954 7.1418,3.5971 8.314,3.135C9.4861,2.6729 10.7408,2.4568 12,2.5ZM12,1C10.5442,0.9586 9.0953,1.2148 7.742,1.7529C6.3886,2.2911 5.1594,3.0998 4.1296,4.1296C3.0998,5.1595 2.2911,6.3887 1.7529,7.742C1.2148,9.0953 0.9586,10.5442 1,12C0.9586,13.4558 1.2148,14.9047 1.7529,16.258C2.2911,17.6113 3.0998,18.8406 4.1296,19.8704C5.1594,20.9002 6.3886,21.7089 7.742,22.2471C9.0953,22.7852 10.5442,23.0414 12,23C13.4562,23.0429 14.9057,22.7877 16.2597,22.25C17.6137,21.7124 18.8435,20.9037 19.8736,19.8736C20.9037,18.8435 21.7124,17.6137 22.25,16.2597C22.7877,14.9057 23.0429,13.4562 23,12C23.0414,10.5442 22.7852,9.0953 22.2471,7.742C21.7089,6.3887 20.9002,5.1595 19.8704,4.1296C18.8405,3.0998 17.6113,2.2911 16.258,1.7529C14.9047,1.2148 13.4558,0.9586 12,1Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gif_sad_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (850 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M4.68,10.5C4.2742,10.5116 3.8746,10.6032 3.5041,10.7693C3.1337,10.9355 2.7996,11.173 2.521,11.4683C2.2424,11.7636 2.0247,12.111 1.8804,12.4905C1.7361,12.87 1.668,13.2742 1.68,13.68C1.6585,14.4979 1.9622,15.291 2.5246,15.8852C3.087,16.4795 3.8621,16.8265 4.68,16.85C5.4978,16.8265 6.273,16.4795 6.8354,15.8852C7.3978,15.291 7.7015,14.4979 7.68,13.68C7.692,13.2742 7.6239,12.87 7.4796,12.4905C7.3353,12.111 7.1176,11.7636 6.839,11.4683C6.5604,11.173 6.2263,10.9355 5.8559,10.7693C5.4854,10.6032 5.0858,10.5116 4.68,10.5ZM3.76,13.59C3.5611,13.59 3.3703,13.511 3.2297,13.3703C3.089,13.2297 3.01,13.0389 3.01,12.84C3.01,12.6411 3.089,12.4503 3.2297,12.3097C3.3703,12.169 3.5611,12.09 3.76,12.09C3.9589,12.09 4.1497,12.169 4.2903,12.3097C4.431,12.4503 4.51,12.6411 4.51,12.84C4.51,13.0389 4.431,13.2297 4.2903,13.3703C4.1497,13.511 3.9589,13.59 3.76,13.59Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gif_surprised_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1035 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.83,10.5C15.0113,10.5261 14.2361,10.8753 13.674,11.4711C13.1119,12.067 12.8084,12.8611 12.83,13.68C12.8085,14.4979 13.1122,15.291 13.6746,15.8852C14.237,16.4795 15.0121,16.8265 15.83,16.85C16.6479,16.8265 17.423,16.4795 17.9854,15.8852C18.5478,15.291 18.8515,14.4979 18.83,13.68C18.842,13.2742 18.7739,12.87 18.6296,12.4905C18.4853,12.111 18.2676,11.7636 17.989,11.4683C17.7104,11.173 17.3763,10.9355 17.0059,10.7693C16.6354,10.6032 16.2358,10.5116 15.83,10.5ZM14.92,13.59C14.7702,13.598 14.6215,13.5609 14.493,13.4835C14.3645,13.4061 14.2622,13.292 14.1992,13.1558C14.1363,13.0197 14.1156,12.8678 14.1399,12.7198C14.1641,12.5717 14.2322,12.4344 14.3353,12.3255C14.4385,12.2165 14.5719,12.141 14.7183,12.1087C14.8648,12.0764 15.0176,12.0887 15.157,12.1441C15.2964,12.1995 15.416,12.2954 15.5003,12.4195C15.5846,12.5435 15.6298,12.69 15.63,12.84C15.6327,12.9359 15.6164,13.0313 15.5822,13.1209C15.5479,13.2105 15.4963,13.2925 15.4304,13.3621C15.3645,13.4318 15.2855,13.4878 15.1979,13.5269C15.1103,13.566 15.0159,13.5874 14.92,13.59Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gif_surprised_24.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2850 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.3622,14.0344C21.728,13.5844 21.9464,13.0366 21.9886,12.463C22.0064,11.8538 21.777,11.2626 21.3506,10.8188C20.9243,10.375 20.3357,10.1147 19.7139,10.0951C19.7139,10.0951 15.7249,10.1812 14.1315,9.9874C14.2195,9.3202 14.3779,8.6637 14.604,8.0285C15.0632,6.6292 15.3689,5.186 15.5161,3.7232C15.5919,3.168 15.4706,2.604 15.1726,2.1259C14.8745,1.6478 14.4177,1.2846 13.8787,1.097C13.4524,0.9582 12.9904,0.9657 12.569,1.1183C12.1476,1.2709 11.7917,1.5595 11.56,1.9365C10.9557,2.916 8.0985,8.0285 6.4502,11.4297C6.3668,11.4132 6.2808,11.4132 6.1974,11.4297C2.8238,11.5158 2.3842,12.1078 2.2194,12.3338C0.582,14.5403 0.2414,19.7819 3.4721,22.6019C3.8677,22.9463 7.8677,23.0001 10.593,23.0001H13.0106C14.4172,23.0001 15.5491,22.9463 16.2194,22.8925H18.4172C19.0371,22.87 19.6228,22.6086 20.0468,22.1651C20.4708,21.7216 20.6987,21.1319 20.6809,20.5246C20.6651,20.1473 20.5597,19.7788 20.3732,19.4483C20.838,19.0221 21.1273,18.4439 21.1864,17.823C21.1746,17.4599 21.123,17.0991 21.0326,16.7467C21.4151,16.2672 21.6411,15.6857 21.6809,15.0784C21.6382,14.7148 21.5304,14.3613 21.3622,14.0344ZM3.4721,13.3348C4.1902,13.1506 4.9278,13.0495 5.6699,13.0334C5.2075,14.2039 5.0254,15.4627 5.1378,16.7129C5.2502,17.9632 5.6541,19.1715 6.3183,20.2448C6.5579,20.6309 6.8378,20.9916 7.1535,21.3211C5.8018,21.3211 4.7579,21.2457 4.3293,21.2242C1.9886,18.9317 2.3732,14.917 3.4721,13.3348ZM19.7688,13.3348C19.6444,13.4595 19.5652,13.6207 19.5434,13.7938C19.5215,13.9668 19.5583,14.1421 19.648,14.2927C19.8004,14.5497 19.9081,14.8298 19.9666,15.1215C19.8789,15.4749 19.7012,15.8007 19.4502,16.0686C19.3532,16.1709 19.2859,16.2966 19.255,16.4328C19.2241,16.569 19.2308,16.7108 19.2743,16.8436C19.3792,17.154 19.4456,17.4756 19.4721,17.8015C19.312,18.1429 19.0663,18.4391 18.7578,18.6626C18.5961,18.788 18.4891,18.969 18.4585,19.1689C18.4279,19.3687 18.476,19.5725 18.593,19.7389C18.7682,19.9547 18.8955,20.204 18.9666,20.4708C18.9824,20.6497 18.9273,20.8278 18.8128,20.968C18.6982,21.1083 18.533,21.2 18.3513,21.2242H16.1535C15.4611,21.2888 14.3183,21.3318 12.9337,21.3318H12.1974C11.626,21.3318 11.0216,21.3318 10.3952,21.278C9.8427,21.1802 9.3214,20.9568 8.8729,20.626C8.4244,20.2952 8.0614,19.866 7.8128,19.3729C7.2808,18.5107 6.9567,17.5409 6.8653,16.5374C6.7739,15.5339 6.9175,14.5232 7.2853,13.5823C8.582,10.5363 12.3183,3.8955 12.9996,2.733C13.0258,2.684 13.0654,2.643 13.1138,2.6145C13.1623,2.586 13.2178,2.5712 13.2743,2.5716H13.4172C13.6809,2.6577 13.9447,2.959 13.9007,3.5833C13.767,4.9158 13.4832,6.2297 13.0546,7.5011C12.56,9.0941 12.2633,10.1919 12.7359,10.9453C12.8473,11.1157 12.9956,11.26 13.1703,11.3679C13.345,11.4758 13.5419,11.5446 13.7469,11.5696C15.7395,11.7155 17.7384,11.7622 19.7359,11.7095C19.9156,11.7362 20.0781,11.829 20.1904,11.969C20.3027,12.109 20.3563,12.2856 20.3403,12.463C20.2409,12.8031 20.0513,13.1113 19.7908,13.3563L19.7688,13.3348Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gif_thumbsup_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (822 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M78.738,36.229l-6.797,-4.513c2.831,-0.994 5.188,-2.288 6.311,-3.947 0.864,-1.277 1.032,-2.749 0.473,-4.147 -3.227,-8.067 -7.676,-15.12 -13.223,-20.963l-0.889,-0.936 -1.219,0.424c-9.233,3.215 -17.112,12.09 -20.719,16.685 -0.825,-0.229 -1.757,-0.292 -2.677,-0.292s-1.852,0.063 -2.678,0.291c-3.607,-4.595 -11.485,-13.469 -20.717,-16.683l-1.219,-0.424 -0.889,0.936C8.95,8.502 4.501,15.555 1.274,23.622c-0.559,1.398 -0.391,2.871 0.473,4.147 1.123,1.659 3.48,2.953 6.311,3.947l-6.797,4.513 -1.052,0.698 0.178,1.25 2.573,18.069 0.485,3.406 2.72,-2.107c0.786,-0.609 19.3,-14.953 22.677,-17.79 0.925,-0.777 4.435,-3.789 7.171,-6.997 0.981,0.326 2.269,0.482 3.986,0.482s3.005,-0.156 3.986,-0.482c2.736,3.208 6.246,6.22 7.171,6.997 3.377,2.837 21.89,17.18 22.677,17.79l2.72,2.107 0.485,-3.406 2.573,-18.069 0.178,-1.25 -1.052,-0.698Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gift_bow.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1259 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M54.872,34.542c2.815,0 9.139,-0.572 14.602,-2.063l8.158,5.417 -2.573,18.069s-19.23,-14.896 -22.615,-17.74c-1.637,-1.375 -3.599,-3.174 -5.349,-5.013 1.802,0.578 3.962,1.099 6.284,1.28 0.433,0.034 0.935,0.051 1.493,0.051ZM4.941,55.964s19.23,-14.896 22.615,-17.74c1.637,-1.375 3.599,-3.174 5.349,-5.013 -1.802,0.578 -3.962,1.099 -6.284,1.28 -0.433,0.034 -0.935,0.051 -1.493,0.051 -2.815,0 -9.139,-0.572 -14.602,-2.063l-8.158,5.417 2.573,18.069ZM43.241,21.846c-0.097,-0.513 -0.154,-1.306 -3.241,-1.306s-3.144,0.793 -3.241,1.306l-1.227,7.615c-0.123,0.649 -0.002,1.779 4.468,1.779s4.591,-1.13 4.468,-1.779l-1.227,-7.615ZM76.869,24.365c-2.298,-5.745 -6.187,-13.346 -12.816,-20.329 -8.561,2.981 -16.064,11.33 -19.62,15.81 0.369,0.409 0.646,0.933 0.774,1.629l0.005,0.026 0.004,0.027 1.223,7.594c0.123,0.685 0.025,1.246 -0.156,1.693 1.893,0.709 4.464,1.464 7.252,1.682 0.384,0.03 0.833,0.045 1.337,0.045 6.927,0 24.139,-2.821 21.997,-8.176ZM33.561,29.121l1.223,-7.594 0.012,-0.065 0.004,-0.022c0.125,-0.683 0.398,-1.199 0.762,-1.601 -3.558,-4.481 -11.058,-12.824 -19.615,-15.803C9.318,11.019 5.429,18.62 3.131,24.365c-2.142,5.355 15.07,8.176 21.997,8.176 0.504,0 0.953,-0.015 1.337,-0.045 2.788,-0.218 5.359,-0.972 7.252,-1.682 -0.181,-0.447 -0.28,-1.008 -0.156,-1.693Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gift_bow.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1208 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M127.66,147.87c-1.531,0 -1.573,-0.387 -1.531,-0.609l0.42,-2.608c0.033,-0.176 0.053,-0.448 1.11,-0.448s1.077,0.272 1.11,0.448l0.42,2.608c0.042,0.222 0,0.609 -1.531,0.609ZM137.818,145.617c-0.633,-1.583 -1.705,-3.677 -3.531,-5.601 -2.003,0.697 -3.792,2.458 -4.887,3.73 0.169,0.181 0.298,0.423 0.357,0.746l0.416,2.582c0.041,0.218 0.022,0.4 -0.015,0.563 0.377,0.101 0.792,0.186 1.231,0.22 0.106,0.008 0.229,0.012 0.368,0.012 1.908,0 6.651,-0.777 6.061,-2.253ZM125.142,147.101l0.427,-2.645c0.057,-0.309 0.182,-0.54 0.346,-0.715 -1.096,-1.271 -2.882,-3.029 -4.882,-3.725 -1.826,1.924 -2.898,4.018 -3.531,5.601 -0.59,1.476 4.153,2.253 6.061,2.253 0.139,0 0.262,-0.004 0.368,-0.012 0.438,-0.034 0.853,-0.118 1.229,-0.219 -0.037,-0.157 -0.056,-0.333 -0.017,-0.537ZM131.311,148.854c-0.371,-0.029 -0.725,-0.091 -1.057,-0.166 0.289,0.273 0.576,0.53 0.834,0.747 0.933,0.783 6.463,5.469 6.463,5.469l-0.104,-5.559 -1.754,-1.004c-1.598,0.41 -3.328,0.529 -3.936,0.529 -0.168,0 -0.318,-0.006 -0.446,-0.015ZM117.768,154.903s5.53,-4.685 6.463,-5.469c0.258,-0.217 0.545,-0.473 0.834,-0.747 -0.333,0.075 -0.686,0.137 -1.057,0.166 -0.128,0.01 -0.278,0.015 -0.446,0.015 -0.608,0 -2.339,-0.119 -3.936,-0.529l-1.754,1.004 -0.105,5.559Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_gift_chat.xml"
line="70"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1208 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M127.66,147.87c-1.531,0 -1.573,-0.387 -1.531,-0.609l0.42,-2.608c0.033,-0.176 0.053,-0.448 1.11,-0.448s1.077,0.272 1.11,0.448l0.42,2.608c0.042,0.222 0,0.609 -1.531,0.609ZM137.818,145.617c-0.633,-1.583 -1.705,-3.677 -3.531,-5.601 -2.003,0.697 -3.792,2.458 -4.887,3.73 0.169,0.181 0.298,0.423 0.357,0.746l0.416,2.582c0.041,0.218 0.022,0.4 -0.015,0.563 0.377,0.101 0.792,0.186 1.231,0.22 0.106,0.008 0.229,0.012 0.368,0.012 1.908,0 6.651,-0.777 6.061,-2.253ZM125.142,147.101l0.427,-2.645c0.057,-0.309 0.182,-0.54 0.346,-0.715 -1.096,-1.271 -2.882,-3.029 -4.882,-3.725 -1.826,1.924 -2.898,4.018 -3.531,5.601 -0.59,1.476 4.153,2.253 6.061,2.253 0.139,0 0.262,-0.004 0.368,-0.012 0.438,-0.034 0.853,-0.118 1.229,-0.219 -0.037,-0.157 -0.056,-0.333 -0.017,-0.537ZM131.311,148.854c-0.371,-0.029 -0.725,-0.091 -1.057,-0.166 0.289,0.273 0.576,0.53 0.834,0.747 0.933,0.783 6.463,5.469 6.463,5.469l-0.104,-5.559 -1.754,-1.004c-1.598,0.41 -3.328,0.529 -3.936,0.529 -0.168,0 -0.318,-0.006 -0.446,-0.015ZM117.768,154.903s5.53,-4.685 6.463,-5.469c0.258,-0.217 0.545,-0.473 0.834,-0.747 -0.333,0.075 -0.686,0.137 -1.057,0.166 -0.128,0.01 -0.278,0.015 -0.446,0.015 -0.608,0 -2.339,-0.119 -3.936,-0.529l-1.754,1.004 -0.105,5.559Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gift_chat.xml"
line="70"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (801 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M42.511,31.491l-2.634,-1.805c1.097,-0.398 2.01,-0.915 2.445,-1.579 0.335,-0.511 0.4,-1.1 0.183,-1.659 -1.25,-3.227 -2.974,-6.048 -5.124,-8.385l-0.344,-0.374 -0.472,0.17c-3.578,1.286 -6.631,4.836 -8.029,6.674 -0.32,-0.092 -0.681,-0.117 -1.037,-0.117s-0.718,0.025 -1.038,0.116c-1.398,-1.838 -4.45,-5.388 -8.028,-6.673l-0.472,-0.17 -0.344,0.374c-2.149,2.337 -3.873,5.158 -5.123,8.385 -0.217,0.559 -0.151,1.148 0.183,1.659 0.435,0.664 1.349,1.181 2.446,1.579l-2.634,1.805 -0.408,0.279 0.069,0.5 0.997,7.228 0.188,1.362 1.054,-0.843c0.305,-0.244 7.479,-5.981 8.787,-7.116 0.358,-0.311 1.719,-1.516 2.779,-2.799 0.38,0.13 0.879,0.193 1.545,0.193s1.164,-0.062 1.545,-0.193c1.06,1.283 2.42,2.488 2.779,2.799 1.309,1.135 8.482,6.872 8.787,7.116l1.054,0.843 0.188,-1.362 0.997,-7.228 0.069,-0.5 -0.408,-0.279h0Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gift_thumbnail.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1220 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M33.263,30.817c1.091,0 3.541,-0.229 5.658,-0.825l3.161,2.167 -0.997,7.228s-7.452,-5.958 -8.763,-7.096c-0.634,-0.55 -1.395,-1.27 -2.073,-2.005 0.698,0.231 1.535,0.44 2.435,0.512 0.168,0.014 0.362,0.02 0.579,0.02h0ZM13.915,39.385s7.452,-5.958 8.763,-7.096c0.634,-0.55 1.395,-1.27 2.073,-2.005 -0.698,0.231 -1.535,0.44 -2.435,0.512 -0.168,0.014 -0.362,0.02 -0.579,0.02 -1.091,0 -3.541,-0.229 -5.658,-0.825l-3.161,2.167 0.997,7.228h0ZM28.756,25.737c-0.038,-0.205 -0.06,-0.522 -1.256,-0.522s-1.218,0.317 -1.256,0.522l-0.476,3.046c-0.048,0.26 0,0.712 1.731,0.712s1.779,-0.452 1.731,-0.712l-0.475,-3.046h0ZM41.787,26.745c-0.89,-2.298 -2.397,-5.338 -4.966,-8.132 -3.317,1.192 -6.225,4.532 -7.603,6.324 0.143,0.164 0.25,0.373 0.3,0.652l0.002,0.01 0.002,0.011 0.474,3.038c0.048,0.274 0.01,0.498 -0.061,0.677 0.734,0.284 1.73,0.586 2.81,0.673 0.149,0.012 0.323,0.018 0.518,0.018 2.684,0 9.354,-1.128 8.524,-3.27h0ZM25.005,28.647l0.474,-3.038 0.005,-0.026 0.002,-0.009c0.048,-0.273 0.154,-0.48 0.295,-0.64 -1.379,-1.792 -4.285,-5.13 -7.601,-6.321 -2.569,2.793 -4.076,5.834 -4.966,8.132 -0.83,2.142 5.84,3.27 8.524,3.27 0.195,0 0.369,-0.006 0.518,-0.018 1.08,-0.087 2.077,-0.389 2.81,-0.673 -0.07,-0.179 -0.109,-0.403 -0.06,-0.677h0Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_gift_thumbnail.xml"
line="19"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1522 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M160.279,173.86L158.361,172.625L159.091,171.652L160.789,173.229L161.389,170.86L162.559,171.263L161.545,173.531L163.832,173.345L163.801,174.583L161.507,174.337L162.345,176.556L161.157,176.918L160.714,174.542L158.923,176.082L158.193,175.095L160.279,173.86ZM173.312,178.351L171.394,177.116L172.124,176.143L173.822,177.72L174.422,175.351L175.592,175.754L174.578,178.022L176.865,177.836L176.834,179.074L174.54,178.828L175.378,181.047L174.19,181.409L173.747,179.033L171.956,180.573L171.226,179.586L173.312,178.351ZM186.345,182.842L184.427,181.607L185.157,180.634L186.855,182.211L187.455,179.842L188.625,180.245L187.611,182.513L189.898,182.327L189.867,183.565L187.573,183.319L188.411,185.538L187.223,185.9L186.78,183.524L184.989,185.064L184.259,184.077L186.345,182.842ZM199.378,187.333L197.46,186.098L198.19,185.125L199.888,186.702L200.488,184.333L201.658,184.736L200.644,187.004L202.931,186.818L202.9,188.056L200.606,187.81L201.444,190.029L200.256,190.391L199.813,188.015L198.022,189.555L197.292,188.568L199.378,187.333ZM212.411,191.824L210.493,190.589L211.223,189.615L212.921,191.193L213.521,188.824L214.691,189.227L213.678,191.495L215.964,191.309L215.933,192.547L213.639,192.301L214.477,194.52L213.289,194.882L212.846,192.506L211.055,194.046L210.325,193.059L212.411,191.824ZM225.444,196.315L223.526,195.08L224.256,194.106L225.954,195.684L226.554,193.315L227.724,193.718L226.711,195.986L228.997,195.8L228.966,197.038L226.672,196.792L227.51,199.011L226.322,199.373L225.879,196.997L224.088,198.537L223.358,197.55L225.444,196.315Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_kbs_splash.xml"
line="19"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1521 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M160.36,173.85L158.452,172.622L159.178,171.653L160.868,173.222L161.466,170.864L162.63,171.265L161.621,173.523L163.897,173.337L163.866,174.569L161.583,174.325L162.416,176.533L161.234,176.893L160.793,174.528L159.01,176.062L158.283,175.08L160.36,173.85ZM173.332,178.317L171.424,177.089L172.15,176.119L173.84,177.689L174.438,175.331L175.602,175.732L174.593,177.99L176.869,177.804L176.838,179.036L174.555,178.791L175.388,180.999L174.206,181.359L173.765,178.995L171.982,180.528L171.255,179.547L173.332,178.317ZM186.304,182.783L184.396,181.555L185.122,180.586L186.812,182.155L187.41,179.798L188.574,180.199L187.565,182.456L189.841,182.271L189.81,183.503L187.527,183.258L188.361,185.466L187.178,185.826L186.737,183.462L184.954,184.995L184.227,184.013L186.304,182.783ZM199.276,187.25L197.368,186.022L198.094,185.053L199.784,186.622L200.382,184.264L201.546,184.665L200.537,186.923L202.814,186.737L202.782,187.969L200.499,187.725L201.333,189.933L200.15,190.293L199.709,187.928L197.926,189.462L197.2,188.48L199.276,187.25ZM212.249,191.717L210.34,190.489L211.066,189.519L212.756,191.089L213.354,188.731L214.518,189.132L213.509,191.389L215.786,191.204L215.754,192.436L213.471,192.191L214.305,194.399L213.122,194.759L212.681,192.395L210.898,193.928L210.172,192.946L212.249,191.717ZM225.221,196.183L223.312,194.955L224.038,193.986L225.728,195.555L226.326,193.198L227.491,193.599L226.481,195.856L228.758,195.67L228.726,196.903L226.443,196.658L227.277,198.866L226.094,199.226L225.653,196.862L223.87,198.395L223.144,197.413L225.221,196.183Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_kbs_splash.xml"
line="41"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1611 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M17.737,3.625H6.263C5.454,3.625 4.794,3.625 4.258,3.669C3.704,3.714 3.206,3.811 2.741,4.047C2.012,4.419 1.419,5.012 1.047,5.741C0.811,6.206 0.714,6.704 0.669,7.258C0.625,7.794 0.625,8.454 0.625,9.263V14.737C0.625,15.546 0.625,16.206 0.669,16.742C0.714,17.296 0.811,17.794 1.047,18.259C1.419,18.988 2.012,19.581 2.741,19.953C3.206,20.19 3.704,20.286 4.258,20.331C4.794,20.375 5.454,20.375 6.263,20.375H17.737C18.546,20.375 19.206,20.375 19.742,20.331C20.296,20.286 20.794,20.19 21.259,19.953C21.988,19.581 22.581,18.988 22.953,18.259C23.19,17.794 23.286,17.296 23.331,16.742C23.375,16.206 23.375,15.546 23.375,14.737V9.263C23.375,8.454 23.375,7.794 23.331,7.258C23.286,6.704 23.19,6.206 22.953,5.741C22.581,5.012 21.988,4.419 21.259,4.047C20.794,3.811 20.296,3.714 19.742,3.669C19.206,3.625 18.546,3.625 17.737,3.625ZM3.535,5.607C3.712,5.516 3.955,5.449 4.401,5.413C4.857,5.376 5.445,5.375 6.3,5.375H17.7C18.555,5.375 19.143,5.376 19.599,5.413C20.045,5.449 20.288,5.516 20.465,5.607C20.865,5.81 21.19,6.135 21.393,6.535C21.484,6.712 21.551,6.955 21.587,7.401C21.624,7.857 21.625,8.445 21.625,9.3V14.7C21.625,15.554 21.624,16.143 21.587,16.599C21.551,17.045 21.484,17.288 21.393,17.465C21.19,17.865 20.865,18.19 20.465,18.393C20.288,18.484 20.045,18.551 19.599,18.587C19.143,18.624 18.555,18.625 17.7,18.625H6.3C5.445,18.625 4.857,18.624 4.401,18.587C3.955,18.551 3.712,18.484 3.535,18.393C3.135,18.19 2.81,17.865 2.607,17.465C2.516,17.288 2.449,17.045 2.413,16.599C2.376,16.143 2.375,15.554 2.375,14.7V9.3C2.375,8.445 2.376,7.857 2.413,7.401C2.449,6.955 2.516,6.712 2.607,6.535C2.81,6.135 3.135,5.81 3.535,5.607Z&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_keyboard_24.xml"
line="42"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1510 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M56.3 51.66c0.5 0.14 0.77 0.65 0.62 1.13-0.28 0.9-0.66 1.84-1.01 2.72l-0.46 1.15c-0.33 0.86-0.61 1.7-0.8 2.53 0.1-0.08 0.2-0.17 0.29-0.27l0.74-0.78c0.21-0.24 0.44-0.48 0.66-0.7l1.2-1.27c0.91-0.95 1.85-1.94 2.84-2.82 0.14-0.12 0.6-0.54 1.1-0.86 0.25-0.16 0.57-0.33 0.91-0.42 0.35-0.09 0.88-0.12 1.35 0.24 0.36 0.29 0.47 0.68 0.51 0.94 0.05 0.27 0.03 0.54 0 0.76-0.03 0.35-0.12 0.73-0.17 0.92-0.13 0.53-0.27 1.05-0.43 1.57 0.54-0.3 1.04-0.65 1.49-1.06 0.46-0.41 0.85-0.85 1.28-1.33l0.61-0.67c0.09-0.08 0.19-0.18 0.32-0.26 0.12-0.08 0.33-0.19 0.6-0.19 0.69 0 0.95 0.57 1 0.67 0.08 0.2 0.1 0.42 0.17 0.62 0.25 0.66 0.6 1.13 0.9 1.33 0.13 0.08 0.24 0.1 0.34 0.1 0.1-0.01 0.3-0.06 0.58-0.28 0.53-0.42 1-0.92 1.5-1.5l0.3-0.33c0.4-0.47 0.83-0.96 1.3-1.41 0.36-0.36 0.95-0.36 1.3 0 0.37 0.35 0.37 0.93 0 1.28-0.4 0.4-0.76 0.81-1.16 1.27l-0.33 0.38c-0.51 0.58-1.08 1.2-1.76 1.72-0.49 0.39-1.02 0.63-1.59 0.67-0.57 0.05-1.08-0.12-1.5-0.39-0.6-0.39-1.05-1-1.36-1.62-0.39 0.43-0.8 0.87-1.24 1.27-0.84 0.75-1.8 1.34-2.8 1.78 0.02 0-0.34 0.17-0.61 0.25-0.1 0.03-0.42 0.12-0.76 0.05-0.2-0.05-0.48-0.19-0.66-0.48-0.16-0.28-0.15-0.55-0.12-0.71 0.09-0.57 0.25-1.1 0.4-1.6 0.15-0.5 0.3-0.96 0.4-1.4l0.12-0.57c-0.3 0.2-0.6 0.47-0.74 0.6-0.94 0.83-1.78 1.72-2.65 2.64l-1.3 1.36c-0.21 0.21-0.43 0.44-0.66 0.7l-0.75 0.8c-0.52 0.52-1.14 1.06-1.87 1.42-0.2 0.09-0.5 0.2-0.86 0.13-0.57-0.1-0.9-0.62-0.92-1.17l0.01-0.37c0.13-1.48 0.59-2.87 1.09-4.17 0.16-0.44 0.33-0.85 0.5-1.26 0.34-0.85 0.66-1.67 0.93-2.51 0.15-0.48 0.66-0.75 1.15-0.6Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_launcher_alt_notes_foreground.xml"
line="51"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1654 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M51.22 42.86c-1.86 0-3.37 1.64-3.37 3.66v17.96c0 2.02 1.51 3.66 3.37 3.66h19.9c1.87 0 3.38-1.64 3.38-3.66V46.52c0-2.02-1.51-3.66-3.37-3.66h-19.9Zm3.88 9.9c-0.25 0.8-0.58 1.62-0.9 2.4-0.14 0.34-0.28 0.67-0.4 1-0.3 0.75-0.55 1.48-0.71 2.21 0.31-0.29 0.6-0.6 0.9-0.92l0.6-0.62 1.07-1.1c0.8-0.84 1.64-1.7 2.52-2.47 0.31-0.27 0.63-0.54 0.98-0.76 0.22-0.13 0.51-0.29 0.82-0.36 0.3-0.08 0.78-0.1 1.2 0.21 0.32 0.25 0.42 0.6 0.46 0.82 0.04 0.24 0.02 0.48 0 0.67-0.03 0.3-0.12 0.64-0.16 0.8-0.11 0.46-0.24 0.92-0.38 1.37 0.48-0.26 0.93-0.57 1.33-0.92 0.4-0.36 0.76-0.75 1.14-1.16 0.17-0.2 0.35-0.39 0.55-0.59 0.07-0.08 0.16-0.16 0.27-0.23 0.11-0.07 0.3-0.17 0.55-0.17 0.6 0 0.84 0.5 0.88 0.6 0.07 0.17 0.09 0.36 0.15 0.53 0.23 0.58 0.53 0.99 0.8 1.16 0.12 0.08 0.22 0.1 0.3 0.09 0.1 0 0.27-0.05 0.53-0.25 0.47-0.36 0.9-0.8 1.34-1.3l0.26-0.3c0.36-0.4 0.74-0.84 1.16-1.23 0.32-0.31 0.84-0.3 1.17 0 0.32 0.31 0.32 0.81 0 1.12-0.36 0.35-0.7 0.71-1.04 1.11l-0.3 0.33c-0.45 0.52-0.96 1.06-1.56 1.52-0.44 0.33-0.92 0.54-1.42 0.58-0.51 0.04-0.96-0.1-1.34-0.34-0.54-0.34-0.93-0.88-1.21-1.42-0.35 0.38-0.72 0.77-1.11 1.11-0.74 0.66-1.6 1.18-2.5 1.56 0.02 0-0.3 0.15-0.54 0.22-0.1 0.03-0.37 0.1-0.67 0.04-0.19-0.04-0.44-0.16-0.6-0.42-0.14-0.24-0.13-0.48-0.1-0.62 0.08-0.5 0.22-0.97 0.35-1.4 0.13-0.4 0.26-0.82 0.36-1.23l0.11-0.5c-0.24 0.16-0.45 0.35-0.66 0.53-0.84 0.73-1.59 1.5-2.36 2.31l-1.17 1.2-0.58 0.6c-0.21 0.23-0.43 0.47-0.67 0.7-0.46 0.46-1.01 0.94-1.67 1.25-0.16 0.08-0.44 0.18-0.76 0.12-0.5-0.1-0.8-0.54-0.82-1.03v-0.33c0.12-1.3 0.53-2.51 0.98-3.65 0.14-0.38 0.3-0.74 0.44-1.1 0.3-0.75 0.6-1.46 0.83-2.2 0.13-0.41 0.6-0.65 1.03-0.52 0.44 0.12 0.68 0.57 0.55 0.99Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_launcher_alt_notes_monochrome.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2539 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M39.97 41.22c1.14-0.93 2.62-2.15 5.4-2.15 2.8 0 4.28 1.22 5.42 2.15l0.02 0.02c0.53 0.43 0.93 0.76 1.4 1 0.46 0.22 1 0.37 1.79 0.37 0.78 0 1.33-0.15 1.78-0.37 0.48-0.24 0.88-0.57 1.41-1l0.02-0.01c1.14-0.94 2.63-2.16 5.41-2.16 2.79 0 4.27 1.22 5.41 2.15l0.02 0.02c0.53 0.43 0.94 0.76 1.41 1 0.46 0.22 1 0.37 1.78 0.37 0.97 0 1.76 0.78 1.76 1.75s-0.8 1.75-1.76 1.75c-2.78 0-4.27-1.22-5.4-2.16l-0.02-0.01c-0.53-0.44-0.94-0.77-1.42-1-0.45-0.22-1-0.37-1.78-0.37s-1.32 0.15-1.78 0.37c-0.47 0.23-0.88 0.56-1.41 1H59.4v0.01c-1.14 0.94-2.62 2.16-5.41 2.16s-4.27-1.22-5.4-2.16h-0.01l-0.02-0.01c-0.53-0.44-0.94-0.77-1.41-1-0.46-0.22-1-0.37-1.78-0.37-0.79 0-1.33 0.15-1.78 0.37-0.48 0.23-0.89 0.56-1.42 1l-0.01 0.01c-1.14 0.94-2.63 2.16-5.41 2.16-0.97 0-1.76-0.78-1.76-1.75s0.8-1.75 1.76-1.75c0.78 0 1.32-0.15 1.78-0.37 0.47-0.24 0.88-0.57 1.41-1l0.02-0.02Zm0 11.42c1.14-0.94 2.62-2.16 5.4-2.16 2.8 0 4.28 1.22 5.42 2.16l0.02 0.01c0.53 0.44 0.93 0.77 1.4 1 0.46 0.22 1 0.37 1.79 0.37 0.78 0 1.33-0.15 1.78-0.37 0.48-0.23 0.88-0.56 1.41-1l0.02-0.01c1.14-0.94 2.63-2.16 5.41-2.16 2.79 0 4.27 1.22 5.41 2.16l0.02 0.01c0.53 0.44 0.94 0.77 1.41 1 0.46 0.22 1 0.37 1.78 0.37 0.97 0 1.76 0.78 1.76 1.75s-0.8 1.75-1.76 1.75c-2.78 0-4.27-1.22-5.4-2.16h-0.01l-0.01-0.01c-0.53-0.44-0.94-0.77-1.42-1-0.45-0.22-1-0.37-1.78-0.37s-1.32 0.15-1.78 0.37c-0.47 0.23-0.88 0.56-1.41 1l-0.02 0.01c-1.14 0.94-2.62 2.16-5.41 2.16s-4.27-1.22-5.4-2.16h-0.01l-0.02-0.01c-0.53-0.44-0.94-0.77-1.41-1-0.46-0.22-1-0.37-1.78-0.37-0.79 0-1.33 0.15-1.78 0.37-0.48 0.23-0.89 0.56-1.42 1v0.01h-0.01c-1.14 0.94-2.63 2.16-5.41 2.16-0.97 0-1.76-0.78-1.76-1.75s0.8-1.75 1.76-1.75c0.78 0 1.32-0.15 1.78-0.37 0.47-0.23 0.88-0.56 1.41-1l0.01-0.01Zm0 11.4c1.14-0.93 2.62-2.15 5.4-2.15 2.8 0 4.28 1.22 5.42 2.16l0.02 0.01c0.53 0.44 0.93 0.77 1.4 1 0.46 0.22 1 0.37 1.79 0.37 0.78 0 1.33-0.15 1.78-0.37 0.48-0.23 0.88-0.56 1.41-1h0.02v-0.01c1.14-0.94 2.63-2.16 5.41-2.16 2.79 0 4.27 1.22 5.41 2.16l0.02 0.01c0.53 0.44 0.94 0.77 1.41 1 0.46 0.22 1 0.37 1.78 0.37 0.97 0 1.76 0.78 1.76 1.75s-0.8 1.75-1.76 1.75c-2.78 0-4.27-1.22-5.4-2.15h-0.01l-0.01-0.02c-0.53-0.43-0.94-0.76-1.42-1-0.45-0.22-1-0.37-1.78-0.37s-1.32 0.15-1.78 0.37c-0.47 0.24-0.88 0.57-1.41 1l-0.02 0.01c-1.14 0.94-2.62 2.16-5.41 2.16s-4.27-1.22-5.4-2.15h-0.01l-0.02-0.02c-0.53-0.43-0.94-0.76-1.41-1-0.46-0.22-1-0.37-1.78-0.37-0.79 0-1.33 0.15-1.78 0.37-0.48 0.24-0.89 0.57-1.42 1v0.01h-0.01c-1.14 0.94-2.63 2.16-5.41 2.16-0.97 0-1.76-0.78-1.76-1.75s0.8-1.75 1.76-1.75c0.78 0 1.32-0.15 1.78-0.37 0.47-0.23 0.88-0.56 1.41-1h0.01v-0.01Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_launcher_alt_waves_monochrome.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (997 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.6271,15.556L12.9046,14.2702C11.896,14.1777 11.1901,13.8583 10.669,13.3373C9.2486,11.9169 9.2486,9.8999 10.6606,8.4879L13.4509,5.6976C14.8712,4.2773 16.8799,4.2773 18.3002,5.6976C19.729,7.1348 19.7205,9.1351 18.3086,10.547L16.863,11.9926C17.132,12.6061 17.216,13.3541 17.0732,14.0012L19.4852,11.5976C21.5527,9.5385 21.5611,6.6137 19.4768,4.5294C17.3925,2.4367 14.4678,2.4535 12.4087,4.5126L9.484,7.4458C7.4249,9.5049 7.4081,12.4296 9.4924,14.5139C9.9882,15.0013 10.6522,15.3711 11.6271,15.556ZM12.3667,8.4711L11.0976,9.757C12.0977,9.8494 12.8121,10.1772 13.3248,10.6899C14.7535,12.1186 14.7535,14.1273 13.3332,15.5392L10.5429,18.3295C9.1226,19.7498 7.1223,19.7498 5.6936,18.3295C4.2648,16.9007 4.2732,14.8921 5.6936,13.4801L7.1307,12.0346C6.8702,11.4211 6.7777,10.6815 6.9206,10.0259L4.517,12.4296C2.4495,14.4887 2.4411,17.4218 4.5254,19.5061C6.6097,21.5904 9.5344,21.5736 11.5935,19.5145L14.5098,16.5898C16.5773,14.5223 16.5857,11.5976 14.5014,9.5217C14.0139,9.0258 13.35,8.656 12.3667,8.4711Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_link_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1330 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.854,10.222V7.5C16.854,6.8626 16.7284,6.2314 16.4845,5.6424C16.2406,5.0535 15.883,4.5184 15.4323,4.0677C14.9816,3.617 14.4465,3.2594 13.8575,3.0155C13.2686,2.7715 12.6374,2.646 12,2.646C11.3626,2.646 10.7314,2.7715 10.1425,3.0155C9.5535,3.2594 9.0184,3.617 8.5677,4.0677C8.117,4.5184 7.7594,5.0535 7.5155,5.6424C7.2716,6.2314 7.146,6.8626 7.146,7.5V10.222C6.6835,10.2899 6.2607,10.5214 5.9543,10.8744C5.6479,11.2274 5.4782,11.6786 5.476,12.146V19.4C5.4773,19.9178 5.6836,20.4141 6.0498,20.7802C6.4159,21.1464 6.9122,21.3527 7.43,21.354H16.57C17.0878,21.3527 17.5841,21.1464 17.9502,20.7802C18.3164,20.4141 18.5227,19.9178 18.524,19.4V12.146C18.5218,11.6786 18.3521,11.2274 18.0457,10.8744C17.7393,10.5214 17.3165,10.2899 16.854,10.222ZM12,4.146C12.8892,4.147 13.7417,4.5008 14.3705,5.1295C14.9992,5.7583 15.3529,6.6108 15.354,7.5V10.193H8.646V7.5C8.6471,6.6108 9.0008,5.7583 9.6295,5.1295C10.2583,4.5008 11.1108,4.147 12,4.146V4.146ZM17.024,19.4C17.0224,19.5198 16.9741,19.6343 16.8892,19.7189C16.8044,19.8036 16.6898,19.8517 16.57,19.853H7.43C7.3102,19.8517 7.1956,19.8036 7.1108,19.7189C7.0259,19.6343 6.9776,19.5198 6.976,19.4V12.146C6.9778,12.0262 7.0263,11.9119 7.111,11.8273C7.1958,11.7427 7.3102,11.6945 7.43,11.693H16.57C16.6898,11.6945 16.8042,11.7427 16.889,11.8273C16.9737,11.9119 17.0222,12.0262 17.024,12.146V19.4Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_lock_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1319 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M20,12C20,12.2967 19.912,12.5867 19.7472,12.8334C19.5824,13.08 19.3481,13.2723 19.074,13.3858C18.7999,13.4994 18.4983,13.5291 18.2074,13.4712C17.9164,13.4133 17.6491,13.2704 17.4393,13.0607C17.2296,12.8509 17.0867,12.5836 17.0288,12.2926C16.9709,12.0017 17.0007,11.7001 17.1142,11.426C17.2277,11.1519 17.42,10.9176 17.6666,10.7528C17.9133,10.588 18.2033,10.5 18.5,10.5C18.8978,10.5 19.2794,10.658 19.5607,10.9393C19.842,11.2206 20,11.6022 20,12ZM12,10.5C11.7033,10.5 11.4133,10.588 11.1666,10.7528C10.92,10.9176 10.7277,11.1519 10.6142,11.426C10.5007,11.7001 10.4709,12.0017 10.5288,12.2926C10.5867,12.5836 10.7296,12.8509 10.9393,13.0607C11.1491,13.2704 11.4164,13.4133 11.7074,13.4712C11.9983,13.5291 12.2999,13.4994 12.574,13.3858C12.8481,13.2723 13.0824,13.08 13.2472,12.8334C13.412,12.5867 13.5,12.2967 13.5,12C13.5,11.6022 13.342,11.2206 13.0607,10.9393C12.7794,10.658 12.3978,10.5 12,10.5ZM5.5,10.5C5.2033,10.5 4.9133,10.588 4.6666,10.7528C4.42,10.9176 4.2277,11.1519 4.1142,11.426C4.0006,11.7001 3.9709,12.0017 4.0288,12.2926C4.0867,12.5836 4.2296,12.8509 4.4393,13.0607C4.6491,13.2704 4.9164,13.4133 5.2074,13.4712C5.4983,13.5291 5.7999,13.4994 6.074,13.3858C6.3481,13.2723 6.5824,13.08 6.7472,12.8334C6.912,12.5867 7,12.2967 7,12C7,11.6022 6.842,11.2206 6.5607,10.9393C6.2794,10.658 5.8978,10.5 5.5,10.5V10.5Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_more_horiz_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1421 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.01,4.178C13.439,4.168 13.801,3.807 13.801,3.299V0.896C13.801,0.398 13.439,0.027 13.01,0.027C12.57,0.027 12.209,0.398 12.209,0.896V3.299C12.209,3.807 12.57,4.188 13.01,4.178ZM18.039,6.268C18.352,6.561 18.869,6.561 19.221,6.209L20.92,4.51C21.291,4.148 21.271,3.65 20.969,3.338C20.666,3.025 20.158,3.016 19.797,3.377L18.098,5.076C17.736,5.438 17.727,5.965 18.039,6.268ZM7.971,6.268C8.273,5.955 8.273,5.438 7.912,5.076L6.213,3.377C5.852,3.016 5.354,3.035 5.041,3.338C4.729,3.641 4.719,4.148 5.09,4.51L6.789,6.209C7.141,6.561 7.668,6.57 7.971,6.268ZM1.34,15.965H24.67C25.129,15.965 25.52,15.613 25.52,15.184C25.52,14.754 25.129,14.393 24.67,14.393H17.326C17.971,13.523 18.342,12.459 18.342,11.297C18.342,8.377 15.92,5.945 13.01,5.945C10.09,5.945 7.668,8.377 7.668,11.297C7.668,12.459 8.039,13.523 8.684,14.393H1.34C0.881,14.393 0.49,14.754 0.49,15.184C0.49,15.613 0.881,15.965 1.34,15.965ZM9.23,11.297C9.23,9.227 10.939,7.527 13.01,7.527C15.07,7.527 16.779,9.227 16.779,11.297C16.779,12.586 16.105,13.729 15.109,14.393H10.9C9.904,13.729 9.23,12.586 9.23,11.297ZM2.609,11.844H5.012C5.52,11.844 5.9,11.482 5.891,11.053C5.881,10.613 5.51,10.252 5.012,10.252H2.609C2.102,10.252 1.74,10.613 1.74,11.053C1.74,11.482 2.102,11.844 2.609,11.844ZM20.998,11.844H23.4C23.908,11.844 24.27,11.482 24.27,11.053C24.27,10.613 23.908,10.252 23.4,10.252H20.998C20.5,10.252 20.109,10.613 20.119,11.053C20.129,11.482 20.5,11.844 20.998,11.844Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_nighttime_26.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1211 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.6618,2.4548C9.3821,1.6717 10.6179,1.6717 11.3382,2.4548L11.4676,2.5955C11.8981,3.0635 12.5416,3.2726 13.1649,3.147L13.3524,3.1092C14.3954,2.8991 15.3951,3.6255 15.5176,4.6823L15.5396,4.8723C15.6128,5.5039 16.0105,6.0513 16.5885,6.3161L16.7624,6.3957C17.7297,6.8388 18.1116,8.0141 17.5895,8.9411L17.4956,9.1077C17.1836,9.6616 17.1836,10.3383 17.4956,10.8923L17.5895,11.0589C18.1116,11.9859 17.7297,13.1612 16.7624,13.6043L16.5885,13.6839C16.0105,13.9487 15.6128,14.4961 15.5396,15.1277L15.5176,15.3177C15.3951,16.3745 14.3954,17.1009 13.3524,16.8908L13.1649,16.853C12.5416,16.7274 11.8981,16.9365 11.4676,17.4045L11.3382,17.5452C10.6179,18.3283 9.3821,18.3283 8.6618,17.5452L8.5324,17.4045C8.1019,16.9365 7.4584,16.7274 6.8351,16.853L6.6476,16.8908C5.6046,17.1009 4.6049,16.3745 4.4824,15.3177L4.4604,15.1277C4.3872,14.4961 3.9895,13.9487 3.4115,13.6839L3.2376,13.6043C2.2703,13.1612 1.8884,11.9859 2.4105,11.0589L2.5044,10.8923C2.8164,10.3383 2.8164,9.6616 2.5044,9.1077L2.4105,8.9411C1.8884,8.0141 2.2703,6.8388 3.2376,6.3957L3.4115,6.3161C3.9895,6.0513 4.3872,5.5039 4.4604,4.8723L4.4824,4.6823C4.6049,3.6255 5.6046,2.8991 6.6476,3.1092L6.8351,3.147C7.4584,3.2726 8.1019,3.0635 8.5324,2.5955L8.6618,2.4548Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_official_20.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1211 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.6618,2.4548C9.3821,1.6717 10.6179,1.6717 11.3382,2.4548L11.4676,2.5955C11.8981,3.0635 12.5416,3.2726 13.1649,3.147L13.3524,3.1092C14.3954,2.8991 15.3951,3.6255 15.5176,4.6823L15.5396,4.8723C15.6128,5.5039 16.0105,6.0513 16.5885,6.3161L16.7624,6.3957C17.7297,6.8388 18.1116,8.0141 17.5895,8.9411L17.4956,9.1077C17.1836,9.6616 17.1836,10.3383 17.4956,10.8923L17.5895,11.0589C18.1116,11.9859 17.7297,13.1612 16.7624,13.6043L16.5885,13.6839C16.0105,13.9487 15.6128,14.4961 15.5396,15.1277L15.5176,15.3177C15.3951,16.3745 14.3954,17.1009 13.3524,16.8908L13.1649,16.853C12.5416,16.7274 11.8981,16.9365 11.4676,17.4045L11.3382,17.5452C10.6179,18.3283 9.3821,18.3283 8.6618,17.5452L8.5324,17.4045C8.1019,16.9365 7.4584,16.7274 6.8351,16.853L6.6476,16.8908C5.6046,17.1009 4.6049,16.3745 4.4824,15.3177L4.4604,15.1277C4.3872,14.4961 3.9895,13.9487 3.4115,13.6839L3.2376,13.6043C2.2703,13.1612 1.8884,11.9859 2.4105,11.0589L2.5044,10.8923C2.8164,10.3383 2.8164,9.6616 2.5044,9.1077L2.4105,8.9411C1.8884,8.0141 2.2703,6.8388 3.2376,6.3957L3.4115,6.3161C3.9895,6.0513 4.3872,5.5039 4.4604,4.8723L4.4824,4.6823C4.6049,3.6255 5.6046,2.8991 6.6476,3.1092L6.8351,3.147C7.4584,3.2726 8.1019,3.0635 8.5324,2.5955L8.6618,2.4548Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_official_20.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1213 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.6618,3.4548C11.3821,2.6717 12.6179,2.6717 13.3382,3.4548L13.7077,3.8566C14.1382,4.3245 14.7817,4.5336 15.405,4.408L15.9402,4.3002C16.9831,4.0901 17.9829,4.8165 18.1054,5.8733L18.1682,6.4156C18.2414,7.0472 18.6391,7.5946 19.2171,7.8594L19.7135,8.0867C20.6808,8.5298 21.0627,9.705 20.5405,10.632L20.2726,11.1077C19.9606,11.6617 19.9606,12.3383 20.2726,12.8923L20.5405,13.368C21.0627,14.295 20.6808,15.4702 19.7135,15.9133L19.2171,16.1406C18.6391,16.4054 18.2414,16.9528 18.1682,17.5844L18.1054,18.1267C17.9829,19.1836 16.9831,19.9099 15.9402,19.6998L15.405,19.592C14.7817,19.4664 14.1382,19.6755 13.7077,20.1434L13.3382,20.5452C12.6179,21.3283 11.3821,21.3283 10.6618,20.5452L10.2923,20.1434C9.8618,19.6755 9.2183,19.4664 8.595,19.592L8.0598,19.6998C7.0168,19.9099 6.0171,19.1836 5.8946,18.1267L5.8318,17.5844C5.7586,16.9528 5.3609,16.4054 4.7828,16.1406L4.2865,15.9133C3.3192,15.4702 2.9374,14.295 3.4595,13.368L3.7274,12.8923C4.0394,12.3383 4.0394,11.6617 3.7274,11.1077L3.4595,10.632C2.9374,9.7051 3.3192,8.5298 4.2865,8.0867L4.7828,7.8594C5.3609,7.5946 5.7586,7.0472 5.8318,6.4156L5.8946,5.8733C6.0171,4.8165 7.0168,4.0901 8.0598,4.3002L8.595,4.408C9.2183,4.5336 9.8618,4.3245 10.2923,3.8566L10.6618,3.4548Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_official_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1213 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.6618,3.4548C11.3821,2.6717 12.6179,2.6717 13.3382,3.4548L13.7077,3.8566C14.1382,4.3245 14.7817,4.5336 15.405,4.408L15.9402,4.3002C16.9831,4.0901 17.9829,4.8165 18.1054,5.8733L18.1682,6.4156C18.2414,7.0472 18.6391,7.5946 19.2171,7.8594L19.7135,8.0867C20.6808,8.5298 21.0627,9.705 20.5405,10.632L20.2726,11.1077C19.9606,11.6617 19.9606,12.3383 20.2726,12.8923L20.5405,13.368C21.0627,14.295 20.6808,15.4702 19.7135,15.9133L19.2171,16.1406C18.6391,16.4054 18.2414,16.9528 18.1682,17.5844L18.1054,18.1267C17.9829,19.1836 16.9831,19.9099 15.9402,19.6998L15.405,19.592C14.7817,19.4664 14.1382,19.6755 13.7077,20.1434L13.3382,20.5452C12.6179,21.3283 11.3821,21.3283 10.6618,20.5452L10.2923,20.1434C9.8618,19.6755 9.2183,19.4664 8.595,19.592L8.0598,19.6998C7.0168,19.9099 6.0171,19.1836 5.8946,18.1267L5.8318,17.5844C5.7586,16.9528 5.3609,16.4054 4.7828,16.1406L4.2865,15.9133C3.3192,15.4702 2.9374,14.295 3.4595,13.368L3.7274,12.8923C4.0394,12.3383 4.0394,11.6617 3.7274,11.1077L3.4595,10.632C2.9374,9.7051 3.3192,8.5298 4.2865,8.0867L4.7828,7.8594C5.3609,7.5946 5.7586,7.0472 5.8318,6.4156L5.8946,5.8733C6.0171,4.8165 7.0168,4.0901 8.0598,4.3002L8.595,4.408C9.2183,4.5336 9.8618,4.3245 10.2923,3.8566L10.6618,3.4548Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_official_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1230 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.0278,3.6002C13.8201,2.7388 15.1794,2.7388 15.9717,3.6002L16.7384,4.4337C17.2119,4.9484 17.9198,5.1784 18.6054,5.0403L19.7156,4.8166C20.8629,4.5855 21.9626,5.3845 22.0973,6.547L22.2277,7.672C22.3082,8.3667 22.7457,8.9689 23.3815,9.2602L24.4112,9.7318C25.4752,10.2191 25.8953,11.5119 25.3209,12.5316L24.7651,13.5184C24.4219,14.1277 24.4219,14.8721 24.7651,15.4814L25.3209,16.4682C25.8953,17.4879 25.4752,18.7807 24.4112,19.2681L23.3815,19.7397C22.7457,20.0309 22.3082,20.6331 22.2277,21.3278L22.0973,22.4528C21.9626,23.6153 20.8629,24.4143 19.7156,24.1832L18.6054,23.9595C17.9198,23.8214 17.2119,24.0514 16.7384,24.5662L15.9717,25.3997C15.1794,26.261 13.8201,26.261 13.0278,25.3997L12.2611,24.5662C11.7876,24.0514 11.0797,23.8214 10.3941,23.9595L9.2839,24.1832C8.1366,24.4143 7.0369,23.6153 6.9022,22.4528L6.7718,21.3278C6.6913,20.6331 6.2538,20.0309 5.618,19.7397L4.5883,19.2681C3.5243,18.7807 3.1043,17.4879 3.6786,16.4682L4.2344,15.4814C4.5776,14.8721 4.5776,14.1277 4.2344,13.5184L3.6786,12.5316C3.1043,11.5119 3.5243,10.2191 4.5883,9.7318L5.618,9.2602C6.2538,8.9689 6.6913,8.3667 6.7718,7.672L6.9022,6.547C7.0369,5.3845 8.1366,4.5855 9.2839,4.8166L10.3941,5.0403C11.0797,5.1784 11.7876,4.9484 12.2611,4.4337L13.0278,3.6002Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_official_28.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1230 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.0278,3.6002C13.8201,2.7388 15.1794,2.7388 15.9717,3.6002L16.7384,4.4337C17.2119,4.9484 17.9198,5.1784 18.6054,5.0403L19.7156,4.8166C20.8629,4.5855 21.9626,5.3845 22.0973,6.547L22.2277,7.672C22.3082,8.3667 22.7457,8.9689 23.3815,9.2602L24.4112,9.7318C25.4752,10.2191 25.8953,11.5119 25.3209,12.5316L24.7651,13.5184C24.4219,14.1277 24.4219,14.8721 24.7651,15.4814L25.3209,16.4682C25.8953,17.4879 25.4752,18.7807 24.4112,19.2681L23.3815,19.7397C22.7457,20.0309 22.3082,20.6331 22.2277,21.3278L22.0973,22.4528C21.9626,23.6153 20.8629,24.4143 19.7156,24.1832L18.6054,23.9595C17.9198,23.8214 17.2119,24.0514 16.7384,24.5662L15.9717,25.3997C15.1794,26.261 13.8201,26.261 13.0278,25.3997L12.2611,24.5662C11.7876,24.0514 11.0797,23.8214 10.3941,23.9595L9.2839,24.1832C8.1366,24.4143 7.0369,23.6153 6.9022,22.4528L6.7718,21.3278C6.6913,20.6331 6.2538,20.0309 5.618,19.7397L4.5883,19.2681C3.5243,18.7807 3.1043,17.4879 3.6786,16.4682L4.2344,15.4814C4.5776,14.8721 4.5776,14.1277 4.2344,13.5184L3.6786,12.5316C3.1043,11.5119 3.5243,10.2191 4.5883,9.7318L5.618,9.2602C6.2538,8.9689 6.6913,8.3667 6.7718,7.672L6.9022,6.547C7.0369,5.3845 8.1366,4.5855 9.2839,4.8166L10.3941,5.0403C11.0797,5.1784 11.7876,4.9484 12.2611,4.4337L13.0278,3.6002Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_official_28.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1112 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M55.73,39.699V33.125C55.73,30.014 54.495,27.03 52.295,24.83C50.095,22.63 47.111,21.395 44,21.395C40.889,21.395 37.905,22.63 35.705,24.83C33.505,27.03 32.27,30.014 32.27,33.125V39.699C31.154,39.855 30.132,40.408 29.391,41.256C28.65,42.104 28.239,43.191 28.234,44.318V61.921C28.238,63.162 28.733,64.351 29.611,65.229C30.488,66.107 31.678,66.602 32.919,66.605H55.081C56.322,66.602 57.512,66.107 58.389,65.229C59.267,64.351 59.762,63.162 59.766,61.921V44.318C59.761,43.191 59.35,42.104 58.609,41.256C57.868,40.408 56.846,39.855 55.73,39.699V39.699ZM44,23.932C46.437,23.935 48.774,24.904 50.498,26.628C52.221,28.351 53.19,30.688 53.193,33.125V39.633H34.807V33.125C34.81,30.688 35.779,28.351 37.502,26.628C39.226,24.904 41.563,23.935 44,23.932V23.932ZM57.228,61.922C57.228,62.492 57.002,63.037 56.599,63.44C56.196,63.843 55.65,64.069 55.081,64.07H32.919C32.35,64.069 31.804,63.843 31.401,63.44C30.998,63.037 30.772,62.492 30.772,61.922V44.318C30.772,43.748 30.999,43.202 31.402,42.8C31.804,42.397 32.35,42.171 32.919,42.17H55.081C55.65,42.171 56.196,42.397 56.598,42.8C57.001,43.202 57.228,43.748 57.228,44.318V61.922Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_payment_security_setup_lock.xml"
line="14"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (876 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.7,38.3l2.5,1.3L10.7,41l0.7,1.3 2.5,-1.6v3h1.5l-0.2,-3 2.5,1.6 0.8,-1.3 -2.6,-1.4 2.6,-1.3 -0.8,-1.4 -2.5,1.6 0.2,-2.9L13.8,35.6v2.9l-2.5,-1.6ZM21,38.3 L23.6,39.6L21,41l0.8,1.3 2.5,-1.6v3h1.5l-0.2,-3L28,42.3l0.8,-1.3 -2.6,-1.4 2.6,-1.3L28,36.9l-2.5,1.6 0.2,-2.9L24.2,35.6v2.9l-2.5,-1.6ZM31.4,38.3L34,39.6 31.4,41l0.8,1.3 2.5,-1.6v3L36,43.7v-3l2.5,1.6 0.8,-1.3 -2.6,-1.4 2.6,-1.3 -0.8,-1.4 -2.5,1.6L36,35.6L34.6,35.6v2.9l-2.5,-1.6ZM41.8,38.3 L44.4,39.6L41.8,41l0.8,1.3 2.5,-1.6v3h1.4v-3l2.5,1.6 0.8,-1.3L47,39.6l2.6,-1.3 -0.8,-1.4 -2.5,1.6L46.3,35.6L45,35.6v2.9l-2.5,-1.6ZM52.2,38.3 L54.8,39.6L52.2,41l0.8,1.3 2.5,-1.6 -0.2,3h1.5v-3l2.5,1.6L60,41l-2.6,-1.4L60,38.3l-0.8,-1.4 -2.5,1.6L56.7,35.6L55.3,35.6l0.2,2.9L53,36.9ZM62.6,38.3 L65.2,39.6L62.6,41l0.8,1.3 2.5,-1.6 -0.2,3h1.5v-3l2.5,1.6 0.7,-1.3 -2.5,-1.4 2.5,-1.3 -0.7,-1.4 -2.5,1.6L67.2,35.6L65.7,35.6l0.2,2.9 -2.5,-1.6Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_payments_info_card_pin_80.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (876 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.7,38.3l2.5,1.3L10.7,41l0.7,1.3 2.5,-1.6v3h1.5l-0.2,-3 2.5,1.6 0.8,-1.3 -2.6,-1.4 2.6,-1.3 -0.8,-1.4 -2.5,1.6 0.2,-2.9L13.8,35.6v2.9l-2.5,-1.6ZM21,38.3 L23.6,39.6L21,41l0.8,1.3 2.5,-1.6v3h1.5l-0.2,-3L28,42.3l0.8,-1.3 -2.6,-1.4 2.6,-1.3L28,36.9l-2.5,1.6 0.2,-2.9L24.2,35.6v2.9l-2.5,-1.6ZM31.4,38.3L34,39.6 31.4,41l0.8,1.3 2.5,-1.6v3L36,43.7v-3l2.5,1.6 0.8,-1.3 -2.6,-1.4 2.6,-1.3 -0.8,-1.4 -2.5,1.6L36,35.6L34.6,35.6v2.9l-2.5,-1.6ZM41.8,38.3 L44.4,39.6L41.8,41l0.8,1.3 2.5,-1.6v3h1.4v-3l2.5,1.6 0.8,-1.3L47,39.6l2.6,-1.3 -0.8,-1.4 -2.5,1.6L46.3,35.6L45,35.6v2.9l-2.5,-1.6ZM52.2,38.3 L54.8,39.6L52.2,41l0.8,1.3 2.5,-1.6 -0.2,3h1.5v-3l2.5,1.6L60,41l-2.6,-1.4L60,38.3l-0.8,-1.4 -2.5,1.6L56.7,35.6L55.3,35.6l0.2,2.9L53,36.9ZM62.6,38.3 L65.2,39.6L62.6,41l0.8,1.3 2.5,-1.6 -0.2,3h1.5v-3l2.5,1.6 0.7,-1.3 -2.5,-1.4 2.5,-1.3 -0.7,-1.4 -2.5,1.6L67.2,35.6L65.7,35.6l0.2,2.9 -2.5,-1.6Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_payments_info_card_pin_80.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (913 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.17,14.14a4.94,4.94 0,0 1,-1.63 -0.32,12.87 12.87,0 0,1 -4.47,-2.89A12.87,12.87 0,0 1,2.18 6.46,3.49 3.49,0 0,1 2.39,3.1h0a3.17,3.17 0,0 1,1.22 -1,1.69 1.69,0 0,1 2.18,0.51L7.08,4.42A1.68,1.68 0,0 1,6.86 6.6l-0.56,0.52s-0.07,0.1 0,0.13A11.37,11.37 0,0 0,7.41 8.59,10.62 10.62,0 0,0 8.75,9.75s0.09,0 0.13,0c0.17,-0.2 0.31,-0.35 0.52,-0.57a1.68,1.68 0,0 1,2.18 -0.22l1.84,1.29A1.68,1.68 0,0 1,14 12.35a3.15,3.15 0,0 1,-1 1.26A3,3 0,0 1,11.17 14.14ZM4.42,2.86a0.68,0.68 0,0 0,-0.31 0.08,2.13 2.13,0 0,0 -0.9,0.74h0a2.47,2.47 0,0 0,-0.09 2.45,11.77 11.77,0 0,0 6.75,6.75 2.47,2.47 0,0 0,2.45 -0.09,2.12 2.12,0 0,0 0.72,-0.85 0.7,0.7 0,0 0,-0.19 -0.91L11,9.74a0.67,0.67 0,0 0,-0.88 0.08c-0.21,0.22 -0.34,0.36 -0.5,0.55a1.09,1.09 0,0 1,-1.48 0.18A13.27,13.27 0,0 1,6.7 9.3,13.27 13.27,0 0,1 5.45,7.85a1.09,1.09 0,0 1,0.18 -1.48c0.19,-0.16 0.33,-0.29 0.55,-0.5A0.67,0.67 0,0 0,6.26 5L5,3.15A0.73,0.73 0,0 0,4.42 2.86Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_phone_16.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1564 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M56,33C49.65,33 44.5,38.15 44.5,44.5V50.48C44.27,50.56 44.04,50.65 43.82,50.76C42.5,51.43 41.43,52.5 40.76,53.82C40.35,54.63 40.17,55.52 40.09,56.58C40,57.62 40,58.91 40,60.56V66.44C40,68.09 40,69.38 40.09,70.42C40.17,71.48 40.35,72.37 40.76,73.18C41.43,74.5 42.5,75.57 43.82,76.24C44.63,76.65 45.52,76.83 46.58,76.91C47.62,77 48.91,77 50.56,77H61.44C63.09,77 64.38,77 65.42,76.91C66.48,76.83 67.37,76.65 68.18,76.24C69.5,75.57 70.57,74.5 71.24,73.18C71.65,72.37 71.83,71.48 71.91,70.42C72,69.38 72,68.09 72,66.44V60.56C72,58.91 72,57.62 71.91,56.58C71.83,55.52 71.65,54.63 71.24,53.82C70.57,52.5 69.5,51.43 68.18,50.76C67.96,50.65 67.73,50.56 67.5,50.48V44.5C67.5,38.15 62.35,33 56,33ZM65.5,50.09V44.5C65.5,39.25 61.25,35 56,35C50.75,35 46.5,39.25 46.5,44.5V50.09C46.53,50.09 46.55,50.09 46.58,50.09C47.62,50 48.91,50 50.56,50H61.44C63.09,50 64.38,50 65.42,50.09C65.45,50.09 65.47,50.09 65.5,50.09ZM44.73,52.54C45.21,52.3 45.8,52.16 46.74,52.08C47.69,52 48.9,52 50.6,52H61.4C63.1,52 64.31,52 65.26,52.08C66.2,52.16 66.79,52.3 67.27,52.54C68.21,53.02 68.98,53.79 69.46,54.73C69.7,55.21 69.84,55.8 69.92,56.74C70,57.69 70,58.9 70,60.6V66.4C70,68.1 70,69.31 69.92,70.26C69.84,71.2 69.7,71.79 69.46,72.27C68.98,73.21 68.21,73.98 67.27,74.46C66.79,74.7 66.2,74.84 65.26,74.92C64.31,75 63.1,75 61.4,75H50.6C48.9,75 47.69,75 46.74,74.92C45.8,74.84 45.21,74.7 44.73,74.46C43.79,73.98 43.02,73.21 42.54,72.27C42.3,71.79 42.16,71.2 42.08,70.26C42,69.31 42,68.1 42,66.4V60.6C42,58.9 42,57.69 42.08,56.74C42.16,55.8 42.3,55.21 42.54,54.73C43.02,53.79 43.79,53.02 44.73,52.54Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_phone_lock.xml"
line="21"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1564 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M56,33C49.65,33 44.5,38.15 44.5,44.5V50.48C44.27,50.56 44.04,50.65 43.82,50.76C42.5,51.43 41.43,52.5 40.76,53.82C40.35,54.63 40.17,55.52 40.09,56.58C40,57.62 40,58.91 40,60.56V66.44C40,68.09 40,69.38 40.09,70.42C40.17,71.48 40.35,72.37 40.76,73.18C41.43,74.5 42.5,75.57 43.82,76.24C44.63,76.65 45.52,76.83 46.58,76.91C47.62,77 48.91,77 50.56,77H61.44C63.09,77 64.38,77 65.42,76.91C66.48,76.83 67.37,76.65 68.18,76.24C69.5,75.57 70.57,74.5 71.24,73.18C71.65,72.37 71.83,71.48 71.91,70.42C72,69.38 72,68.09 72,66.44V60.56C72,58.91 72,57.62 71.91,56.58C71.83,55.52 71.65,54.63 71.24,53.82C70.57,52.5 69.5,51.43 68.18,50.76C67.96,50.65 67.73,50.56 67.5,50.48V44.5C67.5,38.15 62.35,33 56,33ZM65.5,50.09V44.5C65.5,39.25 61.25,35 56,35C50.75,35 46.5,39.25 46.5,44.5V50.09C46.53,50.09 46.55,50.09 46.58,50.09C47.62,50 48.91,50 50.56,50H61.44C63.09,50 64.38,50 65.42,50.09C65.45,50.09 65.47,50.09 65.5,50.09ZM44.73,52.54C45.21,52.3 45.8,52.16 46.74,52.08C47.69,52 48.9,52 50.6,52H61.4C63.1,52 64.31,52 65.26,52.08C66.2,52.16 66.79,52.3 67.27,52.54C68.21,53.02 68.98,53.79 69.46,54.73C69.7,55.21 69.84,55.8 69.92,56.74C70,57.69 70,58.9 70,60.6V66.4C70,68.1 70,69.31 69.92,70.26C69.84,71.2 69.7,71.79 69.46,72.27C68.98,73.21 68.21,73.98 67.27,74.46C66.79,74.7 66.2,74.84 65.26,74.92C64.31,75 63.1,75 61.4,75H50.6C48.9,75 47.69,75 46.74,74.92C45.8,74.84 45.21,74.7 44.73,74.46C43.79,73.98 43.02,73.21 42.54,72.27C42.3,71.79 42.16,71.2 42.08,70.26C42,69.31 42,68.1 42,66.4V60.6C42,58.9 42,57.69 42.08,56.74C42.16,55.8 42.3,55.21 42.54,54.73C43.02,53.79 43.79,53.02 44.73,52.54Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_phone_lock.xml"
line="21"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (919 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M17.21,22a8.08,8.08 0,0 1,-2.66 -0.51,20.79 20.79,0 0,1 -7.3,-4.73 21,21 0,0 1,-4.74 -7.3c-0.78,-2.22 -0.67,-4 0.35,-5.45h0a5,5 0,0 1,2 -1.67,2.72 2.72,0 0,1 3.51,0.81l2.11,3a2.69,2.69 0,0 1,-0.35 3.49c-0.37,0.34 -0.62,0.58 -0.93,0.85 -0.09,0.08 -0.15,0.22 -0.08,0.31A20,20 0,0 0,11 13a20,20 0,0 0,2.21 1.91,0.24 0.24,0 0,0 0.3,-0.08c0.28,-0.32 0.51,-0.57 0.85,-0.93a2.68,2.68 0,0 1,3.49 -0.35l3,2.11a2.68,2.68 0,0 1,0.85 3.43,5.22 5.22,0 0,1 -1.71,2A4.69,4.69 0,0 1,17.21 22ZM4.09,4.87c-0.46,0.64 -1,1.77 -0.16,4.08a19.28,19.28 0,0 0,4.38 6.74A19.49,19.49 0,0 0,15 20.07c2.31,0.81 3.44,0.3 4.09,-0.16a3.55,3.55 0,0 0,1.2 -1.42A1.21,1.21 0,0 0,20 16.9l-3,-2.12a1.18,1.18 0,0 0,-1.53 0.15c-0.33,0.36 -0.56,0.6 -0.82,0.9a1.72,1.72 0,0 1,-2.33 0.29,21.9 21.9,0 0,1 -2.37,-2.05 22.2,22.2 0,0 1,-2 -2.37,1.71 1.71,0 0,1 0.3,-2.32l0.89,-0.82A1.19,1.19 0,0 0,9.21 7L7.1,4a1.19,1.19 0,0 0,-1.51 -0.38,3.72 3.72,0 0,0 -1.5,1.25Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_phone_right_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2416 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.15,22.5C15.2711,22.4807 14.402,22.3116 13.58,22C10.9451,20.9907 8.5523,19.438 6.5571,17.4428C4.562,15.4477 3.0093,13.0549 2,10.42C1.25,8.28 1.36,6.56 2.34,5.16C2.8213,4.4662 3.4766,3.911 4.24,3.55C4.8053,3.2431 5.4634,3.1541 6.0899,3.2996C6.7165,3.4452 7.2679,3.8153 7.64,4.34L9.64,7.24C9.9988,7.7521 10.1618,8.376 10.0994,8.9981C10.037,9.6203 9.7533,10.1994 9.3,10.63L8.41,11.45C8.33,11.52 8.28,11.64 8.33,11.7C8.8857,12.4517 9.4975,13.1604 10.16,13.82C10.8218,14.4801 11.5303,15.0917 12.28,15.65C12.34,15.65 12.46,15.65 12.53,15.57L13.35,14.68C13.7817,14.2285 14.3606,13.9461 14.9822,13.8837C15.6038,13.8214 16.2272,13.9832 16.74,14.34L19.64,16.34C20.1558,16.7024 20.5236,17.2385 20.6761,17.8502C20.8285,18.4618 20.7554,19.1079 20.47,19.67C20.1054,20.4702 19.5363,21.16 18.82,21.67C18.0383,22.2182 17.1047,22.5084 16.15,22.5V22.5ZM3.56,6C3.12,6.62 2.63,7.69 3.41,9.9C4.3398,12.3286 5.769,14.535 7.6053,16.3765C9.4416,18.2179 11.644,19.6534 14.07,20.59C16.28,21.37 17.35,20.88 17.97,20.44C18.4647,20.0982 18.8612,19.6328 19.12,19.09C19.2622,18.8465 19.3082,18.5586 19.249,18.2829C19.1898,18.0072 19.0296,17.7637 18.8,17.6L15.9,15.6C15.6836,15.4453 15.4185,15.3742 15.1537,15.3999C14.889,15.4257 14.6425,15.5465 14.46,15.74C14.15,16.07 13.93,16.3 13.68,16.59C13.4079,16.919 13.0208,17.132 12.5973,17.1859C12.1738,17.2398 11.7457,17.1304 11.4,16.88C10.5935,16.2683 9.8316,15.5999 9.12,14.88C8.3953,14.173 7.7266,13.4107 7.12,12.6C6.8708,12.2546 6.7611,11.8279 6.8131,11.4051C6.865,10.9824 7.0746,10.5948 7.4,10.32C7.7,10.07 7.92,9.85 8.26,9.54C8.4581,9.3614 8.5846,9.1169 8.6158,8.852C8.6471,8.5871 8.5811,8.3198 8.43,8.1L6.43,5.2C6.277,4.9753 6.047,4.8146 5.7834,4.7482C5.5198,4.6819 5.2411,4.7145 5,4.84C4.4259,5.0927 3.9291,5.4929 3.56,6V6ZM19,2C18.3369,2 17.7011,2.2634 17.2322,2.7322C16.7634,3.2011 16.5,3.837 16.5,4.5V6H13.5C13.1022,6 12.7206,6.158 12.4393,6.4393C12.158,6.7206 12,7.1022 12,7.5V10.5C12,10.8978 12.158,11.2794 12.4393,11.5607C12.7206,11.842 13.1022,12 13.5,12H17.5C17.8978,12 18.2793,11.842 18.5606,11.5607C18.8419,11.2794 19,10.8978 19,10.5V7.5C18.9977,7.1909 18.9005,6.8899 18.7217,6.6378C18.5429,6.3856 18.291,6.1944 18,6.09V4.5C18,4.2348 18.1053,3.9804 18.2929,3.7929C18.4804,3.6054 18.7348,3.5 19,3.5C19.2652,3.5 19.5196,3.6054 19.7071,3.7929C19.8946,3.9804 20,4.2348 20,4.5V6H21.5V4.5C21.5,3.837 21.2366,3.2011 20.7677,2.7322C20.2989,2.2634 19.663,2 19,2ZM17.5,10.5H13.5V7.5H17.5V10.5Z&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_phone_right_unlock_primary_accent_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1756 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M2.844,6.849C2.829,6.967 2.817,7.088 2.807,7.212C2.75,7.909 2.75,8.775 2.75,9.867V14.133C2.75,15.225 2.75,16.091 2.807,16.788C2.865,17.502 2.987,18.105 3.268,18.656C3.723,19.55 4.45,20.277 5.344,20.732C5.895,21.013 6.498,21.135 7.212,21.193C7.909,21.25 8.775,21.25 9.867,21.25H14.133C15.225,21.25 16.091,21.25 16.788,21.193C16.912,21.183 17.033,21.171 17.151,21.156L15.735,19.74C15.277,19.75 14.741,19.75 14.1,19.75H9.9C8.768,19.75 7.963,19.749 7.334,19.698C6.713,19.647 6.329,19.551 6.025,19.396C5.413,19.084 4.916,18.587 4.604,17.976C4.449,17.671 4.353,17.287 4.302,16.666C4.291,16.528 4.282,16.381 4.275,16.224L7.297,12.984C7.659,12.596 8.207,12.492 8.668,12.673L7.253,11.258C6.865,11.402 6.503,11.636 6.2,11.961L4.25,14.052V9.9C4.25,9.259 4.25,8.723 4.26,8.265L2.844,6.849ZM13.202,11.197L14.251,10.071C15.338,8.903 17.188,8.903 18.276,10.071L19.75,11.653V9.9C19.75,8.768 19.749,7.963 19.698,7.334C19.647,6.713 19.551,6.329 19.396,6.025C19.084,5.413 18.587,4.916 17.976,4.604C17.671,4.449 17.287,4.353 16.666,4.302C16.037,4.251 15.233,4.25 14.1,4.25H9.9C8.768,4.25 7.963,4.251 7.334,4.302C6.967,4.332 6.682,4.378 6.448,4.443L5.297,3.292C5.312,3.284 5.328,3.276 5.344,3.268C5.895,2.987 6.498,2.865 7.212,2.807C7.909,2.75 8.775,2.75 9.867,2.75H14.133C15.225,2.75 16.091,2.75 16.788,2.807C17.502,2.865 18.105,2.987 18.656,3.268C19.55,3.723 20.277,4.45 20.732,5.344C21.013,5.895 21.135,6.498 21.193,7.212C21.25,7.909 21.25,8.775 21.25,9.867V14.133C21.25,15.225 21.25,16.091 21.193,16.788C21.135,17.502 21.013,18.105 20.732,18.656C20.724,18.672 20.716,18.688 20.708,18.703L19.557,17.552C19.622,17.318 19.668,17.033 19.698,16.666C19.749,16.037 19.75,15.233 19.75,14.1V13.854L17.178,11.093C16.684,10.562 15.843,10.562 15.349,11.093L14.263,12.258L13.202,11.197Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_photo_slash_outline_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1430 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.901,1.482C13.504,1.086 12.961,0.88 12.429,0.919C11.878,0.96 11.343,1.27 11.075,1.864C10.644,2.821 10.53,3.888 10.721,4.916L8.518,6.615C6.864,6.038 5.088,6.079 3.618,6.846C3.059,7.139 2.775,7.67 2.746,8.209C2.718,8.732 2.924,9.26 3.312,9.647L6.207,12.543L2.153,16.597C1.97,16.78 1.832,17.003 1.751,17.248L1.382,18.355C1.327,18.517 1.482,18.672 1.645,18.618L2.752,18.249C2.997,18.167 3.22,18.03 3.403,17.847L7.457,13.793L10.353,16.689C10.74,17.076 11.269,17.282 11.791,17.254C12.33,17.225 12.862,16.942 13.154,16.382C13.921,14.912 13.963,13.136 13.385,11.483L15.085,9.279C16.112,9.47 17.179,9.356 18.137,8.925C18.73,8.658 19.04,8.122 19.081,7.571C19.121,7.039 18.915,6.496 18.518,6.1L13.901,1.482ZM12.405,2.462C12.423,2.422 12.442,2.406 12.454,2.398C12.469,2.388 12.495,2.377 12.537,2.374C12.628,2.367 12.76,2.404 12.869,2.513L17.487,7.131C17.596,7.24 17.633,7.372 17.627,7.463C17.624,7.505 17.612,7.532 17.602,7.546C17.594,7.559 17.578,7.577 17.538,7.595C16.755,7.948 15.851,8.006 14.994,7.762L14.519,7.626L11.723,11.25L11.885,11.641C12.482,13.077 12.457,14.565 11.861,15.707C11.841,15.746 11.82,15.763 11.804,15.773C11.786,15.784 11.757,15.796 11.713,15.798C11.62,15.803 11.491,15.764 11.384,15.658L4.343,8.616C4.236,8.51 4.197,8.38 4.202,8.287C4.205,8.244 4.216,8.215 4.227,8.196C4.237,8.18 4.254,8.16 4.293,8.139C5.435,7.543 6.923,7.518 8.36,8.115L8.75,8.277L12.375,5.482L12.239,5.006C11.994,4.149 12.052,3.246 12.405,2.462Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_pin_20.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1501 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12,1C9.8244,1 7.6977,1.6451 5.8887,2.8538C4.0798,4.0625 2.6699,5.7805 1.8373,7.7905C1.0048,9.8005 0.7869,12.0122 1.2114,14.146C1.6358,16.2798 2.6834,18.2398 4.2218,19.7782C5.7602,21.3166 7.7202,22.3642 9.854,22.7886C11.9878,23.2131 14.1995,22.9952 16.2095,22.1627C18.2195,21.3301 19.9375,19.9202 21.1462,18.1113C22.3549,16.3023 23,14.1756 23,12C23,9.0826 21.8411,6.2847 19.7782,4.2218C17.7153,2.1589 14.9174,1 12,1V1ZM12,2.5C13.762,2.4964 15.4902,2.9838 16.9906,3.9077C18.491,4.8315 19.7042,6.1552 20.4942,7.7302C21.2842,9.3052 21.6197,11.0692 21.4629,12.8242C21.3062,14.5793 20.6635,16.2559 19.607,17.666C19.0621,17.0096 18.383,16.4775 17.6152,16.1056C16.8474,15.7337 16.0089,15.5306 15.156,15.51C16.3543,14.1749 17.0118,12.441 17,10.647C17,7.333 14.761,5 12,5C9.239,5 7,7.333 7,10.647C6.9883,12.441 7.6457,14.1749 8.844,15.51C7.9911,15.5306 7.1526,15.7337 6.3848,16.1056C5.6171,16.4775 4.9379,17.0096 4.393,17.666C3.3365,16.2559 2.6938,14.5793 2.5371,12.8242C2.3804,11.0692 2.7158,9.3052 3.5058,7.7302C4.2958,6.1552 5.509,4.8315 7.0094,3.9077C8.5098,2.9838 10.238,2.4964 12,2.5V2.5ZM8.5,10.647C8.5,8.283 10.005,6.5 12,6.5C13.995,6.5 15.5,8.283 15.5,10.647C15.5,13.187 13.832,15.5 12,15.5C10.168,15.5 8.5,13.187 8.5,10.647ZM5.408,18.825C5.8222,18.261 6.363,17.802 6.9868,17.4851C7.6107,17.1681 8.3002,17.002 9,17H15C15.6998,17.002 16.3893,17.1681 17.0132,17.4851C17.637,17.802 18.1778,18.261 18.592,18.825C16.8264,20.5404 14.4617,21.4999 12,21.4999C9.5383,21.4999 7.1736,20.5404 5.408,18.825V18.825Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_profile_circle_outline_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1056 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M75.027,60.21C78.416,57.169 80.803,53.171 81.872,48.744C82.94,44.318 82.641,39.671 81.012,35.418C79.384,31.166 76.504,27.507 72.752,24.926C69,22.345 64.554,20.964 60,20.964C55.446,20.964 51,22.345 47.248,24.926C43.496,27.507 40.616,31.166 38.988,35.418C37.359,39.671 37.06,44.318 38.128,48.744C39.197,53.171 41.584,57.169 44.973,60.21C39.182,60.946 33.858,63.768 29.997,68.147C26.136,72.526 24.004,78.162 24,84V87H28.5V84C28.506,78.83 30.563,73.874 34.218,70.218C37.874,66.563 42.83,64.506 48,64.5H72C77.17,64.506 82.126,66.563 85.782,70.218C89.437,73.874 91.494,78.83 91.5,84V87H96V84C95.995,78.162 93.864,72.526 90.003,68.147C86.142,63.768 80.818,60.946 75.027,60.21ZM60,61.5C56.44,61.5 52.96,60.444 50,58.466C47.04,56.488 44.732,53.677 43.37,50.388C42.008,47.099 41.651,43.48 42.346,39.988C43.04,36.497 44.755,33.289 47.272,30.772C49.789,28.255 52.997,26.54 56.488,25.846C59.98,25.151 63.599,25.508 66.888,26.87C70.177,28.233 72.989,30.54 74.966,33.5C76.944,36.46 78,39.94 78,43.5C78,48.274 76.104,52.852 72.728,56.228C69.352,59.604 64.774,61.5 60,61.5Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_profile_outline_120.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1341 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M7.583,2.833c-2.881,0 -5.083,2.093 -5.083,4.518 0,0.99 0.359,1.911 0.979,2.665 0.378,0.458 0.625,1.091 0.548,1.769l-0.104,0.921 1.161,-0.713c0.436,-0.267 0.93,-0.325 1.378,-0.235l0.084,0.016c-0.003,0.08 -0.005,0.16 -0.005,0.241 0,0.448 0.048,0.882 0.138,1.297 -0.173,-0.022 -0.343,-0.049 -0.512,-0.083 -0.124,-0.025 -0.224,-0.004 -0.299,0.042l-1.72,1.057c-0.449,0.276 -0.959,0.197 -1.307,-0.071 -0.338,-0.261 -0.526,-0.692 -0.474,-1.148l0.169,-1.492c0.024,-0.211 -0.052,-0.449 -0.215,-0.647 -0.825,-1.001 -1.322,-2.254 -1.322,-3.619C1,3.957 4.021,1.333 7.583,1.333c2.935,0 5.503,1.782 6.316,4.308 -0.16,-0.011 -0.321,-0.016 -0.483,-0.016 -0.371,0 -0.739,0.028 -1.1,0.083 -0.731,-1.656 -2.534,-2.875 -4.733,-2.875ZM17.333,12.063c0,-1.76 -1.605,-3.314 -3.75,-3.314s-3.75,1.554 -3.75,3.314 1.605,3.314 3.75,3.314c0.286,0 0.564,-0.028 0.831,-0.082 0.383,-0.077 0.809,-0.028 1.186,0.203l0.596,0.366 -0.041,-0.361c-0.065,-0.577 0.145,-1.11 0.461,-1.493 0.456,-0.553 0.716,-1.225 0.716,-1.947ZM13.583,7.249c2.826,0 5.25,2.085 5.25,4.814 0,1.095 -0.399,2.1 -1.059,2.901 -0.101,0.123 -0.14,0.262 -0.128,0.371l0.13,1.151c0.046,0.411 -0.123,0.802 -0.431,1.041 -0.319,0.246 -0.789,0.319 -1.202,0.065l-1.327,-0.815c-0.016,-0.01 -0.049,-0.022 -0.107,-0.011 -0.363,0.073 -0.74,0.111 -1.125,0.111 -2.826,0 -5.25,-2.085 -5.25,-4.814s2.424,-4.814 5.25,-4.814Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_replies_outline_20.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (950 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M27.056,33.97C27.056,29.016 31.06,25 36,25C40.94,25 44.944,29.016 44.944,33.97V38.058C45.81,38.535 46.514,39.262 46.963,40.146C47.269,40.749 47.39,41.388 47.446,42.078C47.5,42.741 47.5,43.554 47.5,44.534V50.497C47.5,51.477 47.5,52.29 47.446,52.953C47.39,53.643 47.269,54.282 46.963,54.885C46.49,55.815 45.736,56.571 44.809,57.045C44.208,57.352 43.571,57.473 42.883,57.529C42.222,57.583 41.411,57.583 40.433,57.583H31.567C30.589,57.583 29.778,57.583 29.117,57.529C28.429,57.473 27.792,57.352 27.191,57.045C26.264,56.571 25.51,55.815 25.037,54.885C24.731,54.282 24.61,53.643 24.554,52.953C24.5,52.29 24.5,51.477 24.5,50.497V44.534C24.5,43.554 24.5,42.741 24.554,42.078C24.61,41.388 24.731,40.749 25.037,40.146C25.486,39.262 26.19,38.535 27.056,38.058V33.97ZM42.389,33.97V37.472C41.829,37.447 41.18,37.448 40.433,37.448H31.567C30.82,37.448 30.171,37.447 29.611,37.472V33.97C29.611,30.431 32.472,27.563 36,27.563C39.528,27.563 42.389,30.431 42.389,33.97Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_screen_lock.xml"
line="25"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1957 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M42.389,37.47C42.347,37.469 42.304,37.467 42.261,37.465C41.731,37.446 41.124,37.446 40.433,37.446H31.567C30.876,37.446 30.269,37.446 29.739,37.465C29.696,37.467 29.653,37.469 29.611,37.47V33.969C29.611,30.431 32.472,27.563 36,27.563C39.528,27.563 42.389,30.431 42.389,33.969V37.47ZM26.928,38.13C26.121,38.606 25.464,39.304 25.037,40.145C24.731,40.747 24.61,41.386 24.554,42.076C24.5,42.739 24.5,43.552 24.5,44.532V50.494C24.5,51.475 24.5,52.287 24.554,52.95C24.61,53.64 24.731,54.279 25.037,54.882C25.51,55.812 26.264,56.568 27.191,57.041C27.792,57.348 28.429,57.47 29.117,57.526C29.778,57.58 30.589,57.58 31.566,57.58H40.433C41.411,57.58 42.222,57.58 42.883,57.526C43.571,57.47 44.208,57.348 44.809,57.041C45.736,56.568 46.49,55.812 46.963,54.882C47.269,54.279 47.39,53.64 47.446,52.95C47.5,52.287 47.5,51.475 47.5,50.494V44.532C47.5,43.552 47.5,42.739 47.446,42.076C47.39,41.386 47.269,40.747 46.963,40.145C46.536,39.304 45.879,38.606 45.072,38.13C45.03,38.105 44.987,38.081 44.944,38.057V33.969C44.944,29.015 40.94,25 36,25C31.06,25 27.056,29.015 27.056,33.969V38.057C27.013,38.081 26.97,38.105 26.928,38.13ZM43.24,40.101L42.269,40.059C41.782,40.038 41.199,40.038 40.433,40.038H31.567C30.801,40.038 30.218,40.038 29.731,40.059L28.76,40.101L28.385,40.308C27.996,40.522 27.664,40.858 27.446,41.286C27.352,41.472 27.273,41.743 27.229,42.279C27.185,42.818 27.183,43.515 27.183,44.532V50.494C27.183,51.511 27.185,52.208 27.229,52.747C27.273,53.283 27.352,53.555 27.446,53.74C27.675,54.19 28.031,54.539 28.446,54.75C28.597,54.828 28.831,54.902 29.344,54.944C29.867,54.986 30.548,54.988 31.567,54.988H40.434C41.452,54.988 42.133,54.986 42.656,54.944C43.169,54.902 43.403,54.828 43.554,54.75C43.969,54.539 44.325,54.19 44.554,53.74C44.648,53.555 44.727,53.283 44.771,52.747C44.815,52.208 44.817,51.511 44.817,50.494V44.532C44.817,43.515 44.815,42.818 44.771,42.279C44.727,41.743 44.648,41.472 44.554,41.286C44.336,40.858 44.004,40.522 43.615,40.308L43.24,40.101Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_screen_lock.xml"
line="29"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (953 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M22.92,10.68A1,1 0,0 0,22 9.83l-1.84,-0.15a8.3,8.3 0,0 0,-0.75 -1.82l1.19,-1.41a1,1 0,0 0,0.05 -1.24,11.09 11.09,0 0,0 -1.88,-1.87 1,1 0,0 0,-1.23 0.05L16.14,4.58a8.3,8.3 0,0 0,-1.82 -0.75L14.17,2a1,1 0,0 0,-0.85 -0.91,10.6 10.6,0 0,0 -2.64,0A1,1 0,0 0,9.83 2L9.68,3.83a8.3,8.3 0,0 0,-1.82 0.75L6.45,3.39a1,1 0,0 0,-1.24 -0.05A11.09,11.09 0,0 0,3.34 5.22a1,1 0,0 0,0.05 1.23L4.58,7.86a8.3,8.3 0,0 0,-0.75 1.82L2,9.83a1,1 0,0 0,-0.91 0.85,10.6 10.6,0 0,0 0,2.64 1,1 0,0 0,0.91 0.85l1.84,0.15a8.3,8.3 0,0 0,0.75 1.82L3.39,17.55a1,1 0,0 0,-0.05 1.24,11.09 11.09,0 0,0 1.88,1.87 1,1 0,0 0,1.23 -0.05l1.41,-1.19a8.3,8.3 0,0 0,1.82 0.75L9.83,22a1,1 0,0 0,0.85 0.91,11.1 11.1,0 0,0 2.64,0 1,1 0,0 0,0.85 -0.91l0.15,-1.84a8.3,8.3 0,0 0,1.82 -0.75l1.41,1.19a1,1 0,0 0,1.24 0.05,11.09 11.09,0 0,0 1.87,-1.88 1,1 0,0 0,-0.05 -1.23l-1.19,-1.41a8.3,8.3 0,0 0,0.75 -1.82L22,14.17a1,1 0,0 0,0.91 -0.85A10.6,10.6 0,0 0,22.92 10.68ZM12,17a5,5 0,1 1,5 -5A5,5 0,0 1,12 17Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_settings_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1784 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12,2.51a9.83,9.83 0,0 1,1.21 0.08l0.21,2.49 0.91,0.33a5.72,5.72 0,0 1,0.68 0.28l0.88,0.42L17.8,4.49A9.23,9.23 0,0 1,19.51 6.2L17.89,8.11l0.42,0.88a5.72,5.72 0,0 1,0.28 0.68l0.33,0.91 2.49,0.21a8.91,8.91 0,0 1,0 2.42l-2.49,0.21 -0.33,0.91a5.72,5.72 0,0 1,-0.28 0.68l-0.42,0.88 1.62,1.91a9.23,9.23 0,0 1,-1.71 1.71l-1.91,-1.62 -0.88,0.42a5.72,5.72 0,0 1,-0.68 0.28l-0.91,0.33 -0.21,2.49a9.19,9.19 0,0 1,-2.42 0l-0.21,-2.49 -0.91,-0.33A5.72,5.72 0,0 1,9 18.31l-0.88,-0.42L6.2,19.51A9.23,9.23 0,0 1,4.49 17.8l1.62,-1.91L5.69,15a5.72,5.72 0,0 1,-0.28 -0.68l-0.33,-0.91 -2.49,-0.21a8.91,8.91 0,0 1,0 -2.42l2.49,-0.21 0.33,-0.91A5.72,5.72 0,0 1,5.69 9l0.42,-0.88L4.49,6.2A9.23,9.23 0,0 1,6.2 4.49L8.11,6.11 9,5.69a5.72,5.72 0,0 1,0.68 -0.28l0.91,-0.33 0.21,-2.49A9.83,9.83 0,0 1,12 2.51h0M12,1a10.93,10.93 0,0 0,-1.88 0.16,1 1,0 0,0 -0.79,0.9L9.17,4a7.64,7.64 0,0 0,-0.83 0.35L6.87,3.09a1,1 0,0 0,-0.66 -0.24A1,1 0,0 0,5.67 3,11 11,0 0,0 3.05,5.62a1,1 0,0 0,0 1.25L4.34,8.34A7.64,7.64 0,0 0,4 9.17l-1.92,0.16a1,1 0,0 0,-0.9 0.79,11 11,0 0,0 0,3.76 1,1 0,0 0,0.9 0.79L4,14.83a7.64,7.64 0,0 0,0.35 0.83L3.09,17.13A1,1 0,0 0,3 18.33,11 11,0 0,0 5.62,21a1,1 0,0 0,0.61 0.19,1 1,0 0,0 0.64,-0.23l1.47,-1.25a7.64,7.64 0,0 0,0.83 0.35l0.16,1.92a1,1 0,0 0,0.79 0.9A11.83,11.83 0,0 0,12 23a10.93,10.93 0,0 0,1.88 -0.16,1 1,0 0,0 0.79,-0.9L14.83,20a7.64,7.64 0,0 0,0.83 -0.35l1.47,1.25a1,1 0,0 0,0.66 0.24,1 1,0 0,0 0.54,-0.16A11,11 0,0 0,21 18.38a1,1 0,0 0,0 -1.25l-1.25,-1.47a7.64,7.64 0,0 0,0.35 -0.83l1.92,-0.16a1,1 0,0 0,0.9 -0.79,11 11,0 0,0 0,-3.76 1,1 0,0 0,-0.9 -0.79L20,9.17a7.64,7.64 0,0 0,-0.35 -0.83l1.25,-1.47A1,1 0,0 0,21 5.67a11,11 0,0 0,-2.61 -2.62,1 1,0 0,0 -0.61,-0.19 1,1 0,0 0,-0.64 0.23L15.66,4.34A7.64,7.64 0,0 0,14.83 4l-0.16,-1.92a1,1 0,0 0,-0.79 -0.9A11.83,11.83 0,0 0,12 1Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_settings_24.xml"
line="11"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2415 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M30.6876,32.2705C37.0273,32.2705 42.3229,26.975 42.3229,20.6353C42.3229,14.2582 37.0273,9 30.6876,9C24.3106,9 19.0151,14.2582 19.0151,20.6353C19.0151,26.975 24.3106,32.2705 30.6876,32.2705ZM56.7178,32.2705C63.0575,32.2705 68.353,26.975 68.353,20.6353C68.353,14.2582 63.0575,9 56.7178,9C50.3781,9 45.0825,14.2582 45.0825,20.6353C45.0825,26.975 50.3781,32.2705 56.7178,32.2705ZM30.6876,29.5109C25.8396,29.5109 21.812,25.446 21.812,20.6353C21.812,15.7872 25.8396,11.7596 30.6876,11.7596C35.4984,11.7596 39.5259,15.7872 39.5259,20.6353C39.5259,25.446 35.4984,29.5109 30.6876,29.5109ZM56.7178,29.5109C51.8698,29.5109 47.8422,25.446 47.8422,20.6353C47.8422,15.7872 51.8698,11.7596 56.7178,11.7596C61.5658,11.7596 65.5934,15.7872 65.5934,20.6353C65.5934,25.446 61.5658,29.5109 56.7178,29.5109ZM17.6353,55.6156C24.0123,55.6156 29.2705,50.3201 29.2705,43.9803C29.2705,37.6033 24.0123,32.3451 17.6353,32.3451C11.2955,32.3451 6,37.6033 6,43.9803C6,50.3201 11.2955,55.6156 17.6353,55.6156ZM69.7328,55.6156C76.1099,55.6156 81.4054,50.3201 81.4054,43.9803C81.4054,37.6033 76.1099,32.3451 69.7328,32.3451C63.3931,32.3451 58.0976,37.6033 58.0976,43.9803C58.0976,50.3201 63.3931,55.6156 69.7328,55.6156ZM17.6353,52.856C12.8245,52.856 8.7596,48.7911 8.7596,43.9803C8.7596,39.1323 12.8245,35.1047 17.6353,35.1047C22.4833,35.1047 26.5109,39.1323 26.5109,43.9803C26.5109,48.7911 22.4833,52.856 17.6353,52.856ZM69.7328,52.856C64.9221,52.856 60.8572,48.7911 60.8572,43.9803C60.8572,39.1323 64.9221,35.1047 69.7328,35.1047C74.5809,35.1047 78.6085,39.1323 78.6085,43.9803C78.6085,48.7911 74.5809,52.856 69.7328,52.856ZM30.6876,78.9607C37.0273,78.9607 42.3229,73.6652 42.3229,67.3254C42.3229,60.9484 37.0273,55.6902 30.6876,55.6902C24.3106,55.6902 19.0151,60.9484 19.0151,67.3254C19.0151,73.6652 24.3106,78.9607 30.6876,78.9607ZM56.7178,78.9607C63.0575,78.9607 68.353,73.6652 68.353,67.3254C68.353,60.9484 63.0575,55.6902 56.7178,55.6902C50.3781,55.6902 45.0825,60.9484 45.0825,67.3254C45.0825,73.6652 50.3781,78.9607 56.7178,78.9607ZM30.6876,76.201C25.8396,76.201 21.812,72.1362 21.812,67.3254C21.812,62.4774 25.8396,58.4498 30.6876,58.4498C35.4984,58.4498 39.5259,62.4774 39.5259,67.3254C39.5259,72.1362 35.4984,76.201 30.6876,76.201ZM56.7178,76.201C51.8698,76.201 47.8422,72.1362 47.8422,67.3254C47.8422,62.4774 51.8698,58.4498 56.7178,58.4498C61.5658,58.4498 65.5934,62.4774 65.5934,67.3254C65.5934,72.1362 61.5658,76.201 56.7178,76.201Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_signal_connections.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1527 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M60.64,13.87l1.44,5.82A57.84,57.84 0,0 0,46 26.34l-3.1,-5.14A63.76,63.76 0,0 1,60.64 13.87ZM91.36,13.87 L89.92,19.69A57.84,57.84 0,0 1,106 26.34l3.1,-5.14A63.76,63.76 0,0 0,91.36 13.87ZM21.2,42.92a63.76,63.76 0,0 0,-7.33 17.72l5.82,1.44A57.84,57.84 0,0 1,26.34 46ZM18,76a57.9,57.9 0,0 1,0.65 -8.69l-5.93,-0.9a64.23,64.23 0,0 0,0 19.18l5.93,-0.9A57.9,57.9 0,0 1,18 76ZM109.08,130.8 L105.98,125.66a57.84,57.84 0,0 1,-16.06 6.65l1.44,5.82A63.76,63.76 0,0 0,109.08 130.8ZM134,76a57.9,57.9 0,0 1,-0.65 8.69l5.93,0.9a64.23,64.23 0,0 0,0 -19.18l-5.93,0.9A57.9,57.9 0,0 1,134 76ZM138.13,91.36 L132.31,89.92A57.84,57.84 0,0 1,125.66 106l5.14,3.1A63.76,63.76 0,0 0,138.13 91.36ZM84.69,133.36a58.41,58.41 0,0 1,-17.38 0l-0.9,5.93a64.23,64.23 0,0 0,19.18 0ZM122.69,110.41a58.21,58.21 0,0 1,-12.29 12.29l3.56,4.83A64.1,64.1 0,0 0,127.52 114ZM110.4,29.31A58.21,58.21 0,0 1,122.69 41.6L127.52,38A64.1,64.1 0,0 0,114 24.48ZM29.31,41.6A58.21,58.21 0,0 1,41.6 29.31L38,24.48A64.1,64.1 0,0 0,24.48 38ZM130.8,42.92 L125.66,46a57.84,57.84 0,0 1,6.65 16.06l5.82,-1.44A63.76,63.76 0,0 0,130.8 42.92ZM67.31,18.65a58.41,58.41 0,0 1,17.38 0l0.9,-5.93a64.23,64.23 0,0 0,-19.18 0ZM32.39,129.11 L20,132l2.89,-12.39 -5.84,-1.37 -2.89,12.39a6,6 0,0 0,7.21 7.21L33.75,135ZM18.3,112.89l5.84,1.36 2,-8.59a57.75,57.75 0,0 1,-6.46 -15.74l-5.82,1.44a63.52,63.52 0,0 0,5.9 15.21ZM46.3,125.89 L37.71,127.89 39.07,133.73 45.39,132.26a63.52,63.52 0,0 0,15.21 5.9l1.44,-5.82A57.75,57.75 0,0 1,46.34 125.85ZM76,24a52,52 0,0 0,-44 79.67L27,125l21.33,-5A52,52 0,1 0,76 24Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_signal_logo_type.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1547 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;m60.6,13.9 l1.4,5.8c-5.6,1.4 -11,3.6 -16,6.6l-3.1,-5.1c5.5,-3.3 11.5,-5.8 17.7,-7.3zM91.4,13.9 L90,19.7c5.7,1.4 11.1,3.6 16.1,6.6l3.1,-5.1c-5.6,-3.3 -11.6,-5.8 -17.8,-7.3zM21.2,42.9c-3.3,5.5 -5.8,11.5 -7.3,17.7l5.8,1.4c1.4,-5.7 3.6,-11.1 6.6,-16.1zM18,76c0,-2.9 0.2,-5.8 0.6,-8.7l-5.9,-0.9c-1,6.4 -1,12.8 0,19.2l5.9,-0.9c-0.4,-2.9 -0.6,-5.8 -0.6,-8.7zM109.1,130.8 L106,125.7c-5,3 -10.4,5.3 -16.1,6.6l1.4,5.8c6.3,-1.5 12.3,-4 17.8,-7.3zM134,76c0,2.9 -0.2,5.8 -0.6,8.7l5.9,0.9c1,-6.4 1,-12.8 0,-19.2l-5.9,0.9c0.4,2.9 0.6,5.8 0.6,8.7zM138.1,91.4 L132.3,90c-1.4,5.7 -3.6,11.1 -6.6,16.1l5.1,3.1c3.3,-5.6 5.8,-11.6 7.3,-17.8zM84.7,133.4c-5.8,0.9 -11.6,0.9 -17.4,0l-0.9,5.9c6.4,1 12.8,1 19.2,0zM122.7,110.4c-3.5,4.7 -7.6,8.8 -12.3,12.3l3.6,4.8c5.2,-3.8 9.7,-8.4 13.6,-13.5zM110.4,29.3c4.7,3.5 8.8,7.6 12.3,12.3l4.8,-3.6c-3.8,-5.2 -8.4,-9.7 -13.5,-13.5zM29.3,41.6c3.5,-4.7 7.6,-8.8 12.3,-12.3l-3.6,-4.8c-5.2,3.8 -9.7,8.4 -13.5,13.5zM130.8,42.9 L125.7,46c3,5 5.3,10.4 6.6,16.1l5.8,-1.4c-1.5,-6.3 -4,-12.3 -7.3,-17.8zM67.3,18.6c5.8,-0.9 11.6,-0.9 17.4,0l0.9,-5.9c-6.4,-1 -12.8,-1 -19.2,0zM32.4,129.1 L20,132 22.9,119.6 17.1,118.2 14.2,130.6c-0.8,3.2 1.2,6.5 4.5,7.2 0.9,0.2 1.8,0.2 2.7,0l12.4,-2.8zM18.3,112.9 L24.1,114.3 26.1,105.7c-2.9,-4.9 -5.1,-10.2 -6.5,-15.7l-5.8,1.4c1.3,5.3 3.3,10.4 5.9,15.2zM46.3,125.9 L37.7,127.9 39.1,133.7 45.4,132.2c4.8,2.6 9.9,4.6 15.2,5.9l1.4,-5.8c-5.5,-1.3 -10.8,-3.5 -15.7,-6.4zM76,24c-28.7,0 -52,23.3 -52,52 0,9.8 2.8,19.4 8,27.6l-5,21.4 21.3,-5c24.3,15.3 56.4,8 71.7,-16.3s8,-56.4 -16.3,-71.7c-8.3,-5.2 -17.9,-8 -27.7,-8z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_signal_logo_type.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1527 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M60.64,13.87l1.44,5.82A57.84,57.84 0,0 0,46 26.34l-3.1,-5.14A63.76,63.76 0,0 1,60.64 13.87ZM91.36,13.87 L89.92,19.69A57.84,57.84 0,0 1,106 26.34l3.1,-5.14A63.76,63.76 0,0 0,91.36 13.87ZM21.2,42.92a63.76,63.76 0,0 0,-7.33 17.72l5.82,1.44A57.84,57.84 0,0 1,26.34 46ZM18,76a57.9,57.9 0,0 1,0.65 -8.69l-5.93,-0.9a64.23,64.23 0,0 0,0 19.18l5.93,-0.9A57.9,57.9 0,0 1,18 76ZM109.08,130.8 L105.98,125.66a57.84,57.84 0,0 1,-16.06 6.65l1.44,5.82A63.76,63.76 0,0 0,109.08 130.8ZM134,76a57.9,57.9 0,0 1,-0.65 8.69l5.93,0.9a64.23,64.23 0,0 0,0 -19.18l-5.93,0.9A57.9,57.9 0,0 1,134 76ZM138.13,91.36 L132.31,89.92A57.84,57.84 0,0 1,125.66 106l5.14,3.1A63.76,63.76 0,0 0,138.13 91.36ZM84.69,133.36a58.41,58.41 0,0 1,-17.38 0l-0.9,5.93a64.23,64.23 0,0 0,19.18 0ZM122.69,110.41a58.21,58.21 0,0 1,-12.29 12.29l3.56,4.83A64.1,64.1 0,0 0,127.52 114ZM110.4,29.31A58.21,58.21 0,0 1,122.69 41.6L127.52,38A64.1,64.1 0,0 0,114 24.48ZM29.31,41.6A58.21,58.21 0,0 1,41.6 29.31L38,24.48A64.1,64.1 0,0 0,24.48 38ZM130.8,42.92 L125.66,46a57.84,57.84 0,0 1,6.65 16.06l5.82,-1.44A63.76,63.76 0,0 0,130.8 42.92ZM67.31,18.65a58.41,58.41 0,0 1,17.38 0l0.9,-5.93a64.23,64.23 0,0 0,-19.18 0ZM32.39,129.11 L20,132l2.89,-12.39 -5.84,-1.37 -2.89,12.39a6,6 0,0 0,7.21 7.21L33.75,135ZM18.3,112.89l5.84,1.36 2,-8.59a57.75,57.75 0,0 1,-6.46 -15.74l-5.82,1.44a63.52,63.52 0,0 0,5.9 15.21ZM46.3,125.89 L37.71,127.89 39.07,133.73 45.39,132.26a63.52,63.52 0,0 0,15.21 5.9l1.44,-5.82A57.75,57.75 0,0 1,46.34 125.85ZM76,24a52,52 0,0 0,-44 79.67L27,125l21.33,-5A52,52 0,1 0,76 24Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_signal_logo_type_light.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (834 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M20.061,12.001L22.53,14.471L21.47,15.531L19,13.062L16.53,15.531L15.47,14.471L17.939,12.001L15.47,9.531L16.53,8.471L19,10.94L21.47,8.471L22.53,9.531L20.061,12.001ZM13.5,2.637C13.376,2.637 13.256,2.684 13.165,2.769L8,7.501H4C3.47,7.501 2.961,7.711 2.586,8.087C2.211,8.462 2,8.97 2,9.501V14.501C2,15.031 2.211,15.54 2.586,15.915C2.961,16.29 3.47,16.501 4,16.501H8L13.162,21.233C13.253,21.317 13.373,21.364 13.497,21.365C13.63,21.365 13.757,21.312 13.851,21.218C13.944,21.125 13.997,20.997 13.997,20.865V3.138C13.997,3.005 13.945,2.878 13.852,2.785C13.759,2.691 13.632,2.638 13.5,2.637V2.637ZM12.75,19.251L11.34,17.528L8.583,15.001H4C3.867,15.001 3.74,14.948 3.646,14.854C3.553,14.76 3.5,14.633 3.5,14.501V9.501C3.5,9.368 3.553,9.241 3.646,9.147C3.74,9.053 3.867,9.001 4,9.001H8.583L11.34,6.474L12.75,4.751L12.5,7.501V16.501L12.75,19.251Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_speaker_off_outline_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1480 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M48.24,30.7l0.54,2.18a21.46,21.46 0,0 0,-6 2.5L41.6,33.45A24,24 0,0 1,48.24 30.7ZM59.76,30.7 L59.22,32.88a21.46,21.46 0,0 1,6 2.5l1.16,-1.93A24,24 0,0 0,59.76 30.7ZM33.45,41.6a24,24 0,0 0,-2.75 6.64l2.18,0.54a21.46,21.46 0,0 1,2.5 -6ZM32.25,54a21.85,21.85 0,0 1,0.24 -3.26l-2.22,-0.34a24.13,24.13 0,0 0,0 7.2l2.22,-0.34A21.85,21.85 0,0 1,32.25 54ZM66.4,74.55l-1.16,-1.93a21.46,21.46 0,0 1,-6 2.5l0.54,2.18A24,24 0,0 0,66.4 74.55ZM75.75,54a21.85,21.85 0,0 1,-0.24 3.26l2.22,0.34a24.13,24.13 0,0 0,0 -7.2l-2.22,0.34A21.85,21.85 0,0 1,75.75 54ZM77.3,59.76 L75.12,59.22a21.46,21.46 0,0 1,-2.5 6l1.93,1.16A24,24 0,0 0,77.3 59.76ZM57.3,75.51a22.26,22.26 0,0 1,-6.52 0l-0.34,2.22a24.14,24.14 0,0 0,7.2 0ZM71.51,66.9a21.9,21.9 0,0 1,-4.61 4.61l1.34,1.81a24.46,24.46 0,0 0,5.08 -5.08ZM66.9,36.49a21.9,21.9 0,0 1,4.61 4.61l1.81,-1.34a24.46,24.46 0,0 0,-5.08 -5.08ZM36.49,41.1a21.9,21.9 0,0 1,4.61 -4.61l-1.34,-1.81a24.46,24.46 0,0 0,-5.08 5.08ZM74.55,41.6 L72.62,42.76a21.46,21.46 0,0 1,2.5 6l2.18,-0.54A24,24 0,0 0,74.55 41.6ZM50.74,32.49a22.26,22.26 0,0 1,6.52 0l0.34,-2.22a24.13,24.13 0,0 0,-7.2 0ZM37.65,73.91 L33,75l1.09,-4.65 -2.2,-0.51 -1.08,4.65a2.25,2.25 0,0 0,2.7 2.7l4.65,-1.08ZM32.36,67.83 L34.55,68.34 35.31,65.12a21.41,21.41 0,0 1,-2.43 -5.9l-2.18,0.54a23.85,23.85 0,0 0,2.22 5.7ZM42.88,72.69 L39.66,73.45 40.17,75.64 42.53,75.08a24.09,24.09 0,0 0,5.71 2.22l0.54,-2.18A21.41,21.41 0,0 1,42.88 72.69ZM54,34.5A19.5,19.5 0,0 0,37.49 64.37l-1.87,8 8,-1.87A19.5,19.5 0,1 0,54 34.5Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_splash.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1122 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.2,5.072C20.6833,4.1072 19.8928,3.3167 18.928,2.8 17.951,2.278 16.981,2 14.308,2L9.692,2C7.019,2 6.049,2.278 5.072,2.8 4.1072,3.3167 3.3167,4.1072 2.8,5.072 2.278,6.049 2,7.019 2,9.692v4.616c0,2.673 0.278,3.643 0.8,4.62 0.5167,0.9648 1.3072,1.7553 2.272,2.272 1.1183,0.5668 2.3634,0.8371 3.616,0.785h0.1c0.6072,-0.0005 1.2,-0.1854 1.7,-0.53L20.734,14.4C21.5289,13.837 22.0009,12.9231 22,11.949L22,9.692C22,7.019 21.722,6.049 21.2,5.072ZM8.739,20.485C7.716,20.5465 6.6949,20.3367 5.779,19.877 5.0748,19.5017 4.4983,18.9252 4.123,18.221 3.758,17.538 3.5,16.858 3.5,14.308L3.5,9.692C3.5,7.142 3.758,6.461 4.123,5.779 4.4983,5.0748 5.0748,4.4983 5.779,4.123 6.462,3.758 7.142,3.5 9.692,3.5h4.616c2.55,0 3.231,0.258 3.913,0.623 0.7042,0.3753 1.2807,0.9518 1.656,1.656 0.365,0.683 0.623,1.363 0.623,3.913v2.257c-0.002,0.1009 -0.0141,0.2014 -0.036,0.3h-3.273c-2.8,0 -3.872,0.3 -4.975,0.89 -1.0978,0.5798 -1.9952,1.4772 -2.575,2.575 -0.575,1.074 -0.872,2.132 -0.888,4.769L8.739,20.483ZM10.264,19.785c-0.0659,-1.1627 0.1755,-2.3222 0.7,-3.362 0.4413,-0.8359 1.1243,-1.5193 1.96,-1.961 0.755,-0.4 1.549,-0.712 4.268,-0.712h1.837z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_sticker_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1122 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.2,5.072C20.6833,4.1072 19.8928,3.3167 18.928,2.8 17.951,2.278 16.981,2 14.308,2L9.692,2C7.019,2 6.049,2.278 5.072,2.8 4.1072,3.3167 3.3167,4.1072 2.8,5.072 2.278,6.049 2,7.019 2,9.692v4.616c0,2.673 0.278,3.643 0.8,4.62 0.5167,0.9648 1.3072,1.7553 2.272,2.272 1.1183,0.5668 2.3634,0.8371 3.616,0.785h0.1c0.6072,-0.0005 1.2,-0.1854 1.7,-0.53L20.734,14.4C21.5289,13.837 22.0009,12.9231 22,11.949L22,9.692C22,7.019 21.722,6.049 21.2,5.072ZM8.739,20.485C7.716,20.5465 6.6949,20.3367 5.779,19.877 5.0748,19.5017 4.4983,18.9252 4.123,18.221 3.758,17.538 3.5,16.858 3.5,14.308L3.5,9.692C3.5,7.142 3.758,6.461 4.123,5.779 4.4983,5.0748 5.0748,4.4983 5.779,4.123 6.462,3.758 7.142,3.5 9.692,3.5h4.616c2.55,0 3.231,0.258 3.913,0.623 0.7042,0.3753 1.2807,0.9518 1.656,1.656 0.365,0.683 0.623,1.363 0.623,3.913v2.257c-0.002,0.1009 -0.0141,0.2014 -0.036,0.3h-3.273c-2.8,0 -3.872,0.3 -4.975,0.89 -1.0978,0.5798 -1.9952,1.4772 -2.575,2.575 -0.575,1.074 -0.872,2.132 -0.888,4.769L8.739,20.483ZM10.264,19.785c-0.0659,-1.1627 0.1755,-2.3222 0.7,-3.362 0.4413,-0.8359 1.1243,-1.5193 1.96,-1.961 0.755,-0.4 1.549,-0.712 4.268,-0.712h1.837z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_sticker_outline_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1122 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.2,5.072C20.6833,4.1072 19.8928,3.3167 18.928,2.8 17.951,2.278 16.981,2 14.308,2L9.692,2C7.019,2 6.049,2.278 5.072,2.8 4.1072,3.3167 3.3167,4.1072 2.8,5.072 2.278,6.049 2,7.019 2,9.692v4.616c0,2.673 0.278,3.643 0.8,4.62 0.5167,0.9648 1.3072,1.7553 2.272,2.272 1.1183,0.5668 2.3634,0.8371 3.616,0.785h0.1c0.6072,-0.0005 1.2,-0.1854 1.7,-0.53L20.734,14.4C21.5289,13.837 22.0009,12.9231 22,11.949L22,9.692C22,7.019 21.722,6.049 21.2,5.072ZM8.739,20.485C7.716,20.5465 6.6949,20.3367 5.779,19.877 5.0748,19.5017 4.4983,18.9252 4.123,18.221 3.758,17.538 3.5,16.858 3.5,14.308L3.5,9.692C3.5,7.142 3.758,6.461 4.123,5.779 4.4983,5.0748 5.0748,4.4983 5.779,4.123 6.462,3.758 7.142,3.5 9.692,3.5h4.616c2.55,0 3.231,0.258 3.913,0.623 0.7042,0.3753 1.2807,0.9518 1.656,1.656 0.365,0.683 0.623,1.363 0.623,3.913v2.257c-0.002,0.1009 -0.0141,0.2014 -0.036,0.3h-3.273c-2.8,0 -3.872,0.3 -4.975,0.89 -1.0978,0.5798 -1.9952,1.4772 -2.575,2.575 -0.575,1.074 -0.872,2.132 -0.888,4.769L8.739,20.483ZM10.264,19.785c-0.0659,-1.1627 0.1755,-2.3222 0.7,-3.362 0.4413,-0.8359 1.1243,-1.5193 1.96,-1.961 0.755,-0.4 1.549,-0.712 4.268,-0.712h1.837z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_sticker_outline_white_24.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2719 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.432,3.568C23.9352,3.0708 23.3454,2.6764 22.6961,2.4074C22.0468,2.1383 21.3508,1.9999 20.648,2H7.352C5.9326,2.0003 4.5715,2.5642 3.5679,3.5679C2.5642,4.5715 2.0003,5.9326 2,7.352V20.652C2.0013,22.0707 2.5657,23.4308 3.5693,24.4336C4.5728,25.4363 5.9333,25.9997 7.352,26H20.652C22.0707,25.9987 23.4308,25.4343 24.4336,24.4307C25.4363,23.4272 25.9997,22.0667 26,20.648V7.352C26.0001,6.6492 25.8617,5.9532 25.5926,5.3039C25.3236,4.6547 24.9292,4.0648 24.432,3.568V3.568ZM15.49,12.4H12.2V20.493C12.1873,20.6396 12.117,20.7753 12.0046,20.8703C11.8922,20.9653 11.7467,21.0119 11.6,21H10.4C10.2533,21.0119 10.1078,20.9653 9.9954,20.8703C9.883,20.7753 9.8127,20.6396 9.8,20.493V12.4H6.51C6.365,12.3895 6.2301,12.3221 6.1345,12.2125C6.039,12.103 5.9907,11.9601 6,11.815V10.585C5.9907,10.4399 6.039,10.297 6.1345,10.1875C6.2301,10.0779 6.365,10.0105 6.51,10H15.49C15.635,10.0105 15.7699,10.0779 15.8655,10.1875C15.961,10.297 16.0094,10.4399 16,10.585V11.815C16.0094,11.9601 15.961,12.103 15.8655,12.2125C15.7699,12.3221 15.635,12.3895 15.49,12.4V12.4ZM20.805,15.716C19.014,16.076 19.076,16.107 18.716,17.805C18.7124,17.8596 18.688,17.9108 18.6479,17.948C18.6077,17.9852 18.5548,18.0056 18.5,18.005C18.377,18.005 18.315,17.923 18.284,17.805C17.924,16.105 17.984,16.076 16.195,15.716C16.082,15.685 15.995,15.623 15.995,15.5C15.9944,15.4452 16.0148,15.3923 16.052,15.3521C16.0892,15.312 16.1404,15.2876 16.195,15.284C17.986,14.934 17.975,14.903 18.284,13.184C18.2909,13.1321 18.3168,13.0845 18.3567,13.0505C18.3966,13.0166 18.4476,12.9986 18.5,13C18.5529,12.9972 18.6048,13.0148 18.645,13.0492C18.6853,13.0837 18.7107,13.1323 18.716,13.185C19.035,14.903 19.016,14.924 20.805,15.285C20.8324,15.2859 20.8593,15.2922 20.8842,15.3036C20.9091,15.315 20.9315,15.3312 20.9501,15.3513C20.9687,15.3713 20.9831,15.3949 20.9925,15.4206C21.002,15.4463 21.0062,15.4736 21.005,15.501C21,15.623 20.928,15.685 20.805,15.716V15.716ZM23.143,9.47C20.868,9.902 20.743,9.894 20.478,12.11C20.4742,12.1828 20.4431,12.2515 20.3908,12.3023C20.3385,12.3532 20.2689,12.3823 20.196,12.384C20.1235,12.3856 20.0532,12.3586 20.0004,12.3088C19.9477,12.2591 19.9166,12.1905 19.914,12.118C19.623,9.869 19.54,9.794 17.249,9.47C17.1812,9.4645 17.1179,9.4336 17.0718,9.3836C17.0257,9.3336 17,9.2681 17,9.2C16.9993,9.1305 17.0244,9.0633 17.0703,9.0112C17.1163,8.9591 17.18,8.9259 17.249,8.918C19.54,8.478 19.615,8.478 19.914,6.262C19.9174,6.1894 19.9494,6.1211 20.0029,6.072C20.0565,6.0229 20.1274,5.997 20.2,6C20.2729,6.0017 20.3425,6.0308 20.3948,6.0816C20.4471,6.1325 20.4782,6.2012 20.482,6.274C20.748,8.491 20.856,8.549 23.113,8.914C23.288,8.939 23.396,9.03 23.396,9.196C23.3953,9.2649 23.369,9.3311 23.3223,9.3817C23.2755,9.4324 23.2116,9.4638 23.143,9.47V9.47Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_text_effect.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1017 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M20.648,3.5C21.1539,3.4999 21.6548,3.5994 22.1223,3.7929C22.5897,3.9865 23.0144,4.2702 23.3721,4.6279C23.7298,4.9857 24.0135,5.4103 24.2071,5.8777C24.4006,6.3451 24.5001,6.8461 24.5,7.352V20.652C24.4992,21.673 24.093,22.6519 23.3707,23.3735C22.6483,24.0951 21.669,24.5003 20.648,24.5H7.352C6.8461,24.5001 6.3451,24.4006 5.8777,24.2071C5.4103,24.0135 4.9857,23.7298 4.6279,23.3721C4.2702,23.0144 3.9865,22.5897 3.7929,22.1223C3.5994,21.6548 3.4999,21.1539 3.5,20.648V7.352C3.4999,6.8461 3.5994,6.3451 3.7929,5.8777C3.9865,5.4103 4.2702,4.9857 4.6279,4.6279C4.9857,4.2702 5.4103,3.9865 5.8777,3.7929C6.3451,3.5994 6.8461,3.4999 7.352,3.5H20.648ZM20.648,2H7.352C5.9326,2.0003 4.5715,2.5642 3.5679,3.5679C2.5642,4.5715 2.0003,5.9326 2,7.352V20.652C2.0013,22.0707 2.5657,23.4308 3.5693,24.4336C4.5728,25.4363 5.9333,25.9997 7.352,26H20.652C22.0707,25.9987 23.4308,25.4343 24.4336,24.4307C25.4363,23.4272 25.9997,22.0667 26,20.648V7.352C25.9997,5.9326 25.4358,4.5715 24.4321,3.5679C23.4285,2.5642 22.0674,2.0003 20.648,2V2Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_text_normal.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (854 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M20.2,6.0001C20.1287,5.9981 20.0595,6.024 20.0069,6.0721C19.9543,6.1202 19.9224,6.1869 19.918,6.2581C19.618,8.4741 19.544,8.4741 17.253,8.9141C17.1826,8.9211 17.1174,8.9545 17.0705,9.0075C17.0236,9.0605 16.9984,9.1293 17,9.2001C16.999,9.2688 17.0242,9.3354 17.0704,9.3862C17.1167,9.4371 17.1805,9.4685 17.249,9.4741C19.54,9.7981 19.623,9.8741 19.914,12.1221C19.9166,12.1946 19.9477,12.2632 20.0005,12.3129C20.0532,12.3627 20.1235,12.3897 20.196,12.3881C20.2689,12.3864 20.3385,12.3573 20.3908,12.3065C20.4431,12.2556 20.4742,12.1869 20.478,12.1141C20.744,9.8981 20.868,9.9061 23.143,9.4741C23.2109,9.467 23.2738,9.4351 23.3198,9.3846C23.3657,9.3341 23.3914,9.2684 23.392,9.2001C23.392,9.0341 23.284,8.9431 23.109,8.9181C20.852,8.5531 20.744,8.4951 20.478,6.2781C20.4753,6.2052 20.4451,6.1361 20.3936,6.0845C20.342,6.033 20.2729,6.0028 20.2,6.0001V6.0001Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_text_normal.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (890 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M18.284,13.1851C18.2907,13.133 18.3165,13.0852 18.3564,13.051C18.3963,13.0168 18.4475,12.9987 18.5,13.0001C18.553,12.997 18.605,13.0146 18.6453,13.0491C18.6856,13.0836 18.7109,13.1323 18.716,13.1851C19.035,14.9031 19.016,14.9241 20.805,15.2851C20.8324,15.2859 20.8594,15.2921 20.8844,15.3034C20.9093,15.3148 20.9318,15.3309 20.9504,15.3511C20.9691,15.3712 20.9835,15.3948 20.9929,15.4206C21.0022,15.4463 21.0064,15.4737 21.005,15.5011C21.005,15.6241 20.933,15.6861 20.805,15.7171C19.014,16.0771 19.076,16.1081 18.716,17.8061C18.7127,17.8608 18.6884,17.9122 18.6481,17.9494C18.6079,17.9867 18.5548,18.007 18.5,18.0061C18.376,18.0061 18.315,17.9241 18.284,17.8061C17.924,16.1061 17.984,16.0771 16.195,15.7171C16.082,15.6861 15.995,15.6241 15.995,15.5011C15.9941,15.4463 16.0145,15.3932 16.0517,15.353C16.089,15.3128 16.1403,15.2884 16.195,15.2851C17.986,14.9341 17.975,14.9001 18.284,13.1851Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_text_normal.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (963 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M6.75,6a0.75,0.75 0,0 1,-1.5 0c0,-0.414 0.475,-3.581 0.5,-3.75S5.862,2 6,2s0.226,0.087 0.25,0.25S6.75,5.589 6.75,6ZM5.375,0.625A0.625,0.625 0,1 0,6 0,0.625 0.625,0 0,0 5.375,0.625ZM0,6a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,0 6ZM10.75,6a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,10.75 6ZM5.375,11.375A0.625,0.625 0,1 0,6 10.75,0.625 0.625,0 0,0 5.375,11.375ZM2.688,1.345A0.625,0.625 0,1 0,3.313 0.72,0.624 0.624,0 0,0 2.688,1.345ZM0.72,8.687a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,0.72 8.687ZM10.03,3.312a0.625,0.625 0,1 0,0.625 -0.624A0.626,0.626 0,0 0,10.03 3.312ZM8.062,10.655a0.625,0.625 0,1 0,0.626 -0.625A0.625,0.625 0,0 0,8.062 10.655ZM0.72,3.312a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,0.72 3.312ZM2.688,10.655a0.625,0.625 0,1 0,0.625 -0.625A0.624,0.624 0,0 0,2.688 10.655ZM8.063,1.345A0.625,0.625 0,1 0,8.688 0.72,0.624 0.624,0 0,0 8.063,1.345ZM10.03,8.687a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,10.03 8.687Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_timer_00_12.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (985 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M6.65,6.375a0.75,0.75 0,0 1,-1.3 -0.75c0.208,-0.359 2.2,-2.864 2.308,-3a0.25,0.25 0,0 1,0.434 0.25C8.034,3.022 6.855,6.019 6.65,6.375ZM9.183,1.486A0.5,0.5 0,0 0,9 0.8,6 6,0 0,0 6,0 0.5,0.5 0,0 0,6 1a5,5 0,0 1,2.5 0.668,0.493 0.493,0 0,0 0.25,0.068A0.5,0.5 0,0 0,9.183 1.486ZM0,6a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,0 6ZM10.75,6a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,10.75 6ZM5.375,11.375A0.625,0.625 0,1 0,6 10.75,0.625 0.625,0 0,0 5.375,11.375ZM2.688,1.345A0.625,0.625 0,1 0,3.313 0.72,0.624 0.624,0 0,0 2.688,1.345ZM0.72,8.687a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,0.72 8.687ZM10.03,3.312a0.625,0.625 0,1 0,0.625 -0.624A0.626,0.626 0,0 0,10.03 3.312ZM8.062,10.655a0.625,0.625 0,1 0,0.626 -0.625A0.625,0.625 0,0 0,8.062 10.655ZM0.72,3.312a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,0.72 3.312ZM2.688,10.655a0.625,0.625 0,1 0,0.625 -0.625A0.624,0.624 0,0 0,2.688 10.655ZM10.03,8.687a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,10.03 8.687Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_timer_05_12.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (960 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M6.375,6.65a0.75,0.75 0,0 1,-0.75 -1.3c0.359,-0.207 3.339,-1.379 3.5,-1.442A0.245,0.245 0,0 1,9.464 4a0.25,0.25 0,0 1,-0.091 0.342C9.251,4.439 6.731,6.444 6.375,6.65ZM11.014,3.682A0.5,0.5 0,0 0,11.2 3,6.021 6.021,0 0,0 6,0 0.5,0.5 0,0 0,6 1a5.021,5.021 0,0 1,4.331 2.5,0.5 0.5,0 0,0 0.433,0.25A0.49,0.49 0,0 0,11.014 3.682ZM0,6a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,0 6ZM10.75,6a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,10.75 6ZM5.375,11.375A0.625,0.625 0,1 0,6 10.75,0.625 0.625,0 0,0 5.375,11.375ZM2.688,1.345A0.625,0.625 0,1 0,3.313 0.72,0.624 0.624,0 0,0 2.688,1.345ZM0.72,8.687a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,0.72 8.687ZM8.062,10.655a0.625,0.625 0,1 0,0.626 -0.625A0.625,0.625 0,0 0,8.062 10.655ZM0.72,3.312a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,0.72 3.312ZM2.688,10.655a0.625,0.625 0,1 0,0.625 -0.625A0.624,0.624 0,0 0,2.688 10.655ZM10.03,8.687a0.625,0.625 0,1 0,0.625 -0.625A0.625,0.625 0,0 0,10.03 8.687Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_timer_10_12.xml"
line="8"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1197 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.86,46.24a10.83,10.83 0,0 0,-4.18 -1.12L20.68,43.8a12.12,12.12 0,0 1,4.69 1.26ZM9.11,50.58a12,12 0,0 0,-1.36 4.69L9.06,55.27a10.92,10.92 0,0 1,1.12 -4.19ZM24.86,65.8a10.83,10.83 0,0 1,-4.18 1.12v1.31A11.78,11.78 0,0 0,25.37 67ZM15.14,46.24a10.83,10.83 0,0 1,4.18 -1.12L19.32,43.8a12.12,12.12 0,0 0,-4.69 1.26ZM10.88,50A10.89,10.89 0,0 1,14 46.9l-0.73,-1.08a11.92,11.92 0,0 0,-3.5 3.5ZM32.25,56.79L30.94,56.79A10.83,10.83 0,0 1,29.82 61l1.17,0.58a12.11,12.11 0,0 0,1.26 -4.76ZM29.15,62a10.63,10.63 0,0 1,-3.08 3.08l0.74,1.09a11.92,11.92 0,0 0,3.5 -3.5ZM29.82,51.1a10.88,10.88 0,0 1,1.12 4.18h1.31A12.17,12.17 0,0 0,31 50.61ZM26,46.9A10.89,10.89 0,0 1,29.12 50l1.08,-0.73a11.92,11.92 0,0 0,-3.5 -3.5ZM8.54,61.69l1.29,0.21 0.23,-1.35a10.91,10.91 0,0 1,-1 -3.85l-1.35,0.07a12.31,12.31 0,0 0,0.91 3.92ZM12.74,66.4L9,67l0.61,-3.73L8.31,63l-0.56,3.5a1.55,1.55 0,0 0,0.06 0.71,1.65 1.65,0 0,0 0.38,0.6 1.36,1.36 0,0 0,0.48 0.34,1.51 1.51,0 0,0 0.58,0.12L9.5,68.27l3.5,-0.56ZM15.47,66l-1.35,0.23 0.21,1.29 1,-0.16a12.3,12.3 0,0 0,3.92 1L19.25,67a11.26,11.26 0,0 1,-3.78 -1ZM20,46.39A9.61,9.61 0,0 0,10.38 56a9.35,9.35 0,0 0,1 4.27l-0.84,5.25 5.25,-0.84A9.64,9.64 0,0 0,29.62 56,9.61 9.61,0 0,0 20,46.39Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_transfer_account.xml"
line="27"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1203 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.86,46.22a10.83,10.83 0,0 0,-4.18 -1.12L20.68,43.78A12.12,12.12 0,0 1,25.37 45ZM9.11,50.56a12,12 0,0 0,-1.36 4.69L9.06,55.25a10.92,10.92 0,0 1,1.12 -4.19ZM24.86,65.78a10.83,10.83 0,0 1,-4.18 1.12v1.31A11.94,11.94 0,0 0,25.37 67ZM15.14,46.22a10.83,10.83 0,0 1,4.18 -1.12L19.32,43.78A12.12,12.12 0,0 0,14.63 45ZM10.88,50A11,11 0,0 1,14 46.88l-0.73,-1.08a11.92,11.92 0,0 0,-3.5 3.5ZM32.25,56.79L30.94,56.79a10.92,10.92 0,0 1,-1.12 4.19l1.17,0.57a12.11,12.11 0,0 0,1.26 -4.76ZM29.15,62a10.51,10.51 0,0 1,-3.08 3.08l0.74,1.09a11.92,11.92 0,0 0,3.5 -3.5ZM29.82,51.1a10.92,10.92 0,0 1,1.12 4.18h1.31A12.17,12.17 0,0 0,31 50.59ZM26,46.88A11,11 0,0 1,29.12 50l1.08,-0.73a11.92,11.92 0,0 0,-3.5 -3.5ZM8.54,61.67l1.29,0.21 0.23,-1.35a10.91,10.91 0,0 1,-1 -3.85l-1.35,0.07a12.31,12.31 0,0 0,0.91 3.92ZM12.74,66.38L9,67l0.61,-3.73L8.31,63l-0.56,3.5a1.55,1.55 0,0 0,0.06 0.71,1.58 1.58,0 0,0 0.38,0.6 1.36,1.36 0,0 0,0.48 0.34,1.51 1.51,0 0,0 0.58,0.12L9.5,68.27l3.5,-0.56ZM15.47,65.94 L14.12,66.17 14.33,67.46 15.33,67.31a12.56,12.56 0,0 0,3.92 0.94L19.25,66.94a11,11 0,0 1,-3.78 -1ZM20,46.38A9.59,9.59 0,0 0,10.38 56a9.32,9.32 0,0 0,1 4.27l-0.84,5.25 5.25,-0.84a9.41,9.41 0,0 0,4.2 0.94,9.62 9.62,0 1,0 0,-19.24Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_transfer_account.xml"
line="27"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1122 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M36,6C25.908,6 17.357,13.703 16.975,24.585C16.545,36.869 14.035,42.179 11.376,45.312C10.729,46.074 10.095,46.682 9.539,47.198C9.436,47.294 9.337,47.386 9.242,47.473C8.808,47.874 8.461,48.195 8.154,48.532C7.51,49.239 7.125,49.92 7.125,51.242C7.125,53.203 8.682,54.75 10.551,54.75H61.449C63.318,54.75 64.875,53.203 64.875,51.242C64.875,49.92 64.49,49.239 63.846,48.532C63.539,48.195 63.192,47.874 62.758,47.473C62.663,47.386 62.564,47.294 62.461,47.198C61.905,46.682 61.271,46.074 60.624,45.312C57.965,42.179 55.455,36.869 55.025,24.585C54.643,13.703 46.092,6 36,6ZM13.977,24.48C14.417,11.946 24.329,3 36,3C47.671,3 57.583,11.946 58.023,24.48C58.44,36.402 60.856,40.949 62.911,43.37C63.442,43.996 63.973,44.509 64.503,45C64.587,45.079 64.674,45.159 64.761,45.239C65.198,45.642 65.661,46.069 66.064,46.511C67.134,47.686 67.875,49.066 67.875,51.242C67.875,54.813 65.021,57.75 61.449,57.75H10.551C6.979,57.75 4.125,54.813 4.125,51.242C4.125,49.066 4.866,47.686 5.936,46.511C6.339,46.069 6.802,45.642 7.239,45.239C7.326,45.159 7.413,45.079 7.497,45C8.027,44.509 8.558,43.996 9.089,43.37C11.144,40.949 13.559,36.402 13.977,24.48Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_troubleshoot_notification.xml"
line="20"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1122 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M3.13,2.52C3.4028,2.3798 3.7171,2.3431 4.0149,2.4166C4.3127,2.4902 4.5738,2.669 4.75,2.92L6.13,4.92C6.3038,5.1635 6.386,5.4605 6.3622,5.7587C6.3384,6.0569 6.2102,6.3372 6,6.55C5.77,6.77 5.61,6.92 5.4,7.09C5.3291,7.1389 5.2687,7.2015 5.2226,7.2742C5.1764,7.3469 5.1454,7.4282 5.1314,7.5131C5.1174,7.5981 5.1207,7.685 5.1411,7.7687C5.1614,7.8523 5.1985,7.931 5.25,8C5.6459,8.5158 6.0769,9.0037 6.54,9.46C7.0124,9.925 7.517,10.356 8.05,10.75C8.1822,10.8418 8.3441,10.8804 8.5035,10.8582C8.6628,10.8359 8.808,10.7545 8.91,10.63C9.08,10.42 9.23,10.26 9.45,10.03C9.6603,9.8101 9.9425,9.673 10.2453,9.6437C10.5481,9.6143 10.8514,9.6946 11.1,9.87L13.1,11.25C13.3511,11.4262 13.5299,11.6873 13.6034,11.9851C13.6769,12.2829 13.6402,12.5972 13.5,12.87C13.2766,13.3393 12.9313,13.74 12.5,14.03C12.0388,14.3257 11.5084,14.496 10.9612,14.5241C10.4141,14.5521 9.8691,14.437 9.38,14.19C7.6556,13.5308 6.09,12.5148 4.7854,11.2085C3.4809,9.9023 2.467,8.3352 1.81,6.61C1.5674,6.1184 1.4574,5.572 1.4907,5.0248C1.524,4.4776 1.6996,3.9486 2,3.49C2.2858,3.0738 2.6753,2.7395 3.13,2.52ZM14.85,1.85L14.15,1.15L10,5.29V2H9V7H14V6H10.71L14.85,1.85Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_audio_call_incoming_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1949 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.31,15C9.7498,14.9893 9.1954,14.8845 8.67,14.69C6.9971,14.0455 5.4778,13.0576 4.2101,11.7899C2.9424,10.5222 1.9545,9.0029 1.31,7.33C1.0674,6.8003 0.9605,6.2186 0.9989,5.6372C1.0373,5.0559 1.2198,4.4932 1.53,4C1.8415,3.569 2.258,3.2248 2.74,3C3.1045,2.8038 3.5281,2.7473 3.9313,2.8412C4.3346,2.9351 4.6897,3.1729 4.93,3.51L6.22,5.28C6.451,5.6112 6.5557,6.014 6.5154,6.4158C6.475,6.8175 6.2922,7.1914 6,7.47L5.43,8C5.417,8.0173 5.41,8.0384 5.41,8.06C5.41,8.0817 5.417,8.1027 5.43,8.12C5.7663,8.5932 6.1409,9.038 6.55,9.45C6.9636,9.8734 7.4118,10.2614 7.89,10.61C7.9073,10.623 7.9283,10.63 7.95,10.63C7.9716,10.63 7.9927,10.623 8.01,10.61C8.18,10.42 8.32,10.26 8.53,10.04C8.8086,9.7478 9.1826,9.565 9.5843,9.5246C9.986,9.4843 10.3888,9.5891 10.72,9.82L12.56,11.11C12.8898,11.3442 13.1247,11.689 13.222,12.0817C13.3192,12.4744 13.2724,12.8889 13.09,13.25C12.842,13.7467 12.4657,14.1679 12,14.47C11.5051,14.8174 10.9146,15.0026 10.31,15ZM2.31,4.54C2.0884,4.9103 1.9672,5.332 1.9584,5.7634C1.9496,6.1948 2.0536,6.6211 2.26,7C2.8467,8.5365 3.7534,9.9307 4.92,11.09C6.0774,12.2518 7.468,13.155 9,13.74C9.3812,13.9386 9.8074,14.0347 10.2369,14.0189C10.6664,14.0032 11.0844,13.876 11.45,13.65C11.7615,13.4359 12.01,13.1425 12.17,12.8C12.2564,12.6508 12.2838,12.4746 12.2468,12.3062C12.2098,12.1377 12.111,11.9893 11.97,11.89L10.14,10.6C10.0078,10.5064 9.8465,10.4629 9.6852,10.4776C9.5239,10.4923 9.3731,10.5641 9.26,10.68L8.76,11.23C8.584,11.4417 8.3339,11.5782 8.0607,11.6117C7.7875,11.6451 7.5118,11.573 7.29,11.41C6.7772,11.0288 6.2926,10.6111 5.84,10.16C5.3889,9.7074 4.9712,9.2228 4.59,8.71C4.4264,8.4866 4.354,8.2093 4.3874,7.9344C4.4208,7.6596 4.5576,7.4077 4.77,7.23L5.32,6.74C5.4359,6.6269 5.5077,6.4761 5.5224,6.3148C5.5371,6.1535 5.4937,5.9922 5.4,5.86L4.11,4C4.0197,3.863 3.8815,3.7645 3.7225,3.7238C3.5635,3.6832 3.395,3.7032 3.25,3.78C2.887,3.9383 2.5754,4.1945 2.35,4.52L2.31,4.54ZM14.81,1.85L14.11,1.15L10,5.29V2H9V7H14V6H10.71L14.81,1.85Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_audio_call_incoming_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1199 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M3.13,2.52C3.4028,2.3798 3.7171,2.3431 4.0149,2.4166C4.3127,2.4902 4.5738,2.669 4.75,2.92L6.13,4.92C6.3038,5.1635 6.386,5.4605 6.3622,5.7587C6.3384,6.0569 6.2102,6.3372 6,6.55C5.77,6.77 5.61,6.92 5.4,7.09C5.3291,7.1389 5.2687,7.2015 5.2226,7.2742C5.1764,7.3469 5.1454,7.4282 5.1314,7.5131C5.1174,7.5981 5.1207,7.685 5.1411,7.7687C5.1614,7.8523 5.1985,7.931 5.25,8C5.6459,8.5158 6.0769,9.0037 6.54,9.46C7.0124,9.925 7.517,10.356 8.05,10.75C8.1822,10.8418 8.3441,10.8804 8.5035,10.8582C8.6628,10.8359 8.808,10.7545 8.91,10.63C9.08,10.42 9.23,10.26 9.45,10.03C9.6603,9.8101 9.9425,9.673 10.2453,9.6437C10.5481,9.6143 10.8514,9.6946 11.1,9.87L13.1,11.25C13.3511,11.4262 13.5299,11.6873 13.6034,11.9851C13.6769,12.2829 13.6402,12.5972 13.5,12.87C13.2766,13.3393 12.9313,13.74 12.5,14.03C12.0388,14.3257 11.5084,14.496 10.9612,14.5241C10.4141,14.5521 9.8691,14.437 9.38,14.19C7.6556,13.5308 6.09,12.5148 4.7854,11.2085C3.4809,9.9023 2.467,8.3352 1.81,6.61C1.5674,6.1184 1.4574,5.572 1.4907,5.0248C1.524,4.4776 1.6996,3.9486 2,3.49C2.2858,3.0738 2.6753,2.7395 3.13,2.52ZM14.35,2.35L13.65,1.65L11.5,3.79L9.35,1.65L8.65,2.35L10.79,4.5L8.65,6.65L9.35,7.35L11.5,5.21L13.65,7.35L14.35,6.65L12.21,4.5L14.35,2.35Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_audio_call_missed_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2006 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.31,15C9.7498,14.9893 9.1954,14.8845 8.67,14.69C6.9978,14.044 5.4788,13.0563 4.21,11.79C2.9462,10.5192 1.9589,9.0007 1.31,7.33C1.0674,6.8003 0.9605,6.2186 0.9989,5.6372C1.0373,5.0559 1.2198,4.4932 1.53,4C1.8415,3.569 2.258,3.2248 2.74,3C3.1045,2.8038 3.5281,2.7473 3.9313,2.8412C4.3346,2.9351 4.6897,3.1729 4.93,3.51L6.22,5.28C6.451,5.6112 6.5557,6.014 6.5154,6.4158C6.475,6.8175 6.2922,7.1914 6,7.47L5.43,8C5.417,8.0173 5.41,8.0384 5.41,8.06C5.41,8.0817 5.417,8.1027 5.43,8.12C5.7663,8.5932 6.1409,9.038 6.55,9.45C6.9636,9.8734 7.4118,10.2614 7.89,10.61C7.89,10.61 7.97,10.61 8.01,10.61C8.18,10.41 8.32,10.26 8.53,10.04C8.8086,9.7478 9.1826,9.565 9.5843,9.5246C9.986,9.4843 10.3888,9.5891 10.72,9.82L12.56,11.11C12.8898,11.3442 13.1247,11.689 13.222,12.0817C13.3192,12.4744 13.2724,12.8889 13.09,13.25C12.842,13.7467 12.4657,14.1679 12,14.47C11.5051,14.8174 10.9146,15.0026 10.31,15ZM3.55,3.73C3.4457,3.7282 3.3426,3.7522 3.25,3.8C2.887,3.9583 2.5754,4.2145 2.35,4.54C2.1221,4.9068 1.994,5.3266 1.9782,5.7581C1.9624,6.1895 2.0596,6.6176 2.26,7C2.8467,8.5365 3.7534,9.9307 4.92,11.09C6.0774,12.2518 7.468,13.155 9,13.74C9.3812,13.9386 9.8074,14.0347 10.2369,14.0189C10.6664,14.0032 11.0844,13.876 11.45,13.65C11.7615,13.4359 12.01,13.1425 12.17,12.8C12.2564,12.6508 12.2838,12.4746 12.2468,12.3062C12.2098,12.1377 12.111,11.9893 11.97,11.89L10.14,10.6C10.0078,10.5064 9.8465,10.4629 9.6852,10.4776C9.5239,10.4923 9.3731,10.5641 9.26,10.68L8.76,11.23C8.584,11.4417 8.3339,11.5782 8.0607,11.6117C7.7875,11.6451 7.5118,11.573 7.29,11.41C6.7772,11.0288 6.2926,10.6111 5.84,10.16C5.3889,9.7074 4.9712,9.2228 4.59,8.71C4.427,8.4882 4.3549,8.2125 4.3883,7.9393C4.4218,7.6661 4.5583,7.416 4.77,7.24L5.32,6.74C5.4359,6.6269 5.5077,6.4761 5.5224,6.3148C5.5371,6.1535 5.4937,5.9922 5.4,5.86L4.11,4C4.0454,3.9131 3.9607,3.8432 3.8632,3.7961C3.7657,3.7491 3.6582,3.7264 3.55,3.73ZM14.35,2.35L13.65,1.65L11.5,3.79L9.35,1.65L8.65,2.35L10.79,4.5L8.65,6.65L9.35,7.35L11.5,5.21L13.65,7.35L14.35,6.65L12.21,4.5L14.35,2.35Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_audio_call_missed_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1028 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M14,2V7H13V3.71L8.85,7.85L8.15,7.15L12.29,3H9V2H14ZM2,3.49C1.7043,3.9512 1.534,4.4816 1.506,5.0288C1.4779,5.5759 1.593,6.1209 1.84,6.61C2.4981,8.3362 3.5136,9.9038 4.8199,11.2101C6.1262,12.5165 7.6938,13.5319 9.42,14.19C9.9078,14.427 10.4486,14.5341 10.99,14.5008C11.5313,14.4675 12.0549,14.295 12.51,14C12.9413,13.7099 13.2866,13.3093 13.51,12.84C13.6502,12.5672 13.6869,12.2529 13.6134,11.9551C13.5399,11.6573 13.3611,11.3962 13.11,11.22L11.11,9.84C10.8606,9.6619 10.5552,9.58 10.2501,9.6094C9.945,9.6388 9.6608,9.7775 9.45,10C9.23,10.23 9.08,10.39 8.91,10.6C8.808,10.7245 8.6629,10.8059 8.5035,10.8282C8.3441,10.8504 8.1822,10.8118 8.05,10.72C7.518,10.3356 7.0134,9.9146 6.54,9.46C6.0769,9.0036 5.6459,8.5158 5.25,8C5.1582,7.8678 5.1196,7.7059 5.1418,7.5465C5.1641,7.3872 5.2456,7.242 5.37,7.14C5.58,6.97 5.74,6.82 5.97,6.6C6.2032,6.3872 6.3488,6.0952 6.3783,5.7809C6.4079,5.4666 6.3194,5.1526 6.13,4.9L4.75,2.9C4.5738,2.6489 4.3127,2.4701 4.0149,2.3966C3.7171,2.3231 3.4028,2.3598 3.13,2.5C2.6729,2.725 2.2832,3.0665 2,3.49Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_audio_call_outgoing_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1937 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.31,15C9.7498,14.9893 9.1954,14.8845 8.67,14.69C6.9971,14.0455 5.4778,13.0576 4.2101,11.7899C2.9424,10.5222 1.9545,9.0029 1.31,7.33C1.0674,6.8003 0.9605,6.2185 0.9989,5.6372C1.0373,5.0558 1.2198,4.4932 1.53,4C1.8415,3.569 2.258,3.2248 2.74,3C3.1045,2.8038 3.5281,2.7473 3.9313,2.8412C4.3346,2.9351 4.6897,3.1729 4.93,3.51L6.22,5.28C6.451,5.6111 6.5557,6.014 6.5154,6.4157C6.475,6.8174 6.2922,7.1914 6,7.47L5.43,8C5.417,8.0173 5.41,8.0384 5.41,8.06C5.41,8.0816 5.417,8.1027 5.43,8.12C5.7663,8.5932 6.1409,9.038 6.55,9.45C6.9636,9.8733 7.4118,10.2613 7.89,10.61C7.9073,10.623 7.9283,10.63 7.95,10.63C7.9716,10.63 7.9927,10.623 8.01,10.61C8.18,10.42 8.32,10.26 8.53,10.04C8.8086,9.7478 9.1826,9.565 9.5843,9.5246C9.986,9.4843 10.3888,9.589 10.72,9.82L12.56,11.11C12.8898,11.3442 13.1247,11.689 13.222,12.0817C13.3192,12.4744 13.2724,12.8889 13.09,13.25C12.842,13.7467 12.4657,14.1679 12,14.47C11.5051,14.8174 10.9146,15.0026 10.31,15ZM2.31,4.54C2.0884,4.9103 1.9672,5.3319 1.9584,5.7634C1.9496,6.1948 2.0536,6.621 2.26,7C2.8467,8.5365 3.7534,9.9307 4.92,11.09C6.0774,12.2518 7.468,13.155 9,13.74C9.3812,13.9386 9.8074,14.0347 10.2369,14.0189C10.6664,14.0031 11.0844,13.876 11.45,13.65C11.7615,13.4359 12.01,13.1424 12.17,12.8C12.2564,12.6508 12.2838,12.4746 12.2468,12.3061C12.2098,12.1377 12.111,11.9893 11.97,11.89L10.14,10.6C10.0078,10.5063 9.8465,10.4629 9.6852,10.4776C9.5239,10.4923 9.3731,10.564 9.26,10.68L8.76,11.23C8.584,11.4417 8.3339,11.5782 8.0607,11.6116C7.7875,11.6451 7.5118,11.573 7.29,11.41C6.7772,11.0288 6.2926,10.611 5.84,10.16C5.3889,9.7074 4.9712,9.2228 4.59,8.71C4.4264,8.4866 4.354,8.2093 4.3874,7.9344C4.4208,7.6595 4.5576,7.4077 4.77,7.23L5.32,6.74C5.4359,6.6269 5.5077,6.4761 5.5224,6.3148C5.5371,6.1534 5.4937,5.9922 5.4,5.86L4.11,4C4.0197,3.863 3.8815,3.7645 3.7225,3.7238C3.5635,3.6831 3.395,3.7032 3.25,3.78C2.887,3.9382 2.5754,4.1945 2.35,4.52L2.31,4.54ZM9,2V3H12.29L8.15,7.15L8.85,7.85L13,3.71V7H14V2H9Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_audio_call_outgoing_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1951 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M5.1667,5.1666C4.7052,5.1666 4.2541,5.3035 3.8703,5.5599C3.4866,5.8163 3.1876,6.1807 3.011,6.607C2.8344,7.0334 2.7881,7.5026 2.8782,7.9552C2.9682,8.4078 3.1904,8.8236 3.5168,9.1499C3.8431,9.4762 4.2588,9.6985 4.7115,9.7885C5.1641,9.8785 5.6332,9.8323 6.0596,9.6557C6.486,9.4791 6.8504,9.18 7.1068,8.7963C7.3632,8.4126 7.5,7.9615 7.5,7.5C7.5,6.8811 7.2542,6.2877 6.8166,5.8501C6.379,5.4125 5.7855,5.1666 5.1667,5.1666ZM7.526,9.8513C7.2169,10.1625 6.8493,10.4095 6.4444,10.578C6.0395,10.7465 5.6053,10.8333 5.1667,10.8333C4.7281,10.8333 4.2938,10.7465 3.8889,10.578C3.484,10.4095 3.1164,10.1625 2.8073,9.8513C2.1842,10.0632 1.6428,10.4645 1.259,10.9992C0.8752,11.5338 0.6681,12.1751 0.6667,12.8333V13.3333C0.6667,13.5101 0.7369,13.6797 0.8619,13.8047C0.987,13.9297 1.1565,14 1.3333,14H9C9.1768,14 9.3464,13.9297 9.4714,13.8047C9.5964,13.6797 9.6667,13.5101 9.6667,13.3333V12.8333C9.6653,12.1751 9.4582,11.5338 9.0744,10.9992C8.6905,10.4645 8.1492,10.0632 7.526,9.8513ZM10.8333,1.8333C10.3718,1.8333 9.9207,1.9702 9.537,2.2266C9.1533,2.4829 8.8542,2.8474 8.6776,3.2737C8.501,3.7001 8.4548,4.1692 8.5448,4.6219C8.6349,5.0745 8.8571,5.4902 9.1834,5.8166C9.5097,6.1429 9.9255,6.3651 10.3781,6.4552C10.8307,6.5452 11.2999,6.499 11.7263,6.3224C12.1526,6.1458 12.517,5.8467 12.7734,5.463C13.0298,5.0793 13.1667,4.6281 13.1667,4.1666C13.1667,3.5478 12.9208,2.9543 12.4833,2.5167C12.0457,2.0791 11.4522,1.8333 10.8333,1.8333ZM13.1927,6.518C12.8838,6.8289 12.5166,7.0757 12.112,7.2442C11.7075,7.4128 11.2736,7.4997 10.8354,7.5C10.3971,7.5003 9.9631,7.414 9.5583,7.246C9.1536,7.0781 8.786,6.8318 8.4767,6.5213C8.4347,6.536 8.3893,6.5433 8.348,6.5593C8.478,6.9602 8.5254,7.3833 8.4873,7.8031C8.4491,8.2228 8.3262,8.6304 8.126,9.0013C8.925,9.3435 9.598,9.9255 10.052,10.6666H14.6667C14.8435,10.6666 15.0131,10.5964 15.1381,10.4714C15.2631,10.3464 15.3333,10.1768 15.3333,10V9.5C15.3319,8.8418 15.1248,8.2005 14.741,7.6658C14.3572,7.1311 13.8158,6.7298 13.1927,6.518Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_group_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2243 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.9192,6.3688C13.2038,5.9476 13.3683,5.457 13.3953,4.9494C13.4222,4.4418 13.3104,3.9365 13.072,3.4876C12.8336,3.0387 12.4774,2.6632 12.0418,2.4013C11.6062,2.1395 11.1075,2.0011 10.5992,2.0011C10.0909,2.0011 9.5922,2.1395 9.1566,2.4013C8.721,2.6632 8.3648,3.0387 8.1264,3.4876C7.8879,3.9365 7.7762,4.4418 7.8031,4.9494C7.83,5.457 7.9946,5.9476 8.2792,6.3688C8.1121,6.4223 7.9497,6.4894 7.7936,6.5696C7.6027,6.2473 7.349,5.9666 7.0475,5.7443C6.7461,5.522 6.403,5.3625 6.0387,5.2754C5.6744,5.1883 5.2963,5.1753 4.9269,5.2371C4.5574,5.299 4.2042,5.4345 3.8882,5.6355C3.5721,5.8366 3.2997,6.0991 3.0871,6.4075C2.8745,6.7159 2.7261,7.0639 2.6506,7.4308C2.5752,7.7977 2.5742,8.176 2.6478,8.5433C2.7215,8.9106 2.8681,9.2593 3.0792,9.5688C2.4199,9.7766 1.8437,10.1888 1.434,10.7456C1.0243,11.3024 0.8023,11.9751 0.8,12.6664V13.6H2V12.6664C2.0006,12.1185 2.2185,11.5933 2.6059,11.2059C2.9933,10.8185 3.5185,10.6006 4.0664,10.6H6.7336C7.2814,10.6006 7.8067,10.8185 8.194,11.2059C8.5814,11.5933 8.7993,12.1185 8.8,12.6664V13.6H10V12.6664C9.9979,11.9748 9.7755,11.3018 9.3651,10.7451C8.9547,10.1884 8.3776,9.7769 7.7176,9.5704C8.0325,9.1073 8.2007,8.56 8.2,8C8.1956,7.9065 8.1862,7.8133 8.172,7.7208C8.499,7.5124 8.8786,7.4014 9.2664,7.4008H11.9336C12.4813,7.4014 13.0064,7.6192 13.3938,8.0064C13.7811,8.3936 13.9991,8.9187 14,9.4664V10.4H15.2V9.4664C15.1976,8.7749 14.9753,8.102 14.5653,7.5452C14.1553,6.9884 13.5788,6.5764 12.9192,6.3688ZM5.4,9.6C5.0835,9.6 4.7742,9.5061 4.5111,9.3303C4.248,9.1545 4.0429,8.9046 3.9218,8.6123C3.8007,8.3199 3.769,7.9982 3.8307,7.6878C3.8925,7.3775 4.0448,7.0924 4.2686,6.8686C4.4924,6.6448 4.7775,6.4925 5.0878,6.4307C5.3982,6.369 5.7199,6.4007 6.0123,6.5218C6.3046,6.6429 6.5545,6.8479 6.7303,7.1111C6.9061,7.3742 7,7.6835 7,8C7,8.4243 6.8314,8.8313 6.5314,9.1313C6.2313,9.4314 5.8243,9.6 5.4,9.6ZM10.6,6.4C10.2835,6.4 9.9742,6.3061 9.7111,6.1303C9.448,5.9545 9.2429,5.7046 9.1218,5.4123C9.0007,5.1199 8.969,4.7982 9.0307,4.4878C9.0925,4.1775 9.2449,3.8924 9.4686,3.6686C9.6924,3.4448 9.9775,3.2924 10.2878,3.2307C10.5982,3.169 10.9199,3.2007 11.2123,3.3218C11.5046,3.4429 11.7545,3.6479 11.9303,3.9111C12.1061,4.1742 12.2,4.4835 12.2,4.8C12.2,5.2243 12.0314,5.6313 11.7314,5.9313C11.4313,6.2314 11.0243,6.4 10.6,6.4Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_group_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1101 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11,3C10.4872,3 9.986,3.1549 9.5596,3.4452C9.1333,3.7354 8.801,4.148 8.6048,4.6307C8.4085,5.1133 8.3572,5.6444 8.4572,6.1568C8.5573,6.6693 8.8042,7.1399 9.1668,7.5093C9.5293,7.8788 9.9913,8.1303 10.4942,8.2323C10.9971,8.3342 11.5184,8.2819 11.9921,8.082C12.4659,7.882 12.8708,7.5434 13.1557,7.109C13.4405,6.6747 13.5926,6.1639 13.5926,5.6415C13.5926,4.9409 13.3194,4.2691 12.8332,3.7737C12.347,3.2783 11.6876,3 11,3ZM13.6215,8.3034C13.2781,8.6557 12.8696,8.9353 12.4197,9.126C11.9698,9.3168 11.4873,9.415 11,9.415C10.5127,9.415 10.0302,9.3168 9.5803,9.126C9.1304,8.9353 8.7219,8.6557 8.3785,8.3034C7.6861,8.5432 7.0846,8.9976 6.6581,9.6028C6.2317,10.2081 6.0016,10.9341 6,11.6792V12.2453C6,12.4454 6.078,12.6374 6.217,12.7789C6.3559,12.9205 6.5443,13 6.7407,13H15.2593C15.4557,13 15.6441,12.9205 15.783,12.7789C15.922,12.6374 16,12.4454 16,12.2453V11.6792C15.9984,10.9341 15.7683,10.2081 15.3419,9.6028C14.9154,8.9976 14.3139,8.5432 13.6215,8.3034ZM5.9749,5.2322L6.682,5.9394L3.1465,9.4749L3.1465,9.4749L2.4394,10.182L2.4393,10.182L1.7322,9.4749L0.318,8.0607L1.0251,7.3536L2.4393,8.7678L5.9749,5.2322Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_group_accept_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1326 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.283,8.4211C13.6989,7.9623 13.9756,7.3883 14.0793,6.7696C14.1829,6.1509 14.1089,5.5145 13.8664,4.9385C13.6238,4.3626 13.2233,3.8723 12.714,3.5279C12.2047,3.1835 11.6089,3 10.9999,3C10.3908,3 9.795,3.1835 9.2857,3.5279C8.7765,3.8723 8.3759,4.3626 8.1334,4.9385C7.8908,5.5145 7.8168,6.1509 7.9204,6.7696C8.0241,7.3883 8.3009,7.9623 8.7167,8.4211C7.946,8.6021 7.2576,9.0474 6.7641,9.684C6.2706,10.3207 6.0012,11.111 5.9999,11.926V13H6.9374V11.926C6.9382,11.2285 7.2073,10.5599 7.6857,10.0668C8.1641,9.5736 8.8127,9.2962 9.4892,9.2954H12.5105C13.187,9.2962 13.8356,9.5736 14.314,10.0668C14.7924,10.5599 15.0615,11.2285 15.0624,11.926V13H15.9999V11.926C15.9986,11.111 15.7291,10.3207 15.2356,9.684C14.7421,9.0474 14.0538,8.6021 13.283,8.4211ZM10.9999,8.49C10.5672,8.49 10.1443,8.3577 9.7845,8.11C9.4248,7.8622 9.1444,7.51 8.9789,7.0979C8.8133,6.6859 8.77,6.2325 8.8544,5.7951C8.9388,5.3576 9.1471,4.9558 9.4531,4.6405C9.759,4.3251 10.1488,4.1103 10.5731,4.0233C10.9974,3.9363 11.4373,3.981 11.837,4.1516C12.2367,4.3223 12.5783,4.6113 12.8187,4.9822C13.0591,5.353 13.1874,5.789 13.1874,6.235C13.1874,6.833 12.9569,7.4066 12.5467,7.8295C12.1364,8.2524 11.58,8.49 10.9999,8.49ZM5.9749,5.2322L6.682,5.9394L3.1465,9.4749L3.1465,9.4749L2.4394,10.182L2.4394,10.182L1.7323,9.4749L0.3181,8.0607L1.0252,7.3536L2.4394,8.7678L5.9749,5.2322Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_group_accept_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1149 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.2831,8.4211C12.699,7.9623 12.9758,7.3883 13.0794,6.7696C13.1831,6.1509 13.1091,5.5145 12.8665,4.9385C12.6239,4.3626 12.2234,3.8723 11.7141,3.5279C11.2049,3.1835 10.6091,3 10,3C9.3909,3 8.7951,3.1835 8.2859,3.5279C7.7766,3.8723 7.3761,4.3626 7.1335,4.9385C6.8909,5.5145 6.8169,6.1509 6.9206,6.7696C7.0242,7.3883 7.301,7.9623 7.7169,8.4211C6.9461,8.6021 6.2577,9.0474 5.7642,9.684C5.2707,10.3207 5.0013,11.111 5,11.926V13H5.9375V11.926C5.9383,11.2285 6.2074,10.5599 6.6858,10.0668C7.1642,9.5736 7.8128,9.2962 8.4894,9.2954H11.5106C12.1872,9.2962 12.8358,9.5736 13.3142,10.0668C13.7926,10.5599 14.0617,11.2285 14.0625,11.926V13H15V11.926C14.9987,11.111 14.7293,10.3207 14.2358,9.684C13.7423,9.0474 13.0539,8.6021 12.2831,8.4211ZM10,8.49C9.5674,8.49 9.1444,8.3577 8.7847,8.11C8.425,7.8622 8.1446,7.51 7.979,7.0979C7.8134,6.6859 7.7701,6.2325 7.8545,5.7951C7.9389,5.3576 8.1473,4.9558 8.4532,4.6405C8.7591,4.3251 9.1489,4.1103 9.5732,4.0233C9.9976,3.9363 10.4374,3.981 10.8371,4.1516C11.2368,4.3223 11.5785,4.6113 11.8188,4.9822C12.0592,5.353 12.1875,5.789 12.1875,6.235C12.1875,6.833 11.957,7.4066 11.5468,7.8295C11.1366,8.2524 10.5802,8.49 10,8.49Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_group_add_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (988 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.6667,1.3333H4.3333C3.5377,1.3333 2.7746,1.6494 2.212,2.212C1.6494,2.7746 1.3333,3.5377 1.3333,4.3333V11.6666C1.3333,12.4623 1.6494,13.2254 2.212,13.788C2.7746,14.3506 3.5377,14.6666 4.3333,14.6666H11.6667C12.4623,14.6666 13.2254,14.3506 13.788,13.788C14.3506,13.2254 14.6667,12.4623 14.6667,11.6666V4.3333C14.6667,3.5377 14.3506,2.7746 13.788,2.212C13.2254,1.6494 12.4623,1.3333 11.6667,1.3333ZM4.3333,2.3333H11.6667C12.1971,2.3333 12.7058,2.544 13.0809,2.9191C13.456,3.2942 13.6667,3.8029 13.6667,4.3333V8.8333L13.2527,8.212L10.6667,5.626L8.6667,7.626L6,4.9593L2.7473,8.212L2.3333,8.8333V4.3333C2.3333,3.8029 2.5441,3.2942 2.9191,2.9191C3.2942,2.544 3.8029,2.3333 4.3333,2.3333ZM11.6667,13.6666H4.3333C3.8029,13.6666 3.2942,13.4559 2.9191,13.0809C2.5441,12.7058 2.3333,12.1971 2.3333,11.6666V10.0406L6,6.374L9.98,10.3533L10.6867,9.6467L9.374,8.3333L10.6667,7.0406L13.6667,10.0406V11.6666C13.6667,12.1971 13.456,12.7058 13.0809,13.0809C12.7058,13.4559 12.1971,13.6666 11.6667,13.6666Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_group_avatar_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1149 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.2831,8.4211C12.699,7.9623 12.9758,7.3883 13.0794,6.7696C13.1831,6.1509 13.1091,5.5145 12.8665,4.9385C12.6239,4.3626 12.2234,3.8723 11.7141,3.5279C11.2049,3.1835 10.6091,3 10,3C9.3909,3 8.7951,3.1835 8.2859,3.5279C7.7766,3.8723 7.3761,4.3626 7.1335,4.9385C6.8909,5.5145 6.8169,6.1509 6.9206,6.7696C7.0242,7.3883 7.301,7.9623 7.7169,8.4211C6.9461,8.6021 6.2577,9.0474 5.7642,9.684C5.2707,10.3207 5.0013,11.111 5,11.926V13H5.9375V11.926C5.9383,11.2285 6.2074,10.5599 6.6858,10.0668C7.1642,9.5736 7.8128,9.2962 8.4894,9.2954H11.5106C12.1872,9.2962 12.8358,9.5736 13.3142,10.0668C13.7926,10.5599 14.0617,11.2285 14.0625,11.926V13H15V11.926C14.9987,11.111 14.7293,10.3207 14.2358,9.684C13.7423,9.0474 13.0539,8.6021 12.2831,8.4211ZM10,8.49C9.5674,8.49 9.1444,8.3577 8.7847,8.11C8.425,7.8622 8.1446,7.51 7.979,7.0979C7.8134,6.6859 7.7701,6.2325 7.8545,5.7951C7.9389,5.3576 8.1473,4.9558 8.4532,4.6405C8.7591,4.3251 9.1489,4.1103 9.5732,4.0233C9.9976,3.9363 10.4374,3.981 10.8371,4.1516C11.2368,4.3223 11.5785,4.6113 11.8188,4.9822C12.0592,5.353 12.1875,5.789 12.1875,6.235C12.1875,6.833 11.957,7.4066 11.5468,7.8295C11.1366,8.2524 10.5802,8.49 10,8.49Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_group_decline_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (943 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10,3C9.4872,3 8.986,3.1549 8.5596,3.4452C8.1333,3.7354 7.801,4.148 7.6048,4.6307C7.4085,5.1133 7.3572,5.6444 7.4572,6.1568C7.5573,6.6693 7.8042,7.1399 8.1668,7.5093C8.5293,7.8788 8.9913,8.1303 9.4942,8.2323C9.9971,8.3342 10.5184,8.2819 10.9921,8.082C11.4659,7.882 11.8708,7.5434 12.1557,7.109C12.4405,6.6747 12.5926,6.1639 12.5926,5.6415C12.5926,4.9409 12.3194,4.2691 11.8332,3.7737C11.347,3.2783 10.6876,3 10,3ZM12.6215,8.3034C12.2781,8.6557 11.8696,8.9353 11.4197,9.126C10.9698,9.3168 10.4873,9.415 10,9.415C9.5127,9.415 9.0302,9.3168 8.5803,9.126C8.1304,8.9353 7.7219,8.6557 7.3785,8.3034C6.6861,8.5432 6.0846,8.9976 5.6581,9.6028C5.2317,10.2081 5.0016,10.9341 5,11.6792V12.2453C5,12.4454 5.078,12.6374 5.217,12.7789C5.3559,12.9205 5.5443,13 5.7407,13H14.2593C14.4557,13 14.6441,12.9205 14.783,12.7789C14.922,12.6374 15,12.4454 15,12.2453V11.6792C14.9984,10.9341 14.7683,10.2081 14.3419,9.6028C13.9154,8.9976 13.3139,8.5432 12.6215,8.3034Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_group_decline_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1448 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M5,7.5H4V8.5H5V7.5ZM9.371,7.5V8.5H13.1366L9.8671,6.6318L9.371,7.5ZM8.671,7.1L7.9646,7.8079L8.0591,7.9021L8.1749,7.9682L8.671,7.1ZM7.257,5.689L6.5449,4.9869L5.847,5.6947L6.5506,6.3969L7.257,5.689ZM7.957,4.979L8.6615,4.2693L7.9494,3.5624L7.2449,4.2769L7.957,4.979ZM11,8L11.7045,8.7097L12.4194,8L11.7045,7.2903L11,8ZM7.957,11.021L7.2474,11.7256L7.9519,12.4351L8.6615,11.7307L7.957,11.021ZM7.252,10.311L6.5479,9.6009L5.8373,10.3055L6.5424,11.0156L7.252,10.311ZM8.675,8.9L8.1789,8.0318L8.0645,8.0971L7.9709,8.1899L8.675,8.9ZM9.375,8.5L9.8711,9.3682L13.1406,7.5H9.375V8.5ZM5,8.5V7.5H4V8.5H5ZM5,13H4V14H5V13ZM13,13V14H14V13H13ZM6,4C6,3.4477 6.4477,3 7,3V1C5.3432,1 4,2.3431 4,4H6ZM6,7.5V4H4V7.5H6ZM9.371,6.5H5V8.5H9.371V6.5ZM8.1749,7.9682L8.8749,8.3682L9.8671,6.6318L9.1671,6.2318L8.1749,7.9682ZM6.5506,6.3969L7.9646,7.8079L9.3774,6.3921L7.9634,4.9812L6.5506,6.3969ZM7.2449,4.2769L6.5449,4.9869L7.9691,6.3911L8.6691,5.6811L7.2449,4.2769ZM11.7045,7.2903L8.6615,4.2693L7.2525,5.6887L10.2955,8.7097L11.7045,7.2903ZM8.6615,11.7307L11.7045,8.7097L10.2955,7.2903L7.2525,10.3113L8.6615,11.7307ZM6.5424,11.0156L7.2474,11.7256L8.6666,10.3164L7.9616,9.6064L6.5424,11.0156ZM7.9709,8.1899L6.5479,9.6009L7.9561,11.0211L9.3791,9.6101L7.9709,8.1899ZM8.8789,7.6318L8.1789,8.0318L9.1711,9.7683L9.8711,9.3682L8.8789,7.6318ZM5,9.5H9.375V7.5H5V9.5ZM6,13V8.5H4V13H6ZM13,12H5V14H13V12ZM12,4V13H14V4H12ZM11,3C11.5523,3 12,3.4477 12,4H14C14,2.3431 12.6569,1 11,1V3ZM7,3H11V1H7V3Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_group_leave_16.xml"
line="15"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1149 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.2831,8.4211C12.699,7.9623 12.9758,7.3883 13.0794,6.7696C13.1831,6.1509 13.1091,5.5145 12.8665,4.9385C12.6239,4.3626 12.2234,3.8723 11.7141,3.5279C11.2049,3.1835 10.6091,3 10,3C9.3909,3 8.7951,3.1835 8.2859,3.5279C7.7766,3.8723 7.3761,4.3626 7.1335,4.9385C6.8909,5.5145 6.8169,6.1509 6.9206,6.7696C7.0242,7.3883 7.301,7.9623 7.7169,8.4211C6.9461,8.6021 6.2577,9.0474 5.7642,9.684C5.2707,10.3207 5.0013,11.111 5,11.926V13H5.9375V11.926C5.9383,11.2285 6.2074,10.5599 6.6858,10.0668C7.1642,9.5736 7.8128,9.2962 8.4894,9.2954H11.5106C12.1872,9.2962 12.8358,9.5736 13.3142,10.0668C13.7926,10.5599 14.0617,11.2285 14.0625,11.926V13H15V11.926C14.9987,11.111 14.7293,10.3207 14.2358,9.684C13.7423,9.0474 13.0539,8.6021 12.2831,8.4211ZM10,8.49C9.5674,8.49 9.1444,8.3577 8.7847,8.11C8.425,7.8622 8.1446,7.51 7.979,7.0979C7.8134,6.6859 7.7701,6.2325 7.8545,5.7951C7.9389,5.3576 8.1473,4.9558 8.4532,4.6405C8.7591,4.3251 9.1489,4.1103 9.5732,4.0233C9.9976,3.9363 10.4374,3.981 10.8371,4.1516C11.2368,4.3223 11.5785,4.6113 11.8188,4.9822C12.0592,5.353 12.1875,5.789 12.1875,6.235C12.1875,6.833 11.957,7.4066 11.5468,7.8295C11.1366,8.2524 10.5802,8.49 10,8.49Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_group_remove_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (943 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10,3C9.4872,3 8.986,3.1549 8.5596,3.4452C8.1333,3.7354 7.801,4.148 7.6048,4.6307C7.4085,5.1133 7.3572,5.6444 7.4572,6.1568C7.5573,6.6693 7.8042,7.1399 8.1668,7.5093C8.5293,7.8788 8.9913,8.1303 9.4942,8.2323C9.9971,8.3342 10.5184,8.2819 10.9921,8.082C11.4659,7.882 11.8708,7.5434 12.1557,7.109C12.4405,6.6747 12.5926,6.1639 12.5926,5.6415C12.5926,4.9409 12.3194,4.2691 11.8332,3.7737C11.347,3.2783 10.6876,3 10,3ZM12.6215,8.3034C12.2781,8.6557 11.8696,8.9353 11.4197,9.126C10.9698,9.3168 10.4873,9.415 10,9.415C9.5127,9.415 9.0302,9.3168 8.5803,9.126C8.1304,8.9353 7.7219,8.6557 7.3785,8.3034C6.6861,8.5432 6.0846,8.9976 5.6581,9.6028C5.2317,10.2081 5.0016,10.9341 5,11.6792V12.2453C5,12.4454 5.078,12.6374 5.217,12.7789C5.3559,12.9205 5.5443,13 5.7407,13H14.2593C14.4557,13 14.6441,12.9205 14.783,12.7789C14.922,12.6374 15,12.4454 15,12.2453V11.6792C14.9984,10.9341 14.7683,10.2081 14.3419,9.6028C13.9154,8.9976 13.3139,8.5432 12.6215,8.3034Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_group_remove_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (814 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M14.117,2C14.0399,2.0002 13.9658,2.0294 13.9094,2.0818L10.7086,5.0142H3.2721C2.9434,5.0142 2.6281,5.1448 2.3957,5.3773C2.1633,5.6097 2.0327,5.925 2.0327,6.2537V9.3522C2.0327,9.6809 2.1633,9.9962 2.3957,10.2286C2.6281,10.461 2.9434,10.5916 3.2721,10.5916H10.7086L13.9075,13.5241C13.9639,13.5765 14.0381,13.6057 14.1151,13.6059C14.1973,13.6059 14.2761,13.5732 14.3342,13.5151C14.3923,13.457 14.425,13.3782 14.425,13.296V2.3105C14.4251,2.2285 14.3928,2.1498 14.3351,2.0916C14.2774,2.0334 14.1989,2.0005 14.117,2ZM13.6522,12.2958L12.7784,11.2281L11.0699,9.6621H3.2721C3.1899,9.6621 3.1111,9.6294 3.053,9.5713C2.9949,9.5132 2.9622,9.4344 2.9622,9.3522V6.2537C2.9622,6.1715 2.9949,6.0927 3.053,6.0346C3.1111,5.9765 3.1899,5.9438 3.2721,5.9438H11.0699L12.7784,4.3778L13.6522,3.3101L13.4973,5.0142V10.5916L13.6522,12.2958Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_group_role_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (827 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M2.25,4H6V13.25C5.9974,13.4481 5.9176,13.6374 5.7775,13.7775C5.6374,13.9176 5.4481,13.9974 5.25,14H4.75C4.5519,13.9974 4.3626,13.9176 4.2225,13.7775C4.0824,13.6374 4.0026,13.4481 4,13.25V10H2.25C1.9185,10 1.6005,9.8683 1.3661,9.6339C1.1317,9.3995 1,9.0815 1,8.75V5.25C1,4.9185 1.1317,4.6006 1.3661,4.3661C1.6005,4.1317 1.9185,4 2.25,4ZM13.54,1.94C13.4053,1.8819 13.2564,1.8652 13.1122,1.8919C12.968,1.9186 12.8349,1.9876 12.73,2.09C11.615,3.2426 10.1019,3.9258 8.5,4H7V10H8.5C10.1019,10.0742 11.615,10.7574 12.73,11.91C12.7986,11.9776 12.8798,12.0309 12.969,12.0669C13.0583,12.103 13.1538,12.121 13.25,12.12C13.3498,12.1203 13.4485,12.0999 13.54,12.06C13.676,12.003 13.7922,11.9071 13.874,11.7844C13.9559,11.6616 13.9997,11.5175 14,11.37V2.63C13.9997,2.4825 13.9559,2.3384 13.874,2.2157C13.7922,2.0929 13.676,1.9971 13.54,1.94Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_group_role_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1427 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8,1.6666C9.2526,1.6666 10.4771,2.0381 11.5186,2.734C12.5601,3.4299 13.3719,4.419 13.8512,5.5763C14.3306,6.7336 14.456,8.007 14.2116,9.2355C13.9673,10.4641 13.3641,11.5926 12.4783,12.4783C11.5926,13.364 10.4641,13.9672 9.2356,14.2116C8.007,14.456 6.7336,14.3306 5.5763,13.8512C4.4191,13.3718 3.4299,12.5601 2.734,11.5186C2.0381,10.4771 1.6667,9.2526 1.6667,8C1.6686,6.3208 2.3365,4.7111 3.5238,3.5238C4.7111,2.3365 6.3209,1.6686 8,1.6666ZM8,0.6666C6.5496,0.6666 5.1318,1.0967 3.9258,1.9025C2.7199,2.7083 1.7799,3.8536 1.2249,5.1936C0.6698,6.5336 0.5246,8.0081 0.8076,9.4306C1.0905,10.8531 1.789,12.1598 2.8145,13.1854C3.8401,14.211 5.1468,14.9094 6.5693,15.1924C7.9919,15.4753 9.4663,15.3301 10.8063,14.7751C12.1463,14.22 13.2916,13.2801 14.0974,12.0741C14.9032,10.8682 15.3333,9.4504 15.3333,8C15.3333,6.055 14.5607,4.1898 13.1854,2.8145C11.8102,1.4392 9.9449,0.6666 8,0.6666ZM8,5.6666C8.2652,5.6666 8.5196,5.5613 8.7071,5.3737C8.8946,5.1862 9,4.9318 9,4.6666C9.0001,4.5021 8.9597,4.3401 8.8822,4.195C8.8048,4.0498 8.6927,3.926 8.556,3.8346C8.4192,3.7431 8.262,3.6868 8.0983,3.6706C7.9346,3.6544 7.7694,3.6789 7.6174,3.7418C7.4654,3.8047 7.3313,3.9042 7.227,4.0314C7.1226,4.1586 7.0512,4.3095 7.0192,4.4709C6.9871,4.6323 6.9954,4.799 7.0432,4.9564C7.091,5.1139 7.1769,5.257 7.2933,5.3733C7.3846,5.4682 7.4945,5.5432 7.6161,5.5937C7.7376,5.6442 7.8684,5.669 8,5.6666ZM8.6667,11V6.6666H6.3333V7.6666H7.6667V11H6V12H10V11H8.6667Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_info_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1149 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.2831,8.4211C12.699,7.9623 12.9758,7.3883 13.0794,6.7696C13.1831,6.1509 13.1091,5.5145 12.8665,4.9385C12.6239,4.3626 12.2234,3.8723 11.7141,3.5279C11.2049,3.1835 10.6091,3 10,3C9.3909,3 8.7951,3.1835 8.2859,3.5279C7.7766,3.8723 7.3761,4.3626 7.1335,4.9385C6.8909,5.5145 6.8169,6.1509 6.9206,6.7696C7.0242,7.3883 7.301,7.9623 7.7169,8.4211C6.9461,8.6021 6.2577,9.0474 5.7642,9.684C5.2707,10.3207 5.0013,11.111 5,11.926V13H5.9375V11.926C5.9383,11.2285 6.2074,10.5599 6.6858,10.0668C7.1642,9.5736 7.8128,9.2962 8.4894,9.2954H11.5106C12.1872,9.2962 12.8358,9.5736 13.3142,10.0668C13.7926,10.5599 14.0617,11.2285 14.0625,11.926V13H15V11.926C14.9987,11.111 14.7293,10.3207 14.2358,9.684C13.7423,9.0474 13.0539,8.6021 12.2831,8.4211ZM10,8.49C9.5674,8.49 9.1444,8.3577 8.7847,8.11C8.425,7.8622 8.1446,7.51 7.979,7.0979C7.8134,6.6859 7.7701,6.2325 7.8545,5.7951C7.9389,5.3576 8.1473,4.9558 8.4532,4.6405C8.7591,4.3251 9.1489,4.1103 9.5732,4.0233C9.9976,3.9363 10.4374,3.981 10.8371,4.1516C11.2368,4.3223 11.5785,4.6113 11.8188,4.9822C12.0592,5.353 12.1875,5.789 12.1875,6.235C12.1875,6.833 11.957,7.4066 11.5468,7.8295C11.1366,8.2524 10.5802,8.49 10,8.49Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_profile_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (943 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10,3C9.4872,3 8.986,3.1549 8.5596,3.4452C8.1333,3.7354 7.801,4.148 7.6048,4.6307C7.4085,5.1133 7.3572,5.6444 7.4572,6.1568C7.5573,6.6693 7.8042,7.1399 8.1668,7.5093C8.5293,7.8788 8.9913,8.1303 9.4942,8.2323C9.9971,8.3342 10.5184,8.2819 10.9921,8.082C11.4659,7.882 11.8708,7.5434 12.1557,7.109C12.4405,6.6747 12.5926,6.1639 12.5926,5.6415C12.5926,4.9409 12.3194,4.2691 11.8332,3.7737C11.347,3.2783 10.6876,3 10,3ZM12.6215,8.3034C12.2781,8.6557 11.8696,8.9353 11.4197,9.126C10.9698,9.3168 10.4873,9.415 10,9.415C9.5127,9.415 9.0302,9.3168 8.5803,9.126C8.1304,8.9353 7.7219,8.6557 7.3785,8.3034C6.6861,8.5432 6.0846,8.9976 5.6581,9.6028C5.2317,10.2081 5.0016,10.9341 5,11.6792V12.2453C5,12.4454 5.078,12.6374 5.217,12.7789C5.3559,12.9205 5.5443,13 5.7407,13H14.2593C14.4557,13 14.6441,12.9205 14.783,12.7789C14.922,12.6374 15,12.4454 15,12.2453V11.6792C14.9984,10.9341 14.7683,10.2081 14.3419,9.6028C13.9154,8.9976 13.3139,8.5432 12.6215,8.3034Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_profile_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1793 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.66,5.22C12.7899,5.1918 12.9098,5.1292 13.0072,5.0387C13.1045,4.9481 13.1757,4.8331 13.2132,4.7055C13.2506,4.578 13.2531,4.4427 13.2202,4.3139C13.1874,4.1851 13.1205,4.0675 13.0265,3.9735C12.9325,3.8795 12.8149,3.8126 12.6861,3.7798C12.5573,3.7469 12.422,3.7494 12.2945,3.7868C12.1669,3.8243 12.0519,3.8955 11.9613,3.9928C11.8708,4.0902 11.8082,4.2101 11.78,4.34C10.8603,3.5825 9.7358,3.1161 8.55,3L9,1H7L7.45,3C6.2642,3.1161 5.1397,3.5825 4.22,4.34C4.1918,4.2101 4.1292,4.0902 4.0387,3.9928C3.9481,3.8955 3.8331,3.8243 3.7055,3.7868C3.578,3.7494 3.4427,3.7469 3.3139,3.7798C3.1851,3.8126 3.0675,3.8795 2.9736,3.9735C2.8795,4.0675 2.8126,4.1851 2.7798,4.3139C2.7469,4.4427 2.7494,4.578 2.7868,4.7055C2.8244,4.8331 2.8955,4.9481 2.9928,5.0387C3.0902,5.1292 3.2101,5.1918 3.34,5.22C2.6259,6.1004 2.1759,7.1652 2.042,8.2908C1.9081,9.4165 2.0959,10.5571 2.5835,11.5805C3.0712,12.6038 3.8387,13.4681 4.7973,14.0732C5.756,14.6783 6.8664,14.9995 8,14.9995C9.1336,14.9995 10.244,14.6783 11.2027,14.0732C12.1613,13.4681 12.9289,12.6038 13.4165,11.5805C13.9041,10.5571 14.0919,9.4165 13.958,8.2908C13.8241,7.1652 13.3741,6.1004 12.66,5.22ZM8,14C7.0111,14 6.0444,13.7068 5.2221,13.1573C4.3999,12.6079 3.759,11.827 3.3806,10.9134C3.0022,9.9998 2.9032,8.9944 3.0961,8.0246C3.289,7.0546 3.7652,6.1637 4.4645,5.4645C5.1637,4.7652 6.0546,4.289 7.0245,4.0961C7.9945,3.9032 8.9998,4.0022 9.9134,4.3806C10.8271,4.759 11.6079,5.3999 12.1574,6.2221C12.7068,7.0444 13,8.0111 13,9C13,9.6566 12.8707,10.3068 12.6194,10.9134C12.3681,11.52 11.9998,12.0712 11.5355,12.5355C11.0712,12.9998 10.52,13.3681 9.9134,13.6194C9.3068,13.8707 8.6566,14 8,14ZM8.75,9C8.75,9.1989 8.671,9.3897 8.5303,9.5303C8.3897,9.671 8.1989,9.75 8,9.75C7.8011,9.75 7.6103,9.671 7.4697,9.5303C7.329,9.3897 7.25,9.1989 7.25,9L7.75,5H8.25L8.75,9Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_timer_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1192 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.47,13.89C10.4585,14.6149 9.2445,15.0033 8,15C6.4087,15 4.8826,14.3679 3.7574,13.2426C2.6321,12.1174 2,10.5913 2,9C2.0004,7.7576 2.3923,6.5469 3.12,5.54L3.83,6.25C3.2027,7.2109 2.9251,8.3584 3.0437,9.4999C3.1623,10.6413 3.6699,11.7072 4.4814,12.5186C5.2928,13.3301 6.3587,13.8377 7.5001,13.9563C8.6416,14.0749 9.7891,13.7973 10.75,13.17L11.47,13.89ZM14.71,14.29L14,15L2,3L2.71,2.29L4.53,4.12C5.3872,3.4951 6.3948,3.1086 7.45,3L7,1H9L8.55,3C9.7326,3.1074 10.8567,3.5633 11.78,4.31C11.8082,4.1801 11.8708,4.0602 11.9613,3.9628C12.0519,3.8655 12.1669,3.7943 12.2945,3.7569C12.422,3.7194 12.5573,3.7169 12.6861,3.7498C12.8149,3.7826 12.9325,3.8496 13.0265,3.9435C13.1204,4.0375 13.1874,4.1551 13.2202,4.2839C13.2531,4.4127 13.2506,4.548 13.2131,4.6755C13.1757,4.8031 13.1045,4.9181 13.0072,5.0087C12.9098,5.0992 12.7899,5.1618 12.66,5.19C13.4844,6.2077 13.9531,7.4672 13.9946,8.7763C14.0362,10.0854 13.6482,11.3721 12.89,12.44L14.71,14.29ZM13,9C12.999,8.0979 12.7539,7.2129 12.2907,6.4387C11.8275,5.6646 11.1636,5.0302 10.3691,4.6027C9.5747,4.1753 8.6795,3.9707 7.7783,4.0107C6.877,4.0507 6.0034,4.3338 5.25,4.83L7.49,7.08L7.75,5H8.25L8.66,8.24L12.17,11.75C12.7097,10.9342 12.9983,9.9781 13,9Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_timer_disabled_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1584 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M14.23,4.16C14.0024,4.063 13.7509,4.0369 13.5083,4.0851C13.2657,4.1333 13.0433,4.2535 12.87,4.43L11,6.29V4.75C10.9974,4.2867 10.8122,3.8431 10.4845,3.5155C10.1569,3.1878 9.7133,3.0026 9.25,3H2.75C2.2867,3.0026 1.8431,3.1878 1.5155,3.5155C1.1878,3.8431 1.0026,4.2867 1,4.75V11.25C1.0026,11.7133 1.1878,12.1569 1.5155,12.4845C1.8431,12.8122 2.2867,12.9974 2.75,13H9.25C9.7133,12.9974 10.1569,12.8122 10.4845,12.4845C10.8122,12.1569 10.9974,11.7133 11,11.25V9.71L12.87,11.57C12.9846,11.6872 13.1215,11.7803 13.2726,11.8439C13.4238,11.9074 13.5861,11.9401 13.75,11.94C13.9152,11.9406 14.0788,11.9066 14.23,11.84C14.4589,11.7477 14.6548,11.5887 14.7921,11.3836C14.9294,11.1785 15.0019,10.9368 15,10.69V5.31C15.0019,5.0632 14.9294,4.8215 14.7921,4.6164C14.6548,4.4113 14.4589,4.2523 14.23,4.16ZM10,11.25C9.9974,11.4481 9.9176,11.6374 9.7775,11.7775C9.6374,11.9176 9.4481,11.9974 9.25,12H2.75C2.5519,11.9974 2.3626,11.9176 2.2225,11.7775C2.0824,11.6374 2.0026,11.4481 2,11.25V4.75C2.0026,4.5519 2.0824,4.3626 2.2225,4.2225C2.3626,4.0824 2.5519,4.0026 2.75,4H9.25C9.4481,4.0026 9.6374,4.0824 9.7775,4.2225C9.9176,4.3626 9.9974,4.5519 10,4.75V11.25ZM14,10.69C14.0002,10.7388 13.9861,10.7866 13.9594,10.8274C13.9327,10.8683 13.8947,10.9005 13.85,10.92C13.8035,10.9398 13.7523,10.9456 13.7026,10.9367C13.6528,10.9278 13.6068,10.9046 13.57,10.87L11,8.29V7.71L13.57,5.13C13.6118,5.1033 13.6604,5.0891 13.71,5.0891C13.7596,5.0891 13.8082,5.1033 13.85,5.13C13.8947,5.1495 13.9327,5.1817 13.9594,5.2226C13.9861,5.2634 14.0002,5.3112 14,5.36V10.69ZM4.71,10H8V11H3V6H4V9.29L8.15,5.15L8.85,5.85L4.71,10Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_video_call_incoming_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1651 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M14.23,4.16C14.0024,4.063 13.7509,4.0369 13.5083,4.0851C13.2657,4.1333 13.0433,4.2535 12.87,4.43L11,6.29V4.75C10.9974,4.2867 10.8122,3.8431 10.4845,3.5155C10.1569,3.1878 9.7133,3.0026 9.25,3H2.75C2.2867,3.0026 1.8431,3.1878 1.5155,3.5155C1.1878,3.8431 1.0026,4.2867 1,4.75V11.25C1.0026,11.7133 1.1878,12.1569 1.5155,12.4845C1.8431,12.8122 2.2867,12.9974 2.75,13H9.25C9.7133,12.9974 10.1569,12.8122 10.4845,12.4845C10.8122,12.1569 10.9974,11.7133 11,11.25V9.71L12.87,11.57C12.9846,11.6872 13.1215,11.7803 13.2726,11.8439C13.4238,11.9074 13.5861,11.9401 13.75,11.94C13.9152,11.9406 14.0788,11.9066 14.23,11.84C14.4589,11.7477 14.6548,11.5887 14.7921,11.3836C14.9294,11.1785 15.0019,10.9368 15,10.69V5.31C15.0019,5.0632 14.9294,4.8215 14.7921,4.6164C14.6548,4.4113 14.4589,4.2523 14.23,4.16ZM10,11.25C9.9974,11.4481 9.9176,11.6374 9.7775,11.7775C9.6374,11.9176 9.4481,11.9974 9.25,12H2.75C2.5519,11.9974 2.3626,11.9176 2.2225,11.7775C2.0824,11.6374 2.0026,11.4481 2,11.25V4.75C2.0026,4.5519 2.0824,4.3626 2.2225,4.2225C2.3626,4.0824 2.5519,4.0026 2.75,4H9.25C9.4481,4.0026 9.6374,4.0824 9.7775,4.2225C9.9176,4.3626 9.9974,4.5519 10,4.75V11.25ZM14,10.69C14.0002,10.7388 13.9861,10.7866 13.9594,10.8274C13.9327,10.8683 13.8947,10.9005 13.85,10.92C13.8035,10.9398 13.7523,10.9456 13.7026,10.9367C13.6528,10.9278 13.6068,10.9046 13.57,10.87L11,8.29V7.71L13.57,5.13C13.6118,5.1033 13.6604,5.0891 13.71,5.0891C13.7596,5.0891 13.8082,5.1033 13.85,5.13C13.8947,5.1495 13.9327,5.1817 13.9594,5.2226C13.9861,5.2634 14.0002,5.3112 14,5.36V10.69ZM6.71,8L8.85,10.15L8.15,10.85L6,8.71L3.85,10.85L3.15,10.15L5.29,8L3.15,5.85L3.85,5.15L6,7.29L8.15,5.15L8.85,5.85L6.71,8Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_video_call_missed_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (801 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M9,3H3C2.4696,3 1.9609,3.2107 1.5858,3.5858C1.2107,3.9609 1,4.4696 1,5V11C1,11.5304 1.2107,12.0391 1.5858,12.4142C1.9609,12.7893 2.4696,13 3,13H9C9.5304,13 10.0391,12.7893 10.4142,12.4142C10.7893,12.0391 11,11.5304 11,11V5C11,4.4696 10.7893,3.9609 10.4142,3.5858C10.0391,3.2107 9.5304,3 9,3ZM8.85,10.15L8.15,10.85L6,8.71L3.85,10.85L3.15,10.15L5.29,8L3.15,5.85L3.85,5.15L6,7.29L8.15,5.15L8.85,5.85L6.71,8L8.85,10.15ZM15,5.31V10.69C14.9999,10.8382 14.9558,10.9831 14.8734,11.1063C14.791,11.2295 14.6739,11.3256 14.5369,11.3823C14.4,11.439 14.2493,11.4538 14.1039,11.425C13.9585,11.3961 13.8249,11.3248 13.72,11.22L12,9.5V6.5L13.72,4.78C13.8249,4.6752 13.9585,4.6039 14.1039,4.575C14.2493,4.5462 14.4,4.561 14.5369,4.6177C14.6739,4.6744 14.791,4.7705 14.8734,4.8937C14.9558,5.0169 14.9999,5.1618 15,5.31Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/ic_update_video_call_missed_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1581 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M14.23,4.16C14.0024,4.063 13.7509,4.0369 13.5083,4.0851C13.2657,4.1333 13.0433,4.2535 12.87,4.43L11,6.29V4.75C10.9974,4.2867 10.8122,3.8431 10.4845,3.5155C10.1569,3.1878 9.7133,3.0026 9.25,3H2.75C2.2867,3.0026 1.8431,3.1878 1.5155,3.5155C1.1878,3.8431 1.0026,4.2867 1,4.75V11.25C1.0026,11.7133 1.1878,12.1569 1.5155,12.4845C1.8431,12.8122 2.2867,12.9974 2.75,13H9.25C9.7133,12.9974 10.1569,12.8122 10.4845,12.4845C10.8122,12.1569 10.9974,11.7133 11,11.25V9.71L12.87,11.57C12.9846,11.6872 13.1215,11.7803 13.2726,11.8439C13.4238,11.9074 13.5861,11.9401 13.75,11.94C13.9152,11.9406 14.0788,11.9066 14.23,11.84C14.4589,11.7477 14.6548,11.5887 14.7921,11.3836C14.9294,11.1785 15.0019,10.9368 15,10.69V5.31C15.0019,5.0632 14.9294,4.8215 14.7921,4.6164C14.6548,4.4113 14.4589,4.2523 14.23,4.16ZM10,11.25C9.9974,11.4481 9.9176,11.6374 9.7775,11.7775C9.6374,11.9176 9.4481,11.9974 9.25,12H2.75C2.5519,11.9974 2.3626,11.9176 2.2225,11.7775C2.0824,11.6374 2.0026,11.4481 2,11.25V4.75C2.0026,4.5519 2.0824,4.3626 2.2225,4.2225C2.3626,4.0824 2.5519,4.0026 2.75,4H9.25C9.4481,4.0026 9.6374,4.0824 9.7775,4.2225C9.9176,4.3626 9.9974,4.5519 10,4.75V11.25ZM14,10.69C14.0002,10.7388 13.9861,10.7866 13.9594,10.8274C13.9327,10.8683 13.8947,10.9005 13.85,10.92C13.8035,10.9398 13.7523,10.9456 13.7026,10.9367C13.6528,10.9278 13.6068,10.9046 13.57,10.87L11,8.29V7.71L13.57,5.13C13.6118,5.1033 13.6604,5.0891 13.71,5.0891C13.7596,5.0891 13.8082,5.1033 13.85,5.13C13.8947,5.1495 13.9327,5.1817 13.9594,5.2226C13.9861,5.2634 14.0002,5.3112 14,5.36V10.69ZM9,5V10H8V6.71L3.85,10.85L3.15,10.15L7.29,6H4V5H9Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_update_video_call_outgoing_16.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1780 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M2.813,7.141C2.811,7.165 2.809,7.188 2.807,7.212C2.75,7.909 2.75,8.775 2.75,9.867V14.133C2.75,15.225 2.75,16.091 2.807,16.788C2.865,17.502 2.987,18.105 3.268,18.656C3.723,19.55 4.45,20.277 5.344,20.732C5.895,21.013 6.498,21.135 7.212,21.193C7.909,21.25 8.775,21.25 9.867,21.25H14.133C15.225,21.25 16.091,21.25 16.788,21.193C16.812,21.191 16.835,21.189 16.859,21.187L15.417,19.745C15.033,19.75 14.598,19.75 14.1,19.75H9.9C8.768,19.75 7.963,19.749 7.334,19.698C6.713,19.647 6.329,19.551 6.025,19.396C5.413,19.084 4.916,18.587 4.604,17.976C4.449,17.671 4.353,17.287 4.302,16.666C4.251,16.037 4.25,15.233 4.25,14.1V9.9C4.25,9.402 4.25,8.967 4.255,8.583L2.813,7.141ZM8.625,12.953V15.031C8.625,15.705 9.354,16.126 9.938,15.789L10.903,15.231L8.625,12.953ZM14.489,13.161L9.424,8.096C9.594,8.081 9.772,8.115 9.938,8.211L15.188,11.242C15.771,11.579 15.771,12.421 15.188,12.758L14.489,13.161ZM19.364,18.036C19.375,18.016 19.385,17.996 19.396,17.976C19.551,17.671 19.647,17.287 19.698,16.666C19.749,16.037 19.75,15.233 19.75,14.1V9.9C19.75,8.768 19.749,7.963 19.698,7.334C19.647,6.713 19.551,6.329 19.396,6.025C19.084,5.413 18.587,4.916 17.976,4.604C17.671,4.449 17.287,4.353 16.666,4.302C16.037,4.251 15.233,4.25 14.1,4.25H9.9C8.768,4.25 7.963,4.251 7.334,4.302C6.713,4.353 6.329,4.449 6.025,4.604C6.004,4.615 5.984,4.625 5.964,4.636L4.872,3.543C5.023,3.443 5.181,3.351 5.344,3.268C5.895,2.987 6.498,2.865 7.212,2.807C7.909,2.75 8.775,2.75 9.867,2.75H14.133C15.225,2.75 16.091,2.75 16.788,2.807C17.502,2.865 18.105,2.987 18.656,3.268C19.55,3.723 20.277,4.45 20.732,5.344C21.013,5.895 21.135,6.498 21.193,7.212C21.25,7.909 21.25,8.775 21.25,9.867V14.133C21.25,15.225 21.25,16.091 21.193,16.788C21.135,17.502 21.013,18.105 20.732,18.656C20.649,18.819 20.557,18.977 20.457,19.128L19.364,18.036Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_video_slash_outline_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1143 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.84 9.7c0.9-0.51 2.4-1.4 2.91-1.9 0.11 0.23 1.35 0.96 2.06 1.38l0.22 0.14c0.34 0.26 0.69 0.4 1.03 0.54l0.49 0.22c0.25-0.38 0.5-0.76 0.76-1.65 0.25 0.17 0.55 0.23 0.84 0.29 0.15 0.02 0.3 0.05 0.42 0.1 0 0.5 0 1 0.13 1.52 0 0.24 0.24 0.12 0.72-0.12l0.03-0.01c0.44-0.15 0.88-0.25 1.24-0.34l0.67-0.17c0.36-0.21 0.66-0.5 0.94-0.78 0.4-0.4 0.76-0.75 1.2-0.75 0.63 0 1.78 0.38 2.03 0.63l0.23 0.08c0.26 0.1 0.48 0.18 0.78 0.18 0.36 0 0.66-0.26 0.94-0.5 0.1-0.1 0.22-0.2 0.33-0.27-1.14-0.75-2.4-1.52-3.68-2.03l-0.4 0.34c-0.54 0.46-0.93 0.8-1.25 0.8-0.27 0-0.22-0.38-0.17-0.78 0.02-0.17 0.05-0.34 0.05-0.49-0.38 0-0.63 0-1.01-0.13-0.06 0.18-0.1 0.38-0.15 0.58-0.18 0.74-0.36 1.5-0.86 1.7-0.26 0.13-0.38 0.13-0.5 0.13V7.4c0-0.05 0.06-0.2 0.14-0.37 0.14-0.3 0.31-0.7 0.23-0.77 0 0-1.14 0.25-1.39 0.38-0.12 0.13-0.9 0.5-1 0.5 0 0-0.39-0.12-0.51-0.12-0.19-0.12-0.34-0.19-0.5-0.25-0.16-0.06-0.32-0.13-0.51-0.26-0.5 1.52-0.64 1.9-0.64 1.65 0 0-1.76-1.14-2.4-1.9-1.09 0.16-1.46 0.33-1.99 0.58C14 6.96 13.7 7.1 13.23 7.28l-0.4 0.38c-0.45 0.43-0.99 0.94-1.37 1.52-0.13 0.25-0.25 0.44-0.38 0.63-0.13 0.2-0.25 0.38-0.38 0.64l1.26 0.5c0.13-0.12 0.75-1 0.88-1.26Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_ing.xml"
line="42"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (4870 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M18.85 26.3c-0.23 0.14-0.46 0.28-0.69 0.28v-0.03c-0.18 0-0.37-0.27-0.5-0.46l-0.13-0.17c-0.09 0-0.14-0.02-0.2-0.03-0.11-0.03-0.22-0.06-0.56 0.03-1.26 0.5-3.04 1.4-4.3 2.15-0.16-0.15-0.18-0.35-0.2-0.54 0-0.12-0.01-0.24-0.06-0.35 1.38-0.88 2.91-1.64 4.42-2.28 0.13-0.13 0-0.5-0.12-0.76 0 0-0.9-0.13-2.54 0.38-0.67 0.17-1.4 0.5-1.85 0.7-0.23 0.12-0.39 0.19-0.43 0.19 0 0-0.13-0.38-0.13-0.89 0.75-0.38 1.65-0.77 2.4-1.01 0.59-0.17 1.17-0.22 1.75-0.28l0.9-0.1c-0.12 0-0.12-0.25-0.12-0.38-0.37-0.75-0.98-1.37-1.6-1.99l-0.04-0.05c-0.25-0.5-0.5-1.13-0.5-1.4 0.14-0.15 0.3-0.07 0.47 0 0.12 0.07 0.25 0.13 0.4 0.13-0.12-0.38-0.25-0.89-0.25-1.4-0.08-0.34-0.12-0.72-0.12-1.13 0-0.4 0.07-0.7 0.11-0.9 0.05-0.2 0.08-0.32 0.01-0.38-0.12-0.12-0.63-0.38-0.75-0.38l-0.14-0.06c-0.17-0.07-0.27-0.11-0.37-0.32l-0.15-0.24c-0.32-0.52-0.6-0.99-0.6-1.53s0.18-0.98 0.39-1.5l0.1-0.28c0.11-0.4 0.53-0.65 0.9-0.86l0.25-0.15c0.28-0.2 0.56-0.17 0.85-0.15l0.28 0.02c0.82 0 1.54 0.43 2.14 0.8L18 11.06c0.5 0.38 0.76 0.9 0.89 1.4h1.13c0.65 0.13 1.28 0.26 2.03 0.64 0.9-0.76 2.41-0.89 3.17-0.89 0-1.4 1.02-2.16 1.78-2.16L27.18 10c0.54-0.1 0.93-0.18 1.73 0.17 0.63 0.38 1.52 1.64 1.52 1.77 0.18 0.38 0.16 0.82 0.14 1.34l-0.02 0.57c-0.12 0.5-0.12 0.88-0.12 1.01-0.13 0.51-0.76 0.89-1.14 1.02 0 0.58-0.1 1-0.21 1.42-0.06 0.23-0.12 0.47-0.17 0.74 0 0.4-0.12 0.77-0.25 1.15 0.15-0.05 0.26-0.12 0.36-0.19 0.16-0.1 0.3-0.19 0.52-0.19-0.17 1.1-0.4 1.36-0.64 1.64-0.12 0.13-0.24 0.27-0.37 0.52-0.12 0.51-0.38 1.02-0.75 1.53-0.13 0.13-0.26 0.26-0.64 0.5-0.16 0.09-0.1 0.17-0.05 0.26 0.03 0.04 0.05 0.08 0.05 0.13 1.28 0 2.8 0.37 4.82 1.4 0.08 0.07 0.01 0.2-0.08 0.38-0.06 0.11-0.12 0.24-0.17 0.38-1.34-0.76-2.67-1.03-3.62-1.22-0.32-0.06-0.6-0.11-0.82-0.18v1.02c0.25 0.06 0.44 0.16 0.62 0.25 0.2 0.1 0.39 0.2 0.64 0.26 0.26 0.13 2.16 1.14 2.8 1.52 0 0.26 0 0.77-0.26 0.77-1.36-0.88-2.35-1.3-3.36-1.74l-0.94-0.42c-0.1 0.1-0.18 0.21-0.26 0.34-0.13 0.19-0.27 0.4-0.5 0.55-0.08 0.07-0.42-0.17-0.79-0.42-0.25-0.18-0.52-0.37-0.73-0.47-0.3-0.2-0.82-0.32-1.28-0.42l-0.37-0.09c-0.12 0-0.12-0.25-0.12-0.38-0.13-0.38-0.26-0.76-0.13-0.89 0.63-0.26 0.88-0.76 0.88-1.14 0-0.2 0.11-0.16 0.27-0.08 0.14 0.06 0.32 0.14 0.5 0.08 0.25-0.25 0.38-0.51 0.25-0.76 0-0.25-0.12-0.5-0.38-0.5-1.26-0.52-2.66-0.52-3.92 0-0.38 0.12-0.38 0.63-0.25 1 0.12 0.52 0.63 0.26 1 0 0.06 0 0.05 0.07 0.03 0.16-0.02 0.14-0.05 0.37 0.1 0.6 0.17 0.33 0.42 0.5 0.6 0.6 0.1 0.08 0.17 0.12 0.17 0.17 0 0.26-0.04 0.47-0.13 0.63 0 0.26 0 0.51-0.26 0.64-0.58 0.1-1.1 0.27-1.65 0.46l-0.5 0.17c-0.14 0.05-0.3 0.14-0.45 0.23Zm6.87-1.72c-0.3-0.14-0.58-0.29-0.97-0.29 0-0.25 0.04-0.42 0.12-0.5 0.61-0.11 0.98 0.04 1.3 0.17l0.22 0.08c0 0.13-0.13 0.76-0.13 0.76-0.2-0.05-0.37-0.13-0.54-0.22Zm1.3-7.14c-0.12 0-0.24 0.25-0.24 0.38-0.27 0.38-0.64 0.51-1.14 0.51-0.25 0-0.76 0-1.01-0.5 0 0 0.13 1.52 0.13 1.9 0 0.13 0.12 0.13 0.12 0.13 0.34 0.08 0.51 0.35 0.67 0.59 0.07 0.1 0.13 0.21 0.22 0.3 0 0 0.12 0.12 0.25 0.12 0.17 0.13 0.42 0.28 0.66 0.42 0.43 0.25 0.8 0.47 0.47 0.47 0 0.26-0.37 0.89-0.5 0.89-0.33-0.32-0.83-0.56-1.29-0.78l-0.24-0.1-0.19-0.39L24.75 21c-0.16-0.16-0.27-0.22-0.43-0.3L24 20.5c0-0.45-0.03-0.67-0.07-0.9-0.03-0.21-0.06-0.44-0.06-0.88 0-0.13-0.25-1.52-0.25-1.52 0-0.13 0.38-0.51 0.76-0.64 0 0 2.4 0 3.54 0.13 0 0-0.12 0.25-0.25 0.25-0.13 0.24-0.38 0.37-0.63 0.5Zm1.27-6.22c0.63 0.13 0.76 0.25 1.01 0.51 0.38 0.51 0.25 1.53 0.13 2.16-0.13 0.37-0.5 0.63-0.89 0.63-0.63-0.75-1.26-1.27-2.15-1.52-0.12-0.46 0.18-0.91 0.42-1.27l0.08-0.13c0.38-0.38 0.9-0.5 1.4-0.38Zm-2.79 4.06c-0.18 0.2-0.58 0.17-1.03 0.15L24 15.4c0-0.25 0-0.76-0.25-0.76-0.11-0.1-0.24-0.17-0.36-0.22-0.15-0.08-0.28-0.14-0.28-0.29-0.42-0.41 0.37-0.23 1.02-0.08l0.37 0.08c0.26 0 2.4 0.51 1.01 1.14Zm-5.2-1.14c0.26-0.13 0.76-0.25 0.76 0 0 0.38-0.2 0.6-0.45 0.9-0.1 0.11-0.2 0.23-0.3 0.37-0.17 0.25-0.28 0.23-0.51 0.18-0.13-0.02-0.29-0.05-0.5-0.05h-0.64c0-0.3 0.16-0.44 0.41-0.67l0.23-0.22c0.38-0.26 0.75-0.5 1-0.5Zm-5 0.45c-0.27-0.24-0.62-0.56-0.81-0.95-0.32-0.44-0.28-0.87-0.26-1.07V12.5c0.26-0.76 1.14-1.02 1.66-1.15 0.25 0 0.5 0 0.88 0.26l0.19 0.09c0.38 0.18 0.6 0.28 0.82 1.05 0 0.13 0 0.25-0.13 0.25 0 0-0.75 0.5-1 0.77-0.31 0.18-0.5 0.43-0.66 0.63-0.16 0.21-0.29 0.38-0.48 0.38H15.5l-0.2-0.18Zm3.5 5.9c-0.39 0.12-0.9 0.37-1.15 0.75l0.01 0.01c-0.25 0.4-0.37 1.03 0 1.28 0.16 0.08 0.3-0.03 0.49-0.15 0.12-0.09 0.25-0.18 0.4-0.23 0.3-0.1 0.36-0.3 0.44-0.57l0.06-0.19c0.12-0.11 0.28-0.2 0.43-0.29 0.2-0.1 0.39-0.2 0.46-0.35v-0.37l0.1-0.9c0.04-0.48 0.07-0.76 0.15-1.27l0.06-0.5 0.07-0.52c0-0.25-0.26-0.5-0.64-0.63h-1.65c-0.63 0-1.13 0-1.76 0.13 0.2 0.42 0.67 0.84 0.97 1.12l0.16 0.14c0.25 0.25 0.5 0.51 1.01 0.51 0.25-0.06 0.38-0.06 0.48-0.06 0.1 0 0.15 0 0.28-0.07l0.03 0.27c0.02 0.2 0.06 0.44-0.03 0.62v0.07c0.02 0.26 0.07 1.08-0.38 1.2Zm-0.27 3.41c0.25 0 0.5 0 0.76 0.13-0.13 0.13-0.63 0.38-0.63 0.38l-0.22 0.12c-0.14 0.09-0.28 0.17-0.54 0.26-0.13-0.25-0.25-0.76-0.25-0.76s0.5-0.13 0.88-0.13Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_ing.xml"
line="55"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1182 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.95 17.5c-0.93 0-1.53 0.49-1.9 1.07h-0.03l0.02-0.94h-1.81c-0.17 0-0.31 0.2-0.31 0.4v5.78c0 0.2 0.15 0.38 0.31 0.38h1.8v-3.25c0-0.93 0.26-1.68 1.17-1.68 0.9 0 1 0.65 1 1.52v3.03c0 0.2 0.16 0.38 0.32 0.38h1.8V20.3c0.01-1.58-0.48-2.8-2.37-2.8Zm13.97 0c-0.86 0-1.45 0.32-1.8 0.64 0.02-0.24 0.02-0.58 0.02-0.92V15h-1.8c-0.16 0-0.31 0.2-0.31 0.38v8.42c0 0.2 0.15 0.38 0.32 0.38h1.7l-0.02-0.54c0.48 0.46 1.14 0.68 1.87 0.68 1.9 0 3.1-1.49 3.1-3.42-0.01-1.92-1.2-3.4-3.08-3.4Zm-0.46 5.06c-0.89 0-1.5-0.69-1.5-1.7s0.6-1.7 1.5-1.7 1.48 0.69 1.48 1.7-0.59 1.7-1.48 1.7Zm-17.91-4.94h-2.18c-0.17 0-0.34 0.1-0.44 0.22l-1.8 1.96V15H6.3C6.15 15 6 15.2 6 15.38v8.43c0 0.18 0.13 0.38 0.31 0.38h1.8V22.2l0.6-0.56 1.45 2.3c0.13 0.19 0.31 0.25 0.53 0.25h2.05l-2.58-4.11 2.39-2.46Zm12.9 0.65c-0.53-0.49-1.23-0.77-2.44-0.77-1.04 0-1.94 0.3-2.53 0.54-0.15 0.08-0.22 0.28-0.15 0.44l0.43 1.08c0.34-0.22 1.17-0.6 2-0.6 0.82 0 1.33 0.37 1.33 1.06v0.15l-1.65 0.06c-1.2 0.05-2.54 0.54-2.54 2s1.23 2.09 2.38 2.09c1.06 0 1.6-0.56 1.87-0.84l0.03 0.45c0.02 0.12 0.13 0.24 0.3 0.24h1.74v-3.68c0-1.1-0.28-1.74-0.78-2.22Zm-1.33 4.12c-0.14 0.23-0.52 0.6-1.08 0.6s-1-0.31-1-0.8c0-0.5 0.38-0.79 1.02-0.8l1.05-0.07v1.07Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_knab.xml"
line="16"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (911 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8 13.2h7.43V12H8v1.2Zm20.93 10.57c-1.08 0-1.84-1-1.97-2.32 0.33-1.13 1.07-1.7 1.93-1.7 1.12 0 1.75 0.83 1.75 2 0 1.25-0.72 2.02-1.7 2.02Zm0.28-5.1c-1.1 0-1.89 0.5-2.29 1.25 0-1.77 0.63-3.32 2.1-3.32 0.94 0 1.3 0.54 1.5 1.42l1.37-0.27c-0.32-1.53-1.29-2.27-2.86-2.27-1.98 0-3.45 1.52-3.45 4.9 0 3.02 1.23 4.5 3.35 4.5 1.76 0 3.07-1.19 3.07-3.16 0-1.54-0.82-3.06-2.8-3.06Zm-15.17-3.09v6.3c0 0.56 0.01 0.9 0.04 1.22h-0.03c-0.13-0.37-0.3-0.7-0.53-1.12l-3.74-6.4h-1.7v9.21H9.4v-6.3c0-0.56-0.02-0.9-0.04-1.22h0.02c0.14 0.37 0.3 0.7 0.54 1.12l3.73 6.4h1.7v-9.21h-1.32Zm1.4 12.78H8v-1.18h7.43v1.18Zm6.23-6.48c-0.44 0.44-1.43 1.24-2.13 1.72h4.17v1.19h-6.13V23.7c0.7-0.5 2.18-1.6 3.1-2.53 0.9-0.88 1.47-1.69 1.47-2.87 0-1.19-0.64-1.65-1.5-1.65-0.87 0-1.6 0.51-1.6 1.58 0 0.23 0.02 0.5 0.09 0.8l-1.4-0.14c-0.06-0.26-0.09-0.5-0.09-0.73 0-1.43 1-2.68 3.04-2.68 1.68 0 2.92 0.87 2.92 2.77 0 1.73-1.27 2.97-1.84 3.53l-0.1 0.1Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_n26.xml"
line="13"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1095 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M14.89 22.02c1.46 0.35 2.84 0.76 4.25 1.26 0.28-0.8 0.58-1.58 0.91-2.35 0.34 0.77 0.64 1.55 0.92 2.35 1.4-0.5 2.77-0.9 4.22-1.24-1.02 0.6-1.93 1.23-2.87 1.93 1.92 0.23 3.72 0.53 5.62 0.92-1.9-0.04-3.67 0.02-5.56 0.14 1.33 1.06 2.47 2.09 3.71 3.25-1.7-0.92-3.29-1.68-5.06-2.47-0.34 1.4-0.66 2.8-0.98 4.19-0.3-1.4-0.6-2.73-0.94-4.12-1.77 0.78-3.37 1.53-5.13 2.4 1.24-1.15 2.42-2.16 3.75-3.22-1.9-0.11-3.7-0.13-5.63-0.16 1.88-0.39 3.78-0.7 5.69-0.92-0.94-0.7-1.87-1.35-2.9-1.96Zm5.17 2.43v-3.07c-0.33 0.85-0.62 1.72-0.9 2.6l0.9 0.47Zm-4.32-2.1c1.17 0.5 2.3 1.04 3.42 1.62l-0.83 0.09c-0.84-0.6-1.7-1.17-2.59-1.7Zm4.32 2.1c2.25 0 4.5 0.11 6.73 0.32-1.97-0.33-3.87-0.59-5.84-0.8l-0.9 0.48Zm4.31-2.1c-1.17 0.5-2.3 1.04-3.42 1.62l-0.14-0.43c1.17-0.44 2.36-0.84 3.56-1.18Zm-4.43 2.1c0.04 1.5 0.1 3.07 0.12 4.5 0.29-1.32 0.6-2.65 0.92-3.97-0.3-0.18-0.73-0.35-1.04-0.52ZM25 27.53c-1.31-0.9-2.65-1.74-4.03-2.54l0.85-0.06c1.09 0.83 2.15 1.7 3.18 2.6Zm-4.95-3.07c-2.27 0.04-4.03 0.13-6.24 0.31 1.9 0 3.39 0.08 5.32 0.22l0.92-0.53Zm-4.95 3.07c1.31-0.9 2.65-1.74 4.03-2.54l0.12 0.5c-1.4 0.63-2.8 1.32-4.15 2.04Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_rabobank.xml"
line="38"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1078 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M20.34 32.8l-0.22 0.14-0.22-0.14v-1.73l0.22-0.12 0.22 0.12v1.73ZM9.45 28.62l-0.1 0.2 0.25 0.08 1.9-0.95 0.07-0.22-0.2-0.04-1.92 0.93Zm-0.47-3.55l-0.17 0.14 0.1 0.12c0.6-0.08 1.2-0.15 1.8-0.2l0.17-0.17-0.1-0.1-1.8 0.21Zm2.3-2.86L11.1 22.3l0.01 0.13c0.45 0.05 0.89 0.13 1.33 0.2l0.18-0.1-0.02-0.1c-0.43-0.08-0.88-0.15-1.32-0.2Zm13.5-1.76h0.16L25 20.51l-0.68 0.43h-0.18l-0.07-0.07c0.23-0.14 0.46-0.29 0.7-0.42Zm-4.82-0.6l0.13-0.04 0.13 0.04v0.5L20.1 20.4l-0.13-0.04v-0.51Zm-4.83 0.68l0.1-0.08h0.16c0.24 0.13 0.47 0.27 0.7 0.42l-0.07 0.07c-0.06 0-0.15 0.02-0.2 0.01l-0.69-0.42Zm-1.4 11.21l-0.3 0.04c-0.02-0.06-0.07-0.12-0.08-0.18l1.36-1.5 0.29-0.05 0.09 0.18c-0.46 0.5-0.92 1-1.36 1.51Zm16.9-3.12l0.12 0.2-0.26 0.08-1.9-0.95-0.07-0.22 0.2-0.04 1.92 0.93Zm0.48-3.55l0.17 0.14-0.1 0.12c-0.59-0.08-1.19-0.15-1.79-0.2l-0.18-0.17c0.04-0.03 0.08-0.06 0.1-0.1l1.8 0.21Zm-2.3-2.86l0.18 0.08-0.02 0.13c-0.44 0.05-0.88 0.13-1.32 0.2l-0.19-0.1 0.03-0.1c0.44-0.08 0.87-0.15 1.32-0.2Zm-2.45 9.53l0.3 0.04c0.03-0.06 0.06-0.11 0.08-0.18l-1.36-1.5-0.3-0.05c-0.01 0.05-0.05 0.14-0.08 0.18l1.36 1.51Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_rabobank.xml"
line="41"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1771 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.85 14.71c0.04-0.34-0.01-0.31 0.22-0.63 0.22-0.3 0.11-0.45 0.3-0.7 0.47-0.55 0.91-1.11 1.44-1.6 0.35-0.35 0.83-1.48 0.94-1.88 0.02-0.05 0.05-0.08 0.07-0.03 0.07 0.76 0.19 1.39 0.16 2.13-0.06 1.57-0.02 1.4 0.67 2.86 0.06-0.58 0.21-1.43 0.58-1.72-0.43 1.52-0.46 3.69-0.5 4.36-0.02 0.34-0.12 0.87 0.05 1.19 0.06 0.2 0.06 0.53 0.07 0.77v2.67l-0.24 1.17c-0.09 0.34-0.55 0.91-0.9 1.09-0.1 0.05-0.36 0.18-0.36 0.3 0 0.18 1.27 0.53 1.56 0.1 0.22-0.3 0.4-0.48 0.65-0.72 0.4-0.36-0.04-0.73 0.01-1.21 0.1-0.85 0.48-1.59 0.6-2.39 0.08-0.48 0.07-0.9-0.16-1.46l0.16-1.53c0.19 0.26 0.37 0.68 0.54 1.03 0.32 0.62 0.32 0.68 0.87 1.2 0.18 0.17 0.37 0.37 0.51 0.58 0.26 0.38 0.43 0.76 0.41 1.22-0.18 0.32-0.27 0.3-0.5 0.5 0 0.01-0.08 0.19 0.15 0.19 0.83 0 0.73-0.4 1.04-0.93 0.2-0.34 0.78-0.86 0.14-1.04-0.2-0.05-0.38-0.16-0.5-0.35-0.43-0.69-0.45-0.67-0.68-1.3-0.14-0.39-0.42-0.7-0.75-0.96-0.2-0.43-0.29-0.74-0.35-1.2-0.09-0.62-0.15-1.07-0.26-1.71 0.32-1.2 0.48-1.46-0.06-2.61-0.13-0.27-0.2-0.57-0.2-0.86 0-0.39 0.23-1.25 0.44-1.7 0.08-0.18 0.19-0.35 0.34-0.4 0.13 0.46 0.58 1.42 0.85 1.65 0.02 0.2 0.01 0.38 0.09 0.56 0.33 0.75 0.81 1.44 1.05 2.23 0.09 0.28-0.02 0.4-0.1 0.63-0.03 0.1-0.04 0.41 0.01 0.64l0.12 0.06-0.12 0.35c0.02 0.1 0.16 0.17 0.16 0.17 0.18-0.04 0.44-0.67 0.44-0.92-0.03-0.77-0.2-1.1-0.25-1.34-0.27-1.3-0.11-1.65-0.88-2.9l-0.44-1.03c-0.06-0.52-0.28-1.72-1-1.93-0.11-0.04-0.23-0.05-0.41-0.1-0.93-0.29-0.93-0.96-0.68-1.7 0.23-0.65 0.26-1.42-0.77-1.5-0.63-0.06-0.82 0.41-0.96 0.95 0 0.06 0.04 0.94 0.18 1.13 0.27 0.19 0.42 0.13 0.4 0.61 0 0.4-0.28 0.63-0.65 0.76-0.6 0.2-0.9 0.31-1.1 0.89-0.06 0.18-0.11 0.44-0.11 0.83v0.03c-0.18 0.4-0.39 0.85-0.52 1.28-0.73 0.69-1.1 2.26-1.83 2.93-0.5 0.44-0.65 0.47-0.47 1.15 0.02 0.07 0.26 0.25 0.3 0.27 0.04 0.02 0.24-0.09 0.23-0.13Z&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_rabobank.xml"
line="43"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1962 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.9 18.65c-0.4-1.08-0.77-2.04-0.9-2.32-0.24-0.52-0.67-1.05-1.28-1.15l0.09-0.01c1.13-0.16 1.62-1 1.62-1.83 0-0.73-0.4-1.86-2.25-1.86h-1.92c-0.14 0-0.26 0.11-0.26 0.24v7c0 0.12 0.12 0.23 0.26 0.23h0.53c0.13 0 0.24-0.1 0.24-0.24V15.6h0.53c0.76 0 1.1 0.47 1.36 0.95 0.3 0.57 0.52 1.38 0.81 2.25 0.04 0.14 0.14 0.17 0.27 0.17h0.73c0.2 0 0.23-0.13 0.17-0.3Zm-2.86-3.95h-1V12.4h1.13c0.8 0 1.21 0.47 1.21 1.08 0 0.77-0.51 1.23-1.34 1.23Zm4.82-1.2c-1.22 0-2.05 1.06-2.05 2.74 0 1.82 0.86 2.77 2.39 2.77 0.65 0 1.02-0.1 1.38-0.26 0.12-0.06 0.2-0.16 0.14-0.3L19.6 18.1c-0.05-0.13-0.14-0.21-0.3-0.16-0.33 0.09-0.63 0.19-1.05 0.19-1 0-1.34-0.58-1.39-1.62h2.78c0.13 0 0.24-0.1 0.24-0.24 0-2.04-0.88-2.77-2.02-2.77Zm-0.99 2.25c0.11-1.16 0.62-1.43 1.03-1.43 0.69 0 0.93 0.72 0.96 1.43h-1.99Zm6.2 2.25h-0.93c-0.4 0-0.58-0.06-0.58-0.3 0-0.12 0.1-0.24 0.2-0.34 0.18 0.04 0.36 0.07 0.54 0.07 1.24 0 2.03-0.75 2.03-1.97 0-0.38-0.17-0.75-0.4-1.07l0.36-0.04c0.14 0 0.23-0.09 0.23-0.23v-0.3c0-0.13-0.1-0.25-0.24-0.25h-1.29c-0.23 0-0.45-0.06-0.69-0.06-1.19 0-2 0.7-2 1.95 0 0.73 0.31 1.29 0.8 1.61-0.26 0.24-0.49 0.53-0.49 0.93 0 0.64 0.57 0.86 1.23 0.86h1.08c0.6 0 0.83 0.24 0.83 0.7 0 0.49-0.53 0.79-1.21 0.79-0.53 0-1.1-0.1-1.2-0.7-0.02-0.13-0.1-0.22-0.24-0.22l-0.55-0.03c-0.14 0-0.25 0.1-0.25 0.23v0.01c0.01 1.2 1.14 1.56 2.21 1.56 1.08 0 2.22-0.47 2.22-1.76-0.01-0.91-0.66-1.44-1.67-1.44Zm-0.76-3.73c0.54 0 1 0.19 1 1.16 0 0.98-0.48 1.22-1 1.22-0.51 0-0.98-0.18-0.98-1.22 0-0.98 0.45-1.16 0.98-1.16Zm4.03-2.58c0-0.37-0.3-0.69-0.68-0.69-0.38 0-0.7 0.3-0.7 0.68v0.01c0 0.4 0.3 0.7 0.7 0.7 0.4 0 0.68-0.3 0.68-0.7Zm-0.17 7.01v-4.89c0-0.13-0.13-0.24-0.24-0.24h-0.5c-0.14 0-0.26 0.1-0.26 0.24v4.9c0 0.13 0.12 0.23 0.26 0.23h0.5c0.11 0.01 0.24-0.1 0.24-0.24Zm2.67-5.2c-1.33 0-2.17 1.05-2.17 2.76 0 1.7 0.83 2.74 2.17 2.74 1.34 0 2.16-1.05 2.16-2.74 0-1.7-0.82-2.76-2.16-2.76Zm1.1 2.76c0 1.34-0.42 1.9-1.12 1.9-0.7 0-1.12-0.56-1.12-1.9 0-1.34 0.43-1.9 1.12-1.9 0.69 0 1.12 0.57 1.12 1.9Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_regiobank.xml"
line="13"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1471 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M14.17 24.97c0.9-0.26 1.29-0.82 1.29-1.65 0-1.1-0.75-1.86-2.04-1.86h-2.16c-0.14 0-0.26 0.11-0.26 0.25v6.98c0 0.14 0.12 0.24 0.26 0.24h2.27c1.4 0 2.25-0.76 2.25-2.1 0-0.96-0.54-1.73-1.6-1.86Zm-2.14-2.62h1.19c0.79 0 1.18 0.4 1.18 1.12 0 0.71-0.43 1.12-1.26 1.12h-1.1v-2.24Zm2.63 4.38c0 0.81-0.46 1.3-1.23 1.3h-1.4V25.4h1.2c0.9 0 1.43 0.56 1.43 1.32Zm5.49 1.97l-0.07-0.32c-0.07-0.34-0.06-0.64-0.06-0.91v-1.93c0-0.9-0.14-2.03-1.91-2.03-0.48 0-1.03 0.12-1.35 0.2-0.14 0.04-0.2 0.15-0.16 0.3l0.09 0.4c0.03 0.15 0.14 0.23 0.3 0.18 0.3-0.07 0.62-0.19 1.06-0.19 0.79 0 0.96 0.3 0.96 0.95v0.26L17.8 25.7c-0.9 0.07-1.67 0.53-1.67 1.72 0 1 0.54 1.59 1.44 1.59 0.61 0 1.19-0.22 1.53-0.77l0.07 0.5c0.03 0.15 0.13 0.22 0.26 0.22h0.51c0.16 0 0.23-0.1 0.22-0.25Zm-1.13-1.54c0 0.4-0.46 1.02-1.16 1.02-0.41 0-0.7-0.24-0.7-0.78 0-0.83 0.49-1.03 1.16-1.05l0.7-0.03v0.84Zm5.5 1.54v-3.8c0-0.84-0.53-1.4-1.36-1.4-0.59 0-1.06 0.23-1.52 0.77l-0.11-0.5c-0.03-0.14-0.1-0.2-0.27-0.2h-0.33c-0.13 0-0.26 0.1-0.26 0.23v4.9c0 0.13 0.13 0.24 0.26 0.24h0.5c0.14 0 0.25-0.1 0.25-0.24v-3.02c0-0.74 0.52-1.31 1.2-1.31 0.46 0 0.63 0.23 0.63 0.75v3.58c0 0.13 0.13 0.24 0.26 0.24h0.5c0.14 0 0.26-0.1 0.26-0.24ZM29 28.65l-1.82-2.78 1.49-2.03c0.1-0.12 0.03-0.27-0.13-0.27h-0.7c-0.16 0-0.26 0.07-0.33 0.19l-1.35 2.05v-4.5c0-0.14-0.1-0.25-0.23-0.25h-0.5c-0.14 0-0.25 0.1-0.25 0.24v7.4c0 0.14 0.1 0.25 0.24 0.25h0.5c0.13 0 0.24-0.1 0.24-0.24v-2.65l1.62 2.68c0.07 0.14 0.17 0.21 0.3 0.21h0.79c0.15 0 0.2-0.17 0.13-0.3Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_regiobank.xml"
line="17"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1630 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.25 19.21l-1.81-0.43c-0.69-0.18-0.86-0.45-0.86-0.79v-0.34c0-0.28 0.19-0.5 0.42-0.58C9.2 17 9.4 16.99 9.74 16.99h3.13c0.09 0 0.16-0.06 0.16-0.13v-0.64c0-0.28-0.02-0.57-0.32-0.79-0.17-0.12-0.47-0.22-0.9-0.3C11.38 15.06 10.65 15 9.68 15c-1.56 0-2.43 0.28-3.03 0.9C6.49 16.03 6 16.66 6 17.64v0.71c0.12 1.52 1.24 1.95 2.4 2.2 0.28 0.07 1.7 0.4 1.74 0.42 0.69 0.18 0.87 0.45 0.87 0.8v0.4c0 0.28-0.2 0.5-0.43 0.57-0.19 0.06-0.44 0.08-0.8 0.08H6.16C6.07 22.83 6 22.89 6 22.96v0.33c0.02 0.55 0.1 0.95 0.5 1.22 0.32 0.2 0.94 0.48 2.94 0.48h0.22c1.14-0.03 1.87-0.18 2.38-0.38 0.43-0.18 0.68-0.37 0.88-0.58 0.27-0.25 0.68-0.88 0.73-1.7v-0.8c-0.09-1.52-1.25-2.05-2.4-2.32Zm12.52-4.08h-1.34c-0.49 0-0.6 0.1-0.6 0.54v4.78h-0.07l-3.62-4.62c-0.34-0.41-0.79-0.7-1.48-0.7h-0.94c-0.08 0-0.15 0.06-0.15 0.14v9.06c0 0.43 0.1 0.54 0.6 0.54h1.35c0.48 0 0.6-0.1 0.6-0.54v-4.8h0.07l3.7 4.71c0.34 0.37 0.8 0.61 1.38 0.61h0.92c0.09 0 0.15-0.06 0.15-0.13v-9.07c0.04-0.41-0.06-0.52-0.57-0.52ZM34 21.53c-0.12-1.52-1.27-2.05-2.41-2.3l-1.82-0.44c-0.68-0.17-0.85-0.44-0.85-0.78v-0.35c0-0.28 0.18-0.5 0.42-0.58 0.18-0.06 0.38-0.07 0.74-0.07h3.13c0.09 0 0.15-0.06 0.15-0.14v-0.63c0-0.29-0.01-0.57-0.32-0.8-0.16-0.11-0.47-0.22-0.88-0.3-0.46-0.07-1.18-0.13-2.15-0.13-1.56 0-2.43 0.29-3.04 0.9-0.15 0.15-0.63 0.77-0.63 1.75v0.72c0.12 1.52 1.26 1.95 2.4 2.2L30.48 21c0.69 0.18 0.87 0.44 0.87 0.79v0.4c0 0.28-0.2 0.5-0.43 0.58-0.19 0.06-0.44 0.07-0.8 0.07H26.5c-0.09 0-0.15 0.06-0.15 0.14v0.32c0.01 0.55 0.1 0.96 0.5 1.22 0.32 0.21 0.94 0.48 2.93 0.48H30c1.14-0.03 1.88-0.18 2.38-0.37 0.44-0.18 0.7-0.37 0.9-0.58 0.26-0.26 0.66-0.88 0.71-1.7C34 22.22 34 21.6 34 21.53Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_sns.xml"
line="12"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1606 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M32 20.48c0.04-3.38-1.41-6.66-3.35-8.61-1.22-1.23-2.34-1.98-3.97-2.73L24.5 9.49c0.78 0.46 1.42 0.96 2.2 1.67 2.13 2.1 3.52 5.66 3.53 8.62 0 0.41 0 1-0.08 1.5-0.43-1.25-1.16-2.31-2.12-3.26-0.26-0.3-0.65-0.7-0.97-0.88-0.02 0.66-0.3 2.1-0.62 2.9 0.4 0.38 0.63 0.63 1.06 0.97 0.85 0.94 1.44 2.1 1.41 3.07 0.03 0.57-0.22 1.15-0.7 1.59-0.42 0.45-1.34 0.79-2.3 0.8-1.05-0.01-2.67-0.6-3.53-1.24 1.72-1.7 2.76-3.56 3.44-5.9 0.24-1 0.38-2 0.36-2.98 0.02-1.84-0.43-3.56-1.24-4.92-1.23-2.18-3.13-3.4-5.64-3.43-2.93 0.03-5.7 1.48-7.77 3.6-2.37 2.36-3.54 5.28-3.52 8.27-0.02 0.55 0 1.05 0.08 1.67h0.36c0.01-0.93 0.12-1.76 0.35-2.82 0.5-1.84 1.78-3.9 3.44-5.53 1.14-1.15 2.42-1.99 3.62-2.46-0.87 1-1.45 2.14-1.86 3.42-0.06 0.4-0.18 0.95-0.17 1.32 0.55-0.32 1.95-0.82 2.82-0.96 0.22-1.27 0.7-2.7 1.68-3.61 0.44-0.5 1-0.81 1.67-0.79 1.09-0.02 1.92 0.76 2.47 1.67 0.51 0.9 0.85 2.54 0.7 3.7-1.1-0.37-2.27-0.55-3.43-0.54-1.08 0-2.2 0.16-3.44 0.53-1.92 0.5-3.7 1.5-5.03 2.82-1.33 1.32-2.39 3.21-2.38 5.18-0.01 2.01 1.02 3.71 2.38 5.1 2.3 2.29 5.57 3.46 8.82 3.43 2.56 0.03 4.88-0.86 6.97-2.37l-0.18-0.27c-1.65 0.89-3.5 1.34-5.38 1.32-2.73 0-5.67-0.82-7.67-2.37 0.55 0.07 1.09 0.12 1.59 0.08 0.97 0.04 2.68-0.2 3.52-0.7-0.5-0.34-1.62-1.32-2.2-2.02-0.85 0.34-1.88 0.6-2.82 0.61-0.85-0.02-1.8-0.21-2.39-0.88-0.4-0.4-0.61-0.93-0.61-1.49 0-1.16 0.64-2.13 1.4-2.9 0.58-0.62 1.34-1.15 1.95-1.41 0.62 2.35 1.7 4.24 3.44 5.98 2.1 2.05 4.86 3.22 7.32 3.25 1.81 0 3.38-0.53 4.68-1.84 1.4-1.43 2.33-3.93 2.29-6.51Zm-9.17-1.93c-0.6 1.81-1.68 3.45-3 4.75-1.28-1.38-2.15-3.16-2.56-4.93 0.75-0.18 1.52-0.27 2.3-0.26 1.1 0 2.19 0.16 3.26 0.44Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_triodos_bank.xml"
line="17"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1676 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12 38.34V7.3C12 6 13.51 6 13.51 6H26.5C28 6 28 7.3 28 7.3v31.04c-2.26 0.98-4.75 1.57-7.35 1.65v-5.02l0.02-0.14c0.01-0.12 0.03-0.25 0.12-0.31l0.6-0.4c0.78-0.47 1.48-1.06 2.09-1.74 0.67-0.8 1.13-1.76 1.33-2.78 0.14-0.7 0.06-1.43-0.23-2.1-0.12-0.22-0.28-0.43-0.47-0.61-0.18-0.2-0.21-0.49-0.07-0.71 0.2-0.38 0.35-0.77 0.46-1.17 0.12-0.38 0.15-0.78 0.11-1.17-0.04-0.39-0.21-0.75-0.48-1.03-0.09-0.1-0.19-0.16-0.28-0.22-0.16-0.1-0.31-0.19-0.42-0.42 0.22-0.63 0.35-1.29 0.36-1.96 0.02-0.3 0-0.58-0.08-0.87-0.14-0.45-0.45-0.6-0.73-0.73l-0.1-0.05-0.3-0.13-0.17-0.06c-0.2-0.08-0.2-0.13-0.2-0.44 0-1.41-0.2-2.75-0.98-3.45-0.37-0.32-0.86-0.5-1.35-0.47-0.48-0.02-0.94 0.15-1.3 0.48-0.75 0.7-0.94 2.03-0.94 3.44 0 0.32-0.03 0.38-0.18 0.45l-0.2 0.08-0.24 0.1-0.12 0.07c-0.25 0.13-0.54 0.27-0.67 0.71-0.06 0.3-0.1 0.58-0.07 0.88 0.01 0.67 0.14 1.33 0.35 1.96-0.1 0.23-0.26 0.33-0.4 0.43-0.1 0.06-0.19 0.12-0.27 0.2-0.25 0.3-0.42 0.66-0.46 1.04-0.04 0.4 0 0.79 0.1 1.17 0.12 0.39 0.27 0.77 0.46 1.14 0.13 0.23 0.1 0.52-0.08 0.71-0.18 0.18-0.33 0.4-0.45 0.62-0.28 0.67-0.35 1.39-0.22 2.1 0.19 1.01 0.62 1.97 1.27 2.78 0.58 0.67 1.25 1.26 2 1.75l0.23 0.15c0.11 0.08 0.23 0.15 0.34 0.24 0.08 0.04 0.1 0.18 0.12 0.32l0.01 0.13v0.1 4.92c-2.53-0.1-4.95-0.68-7.16-1.64Zm11.16-26.6l1.27-2.42-0.01-0.36h-1.97V9.4h1.41l-1.26 2.34h0.56Zm-2.26 0.05c0.5 0 0.9-0.4 0.91-0.88v-0.03c0-0.5-0.4-0.72-0.83-0.78l0.79-0.78V8.96h-1.86v0.43h1.22l-0.76 0.8 0.08 0.3h0.22c0.4 0 0.65 0.16 0.65 0.44v0.02c-0.02 0.25-0.24 0.42-0.48 0.4-0.3 0-0.57-0.14-0.74-0.37l-0.35 0.32c0.27 0.32 0.66 0.5 1.08 0.49h0.07ZM18 11.74l1.26-2.42V8.96h-1.97V9.4h1.41l-1.26 2.34h0.55Zm-2.06 0h0.49v-2.8h-0.35L15.33 9.2l0.1 0.38 0.51-0.14v2.3Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ideal_van_lanschot.xml"
line="13"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1504 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M39.96,35.67H76.25C79.32,35.67 81.77,35.67 83.71,35.84C85.7,36.01 87.4,36.37 88.9,37.25C91.28,38.63 93.09,40.82 94.01,43.42C94.59,45.06 94.63,46.8 94.42,48.78C94.23,50.72 93.77,53.12 93.2,56.14L90.5,70.27C90.1,72.4 89.77,74.11 89.4,75.5C89.02,76.92 88.55,78.14 87.79,79.24C86.57,81.02 84.88,82.42 82.9,83.29C81.68,83.82 80.4,84.05 78.93,84.16C77.5,84.27 75.75,84.27 73.58,84.27H37.28C34.21,84.27 31.77,84.27 29.82,84.1C27.83,83.93 26.13,83.56 24.63,82.69C22.25,81.3 20.44,79.12 19.53,76.52C18.95,74.88 18.91,73.14 19.11,71.16C19.31,69.21 19.76,66.81 20.34,63.8L23.03,49.67C23.44,47.54 23.76,45.82 24.14,44.44C24.52,43.01 24.99,41.8 25.74,40.7C26.97,38.92 28.66,37.52 30.63,36.65C31.85,36.11 33.14,35.88 34.61,35.77C36.04,35.67 37.78,35.67 39.96,35.67ZM34.92,39.99C33.7,40.08 32.94,40.25 32.34,40.52C31.08,41.07 30,41.96 29.22,43.1C28.85,43.64 28.54,44.35 28.22,45.54C27.89,46.75 27.59,48.31 27.17,50.54L24.51,64.49C23.91,67.63 23.49,69.85 23.32,71.58C23.14,73.31 23.23,74.33 23.51,75.11C24.09,76.76 25.25,78.16 26.76,79.04C27.48,79.46 28.47,79.74 30.19,79.89C31.93,80.04 34.19,80.04 37.38,80.04H73.5C75.77,80.04 77.36,80.04 78.61,79.95C79.84,79.86 80.59,79.69 81.2,79.42C82.46,78.86 83.53,77.97 84.31,76.84C84.69,76.29 85,75.59 85.32,74.4C85.64,73.19 85.94,71.63 86.37,69.39L89.03,55.45C89.62,52.31 90.04,50.09 90.22,48.35C90.39,46.63 90.3,45.61 90.02,44.83C89.44,43.17 88.29,41.78 86.77,40.9C86.05,40.48 85.07,40.2 83.35,40.05C81.6,39.9 79.35,39.89 76.15,39.89H40.04C37.76,39.89 36.18,39.89 34.92,39.99Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/image_folder_sheet.xml"
line="42"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1264 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M27.75 29.5c0-6.77 5.48-12.25 12.25-12.25s12.25 5.48 12.25 12.25v5.47l0.27 0.12c1.46 0.75 2.64 1.93 3.39 3.4 0.47 0.92 0.66 1.92 0.75 3.03 0.09 1.07 0.09 2.39 0.09 4v5.95c0 1.62 0 2.94-0.09 4.01-0.09 1.11-0.28 2.1-0.75 3.04-0.75 1.46-1.93 2.64-3.4 3.39-0.92 0.47-1.92 0.66-3.03 0.75-1.07 0.09-2.39 0.09-4 0.09H34.52c-1.62 0-2.94 0-4.01-0.09-1.11-0.09-2.1-0.28-3.04-0.75-1.46-0.75-2.64-1.93-3.39-3.4-0.47-0.92-0.66-1.92-0.75-3.03-0.09-1.07-0.09-2.39-0.09-4v-5.95c0-1.62 0-2.94 0.09-4.01 0.09-1.11 0.28-2.1 0.75-3.04 0.75-1.46 1.93-2.64 3.4-3.39l0.26-0.12V29.5Zm21 0v4.8c-0.93-0.05-2.01-0.05-3.28-0.05H34.53c-1.27 0-2.35 0-3.28 0.04V29.5c0-4.83 3.92-8.75 8.75-8.75s8.75 3.92 8.75 8.75Zm-19.68 8.71c0.35-0.18 0.84-0.31 1.73-0.38 0.91-0.08 2.1-0.08 3.8-0.08h10.8c1.7 0 2.89 0 3.8 0.08 0.9 0.07 1.38 0.2 1.73 0.38 0.8 0.41 1.45 1.06 1.86 1.86 0.18 0.35 0.31 0.84 0.38 1.73 0.08 0.91 0.08 2.1 0.08 3.8v5.8c0 1.7 0 2.89-0.08 3.8-0.07 0.9-0.2 1.38-0.38 1.73-0.41 0.8-1.06 1.45-1.86 1.86-0.35 0.18-0.84 0.31-1.73 0.38-0.91 0.08-2.1 0.08-3.8 0.08H34.6c-1.7 0-2.89 0-3.8-0.08-0.9-0.07-1.38-0.2-1.73-0.38-0.8-0.41-1.45-1.06-1.86-1.86-0.18-0.35-0.31-0.84-0.38-1.73-0.08-0.91-0.08-2.1-0.08-3.8v-5.8c0-1.7 0-2.89 0.08-3.8 0.07-0.9 0.2-1.38 0.38-1.73 0.41-0.8 1.06-1.45 1.86-1.86Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/image_signal_backups_lock.xml"
line="16"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1264 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M27.75 29.5c0-6.77 5.48-12.25 12.25-12.25s12.25 5.48 12.25 12.25v5.47l0.27 0.12c1.46 0.75 2.64 1.93 3.39 3.4 0.47 0.92 0.66 1.92 0.75 3.03 0.09 1.07 0.09 2.39 0.09 4v5.95c0 1.62 0 2.94-0.09 4.01-0.09 1.11-0.28 2.1-0.75 3.04-0.75 1.46-1.93 2.64-3.4 3.39-0.92 0.47-1.92 0.66-3.03 0.75-1.07 0.09-2.39 0.09-4 0.09H34.52c-1.62 0-2.94 0-4.01-0.09-1.11-0.09-2.1-0.28-3.04-0.75-1.46-0.75-2.64-1.93-3.39-3.4-0.47-0.92-0.66-1.92-0.75-3.03-0.09-1.07-0.09-2.39-0.09-4v-5.95c0-1.62 0-2.94 0.09-4.01 0.09-1.11 0.28-2.1 0.75-3.04 0.75-1.46 1.93-2.64 3.4-3.39l0.26-0.12V29.5Zm21 0v4.8c-0.93-0.05-2.01-0.05-3.28-0.05H34.53c-1.27 0-2.35 0-3.28 0.04V29.5c0-4.83 3.92-8.75 8.75-8.75s8.75 3.92 8.75 8.75Zm-19.68 8.71c0.35-0.18 0.84-0.31 1.73-0.38 0.91-0.08 2.1-0.08 3.8-0.08h10.8c1.7 0 2.89 0 3.8 0.08 0.9 0.07 1.38 0.2 1.73 0.38 0.8 0.41 1.45 1.06 1.86 1.86 0.18 0.35 0.31 0.84 0.38 1.73 0.08 0.91 0.08 2.1 0.08 3.8v5.8c0 1.7 0 2.89-0.08 3.8-0.07 0.9-0.2 1.38-0.38 1.73-0.41 0.8-1.06 1.45-1.86 1.86-0.35 0.18-0.84 0.31-1.73 0.38-0.91 0.08-2.1 0.08-3.8 0.08H34.6c-1.7 0-2.89 0-3.8-0.08-0.9-0.07-1.38-0.2-1.73-0.38-0.8-0.41-1.45-1.06-1.86-1.86-0.18-0.35-0.31-0.84-0.38-1.73-0.08-0.91-0.08-2.1-0.08-3.8v-5.8c0-1.7 0-2.89 0.08-3.8 0.07-0.9 0.2-1.38 0.38-1.73 0.41-0.8 1.06-1.45 1.86-1.86Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/image_signal_backups_lock.xml"
line="16"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1169 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M30.11 14H49.9c3.28 0 5.87 0 7.95 0.17 2.13 0.17 3.9 0.53 5.52 1.36 2.63 1.34 4.77 3.48 6.11 6.11 0.83 1.62 1.19 3.4 1.36 5.52C71 29.24 71 31.83 71 35.1v9.78c0 3.28 0 5.87-0.17 7.95-0.17 2.13-0.53 3.9-1.36 5.52-1.34 2.63-3.48 4.77-6.11 6.11-1.62 0.83-3.4 1.19-5.52 1.36C55.76 66 53.17 66 49.9 66H30.1c-3.28 0-5.87 0-7.95-0.17-2.13-0.17-3.9-0.53-5.52-1.36-2.63-1.34-4.77-3.48-6.11-6.11-0.83-1.62-1.19-3.4-1.36-5.52C9 50.76 9 48.17 9 44.9V35.1c0-3.28 0-5.87 0.17-7.95 0.17-2.13 0.53-3.9 1.36-5.52 1.34-2.63 3.48-4.77 6.11-6.11 1.62-0.83 3.4-1.19 5.52-1.36C24.24 14 26.83 14 30.1 14Zm-7.63 4.16c-1.88 0.15-3.07 0.44-4.02 0.93-1.88 0.96-3.41 2.49-4.37 4.37-0.49 0.95-0.78 2.14-0.93 4.02C13 29.38 13 31.81 13 35.2v9.6c0 3.4 0 5.82 0.16 7.72 0.15 1.88 0.44 3.07 0.93 4.02 0.96 1.88 2.49 3.41 4.37 4.37 0.95 0.49 2.14 0.78 4.02 0.93C24.38 62 26.81 62 30.2 62h19.6c3.4 0 5.82 0 7.72-0.16 1.88-0.15 3.07-0.44 4.02-0.93 1.88-0.96 3.41-2.49 4.37-4.37 0.49-0.95 0.78-2.14 0.93-4.02C67 50.62 67 48.19 67 44.8v-9.6c0-3.4 0-5.82-0.16-7.72-0.15-1.88-0.44-3.07-0.93-4.02-0.96-1.88-2.49-3.41-4.37-4.37-0.95-0.49-2.14-0.78-4.02-0.93C55.62 18 53.19 18 49.8 18H30.2c-3.4 0-5.82 0-7.72 0.16Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/image_signal_backups_media.xml"
line="39"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1169 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M30.11 14H49.9c3.28 0 5.87 0 7.95 0.17 2.13 0.17 3.9 0.53 5.52 1.36 2.63 1.34 4.77 3.48 6.11 6.11 0.83 1.62 1.19 3.4 1.36 5.52C71 29.24 71 31.83 71 35.1v9.78c0 3.28 0 5.87-0.17 7.95-0.17 2.13-0.53 3.9-1.36 5.52-1.34 2.63-3.48 4.77-6.11 6.11-1.62 0.83-3.4 1.19-5.52 1.36C55.76 66 53.17 66 49.9 66H30.1c-3.28 0-5.87 0-7.95-0.17-2.13-0.17-3.9-0.53-5.52-1.36-2.63-1.34-4.77-3.48-6.11-6.11-0.83-1.62-1.19-3.4-1.36-5.52C9 50.76 9 48.17 9 44.9V35.1c0-3.28 0-5.87 0.17-7.95 0.17-2.13 0.53-3.9 1.36-5.52 1.34-2.63 3.48-4.77 6.11-6.11 1.62-0.83 3.4-1.19 5.52-1.36C24.24 14 26.83 14 30.1 14Zm-7.63 4.16c-1.88 0.15-3.07 0.44-4.02 0.93-1.88 0.96-3.41 2.49-4.37 4.37-0.49 0.95-0.78 2.14-0.93 4.02C13 29.38 13 31.81 13 35.2v9.6c0 3.4 0 5.82 0.16 7.72 0.15 1.88 0.44 3.07 0.93 4.02 0.96 1.88 2.49 3.41 4.37 4.37 0.95 0.49 2.14 0.78 4.02 0.93C24.38 62 26.81 62 30.2 62h19.6c3.4 0 5.82 0 7.72-0.16 1.88-0.15 3.07-0.44 4.02-0.93 1.88-0.96 3.41-2.49 4.37-4.37 0.49-0.95 0.78-2.14 0.93-4.02C67 50.62 67 48.19 67 44.8v-9.6c0-3.4 0-5.82-0.16-7.72-0.15-1.88-0.44-3.07-0.93-4.02-0.96-1.88-2.49-3.41-4.37-4.37-0.95-0.49-2.14-0.78-4.02-0.93C55.62 18 53.19 18 49.8 18H30.2c-3.4 0-5.82 0-7.72 0.16Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/image_signal_backups_media.xml"
line="39"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1164 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M34.6 6.5h10.8c2.51 0 4.49 0 6.08 0.13 1.62 0.13 2.97 0.4 4.2 1.03 2 1.03 3.63 2.66 4.66 4.66 0.62 1.23 0.9 2.58 1.03 4.2 0.13 1.6 0.13 3.57 0.13 6.08v34.8c0 2.51 0 4.49-0.13 6.08-0.13 1.62-0.4 2.97-1.03 4.2-1.03 2-2.66 3.63-4.66 4.66-1.23 0.62-2.58 0.9-4.2 1.03-1.6 0.13-3.57 0.13-6.08 0.13H34.6c-2.51 0-4.49 0-6.08-0.13-1.62-0.13-2.97-0.4-4.2-1.03-2-1.03-3.63-2.66-4.66-4.66-0.62-1.23-0.9-2.58-1.03-4.2-0.13-1.6-0.13-3.57-0.13-6.08V22.6c0-2.51 0-4.49 0.13-6.08 0.13-1.62 0.4-2.97 1.03-4.2 1.03-2 2.66-3.63 4.66-4.66 1.23-0.62 2.58-0.9 4.2-1.03C30.12 6.5 32.1 6.5 34.6 6.5Zm-5.83 3.12c-1.44 0.12-2.35 0.34-3.08 0.72-1.45 0.73-2.62 1.9-3.35 3.35-0.38 0.73-0.6 1.64-0.72 3.08-0.12 1.45-0.12 3.3-0.12 5.9v34.66c0 2.6 0 4.45 0.12 5.9 0.12 1.44 0.34 2.35 0.72 3.08 0.73 1.45 1.9 2.62 3.35 3.35 0.73 0.38 1.64 0.6 3.08 0.72 1.45 0.12 3.3 0.12 5.9 0.12h10.66c2.6 0 4.45 0 5.9-0.12 1.44-0.12 2.35-0.34 3.08-0.72 1.45-0.73 2.62-1.9 3.35-3.35 0.38-0.73 0.6-1.64 0.72-3.08 0.12-1.45 0.12-3.3 0.12-5.9V22.67c0-2.6 0-4.45-0.12-5.9-0.12-1.44-0.34-2.35-0.72-3.08-0.73-1.45-1.9-2.62-3.35-3.35-0.73-0.38-1.64-0.6-3.08-0.72-1.45-0.12-3.3-0.12-5.9-0.12H34.67c-2.6 0-4.45 0-5.9 0.12Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/image_signal_backups_plans.xml"
line="28"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1164 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M34.6 6.5h10.8c2.51 0 4.49 0 6.08 0.13 1.62 0.13 2.97 0.4 4.2 1.03 2 1.03 3.63 2.66 4.66 4.66 0.62 1.23 0.9 2.58 1.03 4.2 0.13 1.6 0.13 3.57 0.13 6.08v34.8c0 2.51 0 4.49-0.13 6.08-0.13 1.62-0.4 2.97-1.03 4.2-1.03 2-2.66 3.63-4.66 4.66-1.23 0.62-2.58 0.9-4.2 1.03-1.6 0.13-3.57 0.13-6.08 0.13H34.6c-2.51 0-4.49 0-6.08-0.13-1.62-0.13-2.97-0.4-4.2-1.03-2-1.03-3.63-2.66-4.66-4.66-0.62-1.23-0.9-2.58-1.03-4.2-0.13-1.6-0.13-3.57-0.13-6.08V22.6c0-2.51 0-4.49 0.13-6.08 0.13-1.62 0.4-2.97 1.03-4.2 1.03-2 2.66-3.63 4.66-4.66 1.23-0.62 2.58-0.9 4.2-1.03C30.12 6.5 32.1 6.5 34.6 6.5Zm-5.83 3.12c-1.44 0.12-2.35 0.34-3.08 0.72-1.45 0.73-2.62 1.9-3.35 3.35-0.38 0.73-0.6 1.64-0.72 3.08-0.12 1.45-0.12 3.3-0.12 5.9v34.66c0 2.6 0 4.45 0.12 5.9 0.12 1.44 0.34 2.35 0.72 3.08 0.73 1.45 1.9 2.62 3.35 3.35 0.73 0.38 1.64 0.6 3.08 0.72 1.45 0.12 3.3 0.12 5.9 0.12h10.66c2.6 0 4.45 0 5.9-0.12 1.44-0.12 2.35-0.34 3.08-0.72 1.45-0.73 2.62-1.9 3.35-3.35 0.38-0.73 0.6-1.64 0.72-3.08 0.12-1.45 0.12-3.3 0.12-5.9V22.67c0-2.6 0-4.45-0.12-5.9-0.12-1.44-0.34-2.35-0.72-3.08-0.73-1.45-1.9-2.62-3.35-3.35-0.73-0.38-1.64-0.6-3.08-0.72-1.45-0.12-3.3-0.12-5.9-0.12H34.67c-2.6 0-4.45 0-5.9 0.12Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/image_signal_backups_plans.xml"
line="28"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1369 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M77.56 24.34v7.32c0 1.42 0 2.57-0.07 3.5-0.08 0.95-0.25 1.8-0.64 2.57-0.63 1.23-1.64 2.24-2.87 2.87-0.78 0.4-1.62 0.56-2.57 0.64-0.93 0.07-2.08 0.07-3.5 0.07H56.09c-1.42 0-2.57 0-3.5-0.07-0.95-0.08-1.8-0.25-2.57-0.64-1.23-0.63-2.24-1.64-2.87-2.87-0.4-0.78-0.56-1.62-0.64-2.57-0.07-0.93-0.07-2.08-0.07-3.5v-7.32c0-1.42 0-2.57 0.07-3.5 0.08-0.95 0.25-1.8 0.64-2.57 0.63-1.23 1.64-2.24 2.87-2.87 0.78-0.4 1.62-0.56 2.57-0.64 0.93-0.07 2.08-0.07 3.5-0.07h11.82c1.42 0 2.57 0 3.5 0.07 0.95 0.08 1.8 0.25 2.57 0.64 1.23 0.63 2.24 1.64 2.87 2.87 0.4 0.78 0.56 1.62 0.64 2.57 0.07 0.93 0.07 2.08 0.07 3.5Zm-2.69-3.28c-0.06-0.8-0.19-1.25-0.36-1.6-0.38-0.74-0.98-1.34-1.72-1.72-0.35-0.17-0.8-0.3-1.6-0.36-0.8-0.07-1.85-0.07-3.34-0.07h-11.7c-1.5 0-2.53 0-3.34 0.07-0.8 0.06-1.25 0.19-1.6 0.36-0.74 0.38-1.34 0.98-1.72 1.72-0.17 0.35-0.3 0.8-0.36 1.6-0.07 0.8-0.07 1.85-0.07 3.34v7.2c0 0.88 0 1.6 0.02 2.22l3.87-3.88c1.68-1.68 4.42-1.68 6.1 0l1.08 1.08 4.82-4.83c1.68-1.68 4.42-1.68 6.1 0l3.89 3.9V24.4c0-1.5 0-2.53-0.07-3.34Zm-23.66 17.2c-0.61-0.31-1.13-0.78-1.5-1.36l5.1-5.1c0.66-0.66 1.72-0.66 2.38 0l2 2c0.52 0.52 1.35 0.52 1.86 0l5.76-5.75c0.66-0.66 1.72-0.66 2.38 0l5.73 5.73c0 0.44-0.02 0.82-0.05 1.16-0.06 0.8-0.19 1.25-0.36 1.6-0.38 0.74-0.98 1.34-1.72 1.72-0.35 0.17-0.8 0.3-1.6 0.36-0.8 0.07-1.85 0.07-3.34 0.07h-11.7c-1.5 0-2.53 0-3.34-0.07-0.8-0.06-1.25-0.19-1.6-0.36Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/image_signal_backups_plans.xml"
line="56"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1369 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M77.56 24.34v7.32c0 1.42 0 2.57-0.07 3.5-0.08 0.95-0.25 1.8-0.64 2.57-0.63 1.23-1.64 2.24-2.87 2.87-0.78 0.4-1.62 0.56-2.57 0.64-0.93 0.07-2.08 0.07-3.5 0.07H56.09c-1.42 0-2.57 0-3.5-0.07-0.95-0.08-1.8-0.25-2.57-0.64-1.23-0.63-2.24-1.64-2.87-2.87-0.4-0.78-0.56-1.62-0.64-2.57-0.07-0.93-0.07-2.08-0.07-3.5v-7.32c0-1.42 0-2.57 0.07-3.5 0.08-0.95 0.25-1.8 0.64-2.57 0.63-1.23 1.64-2.24 2.87-2.87 0.78-0.4 1.62-0.56 2.57-0.64 0.93-0.07 2.08-0.07 3.5-0.07h11.82c1.42 0 2.57 0 3.5 0.07 0.95 0.08 1.8 0.25 2.57 0.64 1.23 0.63 2.24 1.64 2.87 2.87 0.4 0.78 0.56 1.62 0.64 2.57 0.07 0.93 0.07 2.08 0.07 3.5Zm-2.69-3.28c-0.06-0.8-0.19-1.25-0.36-1.6-0.38-0.74-0.98-1.34-1.72-1.72-0.35-0.17-0.8-0.3-1.6-0.36-0.8-0.07-1.85-0.07-3.34-0.07h-11.7c-1.5 0-2.53 0-3.34 0.07-0.8 0.06-1.25 0.19-1.6 0.36-0.74 0.38-1.34 0.98-1.72 1.72-0.17 0.35-0.3 0.8-0.36 1.6-0.07 0.8-0.07 1.85-0.07 3.34v7.2c0 0.88 0 1.6 0.02 2.22l3.87-3.88c1.68-1.68 4.42-1.68 6.1 0l1.08 1.08 4.82-4.83c1.68-1.68 4.42-1.68 6.1 0l3.89 3.9V24.4c0-1.5 0-2.53-0.07-3.34Zm-23.66 17.2c-0.61-0.31-1.13-0.78-1.5-1.36l5.1-5.1c0.66-0.66 1.72-0.66 2.38 0l2 2c0.52 0.52 1.35 0.52 1.86 0l5.76-5.75c0.66-0.66 1.72-0.66 2.38 0l5.73 5.73c0 0.44-0.02 0.82-0.05 1.16-0.06 0.8-0.19 1.25-0.36 1.6-0.38 0.74-0.98 1.34-1.72 1.72-0.35 0.17-0.8 0.3-1.6 0.36-0.8 0.07-1.85 0.07-3.34 0.07h-11.7c-1.5 0-2.53 0-3.34-0.07-0.8-0.06-1.25-0.19-1.6-0.36Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/image_signal_backups_plans.xml"
line="56"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1369 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M77.56 24.34v7.32c0 1.42 0 2.57-0.07 3.5-0.08 0.95-0.25 1.8-0.64 2.57-0.63 1.23-1.64 2.24-2.87 2.87-0.78 0.4-1.62 0.56-2.57 0.64-0.93 0.07-2.08 0.07-3.5 0.07H56.09c-1.42 0-2.57 0-3.5-0.07-0.95-0.08-1.8-0.25-2.57-0.64-1.23-0.63-2.24-1.64-2.87-2.87-0.4-0.78-0.56-1.62-0.64-2.57-0.07-0.93-0.07-2.08-0.07-3.5v-7.32c0-1.42 0-2.57 0.07-3.5 0.08-0.95 0.25-1.8 0.64-2.57 0.63-1.23 1.64-2.24 2.87-2.87 0.78-0.4 1.62-0.56 2.57-0.64 0.93-0.07 2.08-0.07 3.5-0.07h11.82c1.42 0 2.57 0 3.5 0.07 0.95 0.08 1.8 0.25 2.57 0.64 1.23 0.63 2.24 1.64 2.87 2.87 0.4 0.78 0.56 1.62 0.64 2.57 0.07 0.93 0.07 2.08 0.07 3.5Zm-2.69-3.28c-0.06-0.8-0.19-1.25-0.36-1.6-0.38-0.74-0.98-1.34-1.72-1.72-0.35-0.17-0.8-0.3-1.6-0.36-0.8-0.07-1.85-0.07-3.34-0.07h-11.7c-1.5 0-2.53 0-3.34 0.07-0.8 0.06-1.25 0.19-1.6 0.36-0.74 0.38-1.34 0.98-1.72 1.72-0.17 0.35-0.3 0.8-0.36 1.6-0.07 0.8-0.07 1.85-0.07 3.34v7.2c0 0.88 0 1.6 0.02 2.22l3.87-3.88c1.68-1.68 4.42-1.68 6.1 0l1.08 1.08 4.82-4.83c1.68-1.68 4.42-1.68 6.1 0l3.89 3.9V24.4c0-1.5 0-2.53-0.07-3.34Zm-23.66 17.2c-0.61-0.31-1.13-0.78-1.5-1.36l5.1-5.1c0.66-0.66 1.72-0.66 2.38 0l2 2c0.52 0.52 1.35 0.52 1.86 0l5.76-5.75c0.66-0.66 1.72-0.66 2.38 0l5.73 5.73c0 0.44-0.02 0.82-0.05 1.16-0.06 0.8-0.19 1.25-0.36 1.6-0.38 0.74-0.98 1.34-1.72 1.72-0.35 0.17-0.8 0.3-1.6 0.36-0.8 0.07-1.85 0.07-3.34 0.07h-11.7c-1.5 0-2.53 0-3.34-0.07-0.8-0.06-1.25-0.19-1.6-0.36Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/image_signal_backups_plans.xml"
line="72"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1369 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M77.56 24.34v7.32c0 1.42 0 2.57-0.07 3.5-0.08 0.95-0.25 1.8-0.64 2.57-0.63 1.23-1.64 2.24-2.87 2.87-0.78 0.4-1.62 0.56-2.57 0.64-0.93 0.07-2.08 0.07-3.5 0.07H56.09c-1.42 0-2.57 0-3.5-0.07-0.95-0.08-1.8-0.25-2.57-0.64-1.23-0.63-2.24-1.64-2.87-2.87-0.4-0.78-0.56-1.62-0.64-2.57-0.07-0.93-0.07-2.08-0.07-3.5v-7.32c0-1.42 0-2.57 0.07-3.5 0.08-0.95 0.25-1.8 0.64-2.57 0.63-1.23 1.64-2.24 2.87-2.87 0.78-0.4 1.62-0.56 2.57-0.64 0.93-0.07 2.08-0.07 3.5-0.07h11.82c1.42 0 2.57 0 3.5 0.07 0.95 0.08 1.8 0.25 2.57 0.64 1.23 0.63 2.24 1.64 2.87 2.87 0.4 0.78 0.56 1.62 0.64 2.57 0.07 0.93 0.07 2.08 0.07 3.5Zm-2.69-3.28c-0.06-0.8-0.19-1.25-0.36-1.6-0.38-0.74-0.98-1.34-1.72-1.72-0.35-0.17-0.8-0.3-1.6-0.36-0.8-0.07-1.85-0.07-3.34-0.07h-11.7c-1.5 0-2.53 0-3.34 0.07-0.8 0.06-1.25 0.19-1.6 0.36-0.74 0.38-1.34 0.98-1.72 1.72-0.17 0.35-0.3 0.8-0.36 1.6-0.07 0.8-0.07 1.85-0.07 3.34v7.2c0 0.88 0 1.6 0.02 2.22l3.87-3.88c1.68-1.68 4.42-1.68 6.1 0l1.08 1.08 4.82-4.83c1.68-1.68 4.42-1.68 6.1 0l3.89 3.9V24.4c0-1.5 0-2.53-0.07-3.34Zm-23.66 17.2c-0.61-0.31-1.13-0.78-1.5-1.36l5.1-5.1c0.66-0.66 1.72-0.66 2.38 0l2 2c0.52 0.52 1.35 0.52 1.86 0l5.76-5.75c0.66-0.66 1.72-0.66 2.38 0l5.73 5.73c0 0.44-0.02 0.82-0.05 1.16-0.06 0.8-0.19 1.25-0.36 1.6-0.38 0.74-0.98 1.34-1.72 1.72-0.35 0.17-0.8 0.3-1.6 0.36-0.8 0.07-1.85 0.07-3.34 0.07h-11.7c-1.5 0-2.53 0-3.34-0.07-0.8-0.06-1.25-0.19-1.6-0.36Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/image_signal_backups_plans.xml"
line="72"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1489 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.2,46.35H31.23C31.66,46.35 32.04,46.35 32.35,46.37C32.69,46.4 33.03,46.46 33.36,46.63C33.85,46.88 34.25,47.28 34.5,47.77C34.67,48.1 34.73,48.44 34.76,48.78C34.78,49.09 34.78,49.47 34.78,49.9V52.92C34.78,53.35 34.78,53.73 34.76,54.04C34.73,54.38 34.67,54.72 34.5,55.05C34.25,55.54 33.85,55.94 33.36,56.19C33.03,56.36 32.69,56.42 32.35,56.45C32.04,56.47 31.66,56.47 31.23,56.47H28.2C27.78,56.47 27.4,56.47 27.08,56.45C26.75,56.42 26.41,56.36 26.07,56.19C25.59,55.94 25.19,55.54 24.94,55.05C24.77,54.72 24.71,54.38 24.68,54.04C24.66,53.73 24.66,53.35 24.66,52.92V49.9C24.66,49.47 24.66,49.09 24.68,48.78C24.71,48.44 24.77,48.1 24.94,47.77C25.19,47.28 25.59,46.88 26.07,46.63C26.41,46.46 26.75,46.4 27.08,46.37C27.4,46.35 27.78,46.35 28.2,46.35ZM27.24,48.28C27.03,48.3 26.96,48.33 26.94,48.34C26.82,48.4 26.71,48.51 26.65,48.64C26.64,48.65 26.61,48.72 26.59,48.93C26.57,49.16 26.57,49.46 26.57,49.93V52.89C26.57,53.36 26.57,53.66 26.59,53.89C26.61,54.1 26.64,54.17 26.65,54.18C26.71,54.31 26.82,54.42 26.94,54.48C26.96,54.49 27.03,54.52 27.24,54.54C27.47,54.56 27.76,54.56 28.24,54.56H31.2C31.67,54.56 31.97,54.56 32.2,54.54C32.41,54.52 32.47,54.49 32.49,54.48C32.62,54.42 32.73,54.31 32.79,54.18C32.8,54.17 32.83,54.1 32.85,53.89C32.87,53.66 32.87,53.36 32.87,52.89V49.93C32.87,49.46 32.87,49.16 32.85,48.93C32.83,48.72 32.8,48.65 32.79,48.64C32.73,48.51 32.62,48.4 32.49,48.34C32.47,48.33 32.41,48.3 32.2,48.28C31.97,48.26 31.67,48.26 31.2,48.26H28.24C27.76,48.26 27.47,48.26 27.24,48.28Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/image_transfer_phones.xml"
line="27"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1482 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.2,58.39H31.23C31.66,58.39 32.04,58.39 32.35,58.41C32.69,58.44 33.03,58.5 33.36,58.67C33.85,58.92 34.25,59.32 34.5,59.81C34.67,60.14 34.73,60.49 34.76,60.82C34.78,61.13 34.78,61.51 34.78,61.94V64.97C34.78,65.4 34.78,65.77 34.76,66.09C34.73,66.42 34.67,66.76 34.5,67.1C34.25,67.59 33.85,67.98 33.36,68.23C33.03,68.4 32.69,68.46 32.35,68.49C32.04,68.52 31.66,68.52 31.23,68.52H28.2C27.78,68.52 27.4,68.52 27.08,68.49C26.75,68.46 26.41,68.4 26.07,68.23C25.59,67.98 25.19,67.59 24.94,67.1C24.77,66.76 24.71,66.42 24.68,66.09C24.66,65.77 24.66,65.4 24.66,64.97V61.94C24.66,61.51 24.66,61.13 24.68,60.82C24.71,60.49 24.77,60.14 24.94,59.81C25.19,59.32 25.59,58.92 26.07,58.67C26.41,58.5 26.75,58.44 27.08,58.41C27.4,58.39 27.78,58.39 28.2,58.39ZM27.24,60.32C27.03,60.34 26.96,60.37 26.94,60.38C26.82,60.45 26.71,60.55 26.65,60.68C26.64,60.7 26.61,60.76 26.59,60.97C26.57,61.2 26.57,61.5 26.57,61.97V64.93C26.57,65.41 26.57,65.71 26.59,65.93C26.61,66.15 26.64,66.21 26.65,66.23C26.71,66.36 26.82,66.46 26.94,66.53C26.96,66.53 27.03,66.56 27.24,66.58C27.47,66.6 27.76,66.6 28.24,66.6H31.2C31.67,66.6 31.97,66.6 32.2,66.58C32.41,66.56 32.47,66.53 32.49,66.53C32.62,66.46 32.73,66.36 32.79,66.23C32.8,66.21 32.83,66.15 32.85,65.93C32.87,65.71 32.87,65.41 32.87,64.93V61.97C32.87,61.5 32.87,61.2 32.85,60.97C32.83,60.76 32.8,60.7 32.79,60.68C32.73,60.55 32.62,60.45 32.49,60.38C32.47,60.37 32.41,60.34 32.2,60.32C31.97,60.31 31.67,60.31 31.2,60.31H28.24C27.76,60.31 27.47,60.31 27.24,60.32Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/image_transfer_phones.xml"
line="34"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1483 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M40.25,46.35C39.82,46.35 39.44,46.35 39.13,46.37C38.79,46.4 38.45,46.46 38.12,46.63C37.63,46.88 37.23,47.28 36.98,47.77C36.81,48.1 36.75,48.44 36.72,48.78C36.7,49.09 36.7,49.47 36.7,49.9V52.92C36.7,53.35 36.7,53.73 36.72,54.04C36.75,54.38 36.81,54.72 36.98,55.05C37.23,55.54 37.63,55.94 38.12,56.19C38.45,56.36 38.79,56.42 39.13,56.45C39.44,56.47 39.82,56.47 40.25,56.47H43.27C43.7,56.47 44.08,56.47 44.4,56.45C44.73,56.42 45.07,56.36 45.4,56.19C45.89,55.94 46.29,55.54 46.54,55.05C46.71,54.72 46.77,54.38 46.8,54.04C46.82,53.73 46.82,53.35 46.82,52.92V49.9C46.82,49.47 46.82,49.09 46.8,48.78C46.77,48.44 46.71,48.1 46.54,47.77C46.29,47.28 45.89,46.88 45.4,46.63C45.07,46.46 44.73,46.4 44.4,46.37C44.08,46.35 43.7,46.35 43.27,46.35H40.25ZM38.99,48.34C39,48.33 39.07,48.3 39.28,48.28C39.51,48.26 39.81,48.26 40.28,48.26H43.24C43.71,48.26 44.01,48.26 44.24,48.28C44.45,48.3 44.52,48.33 44.53,48.34C44.66,48.4 44.77,48.51 44.83,48.64C44.84,48.65 44.87,48.72 44.89,48.93C44.91,49.16 44.91,49.46 44.91,49.93V52.89C44.91,53.36 44.91,53.66 44.89,53.89C44.87,54.1 44.84,54.17 44.83,54.18C44.77,54.31 44.66,54.42 44.53,54.48C44.52,54.49 44.45,54.52 44.24,54.54C44.01,54.56 43.71,54.56 43.24,54.56H40.28C39.81,54.56 39.51,54.56 39.28,54.54C39.07,54.52 39,54.49 38.99,54.48C38.86,54.42 38.75,54.31 38.69,54.18C38.68,54.17 38.65,54.1 38.63,53.89C38.61,53.66 38.61,53.36 38.61,52.89V49.93C38.61,49.46 38.61,49.16 38.63,48.93C38.65,48.72 38.68,48.65 38.69,48.64C38.75,48.51 38.86,48.4 38.99,48.34Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/image_transfer_phones.xml"
line="41"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1731 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M233.96,141.92C233.41,141.92 232.97,141.92 232.6,141.95C232.23,141.98 231.89,142.05 231.57,142.21C231.08,142.46 230.67,142.86 230.42,143.36C230.26,143.68 230.19,144.01 230.16,144.39C230.13,144.76 230.13,145.2 230.13,145.75V152.87C230.13,153.42 230.13,153.87 230.16,154.23C230.19,154.61 230.26,154.95 230.42,155.27C230.67,155.76 231.08,156.16 231.57,156.42C231.89,156.58 232.23,156.64 232.6,156.67C232.97,156.7 233.41,156.7 233.96,156.7H236.33C236.88,156.7 237.32,156.7 237.69,156.67C238.07,156.64 238.4,156.58 238.72,156.42C239.21,156.16 239.62,155.76 239.87,155.27C240.03,154.95 240.1,154.61 240.13,154.23C240.16,153.87 240.16,153.42 240.16,152.87V145.75C240.16,145.2 240.16,144.76 240.13,144.39C240.1,144.01 240.03,143.68 239.87,143.36C239.62,142.86 239.21,142.46 238.72,142.21C238.4,142.05 238.07,141.98 237.69,141.95C237.32,141.92 236.88,141.92 236.33,141.92H233.96ZM232.11,143.27C232.23,143.21 232.4,143.16 232.7,143.14C233.01,143.11 233.41,143.11 233.99,143.11H236.3C236.88,143.11 237.28,143.11 237.59,143.14C237.9,143.16 238.06,143.21 238.18,143.27C238.45,143.41 238.67,143.63 238.81,143.9C238.87,144.02 238.92,144.18 238.94,144.49C238.97,144.8 238.97,145.2 238.97,145.78V152.85C238.97,153.43 238.97,153.83 238.94,154.14C238.92,154.44 238.87,154.6 238.81,154.73C238.67,155 238.45,155.22 238.18,155.36C238.06,155.42 237.9,155.46 237.59,155.49C237.28,155.51 236.88,155.51 236.3,155.51H233.99C233.41,155.51 233.01,155.51 232.7,155.49C232.4,155.46 232.23,155.42 232.11,155.36C231.84,155.22 231.62,155 231.48,154.73C231.42,154.6 231.37,154.44 231.35,154.14C231.32,153.83 231.32,153.43 231.32,152.85V145.78C231.32,145.2 231.32,144.8 231.35,144.49C231.37,144.18 231.42,144.02 231.48,143.9C231.62,143.63 231.84,143.41 232.11,143.27Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/navbar_compact.xml"
line="25"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1731 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M233.96,141.92C233.41,141.92 232.97,141.92 232.6,141.95C232.23,141.98 231.89,142.05 231.57,142.21C231.08,142.46 230.67,142.86 230.42,143.36C230.26,143.68 230.19,144.01 230.16,144.39C230.13,144.76 230.13,145.2 230.13,145.75V152.87C230.13,153.42 230.13,153.87 230.16,154.23C230.19,154.61 230.26,154.95 230.42,155.27C230.67,155.76 231.08,156.16 231.57,156.42C231.89,156.58 232.23,156.64 232.6,156.67C232.97,156.7 233.41,156.7 233.96,156.7H236.33C236.88,156.7 237.32,156.7 237.69,156.67C238.07,156.64 238.4,156.58 238.72,156.42C239.21,156.16 239.62,155.76 239.87,155.27C240.03,154.95 240.1,154.61 240.13,154.23C240.16,153.87 240.16,153.42 240.16,152.87V145.75C240.16,145.2 240.16,144.76 240.13,144.39C240.1,144.01 240.03,143.68 239.87,143.36C239.62,142.86 239.21,142.46 238.72,142.21C238.4,142.05 238.07,141.98 237.69,141.95C237.32,141.92 236.88,141.92 236.33,141.92H233.96ZM232.11,143.27C232.23,143.21 232.4,143.16 232.7,143.14C233.01,143.11 233.41,143.11 233.99,143.11H236.3C236.88,143.11 237.28,143.11 237.59,143.14C237.9,143.16 238.06,143.21 238.18,143.27C238.45,143.41 238.67,143.63 238.81,143.9C238.87,144.02 238.92,144.18 238.94,144.49C238.97,144.8 238.97,145.2 238.97,145.78V152.85C238.97,153.43 238.97,153.83 238.94,154.14C238.92,154.44 238.87,154.6 238.81,154.73C238.67,155 238.45,155.22 238.18,155.36C238.06,155.42 237.9,155.46 237.59,155.49C237.28,155.51 236.88,155.51 236.3,155.51H233.99C233.41,155.51 233.01,155.51 232.7,155.49C232.4,155.46 232.23,155.42 232.11,155.36C231.84,155.22 231.62,155 231.48,154.73C231.42,154.6 231.37,154.44 231.35,154.14C231.32,153.83 231.32,153.43 231.32,152.85V145.78C231.32,145.2 231.32,144.8 231.35,144.49C231.37,144.18 231.42,144.02 231.48,143.9C231.62,143.63 231.84,143.41 232.11,143.27Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/navbar_compact.xml"
line="42"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1461 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M134.74,143.01C135.58,142.16 136.98,142.26 137.7,143.21L139.18,145.15C139.77,145.93 139.7,147.04 139,147.74L138.29,148.45C138.31,148.52 138.35,148.6 138.41,148.72C138.6,149.05 138.93,149.49 139.38,149.93C139.82,150.38 140.26,150.71 140.59,150.9C140.71,150.96 140.79,151 140.86,151.02L141.57,150.31C142.27,149.61 143.38,149.54 144.16,150.13L146.1,151.61C147.05,152.33 147.15,153.73 146.3,154.57L146.01,154.87C144.94,155.94 143.35,156.52 141.82,156C139.91,155.34 138.11,154.25 136.59,152.73C135.06,151.2 133.97,149.4 133.31,147.49C132.79,145.96 133.37,144.37 134.44,143.3L134.74,143.01ZM136.76,143.93C136.47,143.55 135.91,143.51 135.58,143.85L135.28,144.15C134.45,144.97 134.1,146.1 134.44,147.11C135.04,148.85 136.03,150.49 137.43,151.88C138.82,153.28 140.46,154.27 142.2,154.87C143.21,155.22 144.34,154.86 145.17,154.03L145.46,153.73C145.8,153.4 145.76,152.84 145.38,152.55L143.44,151.08C143.13,150.84 142.69,150.87 142.41,151.15L141.57,151.99C141.29,152.28 140.92,152.25 140.71,152.21C140.48,152.17 140.24,152.06 140.02,151.94C139.56,151.68 139.03,151.27 138.54,150.78C138.04,150.28 137.63,149.75 137.37,149.29C137.25,149.07 137.14,148.83 137.1,148.6C137.06,148.39 137.04,148.02 137.32,147.74L138.16,146.9C138.44,146.62 138.47,146.18 138.23,145.87L136.76,143.93ZM140.96,151.05C140.96,151.05 140.96,151.05 140.95,151.05C140.96,151.05 140.96,151.05 140.96,151.05ZM138.26,148.35C138.26,148.35 138.26,148.35 138.26,148.36C138.26,148.35 138.26,148.35 138.26,148.35Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/navbar_compact.xml"
line="44"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1467 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M134.89,142.85C135.74,142.01 137.13,142.1 137.86,143.05L139.33,144.99C139.93,145.78 139.85,146.88 139.16,147.58L138.44,148.3C138.46,148.36 138.5,148.45 138.57,148.56C138.75,148.9 139.09,149.34 139.53,149.78C139.98,150.22 140.41,150.56 140.75,150.74C140.86,150.81 140.95,150.85 141.01,150.87L141.73,150.15C142.43,149.46 143.53,149.38 144.32,149.98L146.26,151.45C147.21,152.18 147.3,153.57 146.46,154.42L146.16,154.71C145.1,155.78 143.51,156.37 141.97,155.84C140.06,155.18 138.26,154.1 136.74,152.57C135.21,151.04 134.12,149.25 133.47,147.34C132.94,145.8 133.53,144.21 134.6,143.15L134.89,142.85ZM136.91,143.77C136.62,143.39 136.07,143.36 135.73,143.69L135.44,143.99C134.61,144.82 134.25,145.95 134.59,146.95C135.19,148.7 136.19,150.34 137.58,151.73C138.98,153.12 140.61,154.12 142.36,154.72C143.36,155.06 144.49,154.7 145.32,153.87L145.62,153.58C145.95,153.24 145.92,152.69 145.54,152.4L143.6,150.93C143.29,150.69 142.85,150.72 142.57,150.99L141.73,151.84C141.44,152.12 141.07,152.1 140.87,152.06C140.64,152.01 140.4,151.91 140.17,151.78C139.71,151.53 139.19,151.12 138.69,150.62C138.19,150.12 137.78,149.6 137.53,149.14C137.4,148.91 137.3,148.67 137.25,148.44C137.21,148.24 137.19,147.87 137.47,147.59L138.32,146.74C138.59,146.46 138.62,146.02 138.38,145.71L136.91,143.77ZM141.12,150.89C141.12,150.89 141.12,150.89 141.11,150.89C141.11,150.89 141.12,150.89 141.12,150.89ZM138.42,148.19C138.42,148.19 138.42,148.2 138.42,148.2C138.42,148.2 138.42,148.19 138.42,148.19Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/navbar_compact.xml"
line="61"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1736 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M210.43,141.92C209.88,141.92 209.43,141.92 209.07,141.95C208.69,141.98 208.35,142.05 208.03,142.21C207.54,142.46 207.13,142.86 206.88,143.36C206.72,143.68 206.66,144.01 206.63,144.39C206.6,144.76 206.6,145.2 206.6,145.75V152.87C206.6,153.42 206.6,153.87 206.63,154.23C206.66,154.61 206.72,154.95 206.88,155.27C207.13,155.76 207.54,156.16 208.03,156.42C208.35,156.58 208.69,156.64 209.07,156.67C209.43,156.7 209.88,156.7 210.43,156.7H212.79C213.34,156.7 213.79,156.7 214.15,156.67C214.53,156.64 214.87,156.58 215.18,156.42C215.68,156.16 216.08,155.76 216.33,155.27C216.49,154.95 216.56,154.61 216.59,154.23C216.62,153.87 216.62,153.42 216.62,152.87V145.75C216.62,145.2 216.62,144.76 216.59,144.39C216.56,144.01 216.49,143.68 216.33,143.36C216.08,142.86 215.68,142.46 215.18,142.21C214.87,142.05 214.53,141.98 214.15,141.95C213.79,141.92 213.34,141.92 212.79,141.92H210.43ZM208.57,143.27C208.69,143.21 208.86,143.16 209.16,143.14C209.47,143.11 209.87,143.11 210.45,143.11H212.76C213.34,143.11 213.74,143.11 214.05,143.14C214.36,143.16 214.52,143.21 214.64,143.27C214.91,143.41 215.13,143.63 215.27,143.9C215.33,144.02 215.38,144.18 215.4,144.49C215.43,144.8 215.43,145.2 215.43,145.78V152.85C215.43,153.43 215.43,153.83 215.4,154.14C215.38,154.44 215.33,154.6 215.27,154.73C215.13,155 214.91,155.22 214.64,155.36C214.52,155.42 214.36,155.46 214.05,155.49C213.74,155.51 213.34,155.51 212.76,155.51H210.45C209.87,155.51 209.47,155.51 209.16,155.49C208.86,155.46 208.69,155.42 208.57,155.36C208.3,155.22 208.08,155 207.94,154.73C207.88,154.6 207.84,154.44 207.81,154.14C207.79,153.83 207.79,153.43 207.79,152.85V145.78C207.79,145.2 207.79,144.8 207.81,144.49C207.84,144.18 207.88,144.02 207.94,143.9C208.08,143.63 208.3,143.41 208.57,143.27Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/navbar_compact_2.xml"
line="28"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1736 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M210.43,141.92C209.88,141.92 209.43,141.92 209.07,141.95C208.69,141.98 208.35,142.05 208.03,142.21C207.54,142.46 207.13,142.86 206.88,143.36C206.72,143.68 206.66,144.01 206.63,144.39C206.6,144.76 206.6,145.2 206.6,145.75V152.87C206.6,153.42 206.6,153.87 206.63,154.23C206.66,154.61 206.72,154.95 206.88,155.27C207.13,155.76 207.54,156.16 208.03,156.42C208.35,156.58 208.69,156.64 209.07,156.67C209.43,156.7 209.88,156.7 210.43,156.7H212.79C213.34,156.7 213.79,156.7 214.15,156.67C214.53,156.64 214.87,156.58 215.18,156.42C215.68,156.16 216.08,155.76 216.33,155.27C216.49,154.95 216.56,154.61 216.59,154.23C216.62,153.87 216.62,153.42 216.62,152.87V145.75C216.62,145.2 216.62,144.76 216.59,144.39C216.56,144.01 216.49,143.68 216.33,143.36C216.08,142.86 215.68,142.46 215.18,142.21C214.87,142.05 214.53,141.98 214.15,141.95C213.79,141.92 213.34,141.92 212.79,141.92H210.43ZM208.57,143.27C208.69,143.21 208.86,143.16 209.16,143.14C209.47,143.11 209.87,143.11 210.45,143.11H212.76C213.34,143.11 213.74,143.11 214.05,143.14C214.36,143.16 214.52,143.21 214.64,143.27C214.91,143.41 215.13,143.63 215.27,143.9C215.33,144.02 215.38,144.18 215.4,144.49C215.43,144.8 215.43,145.2 215.43,145.78V152.85C215.43,153.43 215.43,153.83 215.4,154.14C215.38,154.44 215.33,154.6 215.27,154.73C215.13,155 214.91,155.22 214.64,155.36C214.52,155.42 214.36,155.46 214.05,155.49C213.74,155.51 213.34,155.51 212.76,155.51H210.45C209.87,155.51 209.47,155.51 209.16,155.49C208.86,155.46 208.69,155.42 208.57,155.36C208.3,155.22 208.08,155 207.94,154.73C207.88,154.6 207.84,154.44 207.81,154.14C207.79,153.83 207.79,153.43 207.79,152.85V145.78C207.79,145.2 207.79,144.8 207.81,144.49C207.84,144.18 207.88,144.02 207.94,143.9C208.08,143.63 208.3,143.41 208.57,143.27Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/navbar_compact_2.xml"
line="45"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1744 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M232.96,124.64C232.41,124.64 231.97,124.64 231.6,124.67C231.23,124.7 230.89,124.77 230.57,124.93C230.08,125.18 229.67,125.58 229.42,126.08C229.26,126.39 229.19,126.73 229.16,127.11C229.13,127.47 229.13,127.92 229.13,128.47V135.59C229.13,136.14 229.13,136.59 229.16,136.95C229.19,137.33 229.26,137.67 229.42,137.98C229.67,138.48 230.08,138.88 230.57,139.13C230.89,139.3 231.23,139.36 231.6,139.39C231.97,139.42 232.41,139.42 232.96,139.42H235.33C235.88,139.42 236.32,139.42 236.69,139.39C237.07,139.36 237.4,139.3 237.72,139.13C238.21,138.88 238.62,138.48 238.87,137.98C239.03,137.67 239.1,137.33 239.13,136.95C239.16,136.59 239.16,136.14 239.16,135.59V128.47C239.16,127.92 239.16,127.47 239.13,127.11C239.1,126.73 239.03,126.39 238.87,126.08C238.62,125.58 238.21,125.18 237.72,124.93C237.4,124.77 237.07,124.7 236.69,124.67C236.32,124.64 235.88,124.64 235.33,124.64H232.96ZM231.11,125.99C231.23,125.93 231.4,125.88 231.7,125.86C232.01,125.83 232.41,125.83 232.99,125.83H235.3C235.88,125.83 236.28,125.83 236.59,125.86C236.9,125.88 237.06,125.93 237.18,125.99C237.45,126.13 237.67,126.35 237.81,126.62C237.87,126.74 237.92,126.9 237.94,127.21C237.97,127.52 237.97,127.92 237.97,128.5V135.57C237.97,136.15 237.97,136.55 237.94,136.86C237.92,137.16 237.87,137.32 237.81,137.44C237.67,137.72 237.45,137.94 237.18,138.07C237.06,138.14 236.9,138.18 236.59,138.21C236.28,138.23 235.88,138.23 235.3,138.23H232.99C232.41,138.23 232.01,138.23 231.7,138.21C231.4,138.18 231.23,138.14 231.11,138.07C230.84,137.94 230.62,137.72 230.48,137.44C230.42,137.32 230.37,137.16 230.35,136.86C230.32,136.55 230.32,136.15 230.32,135.57V128.5C230.32,127.92 230.32,127.52 230.35,127.21C230.37,126.9 230.42,126.74 230.48,126.62C230.62,126.35 230.84,126.13 231.11,125.99Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/navbar_normal.xml"
line="25"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1464 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M134.63,125.73C135.48,124.88 136.87,124.98 137.6,125.93L139.07,127.87C139.67,128.65 139.59,129.76 138.89,130.46L138.18,131.17C138.2,131.23 138.24,131.32 138.3,131.44C138.49,131.77 138.82,132.21 139.27,132.65C139.71,133.1 140.15,133.43 140.49,133.62C140.6,133.68 140.69,133.72 140.75,133.74L141.47,133.03C142.16,132.33 143.27,132.26 144.06,132.85L145.99,134.33C146.95,135.05 147.04,136.45 146.2,137.29L145.9,137.59C144.83,138.66 143.24,139.24 141.71,138.72C139.8,138.06 138,136.97 136.48,135.45C134.95,133.92 133.86,132.12 133.21,130.21C132.68,128.68 133.27,127.09 134.33,126.02L134.63,125.73ZM136.65,126.65C136.36,126.27 135.81,126.23 135.47,126.57L135.17,126.86C134.35,127.69 133.99,128.82 134.33,129.83C134.93,131.57 135.93,133.21 137.32,134.6C138.71,136 140.35,136.99 142.1,137.59C143.1,137.93 144.23,137.58 145.06,136.75L145.35,136.45C145.69,136.12 145.65,135.56 145.27,135.27L143.34,133.8C143.02,133.56 142.58,133.59 142.31,133.87L141.46,134.71C141.18,134.99 140.81,134.97 140.6,134.93C140.37,134.89 140.13,134.78 139.91,134.66C139.45,134.4 138.93,133.99 138.43,133.49C137.93,133 137.52,132.47 137.26,132.01C137.14,131.79 137.04,131.55 136.99,131.32C136.95,131.11 136.93,130.74 137.21,130.46L138.05,129.62C138.33,129.34 138.36,128.9 138.12,128.59L136.65,126.65ZM140.85,133.77C140.85,133.77 140.85,133.77 140.85,133.77C140.85,133.77 140.85,133.77 140.85,133.77ZM138.15,131.07C138.15,131.07 138.15,131.07 138.15,131.08C138.15,131.07 138.15,131.07 138.15,131.07Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/navbar_normal.xml"
line="54"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1744 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M232.96,124.64C232.41,124.64 231.97,124.64 231.6,124.67C231.23,124.7 230.89,124.77 230.57,124.93C230.08,125.18 229.67,125.58 229.42,126.08C229.26,126.39 229.19,126.73 229.16,127.11C229.13,127.47 229.13,127.92 229.13,128.47V135.59C229.13,136.14 229.13,136.59 229.16,136.95C229.19,137.33 229.26,137.67 229.42,137.98C229.67,138.48 230.08,138.88 230.57,139.13C230.89,139.3 231.23,139.36 231.6,139.39C231.97,139.42 232.41,139.42 232.96,139.42H235.33C235.88,139.42 236.32,139.42 236.69,139.39C237.07,139.36 237.4,139.3 237.72,139.13C238.21,138.88 238.62,138.48 238.87,137.98C239.03,137.67 239.1,137.33 239.13,136.95C239.16,136.59 239.16,136.14 239.16,135.59V128.47C239.16,127.92 239.16,127.47 239.13,127.11C239.1,126.73 239.03,126.39 238.87,126.08C238.62,125.58 238.21,125.18 237.72,124.93C237.4,124.77 237.07,124.7 236.69,124.67C236.32,124.64 235.88,124.64 235.33,124.64H232.96ZM231.11,125.99C231.23,125.93 231.4,125.88 231.7,125.86C232.01,125.83 232.41,125.83 232.99,125.83H235.3C235.88,125.83 236.28,125.83 236.59,125.86C236.9,125.88 237.06,125.93 237.18,125.99C237.45,126.13 237.67,126.35 237.81,126.62C237.87,126.74 237.92,126.9 237.94,127.21C237.97,127.52 237.97,127.92 237.97,128.5V135.57C237.97,136.15 237.97,136.55 237.94,136.86C237.92,137.16 237.87,137.32 237.81,137.44C237.67,137.72 237.45,137.94 237.18,138.07C237.06,138.14 236.9,138.18 236.59,138.21C236.28,138.23 235.88,138.23 235.3,138.23H232.99C232.41,138.23 232.01,138.23 231.7,138.21C231.4,138.18 231.23,138.14 231.11,138.07C230.84,137.94 230.62,137.72 230.48,137.44C230.42,137.32 230.37,137.16 230.35,136.86C230.32,136.55 230.32,136.15 230.32,135.57V128.5C230.32,127.92 230.32,127.52 230.35,127.21C230.37,126.9 230.42,126.74 230.48,126.62C230.62,126.35 230.84,126.13 231.11,125.99Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/navbar_normal.xml"
line="62"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1464 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M134.63,125.73C135.48,124.88 136.87,124.98 137.6,125.93L139.07,127.87C139.67,128.65 139.59,129.76 138.89,130.46L138.18,131.17C138.2,131.23 138.24,131.32 138.3,131.44C138.49,131.77 138.82,132.21 139.27,132.65C139.71,133.1 140.15,133.43 140.49,133.62C140.6,133.68 140.69,133.72 140.75,133.74L141.47,133.03C142.16,132.33 143.27,132.26 144.06,132.85L145.99,134.33C146.95,135.05 147.04,136.45 146.2,137.29L145.9,137.59C144.83,138.66 143.24,139.24 141.71,138.72C139.8,138.06 138,136.97 136.48,135.45C134.95,133.92 133.86,132.12 133.21,130.21C132.68,128.68 133.27,127.09 134.33,126.02L134.63,125.73ZM136.65,126.65C136.36,126.27 135.81,126.23 135.47,126.57L135.17,126.86C134.35,127.69 133.99,128.82 134.33,129.83C134.93,131.57 135.93,133.21 137.32,134.6C138.71,136 140.35,136.99 142.1,137.59C143.1,137.93 144.23,137.58 145.06,136.75L145.35,136.45C145.69,136.12 145.65,135.56 145.27,135.27L143.34,133.8C143.02,133.56 142.58,133.59 142.31,133.87L141.46,134.71C141.18,134.99 140.81,134.97 140.6,134.93C140.37,134.89 140.13,134.78 139.91,134.66C139.45,134.4 138.93,133.99 138.43,133.49C137.93,133 137.52,132.47 137.26,132.01C137.14,131.79 137.04,131.55 136.99,131.32C136.95,131.11 136.93,130.74 137.21,130.46L138.05,129.62C138.33,129.34 138.36,128.9 138.12,128.59L136.65,126.65ZM140.85,133.77C140.85,133.77 140.85,133.77 140.85,133.77C140.85,133.77 140.85,133.77 140.85,133.77ZM138.15,131.07C138.15,131.07 138.15,131.07 138.15,131.08C138.15,131.07 138.15,131.07 138.15,131.07Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/navbar_normal.xml"
line="91"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1744 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M208.96,124.64C208.41,124.64 207.97,124.64 207.6,124.67C207.23,124.7 206.89,124.77 206.57,124.93C206.08,125.18 205.67,125.58 205.42,126.08C205.26,126.39 205.19,126.73 205.16,127.11C205.13,127.47 205.13,127.92 205.13,128.47V135.59C205.13,136.14 205.13,136.59 205.16,136.95C205.19,137.33 205.26,137.67 205.42,137.98C205.67,138.48 206.08,138.88 206.57,139.13C206.89,139.3 207.23,139.36 207.6,139.39C207.97,139.42 208.41,139.42 208.96,139.42H211.33C211.88,139.42 212.32,139.42 212.69,139.39C213.07,139.36 213.4,139.3 213.72,139.13C214.21,138.88 214.62,138.48 214.87,137.98C215.03,137.67 215.1,137.33 215.13,136.95C215.16,136.59 215.16,136.14 215.16,135.59V128.47C215.16,127.92 215.16,127.47 215.13,127.11C215.1,126.73 215.03,126.39 214.87,126.08C214.62,125.58 214.21,125.18 213.72,124.93C213.4,124.77 213.07,124.7 212.69,124.67C212.32,124.64 211.88,124.64 211.33,124.64H208.96ZM207.11,125.99C207.23,125.93 207.4,125.88 207.7,125.86C208.01,125.83 208.41,125.83 208.99,125.83H211.3C211.88,125.83 212.28,125.83 212.59,125.86C212.9,125.88 213.06,125.93 213.18,125.99C213.45,126.13 213.67,126.35 213.81,126.62C213.87,126.74 213.92,126.9 213.94,127.21C213.97,127.52 213.97,127.92 213.97,128.5V135.57C213.97,136.15 213.97,136.55 213.94,136.86C213.92,137.16 213.87,137.32 213.81,137.44C213.67,137.72 213.45,137.94 213.18,138.07C213.06,138.14 212.9,138.18 212.59,138.21C212.28,138.23 211.88,138.23 211.3,138.23H208.99C208.41,138.23 208.01,138.23 207.7,138.21C207.4,138.18 207.23,138.14 207.11,138.07C206.84,137.94 206.62,137.72 206.48,137.44C206.42,137.32 206.37,137.16 206.35,136.86C206.32,136.55 206.32,136.15 206.32,135.57V128.5C206.32,127.92 206.32,127.52 206.35,127.21C206.37,126.9 206.42,126.74 206.48,126.62C206.62,126.35 206.84,126.13 207.11,125.99Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/navbar_normal_2.xml"
line="28"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1744 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M208.96,124.64C208.41,124.64 207.97,124.64 207.6,124.67C207.23,124.7 206.89,124.77 206.57,124.93C206.08,125.18 205.67,125.58 205.42,126.08C205.26,126.39 205.19,126.73 205.16,127.11C205.13,127.47 205.13,127.92 205.13,128.47V135.59C205.13,136.14 205.13,136.59 205.16,136.95C205.19,137.33 205.26,137.67 205.42,137.98C205.67,138.48 206.08,138.88 206.57,139.13C206.89,139.3 207.23,139.36 207.6,139.39C207.97,139.42 208.41,139.42 208.96,139.42H211.33C211.88,139.42 212.32,139.42 212.69,139.39C213.07,139.36 213.4,139.3 213.72,139.13C214.21,138.88 214.62,138.48 214.87,137.98C215.03,137.67 215.1,137.33 215.13,136.95C215.16,136.59 215.16,136.14 215.16,135.59V128.47C215.16,127.92 215.16,127.47 215.13,127.11C215.1,126.73 215.03,126.39 214.87,126.08C214.62,125.58 214.21,125.18 213.72,124.93C213.4,124.77 213.07,124.7 212.69,124.67C212.32,124.64 211.88,124.64 211.33,124.64H208.96ZM207.11,125.99C207.23,125.93 207.4,125.88 207.7,125.86C208.01,125.83 208.41,125.83 208.99,125.83H211.3C211.88,125.83 212.28,125.83 212.59,125.86C212.9,125.88 213.06,125.93 213.18,125.99C213.45,126.13 213.67,126.35 213.81,126.62C213.87,126.74 213.92,126.9 213.94,127.21C213.97,127.52 213.97,127.92 213.97,128.5V135.57C213.97,136.15 213.97,136.55 213.94,136.86C213.92,137.16 213.87,137.32 213.81,137.44C213.67,137.72 213.45,137.94 213.18,138.07C213.06,138.14 212.9,138.18 212.59,138.21C212.28,138.23 211.88,138.23 211.3,138.23H208.99C208.41,138.23 208.01,138.23 207.7,138.21C207.4,138.18 207.23,138.14 207.11,138.07C206.84,137.94 206.62,137.72 206.48,137.44C206.42,137.32 206.37,137.16 206.35,136.86C206.32,136.55 206.32,136.15 206.32,135.57V128.5C206.32,127.92 206.32,127.52 206.35,127.21C206.37,126.9 206.42,126.74 206.48,126.62C206.62,126.35 206.84,126.13 207.11,125.99Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/navbar_normal_2.xml"
line="65"
column="31"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1777 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M4,21.473v-4.94c0,-1.632 0,-2.918 0.084,-3.953 0.086,-1.055 0.264,-1.937 0.67,-2.74A7,7 0,0 1,7.84 6.755c0.802,-0.406 1.684,-0.584 2.74,-0.67C11.615,6 12.9,6 14.533,6h2.551a6.15,6.15 0,0 1,5.274 2.986A4.15,4.15 0,0 0,25.912 11h7.532c1.643,0 2.937,0 3.978,0.085 1.063,0.087 1.95,0.267 2.756,0.678a7,7 0,0 1,3.059 3.06c0.41,0.805 0.591,1.692 0.678,2.755 0.085,1.041 0.085,2.335 0.085,3.978v8.888c0,1.643 0,2.937 -0.085,3.978 -0.087,1.063 -0.267,1.95 -0.678,2.756a7,7 0,0 1,-3.06 3.059c-0.805,0.41 -1.692,0.591 -2.755,0.678 -1.041,0.085 -2.335,0.085 -3.978,0.085L14.556,41c-1.643,0 -2.937,0 -3.978,-0.085 -1.063,-0.087 -1.95,-0.267 -2.756,-0.678a7,7 0,0 1,-3.059 -3.06c-0.41,-0.805 -0.591,-1.692 -0.678,-2.755C4,33.381 4,32.087 4,30.444v-8.97ZM25.912,13L14.6,13c-1.697,0 -2.909,0 -3.86,0.078 -0.938,0.077 -1.533,0.224 -2.01,0.467a5,5 0,0 0,-2.185 2.185c-0.243,0.477 -0.39,1.072 -0.467,2.01 -0.076,0.931 -0.078,2.112 -0.078,3.754L6,30.4c0,1.697 0,2.909 0.078,3.86 0.077,0.938 0.224,1.533 0.467,2.01a5,5 0,0 0,2.185 2.185c0.477,0.243 1.072,0.39 2.01,0.467 0.951,0.077 2.163,0.078 3.86,0.078h18.8c1.697,0 2.909,0 3.86,-0.078 0.938,-0.077 1.533,-0.224 2.01,-0.467a5,5 0,0 0,2.185 -2.185c0.243,-0.477 0.39,-1.072 0.467,-2.01 0.077,-0.951 0.078,-2.163 0.078,-3.86v-8.8c0,-1.697 0,-2.909 -0.078,-3.86 -0.077,-0.938 -0.224,-1.533 -0.467,-2.01a5,5 0,0 0,-2.185 -2.185c-0.477,-0.243 -1.072,-0.39 -2.01,-0.467 -0.951,-0.077 -2.163,-0.078 -3.86,-0.078h-7.488ZM21.377,11c-0.274,-0.3 -0.52,-0.63 -0.735,-0.986A4.15,4.15 0,0 0,17.084 8h-2.507c-1.685,0 -2.89,0 -3.835,0.077 -0.933,0.076 -1.524,0.221 -1.999,0.461a5,5 0,0 0,-2.205 2.205c-0.24,0.475 -0.385,1.066 -0.46,2a15.71,15.71 0,0 0,-0.022 0.301,7 7,0 0,1 1.766,-1.281c0.806,-0.41 1.693,-0.591 2.756,-0.678C11.619,11 12.913,11 14.556,11h6.82Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/permission_file.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1761 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.136,11.717L41.548,8.372C43.575,8.105 45.188,7.892 46.502,7.828C47.848,7.761 49.014,7.839 50.124,8.232C51.915,8.866 53.46,10.052 54.537,11.618C55.203,12.588 55.581,13.694 55.865,15.012C56.142,16.298 56.354,17.91 56.621,19.938L58.596,34.939C58.863,36.966 59.076,38.578 59.14,39.893C59.207,41.239 59.129,42.405 58.736,43.515C58.101,45.306 56.916,46.851 55.35,47.928C54.38,48.594 53.274,48.972 51.956,49.256C50.67,49.533 49.057,49.745 47.03,50.012L21.618,53.358C19.591,53.625 17.979,53.837 16.665,53.902C15.318,53.968 14.153,53.89 13.043,53.497C11.251,52.863 9.707,51.678 8.63,50.111C7.963,49.141 7.586,48.035 7.302,46.718C7.025,45.431 6.812,43.819 6.545,41.792L4.57,26.79C4.304,24.763 4.091,23.151 4.026,21.836C3.96,20.49 4.038,19.324 4.431,18.215C5.065,16.423 6.251,14.878 7.817,13.802C8.787,13.135 9.893,12.758 11.21,12.474C12.497,12.196 14.109,11.984 16.136,11.717ZM11.843,15.406C10.707,15.651 10.03,15.921 9.516,16.274C8.472,16.992 7.682,18.022 7.259,19.216C7.051,19.804 6.965,20.528 7.023,21.688C7.081,22.866 7.276,24.357 7.553,26.464L9.511,41.335C9.789,43.442 9.986,44.933 10.235,46.085C10.479,47.221 10.749,47.898 11.102,48.412C11.82,49.456 12.85,50.246 14.044,50.669C14.632,50.878 15.356,50.963 16.517,50.906C17.694,50.847 19.185,50.652 21.292,50.375L46.574,47.047C48.681,46.769 50.171,46.572 51.324,46.323C52.459,46.078 53.137,45.808 53.651,45.455C54.695,44.738 55.485,43.708 55.908,42.513C56.116,41.926 56.201,41.202 56.144,40.041C56.086,38.863 55.891,37.373 55.613,35.266L53.655,20.394C53.378,18.287 53.181,16.797 52.932,15.644C52.687,14.509 52.417,13.831 52.064,13.317C51.347,12.273 50.317,11.483 49.122,11.06C48.535,10.852 47.811,10.767 46.65,10.824C45.472,10.882 43.982,11.077 41.875,11.354L16.593,14.683C14.486,14.96 12.996,15.158 11.843,15.406Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/permission_gallery.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1732 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M67.5,35.235L67.5,50.366C67.5,52.411 67.5,54.037 67.393,55.349C67.283,56.692 67.053,57.838 66.519,58.887C65.656,60.58 64.279,61.957 62.586,62.82C61.537,63.354 60.391,63.584 59.048,63.694C57.736,63.801 56.11,63.801 54.066,63.801L28.434,63.801C26.39,63.801 24.764,63.801 23.452,63.694C22.108,63.584 20.963,63.354 19.914,62.82C18.221,61.957 16.844,60.58 15.981,58.887C15.446,57.838 15.217,56.692 15.107,55.349C15,54.037 15,52.411 15,50.367L15,35.235C15,33.191 15,31.565 15.107,30.253C15.217,28.909 15.446,27.764 15.981,26.715C16.844,25.021 18.221,23.645 19.914,22.782C20.963,22.247 22.108,22.018 23.452,21.908C24.764,21.801 26.39,21.801 28.434,21.801L54.066,21.801C56.11,21.801 57.736,21.801 59.048,21.908C60.391,22.018 61.537,22.247 62.586,22.782C64.279,23.645 65.656,25.021 66.519,26.715C67.053,27.764 67.283,28.909 67.393,30.253C67.5,31.565 67.5,33.191 67.5,35.235ZM64.403,30.497C64.308,29.339 64.129,28.632 63.846,28.077C63.271,26.948 62.353,26.03 61.224,25.455C60.668,25.172 59.962,24.993 58.804,24.898C57.628,24.802 56.125,24.801 54,24.801L28.5,24.801C26.375,24.801 24.872,24.802 23.696,24.898C22.538,24.993 21.831,25.172 21.276,25.455C20.147,26.03 19.229,26.948 18.654,28.077C18.371,28.632 18.192,29.339 18.097,30.497C18.001,31.672 18,33.176 18,35.301L18,50.301C18,52.426 18.001,53.929 18.097,55.105C18.192,56.263 18.371,56.969 18.654,57.525C19.229,58.654 20.147,59.572 21.276,60.147C21.831,60.43 22.538,60.609 23.696,60.704C24.872,60.8 26.375,60.801 28.5,60.801L54,60.801C56.125,60.801 57.628,60.8 58.804,60.704C59.962,60.609 60.668,60.43 61.224,60.147C62.353,59.572 63.271,58.654 63.846,57.525C64.129,56.969 64.308,56.263 64.403,55.105C64.499,53.929 64.5,52.426 64.5,50.301L64.5,35.301C64.5,33.176 64.499,31.672 64.403,30.497Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/permission_gallery.xml"
line="29"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1103 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.332,16.852C10.604,9.064 16.755,3.5 24,3.5c7.245,0 13.396,5.564 13.668,13.352 0.258,7.364 1.747,10.157 3,11.638 0.326,0.383 0.651,0.698 0.977,1.001l0.155,0.144 0.004,0.003c0.27,0.25 0.558,0.516 0.81,0.792 0.67,0.738 1.136,1.608 1.136,2.973 0,2.245 -1.792,4.097 -4.04,4.097h-7.768c-0.471,4.022 -3.763,7 -7.942,7 -4.18,0 -7.471,-2.978 -7.942,-7L8.29,37.5c-2.25,0 -4.041,-1.852 -4.041,-4.097 0,-1.365 0.466,-2.235 1.137,-2.973 0.25,-0.276 0.54,-0.543 0.809,-0.792l0.159,-0.147c0.326,-0.303 0.651,-0.618 0.976,-1.001 1.254,-1.48 2.743,-4.274 3,-11.638ZM24,5.5c-6.189,0 -11.435,4.731 -11.67,11.422 -0.266,7.604 -1.817,10.906 -3.473,12.86a13.45,13.45 0,0 1,-1.14 1.173l-0.184,0.171c-0.268,0.248 -0.48,0.444 -0.667,0.65 -0.387,0.425 -0.616,0.83 -0.616,1.627 0,1.176 0.93,2.097 2.04,2.097h31.42c1.11,0 2.04,-0.921 2.04,-2.097 0,-0.797 -0.23,-1.202 -0.616,-1.627 -0.187,-0.206 -0.399,-0.402 -0.667,-0.65l-0.184,-0.17c-0.344,-0.32 -0.738,-0.699 -1.14,-1.174 -1.656,-1.954 -3.207,-5.256 -3.474,-12.86C35.437,10.232 30.19,5.5 24,5.5ZM24,42.5c-3.072,0 -5.473,-2.093 -5.924,-5h11.848c-0.45,2.907 -2.852,5 -5.924,5Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/permission_notification.xml"
line="19"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1289 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.051,7.708a3.058,3.058 0,0 0,-4.597 -0.312l-0.871,0.87c-2.585,2.586 -3.784,6.209 -2.659,9.492a37.396,37.396 0,0 0,8.97 14.348,37.397 37.397,0 0,0 14.348,8.97c3.283,1.125 6.906,-0.074 9.491,-2.659l0.871,-0.871a3.058,3.058 0,0 0,-0.312 -4.597l-5.706,-4.337a3.058,3.058 0,0 0,-4.013 0.272l-2.484,2.485c-0.557,0.556 -1.32,0.54 -1.85,0.438 -0.572,-0.11 -1.2,-0.378 -1.828,-0.728 -1.27,-0.705 -2.76,-1.864 -4.193,-3.297 -1.433,-1.433 -2.592,-2.922 -3.297,-4.193 -0.35,-0.629 -0.617,-1.256 -0.728,-1.827 -0.103,-0.53 -0.119,-1.294 0.438,-1.85l2.485,-2.485a3.058,3.058 0,0 0,0.272 -4.013l-4.337,-5.706ZM9.04,5.982a5.058,5.058 0,0 1,7.603 0.516l4.337,5.706a5.058,5.058 0,0 1,-0.45 6.637l-2.394,2.394c0.002,0.033 0.008,0.08 0.02,0.146 0.055,0.28 0.213,0.697 0.513,1.237 0.592,1.066 1.623,2.41 2.963,3.75 1.34,1.34 2.684,2.37 3.75,2.963 0.54,0.3 0.957,0.458 1.237,0.513 0.065,0.012 0.113,0.018 0.146,0.02l2.394,-2.394a5.058,5.058 0,0 1,6.637 -0.45l5.706,4.337a5.058,5.058 0,0 1,0.516 7.603l-0.87,0.871c-2.988,2.988 -7.381,4.567 -11.554,3.137a39.395,39.395 0,0 1,-15.115 -9.447,39.395 39.395,0 0,1 -9.447,-15.115c-1.43,-4.173 0.15,-8.566 3.137,-11.553l0.87,-0.871 0.708,0.707 -0.707,-0.707ZM26.828,29.862 L26.817,29.864 26.827,29.862ZM18.138,21.172 L18.136,21.183c0,-0.008 0.002,-0.011 0.002,-0.01Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/permission_phone.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (812 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M7.87 8.59l0.85-0.85c2.55-2.55 6.76-2.26 8.94 0.6l4.22 5.56c1.8 2.37 1.57 5.7-0.53 7.8l-1.9 1.91c0.05 0.15 0.14 0.33 0.26 0.55 0.52 0.93 1.46 2.16 2.71 3.42 1.26 1.25 2.5 2.2 3.42 2.7 0.22 0.13 0.4 0.22 0.55 0.28l1.9-1.91c2.1-2.1 5.44-2.33 7.8-0.53l5.56 4.22c2.87 2.18 3.16 6.4 0.6 8.94l-0.84 0.85c-3.11 3.11-7.78 4.84-12.3 3.3-5.52-1.9-10.7-5.04-15.1-9.44-4.4-4.4-7.55-9.58-9.44-15.1-1.54-4.52 0.19-9.19 3.3-12.3Zm18.92 22.1h-0.03 0.03Zm-7.47-7.48v0.03-0.03ZM10.13 9.16c1.7-1.7 4.49-1.5 5.94 0.4l4.22 5.55c1.2 1.57 1.04 3.79-0.35 5.18l-2.42 2.42c-0.77 0.77 0.79 3.58 3.49 6.28s5.5 4.26 6.28 3.5l2.42-2.43c1.4-1.4 3.6-1.54 5.18-0.35l5.55 4.22c1.9 1.45 2.1 4.25 0.4 5.94L40 40.72c-2.72 2.7-6.61 4.06-10.24 2.81-5.24-1.79-10.16-4.78-14.34-8.95-4.17-4.18-7.16-9.1-8.95-14.34-1.25-3.63 0.1-7.52 2.81-10.24l0.85-0.84Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/phone_48_color.xml"
line="16"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (945 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.27 10.16c-1.08-1.42-3.17-1.56-4.43-0.3l-0.85 0.85c-2.5 2.51-3.67 6.03-2.58 9.2 1.75 5.1 4.65 9.89 8.72 13.96s8.86 6.97 13.95 8.72c3.18 1.09 6.7-0.07 9.2-2.58l0.86-0.85c1.26-1.26 1.12-3.35-0.3-4.43l-5.56-4.22c-1.17-0.9-2.82-0.78-3.87 0.26L28 33.2c-0.55 0.55-1.3 0.53-1.83 0.43-0.56-0.1-1.17-0.37-1.78-0.7-1.24-0.7-2.7-1.83-4.09-3.22-1.4-1.4-2.52-2.85-3.21-4.09-0.34-0.61-0.6-1.22-0.71-1.78-0.1-0.52-0.12-1.28 0.43-1.83l2.42-2.41c1.04-1.05 1.15-2.7 0.26-3.87l-4.22-5.56ZM9.43 8.45c2.12-2.12 5.62-1.88 7.43 0.5l4.22 5.56c1.5 1.97 1.31 4.74-0.44 6.49l-2.32 2.32 0.02 0.13c0.05 0.27 0.2 0.67 0.5 1.2 0.57 1.03 1.57 2.33 2.88 3.63 1.3 1.3 2.6 2.3 3.64 2.88 0.52 0.3 0.92 0.45 1.2 0.5l0.12 0.02L29 29.36c1.75-1.75 4.52-1.94 6.5-0.44l5.55 4.22c2.38 1.81 2.62 5.31 0.5 7.43l-0.85 0.85c-2.9 2.91-7.2 4.46-11.27 3.06-5.37-1.84-10.42-4.9-14.71-9.2-4.3-4.29-7.36-9.34-9.2-14.71-1.4-4.08 0.15-8.36 3.06-11.27l0.85-0.85Zm17.32 23.23h-0.01Zm-8.43-8.43v0.01Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/phone_48_color.xml"
line="16"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1135 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M28.28 10.37c0.2-0.43 0.51-0.79 0.89-1.05l0.16-0.1V6.95C29.33 4.22 31.43 2 34 2c2.58 0 4.67 2.22 4.67 4.96V9.2l0.16 0.11c0.38 0.26 0.68 0.62 0.89 1.05 0.16 0.33 0.22 0.68 0.25 1.06C40 11.8 40 12.25 40 12.8v3.3c0 0.54 0 0.99-0.03 1.35-0.03 0.38-0.09 0.74-0.25 1.07-0.25 0.51-0.64 0.93-1.12 1.2-0.32 0.16-0.65 0.23-1 0.26S36.81 20 36.3 20H31.7c-0.51 0-0.94 0-1.28-0.03-0.36-0.03-0.7-0.1-1-0.27-0.49-0.26-0.88-0.68-1.13-1.2-0.16-0.32-0.22-0.68-0.25-1.06C28 17.08 28 16.63 28 16.1v-3.3c0-0.54 0-0.99 0.03-1.36 0.03-0.38 0.1-0.73 0.25-1.06Zm8.98 0.02l0.48 0.02 0.17 0.1c0.18 0.1 0.35 0.28 0.46 0.5 0.04 0.1 0.08 0.24 0.1 0.54 0.03 0.3 0.03 0.68 0.03 1.24v3.3c0 0.56 0 0.94-0.02 1.24-0.03 0.3-0.07 0.44-0.11 0.53-0.12 0.24-0.3 0.42-0.49 0.52-0.06 0.04-0.16 0.07-0.42 0.1-0.26 0.02-0.61 0.02-1.15 0.02H31.7c-0.54 0-0.89 0-1.15-0.02-0.26-0.03-0.36-0.06-0.42-0.1-0.2-0.1-0.37-0.28-0.49-0.52-0.04-0.1-0.08-0.24-0.1-0.53-0.03-0.3-0.03-0.68-0.03-1.24v-3.3c0-0.56 0-0.94 0.02-1.24 0.03-0.3 0.07-0.44 0.11-0.53 0.11-0.23 0.28-0.4 0.46-0.51l0.17-0.1 0.48-0.02 0.95-0.01h4.62 0.95ZM31 6.88c0-1.92 1.39-3.38 3-3.38s3 1.46 3 3.38v1.6h-0.56-4.88H31v-1.6Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/phone_48_color.xml"
line="24"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1219 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.65 21.31l2-0.53c0.29-0.08 0.54-0.15 0.75-0.19 0.23-0.04 0.46-0.06 0.71 0 0.37 0.07 0.7 0.27 0.96 0.55 0.17 0.19 0.27 0.4 0.35 0.62 0.07 0.2 0.14 0.45 0.21 0.74l0.54 2c0.07 0.28 0.14 0.53 0.18 0.75 0.04 0.22 0.06 0.46 0 0.7-0.07 0.38-0.26 0.71-0.54 0.96-0.2 0.17-0.4 0.27-0.62 0.35-0.2 0.07-0.46 0.14-0.74 0.22l-2 0.53c-0.29 0.08-0.54 0.15-0.75 0.19-0.23 0.04-0.46 0.06-0.71 0-0.37-0.07-0.7-0.27-0.96-0.55-0.17-0.19-0.27-0.4-0.35-0.62-0.07-0.2-0.14-0.45-0.21-0.74l-0.54-2c-0.08-0.28-0.14-0.53-0.18-0.74-0.04-0.23-0.06-0.47 0-0.72 0.07-0.37 0.26-0.7 0.54-0.95 0.2-0.17 0.4-0.27 0.62-0.35 0.2-0.07 0.46-0.14 0.74-0.22Zm-0.3 1.45c-0.13 0.05-0.17 0.08-0.18 0.1-0.07 0.06-0.13 0.15-0.15 0.24l0.02 0.21 0.16 0.67 0.53 1.95c0.08 0.32 0.14 0.51 0.19 0.66 0.05 0.14 0.08 0.18 0.09 0.19 0.06 0.07 0.15 0.12 0.25 0.14 0.01 0 0.06 0.01 0.2-0.02 0.16-0.02 0.35-0.08 0.67-0.16l1.95-0.52c0.32-0.09 0.52-0.14 0.66-0.2 0.14-0.04 0.18-0.07 0.19-0.08 0.07-0.07 0.12-0.16 0.14-0.25 0-0.02 0.01-0.06-0.01-0.2-0.03-0.16-0.08-0.36-0.17-0.67l-0.52-1.96c-0.08-0.32-0.14-0.51-0.19-0.66-0.05-0.14-0.08-0.17-0.09-0.19-0.07-0.07-0.15-0.12-0.25-0.14-0.01 0-0.06-0.01-0.2 0.02-0.16 0.02-0.36 0.08-0.67 0.16l-1.96 0.52c-0.31 0.09-0.5 0.14-0.66 0.2Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/qr_codes_48_color.xml"
line="21"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1219 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.65 21.31l2-0.53c0.29-0.08 0.54-0.15 0.75-0.19 0.23-0.04 0.46-0.06 0.71 0 0.37 0.07 0.7 0.27 0.96 0.55 0.17 0.19 0.27 0.4 0.35 0.62 0.07 0.2 0.14 0.45 0.21 0.74l0.54 2c0.07 0.28 0.14 0.53 0.18 0.75 0.04 0.22 0.06 0.46 0 0.7-0.07 0.38-0.26 0.71-0.54 0.96-0.2 0.17-0.4 0.27-0.62 0.35-0.2 0.07-0.46 0.14-0.74 0.22l-2 0.53c-0.29 0.08-0.54 0.15-0.75 0.19-0.23 0.04-0.46 0.06-0.71 0-0.37-0.07-0.7-0.27-0.96-0.55-0.17-0.19-0.27-0.4-0.35-0.62-0.07-0.2-0.14-0.45-0.21-0.74l-0.54-2c-0.08-0.28-0.14-0.53-0.18-0.74-0.04-0.23-0.06-0.47 0-0.72 0.07-0.37 0.26-0.7 0.54-0.95 0.2-0.17 0.4-0.27 0.62-0.35 0.2-0.07 0.46-0.14 0.74-0.22Zm-0.3 1.45c-0.13 0.05-0.17 0.08-0.18 0.1-0.07 0.06-0.13 0.15-0.15 0.24l0.02 0.21 0.16 0.67 0.53 1.95c0.08 0.32 0.14 0.51 0.19 0.66 0.05 0.14 0.08 0.18 0.09 0.19 0.06 0.07 0.15 0.12 0.25 0.14 0.01 0 0.06 0.01 0.2-0.02 0.16-0.02 0.35-0.08 0.67-0.16l1.95-0.52c0.32-0.09 0.52-0.14 0.66-0.2 0.14-0.04 0.18-0.07 0.19-0.08 0.07-0.07 0.12-0.16 0.14-0.25 0-0.02 0.01-0.06-0.01-0.2-0.03-0.16-0.08-0.36-0.17-0.67l-0.52-1.96c-0.08-0.32-0.14-0.51-0.19-0.66-0.05-0.14-0.08-0.17-0.09-0.19-0.07-0.07-0.15-0.12-0.25-0.14-0.01 0-0.06-0.01-0.2 0.02-0.16 0.02-0.36 0.08-0.67 0.16l-1.96 0.52c-0.31 0.09-0.5 0.14-0.66 0.2Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/qr_codes_48_color.xml"
line="22"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1184 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.78 29.28l2-0.53c0.3-0.08 0.54-0.15 0.75-0.19 0.23-0.04 0.47-0.06 0.72 0 0.36 0.07 0.7 0.27 0.95 0.55 0.17 0.19 0.27 0.4 0.35 0.62 0.07 0.2 0.14 0.45 0.22 0.74l0.53 2c0.08 0.28 0.14 0.53 0.18 0.74 0.04 0.23 0.06 0.47 0.01 0.72-0.08 0.37-0.27 0.7-0.55 0.95-0.19 0.17-0.4 0.27-0.62 0.35-0.2 0.07-0.45 0.14-0.74 0.22l-2 0.53c-0.29 0.08-0.54 0.15-0.75 0.19-0.22 0.04-0.46 0.06-0.71 0-0.37-0.07-0.7-0.27-0.95-0.55-0.18-0.19-0.28-0.4-0.35-0.62-0.08-0.2-0.14-0.45-0.22-0.74l-0.54-2c-0.07-0.28-0.14-0.53-0.18-0.75-0.04-0.22-0.06-0.46 0-0.7 0.07-0.38 0.27-0.71 0.54-0.96 0.2-0.17 0.41-0.28 0.63-0.35l0.73-0.22Zm-0.3 1.45c-0.13 0.05-0.17 0.08-0.18 0.1-0.07 0.06-0.12 0.15-0.14 0.24 0 0.02-0.01 0.06 0.01 0.2 0.03 0.16 0.08 0.36 0.17 0.67l0.52 1.96c0.09 0.32 0.14 0.51 0.2 0.66 0.04 0.14 0.07 0.17 0.08 0.19 0.07 0.07 0.15 0.12 0.25 0.14 0.02 0 0.06 0.01 0.2-0.02 0.16-0.02 0.36-0.08 0.67-0.16l1.96-0.52c0.31-0.09 0.51-0.14 0.66-0.2 0.14-0.04 0.17-0.07 0.18-0.08 0.08-0.07 0.13-0.16 0.15-0.25l-0.02-0.21-0.16-0.67-0.53-1.95c-0.08-0.32-0.13-0.51-0.19-0.66-0.05-0.14-0.08-0.18-0.09-0.19-0.06-0.07-0.15-0.12-0.25-0.14-0.01 0-0.06-0.01-0.2 0.01l-0.67 0.17-1.95 0.52c-0.32 0.09-0.52 0.14-0.66 0.2Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/qr_codes_48_color.xml"
line="28"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1204 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.78 29.28l2-0.53c0.3-0.08 0.54-0.15 0.75-0.19 0.23-0.04 0.47-0.06 0.72 0 0.36 0.07 0.7 0.27 0.95 0.55 0.17 0.19 0.27 0.4 0.35 0.62 0.07 0.2 0.14 0.45 0.22 0.74l0.53 2c0.08 0.28 0.14 0.53 0.18 0.74 0.04 0.23 0.06 0.47 0.01 0.72-0.08 0.37-0.27 0.7-0.55 0.95-0.19 0.17-0.4 0.27-0.62 0.35-0.2 0.07-0.45 0.14-0.74 0.22l-2 0.53c-0.29 0.08-0.54 0.15-0.75 0.19-0.22 0.04-0.46 0.06-0.71 0-0.37-0.07-0.7-0.27-0.95-0.55-0.18-0.19-0.28-0.4-0.35-0.62-0.08-0.2-0.14-0.45-0.22-0.74l-0.54-2c-0.07-0.28-0.14-0.53-0.18-0.75-0.04-0.22-0.06-0.46 0-0.7 0.07-0.38 0.27-0.71 0.54-0.96 0.2-0.17 0.41-0.28 0.63-0.35l0.73-0.22Zm-0.3 1.45c-0.13 0.05-0.17 0.08-0.18 0.1-0.07 0.06-0.12 0.15-0.14 0.24 0 0.02-0.01 0.06 0.01 0.2 0.03 0.16 0.08 0.36 0.17 0.67l0.52 1.96c0.09 0.32 0.14 0.51 0.2 0.66 0.04 0.14 0.07 0.17 0.08 0.19 0.07 0.07 0.15 0.12 0.25 0.14 0.02 0 0.06 0.01 0.2-0.02 0.16-0.02 0.36-0.08 0.67-0.16l1.96-0.52c0.31-0.09 0.51-0.14 0.66-0.2 0.14-0.04 0.17-0.07 0.18-0.08 0.08-0.07 0.13-0.16 0.15-0.25l-0.02-0.21-0.16-0.67-0.53-1.95c-0.08-0.32-0.13-0.51-0.19-0.66-0.05-0.14-0.08-0.18-0.09-0.19-0.06-0.07-0.15-0.12-0.25-0.14-0.01 0-0.06-0.01-0.2 0.02-0.15 0.02-0.35 0.08-0.67 0.16l-1.95 0.52c-0.32 0.09-0.52 0.14-0.66 0.2Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/qr_codes_48_color.xml"
line="29"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1107 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.62 19.18c-0.28 0.07-0.54 0.14-0.74 0.21-0.21 0.08-0.43 0.18-0.62 0.35-0.28 0.25-0.47 0.59-0.55 0.96-0.05 0.25-0.03 0.48 0 0.71l0.19 0.75 0.54 2c0.07 0.28 0.14 0.53 0.21 0.74 0.08 0.21 0.18 0.43 0.35 0.62 0.25 0.28 0.59 0.47 0.95 0.55 0.25 0.05 0.5 0.03 0.72 0 0.2-0.05 0.46-0.11 0.74-0.2l2-0.53c0.3-0.07 0.54-0.14 0.74-0.21 0.22-0.08 0.44-0.18 0.63-0.35 0.28-0.25 0.47-0.59 0.55-0.96 0.05-0.25 0.03-0.48-0.01-0.71-0.04-0.21-0.1-0.46-0.18-0.75l-0.54-2c-0.08-0.28-0.14-0.53-0.21-0.74-0.08-0.21-0.18-0.43-0.35-0.62-0.26-0.28-0.59-0.47-0.96-0.55-0.25-0.05-0.49-0.03-0.71 0-0.21 0.05-0.46 0.11-0.75 0.2l-2 0.53Zm-0.48 1.54c0-0.01 0.04-0.04 0.18-0.1l0.66-0.18 1.96-0.52 0.66-0.17c0.15-0.03 0.2-0.02 0.2-0.02 0.1 0.03 0.2 0.08 0.26 0.15 0 0.01 0.04 0.05 0.09 0.19l0.19 0.65 0.52 1.96c0.09 0.31 0.14 0.51 0.17 0.67 0.02 0.14 0.02 0.19 0.01 0.2-0.02 0.1-0.07 0.19-0.14 0.25-0.01 0.01-0.05 0.04-0.19 0.1l-0.66 0.18-1.95 0.53-0.67 0.16c-0.14 0.03-0.19 0.02-0.2 0.02-0.1-0.03-0.19-0.08-0.25-0.15-0.01-0.01-0.04-0.05-0.1-0.19L21.7 23.8l-0.53-1.96-0.16-0.67c-0.03-0.14-0.02-0.19-0.02-0.2 0.02-0.1 0.07-0.19 0.15-0.25Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/qr_codes_48_color.xml"
line="35"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1107 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M21.62 19.18c-0.28 0.07-0.54 0.14-0.74 0.21-0.21 0.08-0.43 0.18-0.62 0.35-0.28 0.25-0.47 0.59-0.55 0.96-0.05 0.25-0.03 0.48 0 0.71l0.19 0.75 0.54 2c0.07 0.28 0.14 0.53 0.21 0.74 0.08 0.21 0.18 0.43 0.35 0.62 0.25 0.28 0.59 0.47 0.95 0.55 0.25 0.05 0.5 0.03 0.72 0 0.2-0.05 0.46-0.11 0.74-0.2l2-0.53c0.3-0.07 0.54-0.14 0.74-0.21 0.22-0.08 0.44-0.18 0.63-0.35 0.28-0.25 0.47-0.59 0.55-0.96 0.05-0.25 0.03-0.48-0.01-0.71-0.04-0.21-0.1-0.46-0.18-0.75l-0.54-2c-0.08-0.28-0.14-0.53-0.21-0.74-0.08-0.21-0.18-0.43-0.35-0.62-0.26-0.28-0.59-0.47-0.96-0.55-0.25-0.05-0.49-0.03-0.71 0-0.21 0.05-0.46 0.11-0.75 0.2l-2 0.53Zm-0.48 1.54c0-0.01 0.04-0.04 0.18-0.1l0.66-0.18 1.96-0.52 0.66-0.17c0.15-0.03 0.2-0.02 0.2-0.02 0.1 0.03 0.2 0.08 0.26 0.15 0 0.01 0.04 0.05 0.09 0.19l0.19 0.65 0.52 1.96c0.09 0.31 0.14 0.51 0.17 0.67 0.02 0.14 0.02 0.19 0.01 0.2-0.02 0.1-0.07 0.19-0.14 0.25-0.01 0.01-0.05 0.04-0.19 0.1l-0.66 0.18-1.95 0.53-0.67 0.16c-0.14 0.03-0.19 0.02-0.2 0.02-0.1-0.03-0.19-0.08-0.25-0.15-0.01-0.01-0.04-0.05-0.1-0.19L21.7 23.8l-0.53-1.96-0.16-0.67c-0.03-0.14-0.02-0.19-0.02-0.2 0.02-0.1 0.07-0.19 0.15-0.25Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/qr_codes_48_color.xml"
line="36"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1044 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.84 10.4h2.08c0.3 0 0.55 0 0.77 0.02 0.22 0.02 0.46 0.06 0.69 0.18 0.33 0.17 0.6 0.44 0.78 0.78 0.11 0.23 0.15 0.46 0.17 0.69 0.02 0.21 0.02 0.47 0.02 0.77v2.07c0 0.3 0 0.56-0.02 0.77-0.02 0.23-0.06 0.46-0.18 0.7-0.17 0.33-0.44 0.6-0.77 0.77-0.23 0.12-0.47 0.16-0.7 0.18l-0.76 0.01h-2.08l-0.77-0.01c-0.22-0.02-0.46-0.06-0.69-0.18-0.33-0.17-0.6-0.44-0.77-0.78-0.12-0.23-0.16-0.46-0.18-0.69-0.02-0.21-0.02-0.47-0.02-0.77v-2.07c0-0.3 0-0.56 0.02-0.77 0.02-0.23 0.06-0.46 0.18-0.7 0.17-0.33 0.44-0.6 0.78-0.77 0.22-0.12 0.46-0.16 0.69-0.18l0.76-0.01Zm-0.66 1.33c-0.14 0.01-0.19 0.03-0.2 0.04-0.09 0.04-0.16 0.12-0.2 0.2-0.01 0.02-0.03 0.06-0.04 0.2l-0.02 0.7v2.02c0 0.32 0 0.53 0.02 0.68 0 0.15 0.03 0.2 0.04 0.2 0.04 0.1 0.11 0.17 0.2 0.21 0.01 0 0.06 0.03 0.2 0.04l0.69 0.01h2.02l0.69-0.01c0.15-0.01 0.19-0.03 0.2-0.04 0.09-0.04 0.16-0.12 0.2-0.2 0.01-0.02 0.03-0.06 0.04-0.2 0.02-0.16 0.02-0.37 0.02-0.7v-2.02c0-0.32 0-0.53-0.02-0.68 0-0.15-0.03-0.2-0.03-0.2-0.05-0.1-0.12-0.17-0.2-0.21-0.02 0-0.06-0.03-0.21-0.04l-0.69-0.01h-2.02l-0.69 0.01Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/qr_codes_48_color.xml"
line="66"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1044 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.84 10.4h2.08c0.3 0 0.55 0 0.77 0.02 0.22 0.02 0.46 0.06 0.69 0.18 0.33 0.17 0.6 0.44 0.78 0.78 0.11 0.23 0.15 0.46 0.17 0.69 0.02 0.21 0.02 0.47 0.02 0.77v2.07c0 0.3 0 0.56-0.02 0.77-0.02 0.23-0.06 0.46-0.18 0.7-0.17 0.33-0.44 0.6-0.77 0.77-0.23 0.12-0.47 0.16-0.7 0.18l-0.76 0.01h-2.08l-0.77-0.01c-0.22-0.02-0.46-0.06-0.69-0.18-0.33-0.17-0.6-0.44-0.77-0.78-0.12-0.23-0.16-0.46-0.18-0.69-0.02-0.21-0.02-0.47-0.02-0.77v-2.07c0-0.3 0-0.56 0.02-0.77 0.02-0.23 0.06-0.46 0.18-0.7 0.17-0.33 0.44-0.6 0.78-0.77 0.22-0.12 0.46-0.16 0.69-0.18l0.76-0.01Zm-0.66 1.33c-0.14 0.01-0.19 0.03-0.2 0.04-0.09 0.04-0.16 0.12-0.2 0.2-0.01 0.02-0.03 0.06-0.04 0.2l-0.02 0.7v2.02c0 0.32 0 0.53 0.02 0.68 0 0.15 0.03 0.2 0.04 0.2 0.04 0.1 0.11 0.17 0.2 0.21 0.01 0 0.06 0.03 0.2 0.04l0.69 0.01h2.02l0.69-0.01c0.15-0.01 0.19-0.03 0.2-0.04 0.09-0.04 0.16-0.12 0.2-0.2 0.01-0.02 0.03-0.06 0.04-0.2 0.02-0.16 0.02-0.37 0.02-0.7v-2.02c0-0.32 0-0.53-0.02-0.68 0-0.15-0.03-0.2-0.03-0.2-0.05-0.1-0.12-0.17-0.2-0.21-0.02 0-0.06-0.03-0.21-0.04l-0.69-0.01h-2.02l-0.69 0.01Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/qr_codes_48_color.xml"
line="68"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1014 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.84 18.66h2.08l0.76 0.01c0.23 0.02 0.47 0.06 0.7 0.18 0.33 0.17 0.6 0.44 0.77 0.78 0.12 0.23 0.16 0.46 0.18 0.69 0.02 0.21 0.02 0.47 0.02 0.77v2.07c0 0.3 0 0.56-0.02 0.77-0.02 0.23-0.06 0.46-0.18 0.7-0.17 0.33-0.44 0.6-0.78 0.77-0.22 0.12-0.46 0.16-0.69 0.18l-0.76 0.01h-2.08l-0.77-0.01c-0.22-0.02-0.46-0.06-0.69-0.18-0.33-0.17-0.6-0.44-0.78-0.78-0.11-0.23-0.15-0.46-0.17-0.69-0.02-0.21-0.02-0.47-0.02-0.77V21.1c0-0.3 0-0.56 0.02-0.77 0.02-0.23 0.06-0.46 0.17-0.7 0.18-0.33 0.45-0.6 0.78-0.77 0.23-0.12 0.47-0.16 0.7-0.18l0.76-0.01Zm-0.66 1.32c-0.15 0.01-0.19 0.03-0.2 0.04-0.09 0.04-0.16 0.12-0.2 0.2-0.01 0.02-0.03 0.06-0.04 0.2-0.02 0.16-0.02 0.37-0.02 0.7v2.02c0 0.32 0 0.53 0.02 0.68 0 0.15 0.03 0.2 0.03 0.2 0.05 0.1 0.12 0.17 0.2 0.21 0.02 0 0.06 0.03 0.21 0.04l0.69 0.01h2.02l0.69-0.01c0.14-0.01 0.19-0.03 0.2-0.04 0.09-0.04 0.16-0.12 0.2-0.2 0.01-0.02 0.03-0.06 0.04-0.2l0.01-0.7v-2.02-0.68c-0.02-0.15-0.04-0.2-0.05-0.2-0.04-0.1-0.11-0.17-0.2-0.21-0.01 0-0.06-0.03-0.2-0.04l-0.69-0.01h-2.02l-0.69 0.01Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/qr_codes_48_color.xml"
line="73"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1014 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M24.84 18.66h2.08l0.76 0.01c0.23 0.02 0.47 0.06 0.7 0.18 0.33 0.17 0.6 0.44 0.77 0.78 0.12 0.23 0.16 0.46 0.18 0.69 0.02 0.21 0.02 0.47 0.02 0.77v2.07c0 0.3 0 0.56-0.02 0.77-0.02 0.23-0.06 0.46-0.18 0.7-0.17 0.33-0.44 0.6-0.78 0.77-0.22 0.12-0.46 0.16-0.69 0.18l-0.76 0.01h-2.08l-0.77-0.01c-0.22-0.02-0.46-0.06-0.69-0.18-0.33-0.17-0.6-0.44-0.78-0.78-0.11-0.23-0.15-0.46-0.17-0.69-0.02-0.21-0.02-0.47-0.02-0.77V21.1c0-0.3 0-0.56 0.02-0.77 0.02-0.23 0.06-0.46 0.17-0.7 0.18-0.33 0.45-0.6 0.78-0.77 0.23-0.12 0.47-0.16 0.7-0.18l0.76-0.01Zm-0.66 1.32c-0.15 0.01-0.19 0.03-0.2 0.04-0.09 0.04-0.16 0.12-0.2 0.2-0.01 0.02-0.03 0.06-0.04 0.2-0.02 0.16-0.02 0.37-0.02 0.7v2.02c0 0.32 0 0.53 0.02 0.68 0 0.15 0.03 0.2 0.03 0.2 0.05 0.1 0.12 0.17 0.2 0.21 0.02 0 0.06 0.03 0.21 0.04l0.69 0.01h2.02l0.69-0.01c0.14-0.01 0.19-0.03 0.2-0.04 0.09-0.04 0.16-0.12 0.2-0.2 0.01-0.02 0.03-0.06 0.04-0.2l0.01-0.7v-2.02-0.68c-0.02-0.15-0.04-0.2-0.05-0.2-0.04-0.1-0.11-0.17-0.2-0.21-0.01 0-0.06-0.03-0.2-0.04l-0.69-0.01h-2.02l-0.69 0.01Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/qr_codes_48_color.xml"
line="75"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1061 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M33.1 10.4c-0.3 0-0.56 0-0.77 0.02-0.23 0.02-0.47 0.06-0.7 0.18-0.33 0.17-0.6 0.44-0.77 0.78-0.12 0.23-0.16 0.46-0.18 0.69-0.02 0.21-0.02 0.47-0.02 0.77v2.07c0 0.3 0 0.56 0.02 0.77 0.02 0.23 0.06 0.46 0.18 0.7 0.17 0.33 0.44 0.6 0.77 0.77 0.23 0.12 0.47 0.16 0.7 0.18l0.76 0.01h2.08l0.76-0.01c0.23-0.02 0.47-0.06 0.7-0.18 0.33-0.17 0.6-0.44 0.77-0.78 0.12-0.23 0.16-0.46 0.18-0.69 0.02-0.21 0.02-0.47 0.02-0.77v-2.07c0-0.3 0-0.56-0.02-0.77-0.02-0.23-0.06-0.46-0.17-0.7-0.17-0.33-0.45-0.6-0.78-0.77-0.23-0.12-0.47-0.16-0.7-0.18l-0.76-0.01h-2.08Zm-0.87 1.37c0.01 0 0.06-0.03 0.2-0.04l0.69-0.01h2.02l0.69 0.01c0.15 0.01 0.19 0.03 0.2 0.04 0.09 0.04 0.16 0.12 0.2 0.2 0.01 0.02 0.03 0.06 0.04 0.2 0.02 0.16 0.02 0.37 0.02 0.7v2.02c0 0.32 0 0.53-0.02 0.68 0 0.15-0.03 0.2-0.03 0.2-0.05 0.1-0.12 0.17-0.2 0.21-0.02 0-0.06 0.03-0.21 0.04l-0.69 0.01h-2.02l-0.69-0.01c-0.14-0.01-0.19-0.03-0.2-0.04-0.09-0.04-0.16-0.12-0.2-0.2-0.01-0.02-0.03-0.06-0.04-0.2-0.02-0.16-0.02-0.37-0.02-0.7v-2.02c0-0.32 0-0.53 0.02-0.68 0.01-0.15 0.03-0.2 0.04-0.2 0.04-0.1 0.11-0.17 0.2-0.21Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/qr_codes_48_color.xml"
line="80"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1061 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M33.1 10.4c-0.3 0-0.56 0-0.77 0.02-0.23 0.02-0.47 0.06-0.7 0.18-0.33 0.17-0.6 0.44-0.77 0.78-0.12 0.23-0.16 0.46-0.18 0.69-0.02 0.21-0.02 0.47-0.02 0.77v2.07c0 0.3 0 0.56 0.02 0.77 0.02 0.23 0.06 0.46 0.18 0.7 0.17 0.33 0.44 0.6 0.77 0.77 0.23 0.12 0.47 0.16 0.7 0.18l0.76 0.01h2.08l0.76-0.01c0.23-0.02 0.47-0.06 0.7-0.18 0.33-0.17 0.6-0.44 0.77-0.78 0.12-0.23 0.16-0.46 0.18-0.69 0.02-0.21 0.02-0.47 0.02-0.77v-2.07c0-0.3 0-0.56-0.02-0.77-0.02-0.23-0.06-0.46-0.17-0.7-0.17-0.33-0.45-0.6-0.78-0.77-0.23-0.12-0.47-0.16-0.7-0.18l-0.76-0.01h-2.08Zm-0.87 1.37c0.01 0 0.06-0.03 0.2-0.04l0.69-0.01h2.02l0.69 0.01c0.15 0.01 0.19 0.03 0.2 0.04 0.09 0.04 0.16 0.12 0.2 0.2 0.01 0.02 0.03 0.06 0.04 0.2 0.02 0.16 0.02 0.37 0.02 0.7v2.02c0 0.32 0 0.53-0.02 0.68 0 0.15-0.03 0.2-0.03 0.2-0.05 0.1-0.12 0.17-0.2 0.21-0.02 0-0.06 0.03-0.21 0.04l-0.69 0.01h-2.02l-0.69-0.01c-0.14-0.01-0.19-0.03-0.2-0.04-0.09-0.04-0.16-0.12-0.2-0.2-0.01-0.02-0.03-0.06-0.04-0.2-0.02-0.16-0.02-0.37-0.02-0.7v-2.02c0-0.32 0-0.53 0.02-0.68 0.01-0.15 0.03-0.2 0.04-0.2 0.04-0.1 0.11-0.17 0.2-0.21Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/qr_codes_48_color.xml"
line="82"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (871 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M73.3,56.7V54.6H68.05V49H65.95V56.7H73.3ZM67,67.2C65.46,67.2 64.01,66.91 62.65,66.32C61.29,65.74 60.1,64.94 59.08,63.92C58.06,62.9 57.26,61.71 56.67,60.35C56.09,58.98 55.8,57.54 55.8,56C55.8,54.44 56.09,52.99 56.67,51.63C57.26,50.26 58.06,49.08 59.08,48.07C60.1,47.06 61.29,46.26 62.65,45.67C64.01,45.09 65.46,44.8 67,44.8C68.56,44.8 70.01,45.09 71.37,45.67C72.74,46.26 73.92,47.06 74.93,48.07C75.94,49.08 76.74,50.26 77.32,51.63C77.91,52.99 78.2,54.44 78.2,56C78.2,57.54 77.91,58.98 77.32,60.35C76.74,61.71 75.94,62.9 74.93,63.92C73.92,64.94 72.74,65.74 71.37,66.32C70.01,66.91 68.56,67.2 67,67.2ZM67,65.1C69.53,65.1 71.68,64.21 73.45,62.43C75.21,60.65 76.1,58.51 76.1,56C76.1,53.47 75.21,51.32 73.45,49.55C71.68,47.78 69.53,46.9 67,46.9C64.49,46.9 62.35,47.78 60.57,49.55C58.79,51.32 57.9,53.47 57.9,56C57.9,58.51 58.79,60.65 60.57,62.43C62.35,64.21 64.49,65.1 67,65.1Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/schedule_message_large.xml"
line="24"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2193 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M18.87 7.13c0-0.52 0-0.97-0.03-1.34-0.04-0.47-0.12-0.91-0.33-1.32-0.33-0.64-0.84-1.15-1.48-1.48-0.4-0.2-0.85-0.29-1.32-0.33-0.45-0.04-1-0.04-1.67-0.04H5.96c-0.67 0-1.22 0-1.67 0.04C3.82 2.7 3.38 2.78 2.97 3 2.33 3.32 1.82 3.83 1.49 4.47 1.3 4.87 1.2 5.32 1.16 5.79c-0.04 0.45-0.04 1-0.03 1.67v4.08c0 0.67 0 1.22 0.03 1.67 0.04 0.47 0.12 0.91 0.33 1.32 0.33 0.64 0.84 1.15 1.48 1.48 0.4 0.2 0.85 0.29 1.32 0.33 0.24 0.02 0.52 0.03 0.83 0.03v0.17c0 0.67 0 1.22 0.04 1.67 0.04 0.47 0.12 0.91 0.33 1.32 0.33 0.64 0.84 1.15 1.48 1.48 0.4 0.2 0.85 0.29 1.32 0.33 0.45 0.04 1 0.04 1.67 0.04h8.08c0.67 0 1.22 0 1.67-0.04 0.47-0.04 0.91-0.12 1.32-0.33 0.64-0.33 1.15-0.84 1.48-1.48 0.2-0.4 0.29-0.85 0.33-1.32 0.04-0.45 0.04-1 0.04-1.67v-4.58c0-0.67 0-1.22-0.04-1.67-0.04-0.47-0.12-0.91-0.33-1.32-0.33-0.64-0.84-1.15-1.48-1.48-0.4-0.2-0.85-0.29-1.32-0.33-0.24-0.02-0.52-0.03-0.84-0.03Zm-1.75 0H9.96c-0.67 0-1.22 0-1.67 0.03C7.82 7.2 7.38 7.28 6.97 7.5 6.33 7.82 5.82 8.33 5.49 8.97c-0.2 0.4-0.29 0.85-0.33 1.32-0.04 0.45-0.04 1-0.04 1.67v2.66c-0.27 0-0.5-0.01-0.7-0.03-0.35-0.03-0.53-0.08-0.66-0.14-0.3-0.16-0.55-0.4-0.7-0.71-0.07-0.13-0.12-0.3-0.15-0.67-0.03-0.37-0.04-0.86-0.04-1.57v-4c0-0.71 0-1.2 0.04-1.57 0.03-0.36 0.08-0.54 0.14-0.67 0.16-0.3 0.4-0.55 0.71-0.7 0.13-0.07 0.3-0.12 0.67-0.15C4.8 4.38 5.29 4.37 6 4.37h8c0.71 0 1.2 0 1.57 0.04 0.36 0.03 0.54 0.08 0.67 0.14 0.3 0.16 0.55 0.4 0.7 0.71 0.07 0.13 0.12 0.3 0.15 0.67 0.03 0.3 0.03 0.68 0.03 1.2Zm3.83 2.63c0.06 0.13 0.11 0.3 0.14 0.67 0.03 0.37 0.04 0.86 0.04 1.57v3.39l-1.95-1.95c-0.93-0.93-2.43-0.93-3.36 0L13 16.26l-0.82-0.82c-0.93-0.93-2.43-0.93-3.36 0l-1.94 1.94V16.5 12c0-0.71 0-1.2 0.03-1.57 0.03-0.36 0.08-0.54 0.14-0.67 0.16-0.3 0.4-0.55 0.71-0.7 0.13-0.07 0.3-0.12 0.67-0.15C8.8 8.88 9.29 8.87 10 8.87h8c0.71 0 1.2 0 1.57 0.04 0.36 0.03 0.54 0.08 0.67 0.14 0.3 0.16 0.55 0.4 0.7 0.71Zm-3 4.92l3.16 3.17-0.02 0.22c-0.03 0.36-0.08 0.54-0.14 0.67-0.16 0.3-0.4 0.55-0.71 0.7-0.13 0.07-0.3 0.12-0.67 0.15-0.37 0.03-0.86 0.04-1.57 0.04h-8c-0.71 0-1.2 0-1.57-0.04-0.36-0.03-0.54-0.08-0.67-0.14-0.1-0.05-0.2-0.12-0.28-0.19l2.58-2.58c0.24-0.24 0.64-0.24 0.88 0l1.44 1.44c0.34 0.34 0.9 0.34 1.24 0l3.44-3.44c0.24-0.24 0.64-0.24 0.88 0Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_album_24.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2055 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M4.67 1.75c-0.53 0-0.98 0-1.34 0.03-0.38 0.03-0.74 0.1-1.08 0.27-0.52 0.26-0.94 0.68-1.2 1.2-0.17 0.34-0.24 0.7-0.27 1.08-0.03 0.36-0.03 0.8-0.03 1.34v1.86c0 0.44 0 0.81 0.02 1.12 0.02 0.31 0.07 0.61 0.19 0.9 0.28 0.68 0.81 1.21 1.49 1.5 0.29 0.11 0.59 0.16 0.9 0.18l0.4 0.02 0.03 0.42c0.03 0.38 0.1 0.74 0.27 1.08 0.26 0.52 0.68 0.94 1.2 1.2 0.34 0.17 0.7 0.24 1.08 0.27 0.36 0.03 0.8 0.03 1.34 0.03h3.66c0.53 0 0.98 0 1.34-0.03 0.38-0.03 0.74-0.1 1.08-0.27 0.52-0.26 0.94-0.68 1.2-1.2 0.17-0.34 0.24-0.7 0.27-1.08 0.03-0.36 0.03-0.8 0.03-1.34V8.67c0-0.53 0-0.98-0.03-1.34-0.03-0.38-0.1-0.74-0.27-1.08-0.26-0.52-0.68-0.94-1.2-1.2-0.34-0.17-0.7-0.24-1.08-0.27l-0.42-0.02-0.02-0.4c-0.02-0.32-0.07-0.62-0.19-0.91-0.28-0.68-0.81-1.21-1.49-1.5-0.29-0.11-0.59-0.16-0.9-0.18-0.3-0.02-0.68-0.02-1.12-0.02H4.67Zm6.08 3H7.67c-0.53 0-0.98 0-1.34 0.03-0.38 0.03-0.74 0.1-1.08 0.27-0.52 0.26-0.94 0.68-1.2 1.2-0.17 0.34-0.24 0.7-0.27 1.08-0.03 0.36-0.03 0.8-0.03 1.34v1.08l-0.3-0.02C3.23 9.72 3.1 9.7 3.03 9.65c-0.3-0.12-0.55-0.37-0.67-0.67C2.3 8.9 2.28 8.78 2.27 8.54 2.25 8.3 2.25 7.98 2.25 7.5V5.7c0-0.57 0-0.96 0.02-1.25C2.3 4.16 2.34 4.02 2.4 3.93 2.5 3.7 2.69 3.51 2.93 3.4c0.1-0.05 0.23-0.1 0.52-0.12 0.3-0.02 0.68-0.02 1.25-0.02h3.8c0.48 0 0.8 0 1.04 0.02C9.78 3.28 9.9 3.3 9.98 3.35c0.3 0.12 0.55 0.37 0.67 0.67 0.04 0.08 0.07 0.2 0.08 0.44l0.02 0.29ZM5.93 6.39c0.1-0.05 0.23-0.1 0.52-0.12 0.3-0.02 0.68-0.02 1.25-0.02h3.6c0.57 0 0.96 0 1.25 0.02 0.29 0.03 0.43 0.07 0.52 0.12 0.23 0.12 0.42 0.3 0.54 0.54 0.05 0.1 0.1 0.23 0.12 0.52 0.02 0.3 0.02 0.68 0.02 1.25v0.74l-0.76-0.76c-0.69-0.69-1.8-0.69-2.48 0L9 10.18 8.74 9.94c-0.69-0.69-1.8-0.69-2.48 0l-1 1-0.01-0.63V8.7c0-0.57 0-0.96 0.02-1.25C5.3 7.16 5.34 7.02 5.4 6.93 5.5 6.7 5.69 6.51 5.93 6.4Zm6 3.35l1.8 1.8v0.01c-0.03 0.29-0.07 0.43-0.12 0.52-0.12 0.23-0.3 0.42-0.54 0.54-0.1 0.05-0.23 0.1-0.52 0.12-0.3 0.02-0.68 0.02-1.25 0.02H7.7c-0.57 0-0.96 0-1.25-0.02-0.29-0.03-0.43-0.07-0.52-0.12L5.8 12.53l1.53-1.54c0.1-0.1 0.26-0.1 0.36 0l0.79 0.79c0.3 0.3 0.77 0.3 1.06 0l2.04-2.04c0.1-0.1 0.26-0.1 0.36 0Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_album_compact_bold_16.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2786 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;m18.748,6.316 l0.107,0.812c0.32,0.004 0.605,0.013 0.858,0.034 0.471,0.038 0.908,0.121 1.32,0.33a3.38,3.38 0,0 1,1.474 1.476c0.21,0.411 0.293,0.848 0.331,1.319 0.037,0.452 0.037,1.008 0.037,1.677v4.572c0,0.67 0,1.224 -0.037,1.677 -0.038,0.471 -0.121,0.908 -0.33,1.32a3.374,3.374 0,0 1,-1.476 1.474c-0.411,0.21 -0.848,0.293 -1.319,0.331 -0.452,0.037 -1.008,0.037 -1.677,0.037L9.964,21.375c-0.67,0 -1.225,0 -1.677,-0.037 -0.471,-0.038 -0.908,-0.121 -1.32,-0.33a3.374,3.374 0,0 1,-1.474 -1.476c-0.21,-0.411 -0.293,-0.848 -0.331,-1.319a15.915,15.915 0,0 1,-0.036 -1.187,3.101 3.101,0 0,1 -1.034,-0.164 3.375,3.375 0,0 1,-1.655 -1.27c-0.262,-0.38 -0.4,-0.802 -0.5,-1.264 -0.096,-0.444 -0.168,-0.994 -0.256,-1.658L1.15,8.633C1.062,7.969 0.99,7.419 0.967,6.965c-0.023,-0.472 0.002,-0.916 0.156,-1.35a3.375,3.375 0,0 1,1.27 -1.656c0.38,-0.261 0.803,-0.4 1.265,-0.5 0.444,-0.096 0.994,-0.168 1.658,-0.256l8.002,-1.053c0.664,-0.088 1.215,-0.16 1.668,-0.182 0.472,-0.024 0.916,0.001 1.351,0.156a3.375,3.375 0,0 1,1.655 1.27c0.261,0.38 0.4,0.802 0.5,1.264 0.096,0.444 0.168,0.994 0.256,1.658ZM5.125,15.276a1.355,1.355 0,0 1,-0.45 -0.063,1.625 1.625,0 0,1 -0.796,-0.612c-0.078,-0.114 -0.155,-0.286 -0.232,-0.642 -0.079,-0.366 -0.142,-0.845 -0.236,-1.553L2.89,8.44c-0.093,-0.708 -0.155,-1.188 -0.174,-1.561 -0.018,-0.364 0.012,-0.55 0.058,-0.68 0.114,-0.324 0.328,-0.603 0.611,-0.797 0.114,-0.079 0.287,-0.156 0.643,-0.232 0.365,-0.08 0.844,-0.143 1.553,-0.236L13.51,3.89c0.709,-0.094 1.188,-0.156 1.562,-0.175 0.363,-0.017 0.55,0.012 0.68,0.058 0.323,0.115 0.602,0.329 0.797,0.612 0.078,0.114 0.155,0.286 0.232,0.642 0.078,0.366 0.142,0.845 0.235,1.553l0.072,0.545L9.964,7.125c-0.67,0 -1.225,0 -1.677,0.037 -0.471,0.038 -0.908,0.121 -1.32,0.33a3.375,3.375 0,0 0,-1.474 1.476c-0.21,0.411 -0.293,0.848 -0.331,1.319 -0.037,0.452 -0.037,1.008 -0.037,1.677v3.311ZM20.948,9.762c0.063,0.124 0.116,0.304 0.146,0.667 0.03,0.373 0.031,0.857 0.031,1.571v3.388l-1.946,-1.946a2.375,2.375 0,0 0,-3.358 0L13,16.262l-0.82,-0.82a2.375,2.375 0,0 0,-3.36 0l-1.94,1.942c-0.004,-0.25 -0.004,-0.54 -0.004,-0.884L6.876,12c0,-0.714 0,-1.198 0.031,-1.57 0.03,-0.364 0.083,-0.544 0.146,-0.668a1.63,1.63 0,0 1,0.71 -0.71c0.124,-0.063 0.304,-0.116 0.667,-0.146 0.373,-0.03 0.857,-0.031 1.571,-0.031h8c0.715,0 1.198,0 1.57,0.031 0.363,0.03 0.544,0.083 0.668,0.146 0.306,0.156 0.554,0.405 0.71,0.71ZM17.942,14.679 L21.108,17.846c-0.004,0.08 -0.008,0.154 -0.014,0.225 -0.03,0.362 -0.083,0.543 -0.146,0.667a1.625,1.625 0,0 1,-0.71 0.71c-0.124,0.063 -0.305,0.116 -0.667,0.146 -0.373,0.03 -0.857,0.031 -1.571,0.031h-8c-0.714,0 -1.198,0 -1.57,-0.031 -0.364,-0.03 -0.544,-0.083 -0.668,-0.146a1.628,1.628 0,0 1,-0.286 -0.186l2.582,-2.583a0.625,0.625 0,0 1,0.884 0l1.44,1.44a0.875,0.875 0,0 0,1.237 0l3.44,-3.44a0.625,0.625 0,0 1,0.883 0Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_album_tilt_24.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1456 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M3.618,1.875a3.242,3.242 0,0 0,-3.243 3.24c0,2.121 1.264,3.867 2.419,5.018 0.59,0.587 1.187,1.055 1.657,1.378 0.234,0.161 0.444,0.291 0.611,0.385 0.083,0.046 0.165,0.089 0.24,0.122 0.038,0.017 0.085,0.037 0.137,0.054l0.003,0.001a0.98,0.98 0,0 0,0.308 0.052,0.98 0.98,0 0,0 0.308,-0.052h0.003a2.723,2.723 0,0 0,0.376 -0.177,8.01 8.01,0 0,0 0.612,-0.385c0.47,-0.323 1.067,-0.79 1.657,-1.378 1.155,-1.15 2.419,-2.897 2.419,-5.018A3.242,3.242 0,0 0,5.75 2.673a3.233,3.233 0,0 0,-2.132 -0.798ZM2.125,5.115a1.494,1.494 0,0 1,2.838 -0.65,0.875 0.875,0 0,0 1.574,0 1.494,1.494 0,0 1,2.838 0.65c0,1.425 -0.868,2.747 -1.904,3.777 -0.504,0.503 -1.018,0.904 -1.414,1.177 -0.116,0.08 -0.219,0.147 -0.307,0.201a7.36,7.36 0,0 1,-0.307 -0.2c-0.396,-0.274 -0.91,-0.675 -1.414,-1.178 -1.036,-1.03 -1.904,-2.352 -1.904,-3.777ZM13.375,7a5.125,5.125 0,1 1,10.25 0,5.125 5.125,0 0,1 -10.25,0ZM18.5,3.625a3.375,3.375 0,1 0,0 6.75,3.375 3.375,0 0,0 0,-6.75ZM11.063,12.53a1.875,1.875 0,0 1,1.874 0l3.114,1.799c0.58,0.335 0.938,0.954 0.938,1.623v3.596c0,0.67 -0.358,1.289 -0.938,1.623l-3.113,1.798a1.875,1.875 0,0 1,-1.876 0L7.95,21.171a1.875,1.875 0,0 1,-0.938 -1.623v-3.596c0,-0.67 0.358,-1.288 0.938,-1.623l3.114,-1.798ZM12.063,14.046a0.125,0.125 0,0 0,-0.126 0l-3.113,1.798a0.125,0.125 0,0 0,-0.063 0.108v3.596c0,0.044 0.024,0.086 0.063,0.108l3.114,1.798a0.125,0.125 0,0 0,0.124 0l3.114,-1.798a0.125,0.125 0,0 0,0.063 -0.108v-3.596a0.125,0.125 0,0 0,-0.063 -0.108l-3.114,-1.798Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_badge_multi_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1318 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10,1.146C6.816,1.146 4.112,3.594 3.993,7.011C3.887,10.042 3.276,11.126 2.816,11.669C2.693,11.814 2.568,11.936 2.435,12.059C2.415,12.078 2.394,12.097 2.373,12.117C2.261,12.22 2.128,12.343 2.013,12.469C1.689,12.825 1.458,13.26 1.458,13.918C1.458,15.021 2.339,15.938 3.454,15.938H6.423C6.749,17.628 8.195,18.854 10,18.854C11.805,18.854 13.251,17.628 13.577,15.938H16.546C17.66,15.938 18.542,15.021 18.542,13.918C18.542,13.26 18.311,12.825 17.987,12.469C17.872,12.343 17.739,12.22 17.627,12.117C17.606,12.097 17.585,12.078 17.565,12.059C17.432,11.936 17.307,11.814 17.184,11.669C16.724,11.126 16.113,10.042 16.007,7.011C15.888,3.594 13.184,1.146 10,1.146ZM5.45,7.062C5.542,4.446 7.586,2.604 10,2.604C12.414,2.604 14.458,4.446 14.55,7.062C14.662,10.268 15.318,11.723 16.071,12.611C16.251,12.824 16.426,12.991 16.572,13.127C16.601,13.154 16.628,13.179 16.653,13.202C16.763,13.305 16.84,13.375 16.908,13.45C17.025,13.579 17.083,13.675 17.083,13.918C17.083,14.241 16.83,14.479 16.546,14.479H3.454C3.17,14.479 2.917,14.241 2.917,13.918C2.917,13.675 2.975,13.579 3.092,13.45C3.16,13.375 3.237,13.305 3.347,13.202C3.372,13.179 3.399,13.154 3.428,13.127C3.574,12.991 3.749,12.824 3.929,12.611C4.681,11.723 5.338,10.268 5.45,7.062ZM12.073,15.938H7.927C8.213,16.806 9.008,17.396 10,17.396C10.992,17.396 11.787,16.806 12.073,15.938Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_bell_20.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (816 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12 1.38c-3.82 0-7.07 2.93-7.2 7.03-0.14 3.64-0.87 4.94-1.42 5.6-0.15 0.17-0.3 0.31-0.46 0.46l-0.07 0.07c-0.14 0.12-0.3 0.27-0.43 0.42-0.4 0.43-0.67 0.95-0.67 1.74 0 1.32 1.06 2.43 2.4 2.43H7.7c0.39 2.02 2.12 3.5 4.29 3.5s3.9-1.48 4.3-3.5h3.55c1.34 0 2.4-1.1 2.4-2.43 0-0.79-0.28-1.31-0.67-1.74-0.13-0.15-0.3-0.3-0.43-0.42l-0.07-0.07c-0.16-0.15-0.31-0.3-0.46-0.47-0.55-0.65-1.28-1.95-1.41-5.59-0.14-4.1-3.39-7.04-7.21-7.04Zm-5.46 7.1C6.65 5.32 9.1 3.11 12 3.11s5.35 2.21 5.46 5.35c0.13 3.85 0.92 5.6 1.83 6.66 0.21 0.26 0.42 0.46 0.6 0.62l0.1 0.1 0.3 0.29c0.14 0.15 0.21 0.27 0.21 0.56 0 0.39-0.3 0.68-0.65 0.68H4.15c-0.35 0-0.65-0.3-0.65-0.68 0-0.29 0.07-0.4 0.21-0.56l0.3-0.3 0.1-0.09c0.18-0.16 0.39-0.36 0.6-0.62 0.9-1.06 1.7-2.8 1.83-6.66Zm7.95 10.64c-0.35 1.05-1.3 1.75-2.49 1.75-1.19 0-2.14-0.7-2.49-1.75h4.98Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_bell_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1598 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M7.5,0.75a1,1 0,0 1,1 1v1.875h7L15.5,1.75a1,1 0,1 1,2 0v1.877c0.362,0.003 0.683,0.012 0.963,0.035 0.471,0.038 0.908,0.121 1.32,0.33a3.38,3.38 0,0 1,1.474 1.476c0.21,0.411 0.293,0.848 0.331,1.319 0.037,0.452 0.037,1.008 0.037,1.677v8.572c0,0.67 0,1.224 -0.037,1.677 -0.038,0.471 -0.121,0.908 -0.33,1.32a3.374,3.374 0,0 1,-1.476 1.474c-0.411,0.21 -0.848,0.293 -1.319,0.331 -0.453,0.037 -1.008,0.037 -1.677,0.037L7.214,21.875c-0.67,0 -1.225,0 -1.677,-0.037 -0.471,-0.038 -0.908,-0.121 -1.32,-0.33a3.374,3.374 0,0 1,-1.474 -1.476c-0.21,-0.411 -0.293,-0.848 -0.331,-1.319 -0.037,-0.453 -0.037,-1.008 -0.037,-1.677L2.375,8.464c0,-0.67 0,-1.225 0.037,-1.677 0.038,-0.471 0.121,-0.908 0.33,-1.32a3.375,3.375 0,0 1,1.476 -1.474c0.411,-0.21 0.848,-0.293 1.319,-0.331 0.28,-0.023 0.6,-0.032 0.963,-0.035L6.5,1.75a1,1 0,0 1,1 -1ZM5.012,5.552c0.124,-0.063 0.304,-0.116 0.667,-0.146 0.373,-0.03 0.856,-0.031 1.571,-0.031h9.5c0.715,0 1.198,0 1.57,0.031 0.363,0.03 0.544,0.083 0.668,0.146 0.306,0.156 0.554,0.405 0.71,0.71 0.063,0.124 0.116,0.304 0.146,0.667 0.02,0.253 0.027,0.555 0.03,0.946L4.126,7.875c0.003,-0.39 0.01,-0.693 0.03,-0.946 0.03,-0.363 0.083,-0.543 0.146,-0.667 0.156,-0.305 0.405,-0.554 0.71,-0.71ZM4.125,9.625L4.125,17c0,0.715 0,1.198 0.031,1.57 0.03,0.363 0.083,0.544 0.146,0.668 0.156,0.306 0.405,0.554 0.71,0.71 0.124,0.063 0.304,0.116 0.667,0.146 0.373,0.03 0.856,0.031 1.571,0.031h9.5c0.715,0 1.198,0 1.57,-0.031 0.363,-0.03 0.544,-0.083 0.668,-0.146 0.306,-0.156 0.554,-0.404 0.71,-0.71 0.063,-0.124 0.116,-0.305 0.146,-0.667 0.03,-0.373 0.031,-0.857 0.031,-1.571L19.875,9.625L4.125,9.625Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_calendar_24.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1757 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M5.55,1.167C5.55,0.863 5.304,0.617 5,0.617C4.696,0.617 4.45,0.863 4.45,1.167V2.488C4.012,2.526 3.632,2.604 3.282,2.782C2.708,3.075 2.241,3.541 1.949,4.115C1.767,4.473 1.689,4.862 1.652,5.313C1.617,5.753 1.617,6.296 1.617,6.976V10.024C1.617,10.704 1.617,11.247 1.652,11.687C1.689,12.138 1.767,12.527 1.949,12.885C2.241,13.459 2.708,13.925 3.282,14.218C3.64,14.4 4.029,14.477 4.48,14.514C4.919,14.55 5.463,14.55 6.143,14.55H9.857C10.537,14.55 11.081,14.55 11.52,14.514C11.971,14.477 12.36,14.4 12.718,14.218C13.292,13.925 13.758,13.459 14.051,12.885C14.233,12.527 14.311,12.138 14.347,11.687C14.383,11.247 14.383,10.704 14.383,10.024V6.976C14.383,6.296 14.383,5.753 14.347,5.313C14.311,4.862 14.233,4.473 14.051,4.115C13.758,3.541 13.292,3.075 12.718,2.782C12.368,2.604 11.988,2.526 11.55,2.488V1.167C11.55,0.863 11.304,0.617 11,0.617C10.696,0.617 10.45,0.863 10.45,1.167V2.451C10.265,2.45 10.067,2.45 9.857,2.45H6.143C5.932,2.45 5.735,2.45 5.55,2.451V1.167ZM4.569,3.582C4.187,3.614 3.958,3.672 3.781,3.763C3.414,3.95 3.116,4.248 2.929,4.615C2.849,4.772 2.793,4.971 2.76,5.283H13.24C13.207,4.971 13.151,4.772 13.071,4.615C12.884,4.248 12.585,3.95 12.219,3.763C12.042,3.672 11.813,3.614 11.431,3.582C11.041,3.55 10.542,3.55 9.833,3.55H6.167C5.457,3.55 4.959,3.55 4.569,3.582ZM2.717,7C2.717,6.774 2.717,6.57 2.718,6.383H13.282C13.283,6.57 13.283,6.774 13.283,7V10C13.283,10.709 13.283,11.208 13.251,11.597C13.22,11.98 13.161,12.208 13.071,12.385C12.884,12.752 12.585,13.05 12.219,13.238C12.042,13.328 11.813,13.387 11.431,13.418C11.041,13.45 10.542,13.45 9.833,13.45H6.167C5.457,13.45 4.959,13.45 4.569,13.418C4.187,13.387 3.958,13.328 3.781,13.238C3.414,13.05 3.116,12.752 2.929,12.385C2.839,12.208 2.78,11.98 2.749,11.597C2.717,11.208 2.717,10.709 2.717,10V7Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_calendar_compact_light_16.xml"
line="25"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1079 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M6.5 0.75c0.55 0 1 0.45 1 1v1.88h7V1.75c0-0.55 0.45-1 1-1s1 0.45 1 1v1.88c0.36 0 0.68 0 0.96 0.03 0.47 0.04 0.91 0.12 1.32 0.33 0.64 0.33 1.15 0.84 1.48 1.48 0.2 0.4 0.29 0.85 0.33 1.32 0.04 0.45 0.04 1 0.04 1.67v2.04c0 0.48-0.4 0.88-0.88 0.88s-0.88-0.4-0.88-0.88V9.62H3.13V17c0 0.71 0 1.2 0.04 1.57 0.03 0.36 0.08 0.54 0.14 0.67 0.16 0.3 0.4 0.55 0.71 0.7 0.13 0.07 0.3 0.12 0.67 0.15 0.37 0.03 0.86 0.04 1.57 0.04H11c0.48 0 0.88 0.39 0.88 0.87s-0.4 0.88-0.88 0.88H6.21c-0.67 0-1.22 0-1.67-0.04-0.47-0.04-0.91-0.12-1.32-0.33-0.64-0.33-1.15-0.84-1.48-1.48-0.2-0.4-0.29-0.85-0.33-1.32-0.04-0.45-0.04-1-0.03-1.67V8.46c0-0.67 0-1.22 0.03-1.67 0.04-0.47 0.12-0.91 0.33-1.32 0.33-0.64 0.84-1.15 1.48-1.48 0.4-0.2 0.85-0.29 1.32-0.33 0.28-0.02 0.6-0.03 0.96-0.03V1.75c0-0.55 0.45-1 1-1Zm12.37 7.13c0-0.4 0-0.7-0.03-0.95-0.03-0.36-0.08-0.54-0.14-0.67-0.16-0.3-0.4-0.55-0.71-0.7-0.13-0.07-0.3-0.12-0.67-0.15-0.37-0.03-0.86-0.04-1.57-0.04h-9.5c-0.71 0-1.2 0-1.57 0.04C4.32 5.44 4.14 5.49 4 5.55c-0.3 0.16-0.55 0.4-0.7 0.71-0.07 0.13-0.12 0.3-0.15 0.67-0.02 0.25-0.03 0.55-0.03 0.95h15.74Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_calendar_search_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1148 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M6.77 1.35c-0.81 0-1.47 0-2 0.04-0.53 0.05-1 0.14-1.43 0.36-0.68 0.35-1.24 0.9-1.6 1.6-0.21 0.42-0.3 0.89-0.35 1.43-0.04 0.52-0.04 1.18-0.04 2v2.45c0 0.81 0 1.47 0.04 2 0.05 0.53 0.14 1 0.36 1.43 0.35 0.68 0.9 1.24 1.6 1.6 0.42 0.21 0.89 0.3 1.43 0.35 0.52 0.04 1.18 0.04 2 0.04h2.45c0.81 0 1.47 0 2-0.04 0.53-0.05 1-0.14 1.43-0.36 0.68-0.35 1.24-0.9 1.6-1.6 0.21-0.42 0.3-0.89 0.35-1.43 0.04-0.52 0.04-1.18 0.04-2V6.78c0-0.81 0-1.47-0.04-2-0.05-0.53-0.14-1-0.36-1.43-0.35-0.68-0.9-1.24-1.6-1.6-0.42-0.21-0.89-0.3-1.43-0.35-0.52-0.04-1.18-0.04-2-0.04H6.78ZM3.93 2.91c0.22-0.11 0.5-0.18 0.95-0.22 0.47-0.04 1.07-0.04 1.92-0.04h2.4c0.85 0 1.45 0 1.92 0.04 0.46 0.04 0.73 0.1 0.95 0.22 0.44 0.22 0.8 0.58 1.02 1.02 0.11 0.22 0.18 0.5 0.22 0.95 0.04 0.47 0.04 1.07 0.04 1.92v2.4c0 0.85 0 1.45-0.04 1.92-0.04 0.46-0.1 0.73-0.22 0.95-0.22 0.44-0.58 0.8-1.02 1.02-0.22 0.11-0.5 0.18-0.95 0.22-0.47 0.04-1.07 0.04-1.92 0.04H6.8c-0.85 0-1.45 0-1.92-0.04-0.46-0.04-0.73-0.1-0.95-0.22-0.44-0.22-0.8-0.58-1.02-1.02-0.11-0.22-0.18-0.5-0.22-0.95-0.04-0.47-0.04-1.07-0.04-1.92V6.8c0-0.85 0-1.45 0.04-1.92 0.04-0.46 0.1-0.73 0.22-0.95 0.22-0.44 0.58-0.8 1.02-1.02Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_check_square_compact_20.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2589 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.714,1.125c-0.67,0 -1.225,0 -1.677,0.037 -0.471,0.038 -0.908,0.121 -1.32,0.33a3.375,3.375 0,0 0,-1.474 1.476c-0.21,0.411 -0.293,0.848 -0.331,1.319 -0.02,0.249 -0.03,0.529 -0.034,0.841a12.57,12.57 0,0 0,-0.841 0.034c-0.471,0.038 -0.908,0.121 -1.32,0.33a3.375,3.375 0,0 0,-1.474 1.476c-0.21,0.411 -0.293,0.848 -0.331,1.319 -0.037,0.452 -0.037,1.008 -0.037,1.677v8.072c0,0.67 0,1.224 0.037,1.677 0.038,0.471 0.121,0.908 0.33,1.32a3.38,3.38 0,0 0,1.476 1.474c0.411,0.21 0.848,0.293 1.319,0.331 0.452,0.037 1.008,0.037 1.677,0.037h4.572c0.67,0 1.225,0 1.677,-0.037 0.471,-0.038 0.908,-0.121 1.32,-0.33a3.374,3.374 0,0 0,1.474 -1.476c0.21,-0.411 0.293,-0.848 0.331,-1.319 0.02,-0.249 0.03,-0.529 0.034,-0.841 0.313,-0.005 0.592,-0.014 0.841,-0.034 0.471,-0.038 0.908,-0.121 1.32,-0.33a3.374,3.374 0,0 0,1.474 -1.476c0.21,-0.411 0.293,-0.848 0.331,-1.319 0.037,-0.452 0.037,-1.007 0.037,-1.677L21.125,5.964c0,-0.67 0,-1.225 -0.037,-1.677 -0.038,-0.471 -0.121,-0.908 -0.33,-1.32a3.374,3.374 0,0 0,-1.476 -1.474c-0.411,-0.21 -0.848,-0.293 -1.319,-0.331 -0.453,-0.037 -1.008,-0.037 -1.677,-0.037h-4.572ZM15.371,18.875h-3.657c-0.67,0 -1.225,0 -1.677,-0.037 -0.471,-0.038 -0.908,-0.121 -1.32,-0.33a3.374,3.374 0,0 1,-1.474 -1.476c-0.21,-0.411 -0.293,-0.848 -0.331,-1.319 -0.037,-0.452 -0.037,-1.008 -0.037,-1.677L6.875,6.879c-0.274,0.003 -0.5,0.011 -0.696,0.027 -0.363,0.03 -0.543,0.083 -0.667,0.146a1.625,1.625 0,0 0,-0.71 0.71c-0.063,0.124 -0.116,0.304 -0.146,0.667 -0.03,0.373 -0.031,0.857 -0.031,1.571v8c0,0.715 0,1.198 0.031,1.57 0.03,0.363 0.083,0.544 0.146,0.668 0.156,0.306 0.405,0.554 0.71,0.71 0.124,0.063 0.304,0.116 0.667,0.146 0.373,0.03 0.856,0.031 1.571,0.031h4.5c0.714,0 1.198,0 1.57,-0.031 0.364,-0.03 0.544,-0.083 0.668,-0.146 0.306,-0.156 0.554,-0.404 0.71,-0.71 0.063,-0.124 0.116,-0.305 0.146,-0.667 0.016,-0.196 0.024,-0.422 0.027,-0.696ZM9.512,3.052c0.124,-0.063 0.304,-0.116 0.667,-0.146 0.373,-0.03 0.857,-0.031 1.571,-0.031h4.5c0.715,0 1.198,0 1.57,0.031 0.363,0.03 0.544,0.083 0.668,0.146 0.306,0.156 0.554,0.405 0.71,0.71 0.063,0.124 0.116,0.304 0.146,0.667 0.03,0.373 0.031,0.856 0.031,1.571v8c0,0.714 0,1.198 -0.031,1.57 -0.03,0.364 -0.083,0.544 -0.146,0.668a1.625,1.625 0,0 1,-0.71 0.71c-0.124,0.063 -0.305,0.116 -0.667,0.146 -0.373,0.03 -0.857,0.031 -1.571,0.031h-4.5c-0.714,0 -1.198,0 -1.57,-0.031 -0.364,-0.03 -0.544,-0.083 -0.668,-0.146a1.625,1.625 0,0 1,-0.71 -0.71c-0.063,-0.124 -0.116,-0.304 -0.146,-0.667 -0.03,-0.373 -0.031,-0.857 -0.031,-1.571L8.625,6c0,-0.715 0,-1.198 0.031,-1.57 0.03,-0.364 0.083,-0.544 0.146,-0.668 0.156,-0.305 0.405,-0.554 0.71,-0.71Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_copy_android_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1143 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.26 0.38c-0.8 0-1.47 0-2 0.04C7.7 0.46 7.2 0.56 6.74 0.8c-0.73 0.37-1.32 0.96-1.7 1.7C4.82 2.95 4.72 3.44 4.68 4 4.62 4.55 4.62 5.2 4.63 6.02V18c0 0.8 0 1.47 0.04 2 0.04 0.56 0.14 1.05 0.38 1.52 0.37 0.73 0.96 1.32 1.7 1.7 0.46 0.23 0.95 0.33 1.5 0.37 0.54 0.05 1.2 0.05 2.01 0.05h3.48c0.8 0 1.47 0 2-0.05 0.56-0.04 1.05-0.14 1.52-0.38 0.73-0.37 1.32-0.96 1.7-1.7 0.23-0.46 0.33-0.95 0.37-1.5 0.05-0.54 0.05-1.2 0.05-2.01V6c0-0.8 0-1.47-0.05-2-0.04-0.56-0.14-1.05-0.38-1.52-0.37-0.73-0.96-1.32-1.7-1.7-0.46-0.23-0.95-0.33-1.5-0.37-0.54-0.05-1.2-0.05-2.01-0.04h-3.48ZM7.54 2.35C7.7 2.26 7.95 2.2 8.4 2.16c0.46-0.03 1.05-0.04 1.9-0.04h3.4c0.85 0 1.44 0 1.9 0.04 0.45 0.04 0.69 0.1 0.86 0.2 0.4 0.2 0.73 0.53 0.93 0.93 0.1 0.17 0.16 0.41 0.2 0.86 0.03 0.46 0.04 1.05 0.04 1.9v11.9c0 0.85 0 1.44-0.04 1.9-0.04 0.45-0.1 0.69-0.2 0.86-0.2 0.4-0.53 0.73-0.93 0.93-0.17 0.1-0.41 0.16-0.86 0.2-0.46 0.03-1.05 0.04-1.9 0.04h-3.4c-0.85 0-1.44 0-1.9-0.04-0.45-0.04-0.69-0.1-0.86-0.2-0.4-0.2-0.73-0.53-0.93-0.93-0.1-0.17-0.16-0.41-0.2-0.86-0.03-0.46-0.04-1.05-0.04-1.9V6.05c0-0.85 0-1.44 0.04-1.9 0.04-0.45 0.1-0.69 0.2-0.86 0.2-0.4 0.53-0.73 0.93-0.93Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_device_phone_24.xml"
line="15"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1120 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M18.12 8.88c-0.4 0-0.74 0-1.03 0.02-0.3 0.02-0.61 0.08-0.92 0.23-0.45 0.23-0.8 0.6-1.04 1.04-0.15 0.3-0.2 0.62-0.23 0.92-0.03 0.29-0.03 0.64-0.03 1.03v5.39c0 0.39 0 0.74 0.03 1.02 0.02 0.3 0.08 0.62 0.23 0.92 0.23 0.45 0.6 0.81 1.04 1.04 0.3 0.16 0.62 0.21 0.92 0.24 0.29 0.02 0.64 0.02 1.03 0.02h1.26c0.4 0 0.74 0 1.03-0.02 0.3-0.03 0.61-0.08 0.92-0.24 0.45-0.23 0.8-0.59 1.04-1.04 0.15-0.3 0.2-0.61 0.23-0.92 0.02-0.28 0.02-0.63 0.02-1.02v-5.4c0-0.38 0-0.73-0.02-1.02-0.02-0.3-0.08-0.61-0.23-0.92-0.23-0.45-0.6-0.8-1.04-1.04-0.3-0.15-0.62-0.2-0.92-0.23-0.29-0.03-0.64-0.03-1.03-0.03h-1.26Zm-1.15 1.81c0.01 0 0.07-0.03 0.27-0.05l0.91-0.02h1.2c0.43 0 0.7 0 0.91 0.02 0.2 0.02 0.26 0.04 0.27 0.05 0.12 0.06 0.22 0.16 0.28 0.28 0 0.01 0.03 0.07 0.05 0.27l0.02 0.91v5.33c0 0.43 0 0.7-0.02 0.9-0.02 0.2-0.04 0.26-0.05 0.28-0.06 0.12-0.16 0.21-0.28 0.27-0.01 0.01-0.07 0.04-0.27 0.05C20.06 19 19.78 19 19.35 19h-1.2c-0.43 0-0.7 0-0.91-0.02-0.2-0.01-0.26-0.04-0.27-0.05-0.12-0.06-0.22-0.15-0.28-0.27 0-0.02-0.03-0.07-0.05-0.27l-0.02-0.91v-5.33c0-0.43 0-0.7 0.02-0.91 0.02-0.2 0.04-0.26 0.05-0.27 0.06-0.12 0.16-0.22 0.28-0.28Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_devices_24.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1398 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.45 6.7c-2.74 1.99-5.8 4.73-7.81 6.9-0.33 0.35-0.88 0.37-1.24 0.04-0.35-0.33-0.37-0.88-0.04-1.24 2.1-2.24 5.23-5.06 8.05-7.12 1.41-1.03 2.79-1.9 3.94-2.4 0.57-0.26 1.14-0.44 1.67-0.5 0.52-0.04 1.14 0.04 1.6 0.5 0.58 0.58 0.6 1.32 0.43 1.96-0.16 0.6-0.54 1.22-0.97 1.8-0.88 1.2-2.24 2.56-3.55 3.86l-0.38 0.37c-1.2 1.2-2.36 2.34-3.17 3.32-0.36 0.44-0.86 0.98-0.97 1.56 0.37 0.03 0.78-0.16 1.1-0.3 0.96-0.43 2.15-1.2 3.42-2.02l0.3-0.19c1.13-0.75 2.32-1.52 3.32-2.02 0.54-0.27 1.1-0.5 1.61-0.57 0.52-0.08 1.2-0.03 1.67 0.55 0.75 0.92 0.32 2.02-0.08 2.73-0.44 0.77-1.15 1.6-1.78 2.33l-0.04 0.04c-0.65 0.76-1.22 1.42-1.55 1.98-0.1 0.17-0.22 0.37-0.25 0.57 0.09 0.06 0.35 0.18 0.98 0.08 0.7-0.1 1.65-0.46 2.84-1.18 0.41-0.25 0.95-0.11 1.2 0.3s0.11 0.95-0.3 1.2c-1.3 0.78-2.48 1.25-3.46 1.4-0.95 0.16-1.92 0.05-2.56-0.62-0.4-0.42-0.5-0.94-0.43-1.42 0.06-0.45 0.26-0.87 0.48-1.23 0.41-0.7 1.07-1.46 1.67-2.15l0.1-0.12c0.66-0.76 1.24-1.45 1.58-2.05 0.12-0.2 0.26-0.45 0.26-0.69-0.4 0.03-0.8 0.24-1.16 0.42-0.9 0.45-2 1.17-3.18 1.93L13.5 14.9c-1.24 0.8-2.55 1.65-3.66 2.14-0.55 0.24-1.14 0.44-1.68 0.46-0.58 0.03-1.22-0.15-1.63-0.76-0.44-0.66-0.26-1.4-0.03-1.94 0.24-0.55 0.66-1.14 1.14-1.72 0.87-1.06 2.1-2.26 3.28-3.44l0.39-0.38c1.33-1.32 2.59-2.59 3.37-3.65 0.4-0.54 0.62-0.95 0.7-1.24 0.02-0.07 0.04-0.16 0.02-0.23-0.03-0.01-0.09-0.02-0.21 0-0.26 0.01-0.63 0.12-1.12 0.34-0.99 0.43-2.24 1.21-3.61 2.21Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_draw_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1398 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.45 6.7c-2.74 1.99-5.8 4.73-7.81 6.9-0.33 0.35-0.88 0.37-1.24 0.04-0.35-0.33-0.37-0.88-0.04-1.24 2.1-2.24 5.23-5.06 8.05-7.12 1.41-1.03 2.79-1.9 3.94-2.4 0.57-0.26 1.14-0.44 1.67-0.5 0.52-0.04 1.14 0.04 1.6 0.5 0.58 0.58 0.6 1.32 0.43 1.96-0.16 0.6-0.54 1.22-0.97 1.8-0.88 1.2-2.24 2.56-3.55 3.86l-0.38 0.37c-1.2 1.2-2.36 2.34-3.17 3.32-0.36 0.44-0.86 0.98-0.97 1.56 0.37 0.03 0.78-0.16 1.1-0.3 0.96-0.43 2.15-1.2 3.42-2.02l0.3-0.19c1.13-0.75 2.32-1.52 3.32-2.02 0.54-0.27 1.1-0.5 1.61-0.57 0.52-0.08 1.2-0.03 1.67 0.55 0.75 0.92 0.32 2.02-0.08 2.73-0.44 0.77-1.15 1.6-1.78 2.33l-0.04 0.04c-0.65 0.76-1.22 1.42-1.55 1.98-0.1 0.17-0.22 0.37-0.25 0.57 0.09 0.06 0.35 0.18 0.98 0.08 0.7-0.1 1.65-0.46 2.84-1.18 0.41-0.25 0.95-0.11 1.2 0.3s0.11 0.95-0.3 1.2c-1.3 0.78-2.48 1.25-3.46 1.4-0.95 0.16-1.92 0.05-2.56-0.62-0.4-0.42-0.5-0.94-0.43-1.42 0.06-0.45 0.26-0.87 0.48-1.23 0.41-0.7 1.07-1.46 1.67-2.15l0.1-0.12c0.66-0.76 1.24-1.45 1.58-2.05 0.12-0.2 0.26-0.45 0.26-0.69-0.4 0.03-0.8 0.24-1.16 0.42-0.9 0.45-2 1.17-3.18 1.93L13.5 14.9c-1.24 0.8-2.55 1.65-3.66 2.14-0.55 0.24-1.14 0.44-1.68 0.46-0.58 0.03-1.22-0.15-1.63-0.76-0.44-0.66-0.26-1.4-0.03-1.94 0.24-0.55 0.66-1.14 1.14-1.72 0.87-1.06 2.1-2.26 3.28-3.44l0.39-0.38c1.33-1.32 2.59-2.59 3.37-3.65 0.4-0.54 0.62-0.95 0.7-1.24 0.02-0.07 0.04-0.16 0.02-0.23-0.03-0.01-0.09-0.02-0.21 0-0.26 0.01-0.63 0.12-1.12 0.34-0.99 0.43-2.24 1.21-3.61 2.21Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_draw_24_dark_onsurface.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1000 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.193,14.213a0.875,0.875 0,0 1,1.231 0.117,3.653 3.653,0 0,0 2.826,1.333 3.653,3.653 0,0 0,2.826 -1.333,0.875 0.875,0 0,1 1.349,1.115 5.403,5.403 0,0 1,-4.175 1.968,5.403 5.403,0 0,1 -4.175,-1.968 0.875,0.875 0,0 1,0.118 -1.232ZM15.942,8.968c0.204,-0.313 0.544,-0.593 0.994,-0.593 0.45,0 0.79,0.28 0.993,0.593 0.207,0.319 0.32,0.729 0.32,1.156 0,0.428 -0.113,0.838 -0.32,1.156 -0.204,0.314 -0.544,0.594 -0.993,0.594 -0.45,0 -0.79,-0.28 -0.994,-0.594a2.137,2.137 0,0 1,-0.319 -1.156c0,-0.427 0.112,-0.837 0.319,-1.156ZM11.563,8.375c-0.45,0 -0.79,0.28 -0.994,0.594a2.139,2.139 0,0 0,-0.319 1.156c0,0.428 0.112,0.838 0.319,1.156 0.204,0.314 0.544,0.594 0.993,0.594 0.45,0 0.79,-0.28 0.994,-0.594 0.207,-0.318 0.319,-0.728 0.319,-1.156 0,-0.428 -0.112,-0.838 -0.319,-1.156 -0.204,-0.314 -0.544,-0.594 -0.993,-0.594ZM5.375,8.75a0.875,0.875 0,1 0,-1.75 0v2.375L1.25,11.125a0.875,0.875 0,0 0,0 1.75h2.375v2.375a0.875,0.875 0,0 0,1.75 0v-2.375L7.75,12.875a0.875,0.875 0,0 0,0 -1.75L5.375,11.125L5.375,8.75Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_emoji_plus_24.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (945 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M3.505,5.505L7.866,1.237C8.018,1.085 8.239,1 8.425,1C8.874,1 9.178,1.305 9.178,1.745C9.178,1.965 9.102,2.126 8.958,2.27L7.138,4.04L5.563,5.395L7.519,5.318H18.831C19.271,5.318 19.585,5.632 19.585,6.072C19.585,6.521 19.271,6.834 18.831,6.834H7.519L5.563,6.749L7.138,8.113L8.958,9.874C9.102,10.018 9.178,10.187 9.178,10.399C9.178,10.839 8.874,11.152 8.425,11.152C8.239,11.152 8.018,11.059 7.866,10.907L3.505,6.639C3.175,6.326 3.158,5.835 3.505,5.505ZM19.339,16.495L14.979,20.763C14.826,20.907 14.606,21 14.411,21C13.962,21 13.666,20.695 13.666,20.255C13.666,20.035 13.734,19.865 13.878,19.721L15.707,17.96L17.282,16.597L15.326,16.682H4.013C3.573,16.682 3.251,16.368 3.251,15.92C3.251,15.479 3.573,15.166 4.013,15.166H15.326L17.282,15.251L15.707,13.887L13.878,12.118C13.734,11.982 13.666,11.813 13.666,11.593C13.666,11.152 13.962,10.848 14.411,10.848C14.606,10.848 14.826,10.941 14.979,11.085L19.339,15.352C19.669,15.674 19.678,16.165 19.339,16.495Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_exchange_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1801 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.683,1.69c-0.276,-0.066 -0.56,-0.065 -0.86,-0.065h-2.56c-0.809,0 -1.469,0 -2.005,0.044 -0.554,0.045 -1.052,0.142 -1.517,0.378a3.875,3.875 0,0 0,-1.694 1.694c-0.236,0.465 -0.333,0.963 -0.378,1.517 -0.044,0.536 -0.044,1.196 -0.044,2.005v9.474c0,0.809 0,1.469 0.044,2.005 0.045,0.554 0.142,1.052 0.378,1.517 0.372,0.73 0.965,1.322 1.694,1.694 0.465,0.236 0.963,0.333 1.517,0.378 0.536,0.044 1.196,0.044 2.005,0.044h5.474c0.809,0 1.469,0 2.005,-0.044 0.554,-0.045 1.052,-0.142 1.517,-0.378a3.875,3.875 0,0 0,1.694 -1.694c0.236,-0.465 0.333,-0.963 0.378,-1.517 0.044,-0.536 0.044,-1.196 0.044,-2.005v-6.56c0,-0.3 0,-0.584 -0.066,-0.86a2.376,2.376 0,0 0,-0.284 -0.687c-0.148,-0.242 -0.35,-0.442 -0.562,-0.655l-5.438,-5.438c-0.213,-0.213 -0.413,-0.413 -0.655,-0.562a2.374,2.374 0,0 0,-0.687 -0.284ZM11.125,3.375L9.3,3.375c-0.855,0 -1.443,0 -1.9,0.038 -0.445,0.036 -0.688,0.103 -0.865,0.194 -0.4,0.203 -0.725,0.528 -0.928,0.928 -0.09,0.177 -0.158,0.42 -0.194,0.866 -0.037,0.456 -0.038,1.045 -0.038,1.899v9.4c0,0.855 0,1.443 0.038,1.9 0.036,0.445 0.103,0.688 0.194,0.865 0.203,0.4 0.528,0.725 0.928,0.928 0.177,0.09 0.42,0.158 0.866,0.194 0.456,0.037 1.044,0.038 1.899,0.038h5.4c0.855,0 1.443,0 1.9,-0.038 0.445,-0.036 0.688,-0.103 0.865,-0.194 0.4,-0.203 0.725,-0.528 0.928,-0.928 0.09,-0.177 0.158,-0.42 0.194,-0.866 0.037,-0.456 0.038,-1.044 0.038,-1.899v-5.825h-1.862c-0.809,0 -1.469,0 -2.005,-0.044 -0.554,-0.045 -1.052,-0.141 -1.517,-0.378a3.875,3.875 0,0 1,-1.694 -1.694c-0.237,-0.465 -0.333,-0.963 -0.378,-1.517 -0.044,-0.536 -0.044,-1.196 -0.044,-2.005L11.125,3.375ZM18.338,9.125L17.013,8l-2.988,-2.988 -1.15,-1.35L12.875,5.2c0,0.855 0,1.443 0.038,1.9 0.036,0.445 0.103,0.688 0.194,0.865 0.203,0.4 0.528,0.725 0.928,0.928 0.177,0.09 0.42,0.158 0.866,0.194 0.456,0.037 1.044,0.038 1.899,0.038h1.538Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_file_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1577 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M1.63 6v7.2 0.06 1.98c0 0.8 0 1.47 0.04 2C1.7 17.8 1.8 18.3 2.05 18.76c0.37 0.73 0.96 1.32 1.7 1.7 0.46 0.23 0.95 0.33 1.5 0.37 0.54 0.05 1.2 0.05 2.01 0.05h9.48c0.8 0 1.47 0 2-0.05 0.56-0.04 1.05-0.14 1.52-0.38 0.73-0.37 1.32-0.96 1.7-1.7 0.23-0.46 0.33-0.95 0.37-1.5 0.05-0.54 0.05-1.2 0.05-2.01V9.76c0-0.8 0-1.47-0.05-2C22.3 7.2 22.2 6.7 21.95 6.24c-0.37-0.73-0.96-1.32-1.7-1.7-0.46-0.23-0.95-0.33-1.5-0.37-0.54-0.05-1.2-0.05-2.01-0.05h-5.75c-0.41 0-0.81-0.15-1.11-0.43L9.72 3.54c-0.63-0.59-1.45-0.92-2.3-0.92H5C3.14 2.63 1.62 4.14 1.62 6Zm18.96 5.4c0.03 0.46 0.04 1.05 0.04 1.9v1.9c0 0.85 0 1.44-0.04 1.9-0.04 0.45-0.1 0.69-0.2 0.86-0.2 0.4-0.53 0.73-0.93 0.93-0.17 0.1-0.41 0.16-0.86 0.2-0.46 0.03-1.05 0.04-1.9 0.04H7.3c-0.85 0-1.44 0-1.9-0.04-0.45-0.04-0.69-0.1-0.86-0.2-0.4-0.2-0.73-0.53-0.93-0.93-0.1-0.17-0.16-0.41-0.2-0.86-0.03-0.46-0.04-1.05-0.04-1.9v-1.9c0-0.85 0-1.44 0.04-1.9 0.04-0.45 0.1-0.69 0.2-0.86 0.2-0.4 0.53-0.73 0.93-0.93C4.7 9.5 4.95 9.45 5.4 9.4c0.46-0.03 1.05-0.04 1.9-0.04h9.4c0.85 0 1.44 0 1.9 0.04 0.45 0.04 0.69 0.1 0.86 0.2 0.4 0.2 0.73 0.53 0.93 0.93 0.1 0.17 0.16 0.41 0.2 0.86ZM3.38 6C3.38 5.1 4.1 4.37 5 4.37h2.41c0.41 0 0.81 0.16 1.11 0.44l0.16 0.15c0.63 0.59 1.45 0.92 2.3 0.92h5.72c0.85 0 1.44 0 1.9 0.03 0.45 0.04 0.69 0.1 0.86 0.2 0.4 0.2 0.73 0.53 0.93 0.93 0.06 0.11 0.12 0.25 0.15 0.46 0.05 0.36 0.13 0.5 0.57 0.93l-0.1 0.1c-0.23-0.2-0.5-0.35-0.75-0.48-0.47-0.24-0.96-0.34-1.52-0.38-0.53-0.05-1.2-0.05-2-0.04H7.26c-0.8 0-1.47 0-2 0.04C4.7 7.7 4.2 7.8 3.74 8.05c-0.29 0.14-0.56 0.33-0.8 0.54L2.86 8.52C3.28 8.09 3.38 7.9 3.38 7.54V6Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_folder_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1657 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.774,4.125L10.989,4.125C10.576,4.125 10.178,3.968 9.877,3.685L9.72,3.538C9.094,2.951 8.269,2.625 7.411,2.625H5C3.136,2.625 1.625,4.136 1.625,6V13.202V13.263V15.237V15.237C1.625,16.046 1.625,16.706 1.669,17.242C1.714,17.796 1.811,18.294 2.047,18.759C2.419,19.488 3.012,20.081 3.741,20.453C4.206,20.69 4.704,20.786 5.258,20.831C5.794,20.875 6.454,20.875 7.263,20.875H16.737C17.546,20.875 18.206,20.875 18.742,20.831C19.296,20.786 19.794,20.69 20.259,20.453C20.988,20.081 21.581,19.488 21.953,18.759C22.19,18.294 22.286,17.796 22.331,17.242C22.375,16.706 22.375,16.045 22.375,15.237L22.375,11.556C21.837,11.884 21.247,12.135 20.621,12.296C20.625,12.585 20.625,12.916 20.625,13.3V15.2C20.625,16.055 20.624,16.643 20.587,17.099C20.551,17.545 20.484,17.788 20.393,17.965C20.19,18.365 19.865,18.69 19.465,18.893C19.288,18.984 19.045,19.051 18.599,19.087C18.143,19.124 17.555,19.125 16.7,19.125H7.3C6.445,19.125 5.857,19.124 5.401,19.087C4.955,19.051 4.712,18.984 4.535,18.893C4.135,18.69 3.81,18.365 3.607,17.965C3.516,17.788 3.449,17.545 3.413,17.099C3.376,16.643 3.375,16.055 3.375,15.2V13.3C3.375,12.446 3.376,11.857 3.413,11.401C3.449,10.955 3.516,10.712 3.607,10.535C3.81,10.135 4.135,9.81 4.535,9.607C4.712,9.516 4.955,9.449 5.401,9.413C5.857,9.376 6.445,9.375 7.3,9.375H13.444C13.117,8.838 12.866,8.25 12.705,7.625H7.263C6.454,7.625 5.794,7.625 5.258,7.669C4.704,7.714 4.206,7.811 3.741,8.047C3.451,8.195 3.183,8.377 2.942,8.589L2.861,8.515C3.284,8.087 3.375,7.907 3.375,7.538V6C3.375,5.103 4.103,4.375 5,4.375H7.411C7.824,4.375 8.222,4.532 8.523,4.815L8.68,4.962C9.306,5.549 10.131,5.875 10.989,5.875L12.501,5.875C12.513,5.268 12.607,4.681 12.774,4.125Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_folder_add.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1219 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M19,11C18.314,11 17.67,10.87 17.068,10.612C16.466,10.353 15.935,9.994 15.476,9.534C15.016,9.068 14.654,8.534 14.388,7.932C14.129,7.33 14,6.686 14,6C14,5.314 14.129,4.67 14.388,4.068C14.654,3.466 15.016,2.935 15.476,2.476C15.935,2.01 16.466,1.647 17.068,1.388C17.67,1.129 18.314,1 19,1C19.686,1 20.33,1.129 20.932,1.388C21.534,1.647 22.065,2.006 22.524,2.466C22.984,2.926 23.343,3.46 23.602,4.068C23.867,4.67 24,5.314 24,6C24,6.68 23.867,7.324 23.602,7.932C23.343,8.534 22.981,9.065 22.515,9.524C22.055,9.984 21.521,10.346 20.913,10.612C20.311,10.87 19.673,11 19,11ZM19,9.165C19.201,9.165 19.359,9.104 19.476,8.981C19.599,8.858 19.66,8.699 19.66,8.505V6.66H21.505C21.699,6.66 21.858,6.602 21.981,6.485C22.104,6.362 22.165,6.201 22.165,6C22.165,5.799 22.104,5.641 21.981,5.524C21.858,5.401 21.699,5.34 21.505,5.34H19.66V3.495C19.66,3.301 19.599,3.142 19.476,3.019C19.359,2.896 19.201,2.835 19,2.835C18.799,2.835 18.638,2.896 18.515,3.019C18.398,3.142 18.34,3.301 18.34,3.495V5.34H16.495C16.301,5.34 16.142,5.401 16.019,5.524C15.896,5.641 15.835,5.799 15.835,6C15.835,6.201 15.896,6.362 16.019,6.485C16.142,6.602 16.301,6.66 16.495,6.66H18.34V8.505C18.34,8.699 18.398,8.858 18.515,8.981C18.638,9.104 18.799,9.165 19,9.165Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_folder_add.xml"
line="11"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1657 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.774,4.125L10.989,4.125C10.576,4.125 10.178,3.968 9.877,3.685L9.72,3.538C9.094,2.951 8.269,2.625 7.411,2.625H5C3.136,2.625 1.625,4.136 1.625,6V13.202V13.263V15.237V15.237C1.625,16.046 1.625,16.706 1.669,17.242C1.714,17.796 1.811,18.294 2.047,18.759C2.419,19.488 3.012,20.081 3.741,20.453C4.206,20.69 4.704,20.786 5.258,20.831C5.794,20.875 6.454,20.875 7.263,20.875H16.737C17.546,20.875 18.206,20.875 18.742,20.831C19.296,20.786 19.794,20.69 20.259,20.453C20.988,20.081 21.581,19.488 21.953,18.759C22.19,18.294 22.286,17.796 22.331,17.242C22.375,16.706 22.375,16.045 22.375,15.237L22.375,11.556C21.837,11.884 21.247,12.135 20.621,12.296C20.625,12.585 20.625,12.916 20.625,13.3V15.2C20.625,16.055 20.624,16.643 20.587,17.099C20.551,17.545 20.484,17.788 20.393,17.965C20.19,18.365 19.865,18.69 19.465,18.893C19.288,18.984 19.045,19.051 18.599,19.087C18.143,19.124 17.555,19.125 16.7,19.125H7.3C6.445,19.125 5.857,19.124 5.401,19.087C4.955,19.051 4.712,18.984 4.535,18.893C4.135,18.69 3.81,18.365 3.607,17.965C3.516,17.788 3.449,17.545 3.413,17.099C3.376,16.643 3.375,16.055 3.375,15.2V13.3C3.375,12.446 3.376,11.857 3.413,11.401C3.449,10.955 3.516,10.712 3.607,10.535C3.81,10.135 4.135,9.81 4.535,9.607C4.712,9.516 4.955,9.449 5.401,9.413C5.857,9.376 6.445,9.375 7.3,9.375H13.444C13.117,8.838 12.866,8.25 12.705,7.625H7.263C6.454,7.625 5.794,7.625 5.258,7.669C4.704,7.714 4.206,7.811 3.741,8.047C3.451,8.195 3.183,8.377 2.942,8.589L2.861,8.515C3.284,8.087 3.375,7.907 3.375,7.538V6C3.375,5.103 4.103,4.375 5,4.375H7.411C7.824,4.375 8.222,4.532 8.523,4.815L8.68,4.962C9.306,5.549 10.131,5.875 10.989,5.875L12.501,5.875C12.513,5.268 12.607,4.681 12.774,4.125Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_folder_minus.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (888 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M19,11C18.314,11 17.67,10.871 17.068,10.612C16.466,10.353 15.935,9.994 15.476,9.534C15.016,9.068 14.654,8.534 14.388,7.932C14.129,7.33 14,6.686 14,6C14,5.314 14.129,4.67 14.388,4.068C14.654,3.466 15.016,2.935 15.476,2.476C15.935,2.01 16.466,1.647 17.068,1.388C17.67,1.129 18.314,1 19,1C19.686,1 20.33,1.129 20.932,1.388C21.534,1.647 22.065,2.006 22.524,2.466C22.984,2.926 23.343,3.46 23.602,4.068C23.867,4.67 24,5.314 24,6C24,6.68 23.867,7.324 23.602,7.932C23.343,8.534 22.981,9.065 22.515,9.524C22.055,9.984 21.521,10.346 20.913,10.612C20.311,10.871 19.673,11 19,11ZM16.485,6.66H21.495C21.676,6.66 21.832,6.595 21.961,6.466C22.097,6.33 22.165,6.175 22.165,6C22.165,5.825 22.097,5.673 21.961,5.544C21.832,5.408 21.676,5.34 21.495,5.34H16.485C16.304,5.34 16.149,5.408 16.019,5.544C15.89,5.673 15.825,5.825 15.825,6C15.825,6.175 15.89,6.33 16.019,6.466C16.149,6.595 16.304,6.66 16.485,6.66Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_folder_minus.xml"
line="11"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1657 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.774,4.125L10.989,4.125C10.576,4.125 10.178,3.968 9.877,3.685L9.72,3.538C9.094,2.951 8.269,2.625 7.411,2.625H5C3.136,2.625 1.625,4.136 1.625,6V13.202V13.263V15.237V15.237C1.625,16.046 1.625,16.706 1.669,17.242C1.714,17.796 1.811,18.294 2.047,18.759C2.419,19.488 3.012,20.081 3.741,20.453C4.206,20.69 4.704,20.786 5.258,20.831C5.794,20.875 6.454,20.875 7.263,20.875H16.737C17.546,20.875 18.206,20.875 18.742,20.831C19.296,20.786 19.794,20.69 20.259,20.453C20.988,20.081 21.581,19.488 21.953,18.759C22.19,18.294 22.286,17.796 22.331,17.242C22.375,16.706 22.375,16.045 22.375,15.237L22.375,11.556C21.837,11.884 21.247,12.135 20.621,12.296C20.625,12.585 20.625,12.916 20.625,13.3V15.2C20.625,16.055 20.624,16.643 20.587,17.099C20.551,17.545 20.484,17.788 20.393,17.965C20.19,18.365 19.865,18.69 19.465,18.893C19.288,18.984 19.045,19.051 18.599,19.087C18.143,19.124 17.555,19.125 16.7,19.125H7.3C6.445,19.125 5.857,19.124 5.401,19.087C4.955,19.051 4.712,18.984 4.535,18.893C4.135,18.69 3.81,18.365 3.607,17.965C3.516,17.788 3.449,17.545 3.413,17.099C3.376,16.643 3.375,16.055 3.375,15.2V13.3C3.375,12.446 3.376,11.857 3.413,11.401C3.449,10.955 3.516,10.712 3.607,10.535C3.81,10.135 4.135,9.81 4.535,9.607C4.712,9.516 4.955,9.449 5.401,9.413C5.857,9.376 6.445,9.375 7.3,9.375H13.444C13.117,8.838 12.866,8.25 12.705,7.625H7.263C6.454,7.625 5.794,7.625 5.258,7.669C4.704,7.714 4.206,7.811 3.741,8.047C3.451,8.195 3.183,8.377 2.942,8.589L2.861,8.515C3.284,8.087 3.375,7.907 3.375,7.538V6C3.375,5.103 4.103,4.375 5,4.375H7.411C7.824,4.375 8.222,4.532 8.523,4.815L8.68,4.962C9.306,5.549 10.131,5.875 10.989,5.875L12.501,5.875C12.513,5.268 12.607,4.681 12.774,4.125Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_folder_settings.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1338 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M18.583,11C18.261,11 18,10.788 17.93,10.476L17.719,9.569C17.608,9.538 17.497,9.498 17.367,9.427L16.563,9.911C16.292,10.083 15.97,10.073 15.729,9.831L15.176,9.256C14.955,9.034 14.925,8.702 15.095,8.419L15.568,7.613C15.528,7.502 15.477,7.411 15.427,7.29L14.523,7.079C14.211,6.998 14,6.746 14,6.413V5.607C14,5.294 14.211,5.042 14.523,4.962L15.417,4.74C15.467,4.619 15.518,4.508 15.558,4.417L15.055,3.601C14.884,3.319 14.945,2.986 15.166,2.754L15.739,2.2C15.97,1.968 16.302,1.927 16.553,2.079L17.347,2.583C17.467,2.522 17.578,2.482 17.719,2.431L17.93,1.534C18,1.222 18.261,1 18.583,1H19.397C19.729,1 19.98,1.212 20.06,1.524L20.281,2.452C20.392,2.492 20.503,2.522 20.623,2.583L21.437,2.079C21.698,1.917 22.02,1.968 22.251,2.2L22.834,2.754C23.055,2.976 23.085,3.319 22.915,3.601L22.422,4.417C22.462,4.508 22.513,4.609 22.563,4.74L23.457,4.962C23.779,5.042 24,5.284 24,5.607V6.413C24,6.746 23.789,6.998 23.457,7.079L22.553,7.29C22.513,7.411 22.482,7.502 22.412,7.613L22.884,8.409C23.065,8.702 23.045,9.024 22.814,9.256L22.251,9.831C22.01,10.073 21.688,10.083 21.417,9.911L20.623,9.427C20.513,9.488 20.392,9.538 20.271,9.569L20.06,10.476C19.98,10.798 19.729,11 19.397,11H18.583ZM18.995,7.563C19.839,7.563 20.543,6.867 20.543,6.01C20.543,5.153 19.839,4.448 18.995,4.448C18.141,4.448 17.437,5.153 17.437,6.01C17.437,6.867 18.141,7.563 18.995,7.563Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_folder_settings.xml"
line="11"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1730 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12 2.73c0.62-0.68 1.5-1.1 2.5-1.1 1.86 0 3.38 1.5 3.38 3.37 0 0.59-0.16 1.14-0.42 1.63h2.47l0.7 0.01c0.22 0.02 0.47 0.06 0.72 0.19C21.7 7 22 7.3 22.17 7.65c0.13 0.25 0.17 0.5 0.19 0.72 0.02 0.2 0.02 0.45 0.02 0.7v0.86c0 0.25 0 0.5-0.02 0.7-0.02 0.22-0.06 0.47-0.19 0.72C22 11.7 21.7 12 21.35 12.17c-0.16 0.08-0.32 0.13-0.48 0.16v4.7c0 0.68 0 1.23-0.03 1.68-0.04 0.47-0.12 0.91-0.33 1.32-0.33 0.64-0.84 1.15-1.48 1.48-0.4 0.2-0.85 0.29-1.32 0.33-0.45 0.04-1 0.04-1.67 0.04H7.96c-0.67 0-1.22 0-1.67-0.04-0.47-0.04-0.91-0.12-1.32-0.33-0.64-0.33-1.15-0.84-1.48-1.48-0.2-0.4-0.29-0.85-0.33-1.32-0.04-0.45-0.04-1-0.04-1.67v-4.71c-0.15-0.03-0.31-0.08-0.47-0.16C2.3 12 2 11.7 1.83 11.35c-0.13-0.25-0.17-0.5-0.19-0.72-0.02-0.2-0.02-0.45-0.01-0.7V9.07l0.01-0.7C1.66 8.15 1.7 7.9 1.83 7.65 2 7.3 2.3 7 2.65 6.83 2.9 6.7 3.15 6.66 3.37 6.64c0.2-0.02 0.45-0.02 0.7-0.01H4.1h2.44C6.28 6.13 6.12 5.58 6.12 5c0-1.86 1.52-3.38 3.38-3.38 1 0 1.88 0.43 2.5 1.11ZM9.5 3.38C8.6 3.38 7.87 4.1 7.87 5c0 0.9 0.73 1.63 1.63 1.63h1.63V5c0-0.9-0.73-1.63-1.63-1.63Zm5 3.25c0.9 0 1.63-0.73 1.63-1.63 0-0.9-0.73-1.63-1.63-1.63-0.9 0-1.63 0.73-1.63 1.63v1.63h1.63Zm-1.63 1.75v2.24h7.03 0.59l0.08-0.02 0.03-0.03 0.01-0.08 0.02-0.59V9.1c0-0.3 0-0.46-0.02-0.59V8.43L20.56 8.4l-0.08-0.01-0.59-0.02h-7.02Zm-1.74 0H4.1 3.51L3.43 8.4 3.4 8.43 3.39 8.51 3.37 9.1v0.8c0 0.3 0 0.46 0.02 0.59v0.08l0.04 0.03 0.08 0.01 0.59 0.02h7.03V8.37Zm0 4H4.87V17c0 0.71 0 1.2 0.04 1.57 0.03 0.36 0.08 0.54 0.14 0.67 0.16 0.3 0.4 0.55 0.71 0.7 0.13 0.07 0.3 0.12 0.67 0.15 0.37 0.03 0.86 0.04 1.57 0.04h3.13v-7.75Zm1.74 7.74H16c0.71 0 1.2 0 1.57-0.03 0.36-0.03 0.54-0.08 0.67-0.14 0.3-0.16 0.55-0.4 0.7-0.71 0.07-0.13 0.12-0.3 0.15-0.67 0.03-0.37 0.04-0.86 0.04-1.57v-4.63h-6.25v7.76Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_gift_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5760 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M6.165,2.125c-0.53,0 -0.98,0 -1.35,0.03 -0.387,0.032 -0.762,0.101 -1.12,0.283a2.881,2.881 0,0 0,-1.257 1.257c-0.182,0.358 -0.251,0.733 -0.283,1.12 -0.03,0.37 -0.03,0.82 -0.03,1.35v1.17c0,0.53 0,0.98 0.03,1.35 0.032,0.387 0.101,0.762 0.283,1.12 0.276,0.541 0.716,0.981 1.257,1.257 0.358,0.182 0.733,0.251 1.12,0.283 0.37,0.03 0.82,0.03 1.35,0.03h1.17c0.53,0 0.98,0 1.35,-0.03 0.387,-0.032 0.762,-0.101 1.12,-0.283a2.881,2.881 0,0 0,1.257 -1.257c0.182,-0.358 0.251,-0.733 0.283,-1.12 0.03,-0.37 0.03,-0.82 0.03,-1.35v-1.17c0,-0.53 0,-0.98 -0.03,-1.35 -0.032,-0.387 -0.101,-0.762 -0.283,-1.12a2.875,2.875 0,0 0,-1.257 -1.257c-0.358,-0.182 -0.733,-0.251 -1.12,-0.283 -0.37,-0.03 -0.82,-0.03 -1.35,-0.03h-1.17ZM4.49,3.998c0.07,-0.036 0.19,-0.076 0.469,-0.099 0.29,-0.023 0.668,-0.024 1.242,-0.024h1.1c0.574,0 0.953,0 1.242,0.024 0.28,0.023 0.399,0.063 0.469,0.099 0.211,0.107 0.384,0.28 0.491,0.491 0.036,0.07 0.076,0.19 0.099,0.469 0.023,0.29 0.024,0.668 0.024,1.242v1.1c0,0.574 0,0.953 -0.024,1.242 -0.023,0.28 -0.063,0.399 -0.099,0.469a1.12,1.12 0,0 1,-0.491 0.491c-0.07,0.036 -0.19,0.076 -0.469,0.099 -0.29,0.023 -0.668,0.024 -1.242,0.024L6.2,9.625c-0.574,0 -0.953,0 -1.242,-0.024 -0.28,-0.023 -0.399,-0.063 -0.469,-0.099a1.125,1.125 0,0 1,-0.491 -0.491c-0.036,-0.07 -0.076,-0.19 -0.099,-0.469 -0.023,-0.29 -0.024,-0.668 -0.024,-1.242L3.875,6.2c0,-0.574 0,-0.953 0.024,-1.242 0.023,-0.28 0.063,-0.399 0.099,-0.469a1.12,1.12 0,0 1,0.491 -0.491ZM6.165,12.625c-0.53,0 -0.98,0 -1.35,0.03 -0.387,0.032 -0.762,0.101 -1.12,0.283a2.881,2.881 0,0 0,-1.257 1.257c-0.182,0.358 -0.251,0.732 -0.283,1.12 -0.03,0.37 -0.03,0.82 -0.03,1.35v1.17c0,0.53 0,0.98 0.03,1.35 0.032,0.388 0.101,0.762 0.283,1.12 0.276,0.541 0.716,0.981 1.257,1.257 0.358,0.182 0.733,0.251 1.12,0.283 0.37,0.03 0.82,0.03 1.35,0.03h1.17c0.53,0 0.98,0 1.35,-0.03 0.387,-0.032 0.762,-0.101 1.12,-0.283a2.881,2.881 0,0 0,1.257 -1.257c0.182,-0.358 0.251,-0.732 0.283,-1.12 0.03,-0.37 0.03,-0.82 0.03,-1.35v-1.17c0,-0.53 0,-0.98 -0.03,-1.35 -0.032,-0.387 -0.101,-0.762 -0.283,-1.12a2.874,2.874 0,0 0,-1.257 -1.257c-0.358,-0.182 -0.733,-0.251 -1.12,-0.283 -0.37,-0.03 -0.82,-0.03 -1.35,-0.03h-1.17ZM4.49,14.498c0.07,-0.036 0.19,-0.076 0.469,-0.099 0.29,-0.023 0.668,-0.024 1.242,-0.024h1.1c0.574,0 0.953,0 1.242,0.024 0.28,0.023 0.399,0.063 0.469,0.099 0.211,0.107 0.384,0.28 0.491,0.491 0.036,0.07 0.076,0.19 0.099,0.469 0.023,0.29 0.024,0.667 0.024,1.242v1.1c0,0.575 0,0.953 -0.024,1.242 -0.023,0.28 -0.063,0.399 -0.099,0.469a1.12,1.12 0,0 1,-0.491 0.491c-0.07,0.036 -0.19,0.076 -0.469,0.099 -0.29,0.023 -0.668,0.024 -1.242,0.024L6.2,20.125c-0.574,0 -0.953,0 -1.242,-0.024 -0.28,-0.023 -0.399,-0.063 -0.469,-0.099a1.125,1.125 0,0 1,-0.491 -0.491c-0.036,-0.07 -0.076,-0.19 -0.099,-0.469 -0.023,-0.29 -0.024,-0.668 -0.024,-1.242v-1.1c0,-0.575 0,-0.953 0.024,-1.242 0.023,-0.28 0.063,-0.399 0.099,-0.469a1.12,1.12 0,0 1,0.491 -0.491ZM16.665,2.125h1.17c0.53,0 0.98,0 1.35,0.03 0.388,0.032 0.762,0.101 1.12,0.283 0.541,0.276 0.981,0.716 1.257,1.257 0.182,0.358 0.251,0.733 0.283,1.12 0.03,0.37 0.03,0.82 0.03,1.35v1.17c0,0.53 0,0.98 -0.03,1.35 -0.032,0.387 -0.101,0.762 -0.283,1.12a2.881,2.881 0,0 1,-1.257 1.257c-0.358,0.182 -0.732,0.251 -1.12,0.283 -0.37,0.03 -0.82,0.03 -1.35,0.03h-1.17c-0.53,0 -0.98,0 -1.35,-0.03 -0.387,-0.032 -0.762,-0.101 -1.12,-0.283a2.874,2.874 0,0 1,-1.257 -1.257c-0.182,-0.358 -0.251,-0.733 -0.283,-1.12 -0.03,-0.37 -0.03,-0.82 -0.03,-1.35v-1.17c0,-0.53 0,-0.98 0.03,-1.35 0.032,-0.387 0.101,-0.762 0.283,-1.12a2.881,2.881 0,0 1,1.257 -1.257c0.358,-0.182 0.732,-0.251 1.12,-0.283 0.37,-0.03 0.82,-0.03 1.35,-0.03ZM15.458,3.899c-0.28,0.023 -0.399,0.063 -0.469,0.099a1.12,1.12 0,0 0,-0.491 0.491c-0.036,0.07 -0.076,0.19 -0.099,0.469 -0.023,0.29 -0.024,0.668 -0.024,1.242v1.1c0,0.574 0,0.953 0.024,1.242 0.023,0.28 0.063,0.399 0.099,0.469 0.107,0.211 0.28,0.384 0.491,0.491 0.07,0.036 0.19,0.076 0.469,0.099 0.29,0.023 0.667,0.024 1.242,0.024h1.1c0.575,0 0.953,0 1.242,-0.024 0.28,-0.023 0.399,-0.063 0.469,-0.099a1.12,1.12 0,0 0,0.491 -0.491c0.036,-0.07 0.076,-0.19 0.099,-0.469 0.023,-0.29 0.024,-0.668 0.024,-1.242L20.125,6.2c0,-0.574 0,-0.953 -0.024,-1.242 -0.023,-0.28 -0.063,-0.399 -0.099,-0.469a1.125,1.125 0,0 0,-0.491 -0.491c-0.07,-0.036 -0.19,-0.076 -0.469,-0.099 -0.29,-0.023 -0.668,-0.024 -1.242,-0.024h-1.1c-0.575,0 -0.953,0 -1.242,0.024ZM16.665,12.625c-0.53,0 -0.98,0 -1.35,0.03 -0.387,0.032 -0.762,0.101 -1.12,0.283a2.881,2.881 0,0 0,-1.257 1.257c-0.182,0.358 -0.251,0.732 -0.283,1.12 -0.03,0.37 -0.03,0.82 -0.03,1.35v1.17c0,0.53 0,0.98 0.03,1.35 0.032,0.388 0.101,0.762 0.283,1.12 0.276,0.541 0.716,0.981 1.257,1.257 0.358,0.182 0.732,0.251 1.12,0.283 0.37,0.03 0.82,0.03 1.35,0.03h1.17c0.53,0 0.98,0 1.35,-0.03 0.388,-0.032 0.762,-0.101 1.12,-0.283a2.881,2.881 0,0 0,1.257 -1.257c0.182,-0.358 0.251,-0.732 0.283,-1.12 0.03,-0.37 0.03,-0.82 0.03,-1.35v-1.17c0,-0.53 0,-0.98 -0.03,-1.35 -0.032,-0.387 -0.101,-0.762 -0.283,-1.12a2.874,2.874 0,0 0,-1.257 -1.257c-0.358,-0.182 -0.732,-0.251 -1.12,-0.283 -0.37,-0.03 -0.82,-0.03 -1.35,-0.03h-1.17ZM14.989,14.498c0.07,-0.036 0.19,-0.076 0.469,-0.099 0.29,-0.023 0.667,-0.024 1.242,-0.024h1.1c0.575,0 0.953,0 1.242,0.024 0.28,0.023 0.399,0.063 0.469,0.099 0.211,0.107 0.384,0.28 0.491,0.491 0.036,0.07 0.076,0.19 0.099,0.469 0.023,0.29 0.024,0.667 0.024,1.242v1.1c0,0.575 0,0.953 -0.024,1.242 -0.023,0.28 -0.063,0.399 -0.099,0.469a1.12,1.12 0,0 1,-0.491 0.491c-0.07,0.036 -0.19,0.076 -0.469,0.099 -0.29,0.023 -0.668,0.024 -1.242,0.024h-1.1c-0.575,0 -0.953,0 -1.242,-0.024 -0.28,-0.023 -0.399,-0.063 -0.469,-0.099a1.126,1.126 0,0 1,-0.491 -0.491c-0.036,-0.07 -0.076,-0.19 -0.099,-0.469 -0.023,-0.29 -0.024,-0.668 -0.024,-1.242v-1.1c0,-0.575 0,-0.953 0.024,-1.242 0.023,-0.28 0.063,-0.399 0.099,-0.469a1.12,1.12 0,0 1,0.491 -0.491Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_grid_square_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (802 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" &lt;path android:fillColor=&quot;#000000&quot; android:fillType=&quot;evenOdd&quot; android:pathData=&quot;M17.05,4.069C17.442,3.813 17.937,3.7 18.5,3.7C19.17,3.7 19.743,3.874 20.154,4.206C20.571,4.543 20.8,5.024 20.8,5.58C20.8,6.031 20.671,6.371 20.472,6.649C20.293,6.898 20.061,7.09 19.86,7.257C19.847,7.267 19.834,7.278 19.822,7.288C19.603,7.47 19.418,7.63 19.283,7.835C19.153,8.03 19.061,8.28 19.061,8.649V8.739C19.061,9.049 18.81,9.3 18.5,9.3C18.19,9.3 17.939,9.049 17.939,8.739V8.649C17.939,8.142 18.061,7.752 18.255,7.434C18.444,7.123 18.694,6.898 18.917,6.712C18.955,6.68 18.993,6.649 19.029,6.619C19.437,6.282 19.678,6.082 19.678,5.667C19.678,5.309 19.553,5.069 19.365,4.912C19.17,4.749 18.876,4.651 18.5,4.651C18.135,4.651 17.879,4.731 17.705,4.855C17.535,4.977 17.414,5.159 17.352,5.422C17.296,5.662 17.084,5.88 16.792,5.88C16.469,5.88 16.171,5.586 16.263,5.22C16.389,4.721 16.652,4.33 17.05,4.069Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_group_question_20.xml"
line="11"
column="84"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1238 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M22.38 9.56c0-0.95 0-1.71-0.06-2.33-0.05-0.64-0.16-1.2-0.42-1.72-0.42-0.82-1.1-1.49-1.91-1.9-0.52-0.27-1.08-0.38-1.72-0.43-0.62-0.06-1.38-0.06-2.33-0.06H8.06c-0.95 0-1.71 0-2.33 0.06-0.64 0.05-1.2 0.16-1.72 0.42-0.82 0.42-1.49 1.1-1.9 1.91C1.83 6.03 1.72 6.6 1.67 7.23 1.62 7.85 1.62 8.61 1.63 9.56v4.88c0 0.95 0 1.71 0.05 2.33 0.05 0.64 0.16 1.2 0.42 1.72 0.42 0.82 1.1 1.49 1.91 1.9 0.52 0.27 1.08 0.38 1.72 0.43 0.62 0.05 1.38 0.05 2.33 0.05h7.88c0.95 0 1.71 0 2.33-0.05 0.64-0.05 1.2-0.16 1.72-0.42 0.82-0.42 1.49-1.1 1.9-1.91 0.27-0.52 0.38-1.08 0.43-1.72 0.05-0.62 0.05-1.38 0.05-2.33V9.56Zm-1.76-0.83V9.6v4.8c0 1 0 1.69-0.04 2.23-0.04 0.53-0.12 0.83-0.24 1.06-0.25 0.5-0.65 0.9-1.15 1.15-0.23 0.12-0.53 0.2-1.06 0.24-0.54 0.04-1.24 0.05-2.23 0.05H8.1c-1 0-1.69 0-2.23-0.05-0.53-0.04-0.83-0.12-1.06-0.24-0.5-0.25-0.9-0.65-1.15-1.15-0.12-0.23-0.2-0.53-0.24-1.06-0.04-0.54-0.04-1.24-0.04-2.23V9.6 8.73L9.7 13.4c1.37 1.01 3.23 1.01 4.6 0l6.32-4.66Zm-0.15-2.06l-7.2 5.31c-0.76 0.56-1.78 0.56-2.53 0L3.53 6.67C3.56 6.53 3.6 6.41 3.66 6.31c0.25-0.5 0.65-0.9 1.15-1.15 0.23-0.12 0.53-0.2 1.06-0.24 0.54-0.04 1.24-0.04 2.23-0.04h7.8c1 0 1.69 0 2.23 0.04 0.53 0.04 0.83 0.12 1.06 0.24 0.5 0.25 0.9 0.65 1.15 1.15 0.05 0.1 0.1 0.22 0.13 0.36Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_invite_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1140 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M6.26 3.63c-0.8 0-1.47 0-2 0.04C3.7 3.7 3.2 3.8 2.74 4.05 2.01 4.42 1.42 5 1.04 5.75 0.82 6.2 0.72 6.7 0.68 7.24 0.62 7.8 0.62 8.46 0.62 9.27v5.48c0 0.8 0 1.47 0.05 2C0.7 17.3 0.8 17.8 1.05 18.26c0.37 0.73 0.96 1.32 1.7 1.7 0.46 0.23 0.95 0.33 1.5 0.37 0.54 0.05 1.2 0.05 2.01 0.05h11.48c0.8 0 1.47 0 2-0.05 0.56-0.04 1.05-0.14 1.52-0.38 0.73-0.37 1.32-0.96 1.7-1.7 0.23-0.46 0.33-0.95 0.37-1.5 0.05-0.54 0.05-1.2 0.05-2.01V9.26c0-0.8 0-1.47-0.05-2C23.3 6.7 23.2 6.2 22.95 5.74c-0.37-0.73-0.96-1.32-1.7-1.7-0.46-0.23-0.95-0.33-1.5-0.37-0.54-0.05-1.2-0.05-2.01-0.04H6.26ZM3.54 5.6C3.7 5.5 3.95 5.45 4.4 5.4c0.46-0.03 1.05-0.04 1.9-0.04h11.4c0.85 0 1.44 0 1.9 0.04 0.45 0.04 0.69 0.1 0.86 0.2 0.4 0.2 0.73 0.53 0.93 0.93 0.1 0.17 0.16 0.41 0.2 0.86 0.03 0.46 0.04 1.05 0.04 1.9v5.4c0 0.85 0 1.44-0.04 1.9-0.04 0.45-0.1 0.69-0.2 0.86-0.2 0.4-0.53 0.73-0.93 0.93-0.17 0.1-0.41 0.16-0.86 0.2-0.46 0.03-1.05 0.04-1.9 0.04H6.3c-0.85 0-1.44 0-1.9-0.04-0.45-0.04-0.69-0.1-0.86-0.2-0.4-0.2-0.73-0.53-0.93-0.93-0.1-0.17-0.16-0.41-0.2-0.86-0.03-0.46-0.04-1.05-0.04-1.9V9.3c0-0.85 0-1.44 0.04-1.9 0.04-0.45 0.1-0.69 0.2-0.86 0.2-0.4 0.53-0.73 0.93-0.93Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_keyboard_24.xml"
line="41"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1230 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M15.13 15.7c0 0.85 0 1.44-0.04 1.9-0.04 0.45-0.1 0.69-0.2 0.86-0.2 0.4-0.53 0.73-0.93 0.93-0.17 0.1-0.41 0.16-0.86 0.2-0.46 0.03-1.05 0.04-1.9 0.04H7.8c-0.85 0-1.44 0-1.9-0.04-0.45-0.04-0.69-0.1-0.86-0.2-0.4-0.2-0.73-0.53-0.93-0.93C4 18.3 3.95 18.05 3.9 17.6c-0.03-0.46-0.04-1.05-0.04-1.9V8.3c0-0.85 0-1.44 0.04-1.9 0.04-0.45 0.1-0.69 0.2-0.86 0.2-0.4 0.53-0.73 0.93-0.93C5.2 4.5 5.45 4.45 5.9 4.4c0.46-0.03 1.05-0.04 1.9-0.04h3.4c0.85 0 1.44 0 1.9 0.04 0.45 0.04 0.69 0.1 0.86 0.2 0.4 0.2 0.73 0.53 0.93 0.93 0.1 0.17 0.16 0.41 0.2 0.86 0.03 0.46 0.04 1.05 0.04 1.9v0.2c0 0.48 0.39 0.88 0.87 0.88s0.88-0.4 0.88-0.88V8.26c0-0.8 0-1.47-0.05-2C16.8 5.7 16.7 5.2 16.45 4.74c-0.37-0.73-0.96-1.32-1.7-1.7-0.46-0.23-0.95-0.33-1.5-0.37-0.54-0.05-1.2-0.05-2.01-0.04H7.76c-0.8 0-1.47 0-2 0.04C5.2 2.7 4.7 2.8 4.24 3.05 3.51 3.42 2.92 4 2.54 4.75 2.32 5.2 2.22 5.7 2.18 6.24 2.12 6.8 2.12 7.46 2.13 8.27v7.48c0 0.8 0 1.47 0.04 2C2.2 18.3 2.3 18.8 2.55 19.26c0.37 0.73 0.96 1.32 1.7 1.7 0.46 0.23 0.95 0.33 1.5 0.37 0.54 0.05 1.2 0.05 2.01 0.05h3.48c0.8 0 1.47 0 2-0.05 0.56-0.04 1.05-0.14 1.52-0.38 0.73-0.37 1.32-0.96 1.7-1.7 0.23-0.46 0.33-0.95 0.37-1.5 0.05-0.54 0.05-1.2 0.05-2.01V15.5c0-0.48-0.4-0.88-0.88-0.88s-0.88 0.4-0.88 0.88v0.2Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_leave_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1227 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M5.88 6.75v2.8c-0.6 0.32-1.08 0.81-1.39 1.42-0.2 0.4-0.29 0.85-0.33 1.32-0.04 0.45-0.04 1-0.04 1.67v4.08c0 0.67 0 1.22 0.04 1.67 0.04 0.47 0.12 0.91 0.33 1.32 0.33 0.64 0.84 1.15 1.48 1.48 0.4 0.2 0.85 0.29 1.32 0.33 0.45 0.04 1 0.04 1.67 0.04h6.08c0.67 0 1.22 0 1.67-0.04 0.47-0.04 0.91-0.12 1.32-0.33 0.64-0.33 1.15-0.84 1.48-1.48 0.2-0.4 0.29-0.85 0.33-1.32 0.04-0.45 0.04-1 0.04-1.67v-4.08c0-0.67 0-1.22-0.04-1.67-0.04-0.47-0.12-0.91-0.33-1.32-0.31-0.6-0.8-1.1-1.39-1.43V6.75c0-3.38-2.74-6.13-6.12-6.13S5.87 3.38 5.87 6.75Zm10.5 0v2.4c-0.39-0.03-0.83-0.03-1.34-0.03H8.96c-0.5 0-0.95 0-1.34 0.02V6.75c0-2.42 1.96-4.38 4.38-4.38s4.38 1.96 4.38 4.38Zm-9.62 4.3c0.13-0.06 0.3-0.11 0.67-0.14 0.37-0.03 0.86-0.04 1.57-0.04h6c0.71 0 1.2 0 1.57 0.04 0.36 0.03 0.54 0.08 0.67 0.14 0.3 0.16 0.55 0.4 0.7 0.71 0.07 0.13 0.12 0.3 0.15 0.67 0.03 0.37 0.04 0.86 0.04 1.57v4c0 0.71 0 1.2-0.04 1.57-0.03 0.36-0.08 0.54-0.14 0.67-0.16 0.3-0.4 0.55-0.71 0.7-0.13 0.07-0.3 0.12-0.67 0.15-0.37 0.03-0.86 0.04-1.57 0.04H9c-0.71 0-1.2 0-1.57-0.04-0.36-0.03-0.54-0.08-0.67-0.14-0.3-0.16-0.55-0.4-0.7-0.71-0.07-0.13-0.12-0.3-0.15-0.67C5.88 19.2 5.87 18.71 5.87 18v-4c0-0.71 0-1.2 0.04-1.57 0.03-0.36 0.08-0.54 0.14-0.67 0.16-0.3 0.4-0.55 0.71-0.7Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_lock_24.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1181 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M3.85 4.5v1.64C3.43 6.37 3.08 6.73 2.86 7.16c-0.15 0.3-0.2 0.6-0.23 0.94C2.6 8.42 2.6 8.8 2.6 9.27v2.46c0 0.46 0 0.85 0.03 1.17 0.02 0.33 0.08 0.65 0.23 0.94 0.23 0.45 0.6 0.82 1.05 1.05 0.3 0.15 0.6 0.2 0.94 0.23 0.32 0.03 0.7 0.03 1.17 0.03h3.96c0.46 0 0.85 0 1.17-0.03 0.33-0.02 0.65-0.08 0.94-0.23 0.45-0.23 0.82-0.6 1.05-1.05 0.15-0.3 0.2-0.6 0.23-0.94 0.03-0.32 0.03-0.7 0.03-1.17V9.27c0-0.46 0-0.85-0.03-1.17-0.02-0.33-0.08-0.65-0.23-0.94-0.22-0.43-0.57-0.79-0.99-1.02V4.5c0-2.3-1.86-4.15-4.15-4.15-2.3 0-4.15 1.86-4.15 4.15Zm7 0v1.36L9.98 5.85H6.02 5.15V4.5c0-1.57 1.28-2.85 2.85-2.85s2.85 1.28 2.85 2.85ZM4.5 7.27c0.08-0.04 0.2-0.08 0.45-0.1 0.26-0.02 0.6-0.02 1.1-0.02h3.9c0.5 0 0.84 0 1.1 0.02 0.25 0.02 0.37 0.06 0.45 0.1 0.2 0.1 0.37 0.27 0.48 0.48 0.04 0.08 0.08 0.2 0.1 0.45 0.02 0.26 0.02 0.6 0.02 1.1v2.4c0 0.5 0 0.84-0.02 1.1-0.02 0.25-0.06 0.37-0.1 0.45-0.1 0.2-0.27 0.37-0.48 0.48-0.08 0.04-0.2 0.08-0.45 0.1-0.26 0.02-0.6 0.02-1.1 0.02h-3.9c-0.5 0-0.84 0-1.1-0.02-0.25-0.02-0.37-0.06-0.45-0.1-0.2-0.1-0.37-0.27-0.48-0.48-0.04-0.08-0.08-0.2-0.1-0.45-0.02-0.26-0.02-0.6-0.02-1.1V9.3c0-0.5 0-0.84 0.02-1.1 0.02-0.25 0.06-0.37 0.1-0.45 0.1-0.2 0.27-0.37 0.48-0.48Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_lock_compact_20.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1227 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M5.88 6.75v2.8c-0.6 0.32-1.08 0.81-1.39 1.42-0.2 0.4-0.29 0.85-0.33 1.32-0.04 0.45-0.04 1-0.04 1.67v4.08c0 0.67 0 1.22 0.04 1.67 0.04 0.47 0.12 0.91 0.33 1.32 0.33 0.64 0.84 1.15 1.48 1.48 0.4 0.2 0.85 0.29 1.32 0.33 0.45 0.04 1 0.04 1.67 0.04h6.08c0.67 0 1.22 0 1.67-0.04 0.47-0.04 0.91-0.12 1.32-0.33 0.64-0.33 1.15-0.84 1.48-1.48 0.2-0.4 0.29-0.85 0.33-1.32 0.04-0.45 0.04-1 0.04-1.67v-4.08c0-0.67 0-1.22-0.04-1.67-0.04-0.47-0.12-0.91-0.33-1.32-0.31-0.6-0.8-1.1-1.39-1.43V6.75c0-3.38-2.74-6.13-6.12-6.13S5.87 3.38 5.87 6.75Zm10.5 0v2.4c-0.39-0.03-0.83-0.03-1.34-0.03H8.96c-0.5 0-0.95 0-1.34 0.02V6.75c0-2.42 1.96-4.38 4.38-4.38s4.38 1.96 4.38 4.38Zm-9.62 4.3c0.13-0.06 0.3-0.11 0.67-0.14 0.37-0.03 0.86-0.04 1.57-0.04h6c0.71 0 1.2 0 1.57 0.04 0.36 0.03 0.54 0.08 0.67 0.14 0.3 0.16 0.55 0.4 0.7 0.71 0.07 0.13 0.12 0.3 0.15 0.67 0.03 0.37 0.04 0.86 0.04 1.57v4c0 0.71 0 1.2-0.04 1.57-0.03 0.36-0.08 0.54-0.14 0.67-0.16 0.3-0.4 0.55-0.71 0.7-0.13 0.07-0.3 0.12-0.67 0.15-0.37 0.03-0.86 0.04-1.57 0.04H9c-0.71 0-1.2 0-1.57-0.04-0.36-0.03-0.54-0.08-0.67-0.14-0.3-0.16-0.55-0.4-0.7-0.71-0.07-0.13-0.12-0.3-0.15-0.67C5.88 19.2 5.87 18.71 5.87 18v-4c0-0.71 0-1.2 0.04-1.57 0.03-0.36 0.08-0.54 0.14-0.67 0.16-0.3 0.4-0.55 0.71-0.7Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_lock_white_48.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1085 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M31.22,26.773V7.624C31.22,5.783 30.252,4.853 28.354,4.853H26.02C25.754,4.853 25.602,5.005 25.602,5.271V5.612C25.602,6.315 25.147,6.808 24.426,6.808H19.605C18.884,6.808 18.429,6.315 18.429,5.612V5.271C18.429,5.005 18.277,4.853 17.992,4.853H15.658C13.76,4.853 12.792,5.764 12.792,7.605V8.326L10.743,6.277L10.837,5.897C11.255,3.677 12.887,2.5 15.373,2.5H28.639C31.694,2.5 33.573,4.341 33.573,7.301V29.126L31.22,26.773ZM36.571,38.273L5.827,7.548C5.391,7.112 5.391,6.371 5.827,5.954C6.283,5.48 7.004,5.517 7.44,5.954L38.166,36.679C38.602,37.115 38.621,37.837 38.166,38.273C37.729,38.71 37.008,38.729 36.571,38.273ZM15.373,41.575C12.337,41.575 10.458,39.753 10.458,36.793V15.101L12.792,17.455V36.451C12.792,38.311 13.76,39.241 15.658,39.241H28.354C30.214,39.241 31.163,38.349 31.22,36.565V35.844L33.212,37.894C33.193,38.007 33.155,38.14 33.136,38.273C32.662,40.418 31.087,41.575 28.639,41.575H15.373ZM18.087,37.894C17.65,37.894 17.328,37.59 17.328,37.153C17.328,36.698 17.65,36.394 18.087,36.394H25.944C26.38,36.394 26.703,36.698 26.703,37.153C26.703,37.59 26.38,37.894 25.944,37.894H18.087Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_no_phone_44.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1147 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M9.26 1.63h5.48c0.8 0 1.47 0 2 0.04 0.56 0.04 1.05 0.14 1.52 0.38 0.73 0.37 1.32 0.96 1.7 1.7 0.23 0.46 0.33 0.95 0.37 1.5 0.05 0.54 0.05 1.2 0.05 2.01v9.48c0 0.8 0 1.47-0.05 2-0.04 0.56-0.14 1.05-0.38 1.52-0.37 0.73-0.96 1.32-1.7 1.7-0.46 0.23-0.95 0.33-1.5 0.37-0.54 0.05-1.2 0.05-2.01 0.05H9.26c-0.8 0-1.47 0-2-0.05C6.7 22.3 6.2 22.2 5.74 21.95c-0.73-0.37-1.32-0.96-1.7-1.7-0.23-0.46-0.33-0.95-0.37-1.5-0.05-0.54-0.05-1.2-0.04-2.01V7.26c0-0.8 0-1.47 0.04-2C3.7 4.7 3.8 4.2 4.05 3.74 4.42 3.01 5 2.42 5.75 2.04 6.2 1.82 6.7 1.72 7.24 1.68c0.54-0.05 1.2-0.05 2.01-0.04ZM7.4 3.4c-0.45 0.04-0.69 0.1-0.86 0.2C6.14 3.8 5.8 4.14 5.6 4.54 5.5 4.7 5.45 4.95 5.4 5.4L5.38 6.12h13.24c0-0.27-0.02-0.51-0.03-0.72-0.04-0.45-0.1-0.69-0.2-0.86-0.2-0.4-0.53-0.73-0.93-0.93-0.17-0.1-0.41-0.16-0.86-0.2-0.46-0.03-1.05-0.04-1.9-0.04H9.3c-0.85 0-1.44 0-1.9 0.04ZM5.37 16.7c0 0.85 0 1.44 0.04 1.9 0.04 0.45 0.1 0.69 0.2 0.86 0.2 0.4 0.53 0.73 0.93 0.93 0.17 0.1 0.41 0.16 0.86 0.2 0.46 0.03 1.05 0.04 1.9 0.04h5.4c0.85 0 1.44 0 1.9-0.04 0.45-0.04 0.69-0.1 0.86-0.2 0.4-0.2 0.73-0.53 0.93-0.93 0.1-0.17 0.16-0.41 0.2-0.86 0.03-0.46 0.04-1.05 0.04-1.9V7.88H5.38v8.82Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_note_24.xml"
line="18"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1177 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M6.17 0.85h3.66c0.53 0 0.98 0 1.34 0.03 0.37 0.03 0.71 0.1 1.03 0.26 0.5 0.25 0.9 0.66 1.16 1.16 0.16 0.32 0.23 0.66 0.26 1.03 0.03 0.36 0.03 0.8 0.03 1.34v6.66c0 0.53 0 0.98-0.03 1.34-0.03 0.37-0.1 0.71-0.26 1.03-0.25 0.5-0.66 0.9-1.16 1.16-0.32 0.16-0.66 0.23-1.03 0.26-0.36 0.03-0.8 0.03-1.34 0.03H6.17c-0.53 0-0.98 0-1.34-0.03-0.37-0.03-0.71-0.1-1.03-0.26-0.5-0.25-0.9-0.66-1.16-1.16-0.16-0.32-0.23-0.66-0.26-1.03-0.03-0.36-0.03-0.8-0.03-1.34V4.67c0-0.53 0-0.98 0.03-1.34 0.03-0.37 0.1-0.71 0.26-1.03C2.89 1.8 3.3 1.4 3.8 1.14 4.12 0.98 4.46 0.9 4.83 0.88c0.36-0.03 0.8-0.03 1.34-0.03ZM4.94 2.18C4.64 2.2 4.49 2.24 4.39 2.3c-0.26 0.13-0.46 0.33-0.6 0.59-0.05 0.1-0.1 0.26-0.11 0.55L3.66 3.85h8.68c0-0.16 0-0.29-0.02-0.41-0.02-0.3-0.06-0.45-0.12-0.55-0.13-0.26-0.33-0.46-0.59-0.6-0.1-0.05-0.26-0.1-0.55-0.11-0.3-0.03-0.69-0.03-1.26-0.03H6.2c-0.57 0-0.96 0-1.26 0.03ZM3.65 11.3c0 0.57 0 0.96 0.03 1.26 0.02 0.3 0.06 0.45 0.12 0.55 0.13 0.26 0.33 0.46 0.59 0.6 0.1 0.05 0.26 0.1 0.55 0.11 0.3 0.03 0.69 0.03 1.26 0.03h3.6c0.57 0 0.96 0 1.26-0.03 0.3-0.02 0.45-0.06 0.55-0.12 0.26-0.13 0.46-0.33 0.6-0.59 0.05-0.1 0.1-0.26 0.11-0.55 0.03-0.3 0.03-0.69 0.03-1.26V5.15h-8.7v6.15Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_note_compact_16.xml"
line="18"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1192 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.85 2.75h12.3c1.08 0 1.96 0 2.68 0.06 0.74 0.06 1.42 0.19 2.05 0.51 1 0.5 1.8 1.3 2.3 2.3 0.32 0.63 0.45 1.3 0.51 2.05 0.06 0.72 0.06 1.6 0.06 2.68v19.3c0 1.08 0 1.96-0.06 2.68-0.06 0.74-0.19 1.42-0.51 2.05-0.5 1-1.3 1.8-2.3 2.3-0.63 0.32-1.3 0.45-2.05 0.51-0.72 0.06-1.6 0.06-2.68 0.06h-12.3c-1.08 0-1.96 0-2.68-0.06-0.74-0.06-1.42-0.19-2.05-0.51-1-0.5-1.8-1.3-2.3-2.3-0.32-0.63-0.45-1.3-0.51-2.05-0.06-0.72-0.06-1.6-0.06-2.68v-19.3c0-1.08 0-1.96 0.06-2.68 0.06-0.74 0.19-1.42 0.51-2.05 0.5-1 1.3-1.8 2.3-2.3 0.63-0.32 1.3-0.45 2.05-0.51 0.72-0.06 1.6-0.06 2.68-0.06ZM11.37 5.3c-0.59 0.05-0.9 0.14-1.12 0.25-0.52 0.26-0.94 0.68-1.2 1.2-0.11 0.22-0.2 0.53-0.25 1.12-0.05 0.6-0.05 1.39-0.05 2.53v0.35h22.5V10.4c0-1.14 0-1.92-0.05-2.53-0.05-0.59-0.14-0.9-0.25-1.12-0.26-0.52-0.68-0.94-1.2-1.2-0.22-0.11-0.53-0.2-1.12-0.25-0.6-0.05-1.39-0.05-2.53-0.05H13.9c-1.14 0-1.92 0-2.53 0.05ZM8.75 29.6c0 1.14 0 1.92 0.05 2.53 0.05 0.59 0.14 0.9 0.25 1.12 0.26 0.52 0.68 0.94 1.2 1.2 0.22 0.11 0.53 0.2 1.12 0.25 0.6 0.05 1.39 0.05 2.53 0.05h12.2c1.14 0 1.92 0 2.53-0.05 0.59-0.05 0.9-0.14 1.12-0.25 0.52-0.26 0.94-0.68 1.2-1.2 0.11-0.22 0.2-0.53 0.25-1.12 0.05-0.6 0.05-1.39 0.05-2.53V13.25H8.75V29.6Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_note_display_bold_40.xml"
line="18"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1169 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M9.27 1.75h5.46c0.81 0 1.47 0 2 0.04 0.55 0.05 1.03 0.14 1.47 0.37 0.7 0.36 1.28 0.93 1.64 1.64 0.23 0.44 0.32 0.92 0.37 1.47 0.04 0.53 0.04 1.19 0.04 2v9.46c0 0.82 0 1.47-0.04 2-0.05 0.55-0.14 1.03-0.37 1.47-0.36 0.7-0.93 1.28-1.64 1.64-0.44 0.23-0.92 0.32-1.47 0.37-0.53 0.04-1.19 0.04-2 0.04H9.27c-0.81 0-1.47 0-2-0.04-0.55-0.05-1.03-0.14-1.47-0.37-0.7-0.36-1.28-0.93-1.64-1.64-0.23-0.44-0.32-0.92-0.37-1.47-0.04-0.53-0.04-1.19-0.04-2V7.27c0-0.81 0-1.47 0.04-2C3.84 4.72 3.93 4.24 4.16 3.8 4.52 3.1 5.09 2.52 5.8 2.16c0.44-0.23 0.92-0.32 1.47-0.37 0.53-0.04 1.19-0.04 2-0.04ZM7.39 3.29c-0.45 0.04-0.71 0.1-0.91 0.2C6.06 3.72 5.7 4.07 5.5 4.49c-0.1 0.2-0.17 0.46-0.21 0.91L5.25 6.25h13.5c0-0.34-0.02-0.62-0.04-0.86-0.04-0.45-0.1-0.71-0.2-0.91-0.22-0.42-0.57-0.77-0.99-0.98-0.2-0.1-0.46-0.17-0.91-0.21-0.46-0.04-1.06-0.04-1.91-0.04H9.3c-0.85 0-1.45 0-1.9 0.04ZM5.25 16.7c0 0.85 0 1.45 0.04 1.9 0.04 0.46 0.1 0.72 0.2 0.92 0.22 0.42 0.57 0.77 0.99 0.98 0.2 0.1 0.46 0.17 0.91 0.21 0.46 0.04 1.06 0.04 1.91 0.04h5.4c0.85 0 1.45 0 1.9-0.04 0.46-0.04 0.72-0.1 0.92-0.2 0.42-0.22 0.77-0.57 0.98-0.99 0.1-0.2 0.17-0.46 0.21-0.91 0.04-0.46 0.04-1.06 0.04-1.91V7.75H5.25v8.95Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_note_light_24.xml"
line="17"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1038 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.22,2.393C8.85,1.614 10.039,1.614 10.669,2.393L11.365,3.255C11.561,3.497 11.881,3.601 12.182,3.52L13.252,3.233C14.22,2.972 15.181,3.671 15.233,4.672L15.29,5.778C15.306,6.089 15.503,6.361 15.794,6.473L16.829,6.869C17.765,7.227 18.132,8.358 17.586,9.198L16.981,10.127C16.812,10.387 16.812,10.724 16.981,10.985L17.586,11.914C18.132,12.754 17.765,13.884 16.829,14.242L15.794,14.639C15.503,14.75 15.306,15.022 15.29,15.333L15.233,16.44C15.181,17.441 14.22,18.139 13.252,17.879L12.182,17.591C11.881,17.51 11.561,17.614 11.365,17.856L10.669,18.718C10.039,19.498 8.85,19.498 8.22,18.718L7.524,17.856C7.328,17.614 7.008,17.51 6.707,17.591L5.637,17.879C4.669,18.139 3.708,17.441 3.656,16.44L3.599,15.333C3.583,15.022 3.385,14.75 3.095,14.639L2.06,14.242C1.124,13.884 0.757,12.754 1.303,11.914L1.908,10.985C2.077,10.724 2.077,10.387 1.908,10.127L1.303,9.198C0.757,8.358 1.124,7.227 2.06,6.869L3.095,6.473C3.385,6.361 3.583,6.089 3.599,5.778L3.656,4.672C3.708,3.671 4.669,2.972 5.637,3.233L6.707,3.52C7.008,3.601 7.328,3.497 7.524,3.255L8.22,2.393Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_official_20.xml"
line="10"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1427 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M13.177,7.832L14.449,8.627V8.627L13.177,7.832ZM12.009,7.102L13.281,7.897L13.281,7.897L12.009,7.102ZM8.588,12.574L7.417,13.511L8.739,15.163L9.86,13.369L8.588,12.574ZM6.834,10.381L5.663,11.318L5.663,11.318L6.834,10.381ZM5.866,10.274L6.803,11.445L6.803,11.445L5.866,10.274ZM5.759,11.242L6.93,10.305L6.93,10.305L5.759,11.242ZM8.12,14.193L9.291,13.256L9.291,13.256L8.12,14.193ZM8.697,14.45L8.61,12.953L8.61,12.953L8.697,14.45ZM9.241,14.128L10.513,14.923L10.513,14.923L9.241,14.128ZM12.163,8.155C11.783,7.917 11.667,7.417 11.905,7.037L14.449,8.627C15.089,7.602 14.778,6.251 13.753,5.611L12.163,8.155ZM13.281,7.897C13.043,8.277 12.543,8.392 12.163,8.155L13.753,5.611C12.728,4.97 11.377,5.282 10.737,6.307L13.281,7.897ZM9.86,13.369L13.281,7.897L10.737,6.307L7.316,11.779L9.86,13.369ZM5.663,11.318L7.417,13.511L9.76,11.637L8.005,9.444L5.663,11.318ZM6.803,11.445C6.453,11.725 5.943,11.668 5.663,11.318L8.005,9.444C7.25,8.5 5.873,8.347 4.929,9.102L6.803,11.445ZM6.93,10.305C7.21,10.655 7.153,11.165 6.803,11.445L4.929,9.102C3.985,9.858 3.832,11.235 4.587,12.179L6.93,10.305ZM9.291,13.256L6.93,10.305L4.587,12.179L6.948,15.13L9.291,13.256ZM8.61,12.953C8.873,12.938 9.127,13.051 9.291,13.256L6.948,15.13C7.392,15.684 8.076,15.989 8.784,15.948L8.61,12.953ZM7.969,13.333C8.109,13.11 8.348,12.968 8.61,12.953L8.784,15.948C9.493,15.907 10.137,15.525 10.513,14.923L7.969,13.333ZM11.905,7.037L7.969,13.333L10.513,14.923L14.449,8.627L11.905,7.037Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_official_20.xml"
line="20"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (983 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M9.36 2.13c-1.09 0-1.96 0-2.66 0.05C5.98 2.24 5.36 2.37 4.8 2.66 3.87 3.12 3.12 3.87 2.66 4.79 2.36 5.36 2.24 5.98 2.18 6.7 2.12 7.4 2.12 8.27 2.12 9.36v5.28c0 1.09 0 1.96 0.06 2.66 0.06 0.72 0.19 1.34 0.48 1.91 0.46 0.92 1.21 1.67 2.13 2.13 0.57 0.3 1.19 0.42 1.91 0.48 0.7 0.05 1.57 0.05 2.66 0.05h5.28c1.09 0 1.96 0 2.66-0.05 0.72-0.06 1.34-0.18 1.91-0.48 0.92-0.46 1.67-1.2 2.13-2.13 0.3-0.57 0.42-1.19 0.48-1.91 0.05-0.7 0.05-1.57 0.05-2.66V13c0-0.48-0.39-0.88-0.87-0.88s-0.88 0.4-0.88 0.88v1.6c0 1.13 0 1.93-0.05 2.56-0.05 0.6-0.14 0.97-0.29 1.26-0.3 0.59-0.77 1.06-1.36 1.36-0.29 0.15-0.65 0.24-1.26 0.3-0.63 0.04-1.43 0.05-2.56 0.05H9.4c-1.13 0-1.93 0-2.56-0.06-0.6-0.05-0.97-0.14-1.26-0.29-0.59-0.3-1.06-0.77-1.36-1.36-0.15-0.29-0.24-0.65-0.3-1.26-0.04-0.63-0.04-1.43-0.04-2.56V9.4c0-1.13 0-1.93 0.05-2.56 0.05-0.6 0.14-0.97 0.29-1.26C4.52 5 4.99 4.52 5.58 4.22c0.29-0.15 0.65-0.24 1.26-0.3 0.63-0.04 1.43-0.04 2.56-0.04H11c0.48 0 0.88-0.4 0.88-0.88S11.47 2.12 11 2.12H9.36Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_open_20.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (983 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M9.36 2.13c-1.09 0-1.96 0-2.66 0.05C5.98 2.24 5.36 2.37 4.8 2.66 3.87 3.12 3.12 3.87 2.66 4.79 2.36 5.36 2.24 5.98 2.18 6.7 2.12 7.4 2.12 8.27 2.12 9.36v5.28c0 1.09 0 1.96 0.06 2.66 0.06 0.72 0.19 1.34 0.48 1.91 0.46 0.92 1.21 1.67 2.13 2.13 0.57 0.3 1.19 0.42 1.91 0.48 0.7 0.05 1.57 0.05 2.66 0.05h5.28c1.09 0 1.96 0 2.66-0.05 0.72-0.06 1.34-0.18 1.91-0.48 0.92-0.46 1.67-1.2 2.13-2.13 0.3-0.57 0.42-1.19 0.48-1.91 0.05-0.7 0.05-1.57 0.05-2.66V13c0-0.48-0.39-0.88-0.87-0.88s-0.88 0.4-0.88 0.88v1.6c0 1.13 0 1.93-0.05 2.56-0.05 0.6-0.14 0.97-0.29 1.26-0.3 0.59-0.77 1.06-1.36 1.36-0.29 0.15-0.65 0.24-1.26 0.3-0.63 0.04-1.43 0.05-2.56 0.05H9.4c-1.13 0-1.93 0-2.56-0.06-0.6-0.05-0.97-0.14-1.26-0.29-0.59-0.3-1.06-0.77-1.36-1.36-0.15-0.29-0.24-0.65-0.3-1.26-0.04-0.63-0.04-1.43-0.04-2.56V9.4c0-1.13 0-1.93 0.05-2.56 0.05-0.6 0.14-0.97 0.29-1.26C4.52 5 4.99 4.52 5.58 4.22c0.29-0.15 0.65-0.24 1.26-0.3 0.63-0.04 1.43-0.04 2.56-0.04H11c0.48 0 0.88-0.4 0.88-0.88S11.47 2.12 11 2.12H9.36Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_open_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1528 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M22.875,8.964c0,-0.67 0,-1.225 -0.037,-1.677 -0.038,-0.471 -0.121,-0.908 -0.33,-1.32a3.374,3.374 0,0 0,-1.476 -1.474c-0.411,-0.21 -0.848,-0.293 -1.319,-0.331 -0.453,-0.037 -1.008,-0.037 -1.677,-0.037L5.964,4.125c-0.67,0 -1.225,0 -1.677,0.037 -0.471,0.038 -0.908,0.121 -1.32,0.33a3.375,3.375 0,0 0,-1.474 1.476c-0.21,0.411 -0.293,0.848 -0.331,1.319 -0.037,0.452 -0.037,1.008 -0.037,1.677v6.072c0,0.67 0,1.225 0.037,1.677 0.038,0.471 0.121,0.908 0.33,1.32a3.38,3.38 0,0 0,1.476 1.474c0.411,0.21 0.848,0.293 1.319,0.331 0.452,0.037 1.008,0.037 1.677,0.037h12.072c0.67,0 1.224,0 1.677,-0.037 0.471,-0.038 0.908,-0.121 1.32,-0.33a3.374,3.374 0,0 0,1.474 -1.476c0.21,-0.411 0.293,-0.848 0.331,-1.319 0.037,-0.453 0.037,-1.008 0.037,-1.677L22.875,8.964ZM20.948,6.762c0.063,0.124 0.116,0.304 0.146,0.667 0.02,0.253 0.027,0.555 0.03,0.946L2.876,8.375c0.003,-0.39 0.01,-0.693 0.03,-0.946 0.03,-0.363 0.083,-0.543 0.146,-0.667 0.156,-0.305 0.405,-0.554 0.71,-0.71 0.124,-0.063 0.304,-0.116 0.667,-0.146 0.373,-0.03 0.856,-0.031 1.571,-0.031h12c0.715,0 1.198,0 1.57,0.031 0.363,0.03 0.544,0.083 0.668,0.146 0.306,0.156 0.554,0.405 0.71,0.71ZM2.875,15v-4.375h18.25L21.125,15c0,0.714 0,1.198 -0.031,1.57 -0.03,0.363 -0.083,0.544 -0.146,0.668a1.625,1.625 0,0 1,-0.71 0.71c-0.124,0.063 -0.305,0.116 -0.667,0.146 -0.373,0.03 -0.857,0.031 -1.571,0.031L6,18.125c-0.715,0 -1.198,0 -1.57,-0.031 -0.364,-0.03 -0.544,-0.083 -0.668,-0.146a1.625,1.625 0,0 1,-0.71 -0.71c-0.063,-0.124 -0.116,-0.305 -0.146,-0.667 -0.03,-0.373 -0.031,-0.857 -0.031,-1.571Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_payment_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (898 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M4.25 2.73c1.25-1.25 3.3-1.1 4.37 0.3l2.17 2.85c0.88 1.15 0.77 2.78-0.26 3.8l-1.05 1.06c0.03 0.09 0.09 0.22 0.18 0.39 0.28 0.5 0.77 1.14 1.42 1.79 0.65 0.65 1.3 1.14 1.8 1.42 0.16 0.09 0.29 0.15 0.38 0.18l1.05-1.05c1.03-1.03 2.66-1.14 3.81-0.26l2.86 2.17c1.4 1.06 1.54 3.12 0.3 4.37l-0.44 0.43c-1.57 1.57-3.91 2.43-6.16 1.66-2.82-0.97-5.46-2.57-7.7-4.81-2.25-2.25-3.85-4.9-4.82-7.7-0.77-2.26 0.09-4.6 1.66-6.17l0.43-0.43Zm2.98 1.35C6.8 3.52 5.99 3.47 5.49 3.96L5.06 4.4C3.84 5.62 3.3 7.28 3.82 8.76c0.88 2.56 2.34 4.98 4.4 7.03 2.04 2.05 4.46 3.51 7.02 4.4 1.48 0.5 3.14-0.03 4.36-1.25l0.44-0.43c0.5-0.5 0.44-1.31-0.12-1.74l-2.85-2.17c-0.46-0.34-1.11-0.3-1.52 0.1l-1.24 1.25c-0.41 0.41-0.96 0.38-1.26 0.32-0.34-0.06-0.7-0.22-1.03-0.4-0.67-0.38-1.44-0.98-2.18-1.71-0.73-0.74-1.33-1.51-1.7-2.18-0.2-0.33-0.35-0.69-0.41-1.03-0.06-0.3-0.1-0.85 0.32-1.26l1.24-1.24C9.7 8.04 9.74 7.39 9.4 6.93L7.24 4.08Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_phone_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (869 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M2.92 1.93c0.84-0.85 2.23-0.75 2.95 0.2l1.41 1.85C7.88 4.76 7.8 5.86 7.1 6.56L6.46 7.2l0.1 0.2c0.17 0.3 0.48 0.72 0.9 1.14 0.42 0.42 0.83 0.73 1.15 0.9 0.07 0.05 0.14 0.08 0.19 0.1L9.44 8.9c0.7-0.7 1.8-0.77 2.58-0.18l1.85 1.4c0.95 0.73 1.05 2.12 0.2 2.96l-0.28 0.28c-1.03 1.04-2.58 1.61-4.08 1.1-1.84-0.63-3.56-1.68-5.03-3.14-1.46-1.47-2.51-3.2-3.14-5.03-0.51-1.5 0.06-3.05 1.1-4.08l0.28-0.28ZM4.84 2.9c-0.25-0.32-0.72-0.35-1-0.06L3.55 3.13C2.78 3.9 2.45 4.95 2.77 5.87c0.57 1.65 1.51 3.2 2.83 4.53 1.32 1.32 2.88 2.26 4.53 2.83 0.92 0.32 1.97-0.01 2.74-0.78l0.28-0.29c0.29-0.28 0.26-0.75-0.06-1l-1.85-1.4c-0.27-0.2-0.64-0.18-0.88 0.05l-0.8 0.81c-0.3 0.3-0.69 0.27-0.9 0.23-0.23-0.04-0.47-0.15-0.68-0.27-0.45-0.25-0.96-0.64-1.44-1.12-0.48-0.48-0.87-0.99-1.12-1.44C5.3 7.81 5.19 7.57 5.15 7.34c-0.04-0.21-0.07-0.6 0.23-0.9l0.8-0.8C6.43 5.4 6.46 5.03 6.25 4.76l-1.4-1.85Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_phone_compact_16.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (895 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M4.34 2.81C5.54 1.62 7.5 1.76 8.52 3.1l2.17 2.85c0.84 1.1 0.73 2.66-0.25 3.65l-1.1 1.1c0.03 0.11 0.1 0.27 0.21 0.49 0.29 0.5 0.78 1.16 1.44 1.82 0.66 0.66 1.31 1.15 1.82 1.44 0.22 0.12 0.38 0.18 0.49 0.21l1.1-1.1c0.99-0.98 2.54-1.09 3.65-0.25l2.85 2.17c1.34 1.02 1.48 2.99 0.29 4.18l-0.44 0.43c-1.54 1.55-3.84 2.38-6.03 1.63-2.8-0.96-5.43-2.55-7.66-4.78-2.23-2.23-3.82-4.86-4.78-7.66-0.75-2.2 0.08-4.49 1.63-6.03l0.43-0.44Zm2.99 1.2C6.86 3.39 5.95 3.33 5.4 3.87L4.97 4.31C3.73 5.55 3.17 7.27 3.7 8.8c0.88 2.58 2.36 5.01 4.42 7.08 2.07 2.06 4.5 3.54 7.08 4.42 1.53 0.53 3.25-0.03 4.49-1.27l0.44-0.43c0.54-0.55 0.48-1.46-0.14-1.93l-2.85-2.17c-0.5-0.38-1.22-0.33-1.68 0.12l-1.24 1.24c-0.37 0.37-0.86 0.35-1.15 0.29-0.32-0.06-0.66-0.21-0.99-0.4-0.66-0.36-1.42-0.95-2.15-1.68s-1.32-1.5-1.69-2.15c-0.18-0.33-0.33-0.67-0.39-1-0.06-0.28-0.08-0.77 0.29-1.14l1.24-1.24c0.45-0.46 0.5-1.17 0.11-1.68L7.33 4Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_phone_light_20.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (871 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.23 3.75C7.2 2.38 5.17 2.24 3.95 3.46L3.52 3.88C2 5.41 1.15 7.7 1.91 9.9c0.93 2.75 2.5 5.32 4.68 7.5 2.19 2.2 4.76 3.76 7.5 4.7 2.2 0.75 4.5-0.1 6.03-1.62l0.42-0.43c1.22-1.22 1.08-3.24-0.29-4.28l-2.78-2.11c-1.13-0.86-2.73-0.75-3.73 0.25l-1.02 1.01c-0.08-0.03-0.2-0.08-0.36-0.17-0.48-0.26-1.1-0.74-1.74-1.37-0.63-0.64-1.1-1.26-1.37-1.74-0.09-0.15-0.14-0.28-0.17-0.36l1-1.01c1.01-1.01 1.12-2.6 0.26-3.74l-2.1-2.78ZM5.18 4.7c0.48-0.47 1.25-0.42 1.66 0.1l2.1 2.79c0.34 0.43 0.3 1.05-0.1 1.44l-1.2 1.2c-0.41 0.42-0.38 0.96-0.32 1.25 0.07 0.34 0.22 0.69 0.4 1 0.36 0.67 0.95 1.42 1.67 2.13 0.71 0.72 1.46 1.3 2.12 1.67 0.32 0.18 0.67 0.33 1 0.4 0.3 0.06 0.84 0.09 1.25-0.32l1.21-1.2c0.4-0.4 1-0.44 1.44-0.1l2.78 2.1c0.53 0.4 0.58 1.18 0.11 1.66l-0.42 0.42c-1.18 1.18-2.8 1.69-4.22 1.2-2.5-0.86-4.84-2.28-6.83-4.27-2-2-3.41-4.34-4.27-6.83C3.07 7.9 3.58 6.3 4.76 5.12L5.18 4.7Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_phone_plus_24.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (892 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M3.39 4.44c1.2-1.2 3.18-1.06 4.2 0.29l2.05 2.7c0.85 1.11 0.74 2.68-0.25 3.66l-0.97 0.98c0.03 0.08 0.08 0.2 0.16 0.33 0.26 0.46 0.72 1.07 1.33 1.69 0.62 0.61 1.23 1.07 1.69 1.33 0.14 0.08 0.25 0.13 0.33 0.16l0.98-0.97c0.98-1 2.55-1.1 3.66-0.25l2.7 2.05c1.35 1.02 1.48 3 0.29 4.2l-0.42 0.41c-1.49 1.5-3.72 2.32-5.87 1.58-2.67-0.91-5.18-2.44-7.3-4.56-2.13-2.13-3.66-4.64-4.57-7.3-0.74-2.16 0.08-4.4 1.58-5.88l0.41-0.42Zm2.8 1.35c-0.38-0.5-1.12-0.56-1.56-0.1l-0.41 0.4c-1.15 1.14-1.64 2.7-1.17 4.08 0.83 2.42 2.22 4.7 4.15 6.63 1.93 1.93 4.21 3.32 6.63 4.15 1.38 0.47 2.94-0.02 4.08-1.17l0.4-0.4c0.46-0.45 0.4-1.2-0.1-1.58l-2.7-2.05c-0.41-0.31-1-0.27-1.37 0.1l-1.17 1.17c-0.41 0.4-0.94 0.37-1.24 0.32-0.33-0.07-0.67-0.21-0.98-0.39-0.64-0.36-1.38-0.93-2.07-1.63-0.7-0.7-1.27-1.43-1.63-2.07-0.18-0.31-0.32-0.65-0.39-0.98-0.05-0.3-0.09-0.83 0.32-1.24l1.18-1.17c0.36-0.37 0.4-0.96 0.09-1.37L6.2 5.79Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_phone_speaker_outline_24.xml"
line="12"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1388 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M10.886,1.604C10.563,1.282 10.121,1.109 9.683,1.133C9.23,1.157 8.782,1.396 8.537,1.87C8.151,2.618 8.007,3.457 8.105,4.272L6.662,5.475C5.415,5.064 4.077,5.099 2.929,5.634C2.435,5.865 2.174,6.315 2.138,6.779C2.103,7.227 2.274,7.685 2.608,8.019L4.732,10.143L1.763,13.112C1.59,13.285 1.462,13.497 1.39,13.731L1.139,14.549C1.08,14.741 1.26,14.92 1.451,14.861L2.269,14.61C2.503,14.538 2.715,14.41 2.888,14.237L5.857,11.268L7.981,13.392C8.315,13.726 8.773,13.897 9.221,13.862C9.685,13.826 10.135,13.565 10.366,13.071C10.901,11.924 10.936,10.587 10.526,9.341L11.731,7.896C12.545,7.993 13.384,7.849 14.13,7.463C14.604,7.218 14.843,6.77 14.868,6.317C14.891,5.879 14.719,5.437 14.396,5.114L10.886,1.604ZM9.692,2.467C9.702,2.447 9.71,2.442 9.712,2.441C9.716,2.438 9.729,2.432 9.754,2.431C9.808,2.428 9.894,2.451 9.966,2.524L13.476,6.034C13.549,6.106 13.572,6.192 13.569,6.247C13.568,6.271 13.562,6.284 13.559,6.288C13.558,6.29 13.553,6.298 13.533,6.308C12.938,6.616 12.254,6.7 11.61,6.558L11.224,6.473L9.038,9.096L9.185,9.458C9.615,10.514 9.605,11.626 9.188,12.521C9.177,12.545 9.167,12.552 9.164,12.554C9.159,12.557 9.145,12.564 9.12,12.566C9.064,12.57 8.975,12.548 8.9,12.473L3.527,7.1C3.452,7.025 3.43,6.936 3.434,6.88C3.436,6.855 3.443,6.841 3.446,6.836C3.448,6.833 3.455,6.824 3.479,6.812C4.374,6.395 5.488,6.386 6.545,6.816L6.907,6.963L9.528,4.779L9.442,4.393C9.3,3.748 9.384,3.063 9.692,2.467Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_pin_16.xml"
line="7"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1183 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.68,1.778a2.281,2.281 0,0 0,-1.765 -0.675,1.907 1.907,0 0,0 -1.625,1.133 6.172,6.172 0,0 0,-0.425 3.663l-2.644,2.04c-1.984,-0.694 -4.115,-0.644 -5.879,0.277A1.934,1.934 0,0 0,3.295 9.85a2.288,2.288 0,0 0,0.679 1.726l3.474,3.475 -4.864,4.864a2,2 0,0 0,-0.483 0.782l-0.443,1.328a0.25,0.25 0,0 0,0.316 0.316l1.328,-0.443a2,2 0,0 0,0.782 -0.483l4.864,-4.864 3.475,3.475a2.288,2.288 0,0 0,1.726 0.678,1.933 1.933,0 0,0 1.636,-1.047c0.92,-1.763 0.97,-3.895 0.277,-5.879l2.04,-2.644a6.173,6.173 0,0 0,3.662 -0.425,1.907 1.907,0 0,0 1.133,-1.625 2.28,2.28 0,0 0,-0.675 -1.765l-5.541,-5.542ZM14.886,2.955a0.168,0.168 0,0 1,0.059 -0.077,0.206 0.206,0 0,1 0.1,-0.03 0.535,0.535 0,0 1,0.398 0.168l5.542,5.541a0.54,0.54 0,0 1,0.167 0.399,0.207 0.207,0 0,1 -0.03,0.1 0.168,0.168 0,0 1,-0.077 0.058,4.46 4.46,0 0,1 -3.052,0.2l-0.57,-0.163 -3.356,4.35 0.195,0.468c0.716,1.724 0.687,3.51 -0.029,4.88a0.188,0.188 0,0 1,-0.068 0.079,0.232 0.232,0 0,1 -0.11,0.03 0.542,0.542 0,0 1,-0.394 -0.169l-8.45,-8.45a0.542,0.542 0,0 1,-0.168 -0.394,0.231 0.231,0 0,1 0.03,-0.11 0.188,0.188 0,0 1,0.079 -0.068c1.37,-0.715 3.155,-0.745 4.88,-0.029l0.468,0.195 4.35,-3.355 -0.164,-0.57a4.46,4.46 0,0 1,0.2 -3.053Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_pin_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1302 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M4.69,8.048a6.333,6.333 0,0 0,-0.348 0.168A1.934,1.934 0,0 0,3.295 9.85a2.288,2.288 0,0 0,0.679 1.726l3.474,3.475 -4.864,4.864c-0.22,0.22 -0.385,0.487 -0.483,0.782l-0.443,1.328a0.25,0.25 0,0 0,0.316 0.316l1.328,-0.443a2,2 0,0 0,0.782 -0.483l4.864,-4.864 3.475,3.475a2.288,2.288 0,0 0,1.726 0.678,1.933 1.933,0 0,0 1.636,-1.047 6.4,6.4 0,0 0,0.168 -0.347l-1.364,-1.363a4.695,4.695 0,0 1,-0.356 0.9,0.188 0.188,0 0,1 -0.068,0.08 0.232,0.232 0,0 1,-0.11 0.03,0.542 0.542,0 0,1 -0.394,-0.169l-8.45,-8.45a0.542,0.542 0,0 1,-0.168 -0.394,0.232 0.232,0 0,1 0.03,-0.11 0.188,0.188 0,0 1,0.079 -0.068c0.284,-0.148 0.585,-0.267 0.9,-0.356L4.69,8.048ZM15.283,11.924 L17.423,9.151 17.993,9.314a4.46,4.46 0,0 0,3.052 -0.2,0.167 0.167,0 0,0 0.077,-0.058 0.204,0.204 0,0 0,0.03 -0.1,0.535 0.535,0 0,0 -0.167,-0.399l-5.542,-5.541a0.535,0.535 0,0 0,-0.398 -0.167,0.206 0.206,0 0,0 -0.1,0.029 0.168,0.168 0,0 0,-0.059 0.077,4.46 4.46,0 0,0 -0.2,3.053l0.163,0.57 -2.773,2.14 -1.248,-1.248 2.037,-1.571a6.172,6.172 0,0 1,0.425 -3.663,1.907 1.907,0 0,1 1.625,-1.133c0.638,-0.047 1.29,0.2 1.766,0.675l5.541,5.542c0.476,0.475 0.723,1.127 0.675,1.765a1.907,1.907 0,0 1,-1.133 1.625,6.173 6.173,0 0,1 -3.662,0.425l-1.571,2.037 -1.248,-1.248ZM3.619,2.381A0.875,0.875 0,1 0,2.38 3.62l18,18a0.875,0.875 0,1 0,1.238 -1.238l-18,-18Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_pin_slash_24.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1481 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M5.117,1.875h2.766c0.392,0 0.737,0 1.023,0.023 0.305,0.025 0.618,0.08 0.922,0.236 0.447,0.228 0.81,0.59 1.038,1.038 0.155,0.304 0.21,0.617 0.236,0.922 0.023,0.286 0.023,0.631 0.023,1.023v2.766c0,0.392 0,0.737 -0.023,1.023 -0.025,0.305 -0.08,0.618 -0.236,0.922 -0.228,0.447 -0.59,0.81 -1.038,1.038 -0.304,0.155 -0.617,0.21 -0.922,0.236 -0.286,0.023 -0.631,0.023 -1.023,0.023L5.117,11.125c-0.392,0 -0.737,0 -1.023,-0.023 -0.305,-0.025 -0.618,-0.08 -0.922,-0.236a2.375,2.375 0,0 1,-1.038 -1.038c-0.155,-0.304 -0.21,-0.617 -0.236,-0.922a13.474,13.474 0,0 1,-0.023 -1.023L1.875,5.117c0,-0.392 0,-0.737 0.023,-1.023 0.025,-0.305 0.08,-0.618 0.236,-0.922 0.228,-0.447 0.59,-0.81 1.038,-1.038 0.304,-0.155 0.617,-0.21 0.922,-0.236 0.286,-0.023 0.631,-0.023 1.023,-0.023ZM4.237,3.643c-0.197,0.016 -0.254,0.042 -0.27,0.05a0.625,0.625 0,0 0,-0.274 0.273c-0.008,0.017 -0.034,0.074 -0.05,0.27 -0.017,0.206 -0.018,0.48 -0.018,0.914v2.7c0,0.434 0,0.708 0.018,0.914 0.016,0.196 0.042,0.253 0.05,0.27 0.06,0.117 0.156,0.213 0.273,0.273 0.017,0.008 0.074,0.034 0.27,0.05 0.206,0.017 0.48,0.018 0.914,0.018h2.7c0.434,0 0.708,0 0.914,-0.018 0.196,-0.016 0.253,-0.042 0.27,-0.05a0.625,0.625 0,0 0,0.273 -0.273c0.008,-0.017 0.034,-0.074 0.05,-0.27 0.017,-0.206 0.018,-0.48 0.018,-0.914v-2.7c0,-0.434 0,-0.708 -0.018,-0.914 -0.016,-0.196 -0.042,-0.253 -0.05,-0.27a0.625,0.625 0,0 0,-0.273 -0.273c-0.017,-0.008 -0.074,-0.034 -0.27,-0.05a12.67,12.67 0,0 0,-0.914 -0.018h-2.7c-0.434,0 -0.708,0 -0.914,0.018Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_qrcode_24.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1488 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M5.117,12.875h2.766c0.392,0 0.737,0 1.023,0.023 0.305,0.025 0.618,0.08 0.922,0.236 0.447,0.228 0.81,0.59 1.038,1.038 0.155,0.304 0.21,0.617 0.236,0.922 0.023,0.286 0.023,0.631 0.023,1.023v2.766c0,0.392 0,0.737 -0.023,1.024 -0.025,0.304 -0.08,0.617 -0.236,0.921 -0.228,0.447 -0.59,0.81 -1.038,1.038 -0.304,0.155 -0.617,0.21 -0.922,0.236 -0.286,0.023 -0.631,0.023 -1.023,0.023L5.117,22.125c-0.392,0 -0.737,0 -1.023,-0.023 -0.305,-0.025 -0.618,-0.08 -0.922,-0.236a2.375,2.375 0,0 1,-1.038 -1.038c-0.155,-0.304 -0.21,-0.617 -0.236,-0.921a13.476,13.476 0,0 1,-0.023 -1.024v-2.766c0,-0.392 0,-0.737 0.023,-1.023 0.025,-0.305 0.08,-0.618 0.236,-0.922 0.228,-0.447 0.59,-0.81 1.038,-1.038 0.304,-0.155 0.617,-0.21 0.922,-0.236 0.286,-0.023 0.631,-0.023 1.023,-0.023ZM4.237,14.643c-0.197,0.015 -0.254,0.042 -0.27,0.05a0.625,0.625 0,0 0,-0.274 0.273c-0.008,0.017 -0.034,0.074 -0.05,0.27 -0.017,0.206 -0.018,0.48 -0.018,0.914v2.7c0,0.434 0,0.708 0.018,0.914 0.016,0.196 0.042,0.253 0.05,0.27 0.06,0.117 0.156,0.213 0.273,0.273 0.017,0.008 0.074,0.035 0.27,0.05 0.206,0.017 0.48,0.018 0.914,0.018h2.7c0.434,0 0.708,0 0.914,-0.017 0.196,-0.017 0.253,-0.043 0.27,-0.051a0.625,0.625 0,0 0,0.273 -0.273c0.008,-0.017 0.034,-0.074 0.05,-0.27 0.017,-0.206 0.018,-0.48 0.018,-0.914v-2.7c0,-0.434 0,-0.708 -0.018,-0.914 -0.016,-0.196 -0.042,-0.253 -0.05,-0.27a0.625,0.625 0,0 0,-0.273 -0.273c-0.017,-0.008 -0.074,-0.034 -0.27,-0.05 -0.206,-0.017 -0.48,-0.018 -0.914,-0.018h-2.7c-0.434,0 -0.708,0 -0.914,0.018Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_qrcode_24.xml"
line="17"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1489 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M16.117,1.875c-0.392,0 -0.737,0 -1.023,0.023 -0.305,0.025 -0.618,0.08 -0.922,0.236 -0.447,0.228 -0.81,0.59 -1.038,1.038 -0.155,0.304 -0.21,0.617 -0.236,0.922 -0.023,0.286 -0.023,0.631 -0.023,1.023v2.766c0,0.392 0,0.737 0.023,1.023 0.025,0.305 0.08,0.618 0.236,0.922 0.228,0.447 0.59,0.81 1.038,1.038 0.304,0.155 0.617,0.21 0.922,0.236 0.286,0.023 0.631,0.023 1.023,0.023h2.766c0.392,0 0.737,0 1.024,-0.023 0.304,-0.025 0.617,-0.08 0.921,-0.236 0.447,-0.228 0.81,-0.59 1.038,-1.038 0.155,-0.304 0.21,-0.617 0.236,-0.922 0.023,-0.286 0.023,-0.631 0.023,-1.023L22.125,5.117c0,-0.392 0,-0.737 -0.023,-1.023 -0.025,-0.305 -0.08,-0.618 -0.236,-0.922a2.375,2.375 0,0 0,-1.038 -1.038c-0.304,-0.155 -0.617,-0.21 -0.921,-0.236a13.476,13.476 0,0 0,-1.024 -0.023h-2.766ZM14.967,3.693c0.016,-0.008 0.073,-0.034 0.27,-0.05 0.205,-0.017 0.479,-0.018 0.913,-0.018h2.7c0.434,0 0.708,0 0.914,0.018 0.196,0.016 0.253,0.042 0.27,0.05 0.117,0.06 0.213,0.156 0.273,0.273 0.008,0.017 0.035,0.074 0.05,0.27 0.017,0.206 0.018,0.48 0.018,0.914v2.7c0,0.434 0,0.708 -0.017,0.914 -0.017,0.196 -0.043,0.253 -0.051,0.27a0.625,0.625 0,0 1,-0.273 0.273c-0.017,0.008 -0.074,0.034 -0.27,0.05 -0.206,0.017 -0.48,0.018 -0.914,0.018h-2.7c-0.434,0 -0.708,0 -0.914,-0.018 -0.196,-0.016 -0.253,-0.042 -0.27,-0.05a0.625,0.625 0,0 1,-0.273 -0.273c-0.008,-0.017 -0.034,-0.074 -0.05,-0.27 -0.017,-0.206 -0.018,-0.48 -0.018,-0.914v-2.7c0,-0.434 0,-0.708 0.018,-0.914 0.015,-0.196 0.042,-0.253 0.05,-0.27a0.625,0.625 0,0 1,0.273 -0.273Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_qrcode_24.xml"
line="24"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1178 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M7.81 3.63h8.13c0.95 0 1.71 0 2.33 0.05 0.64 0.05 1.2 0.16 1.72 0.42 0.82 0.42 1.49 1.1 1.9 1.91 0.27 0.52 0.38 1.08 0.43 1.72 0.05 0.62 0.05 1.38 0.05 2.33v3.88c0 0.95 0 1.71-0.05 2.33-0.05 0.64-0.16 1.2-0.42 1.72-0.42 0.82-1.1 1.49-1.91 1.9-0.52 0.27-1.08 0.38-1.72 0.43-0.62 0.05-1.38 0.05-2.33 0.05H7.8c-0.95 0-1.71 0-2.33-0.05-0.64-0.05-1.2-0.16-1.72-0.42-0.82-0.42-1.49-1.1-1.9-1.91-0.27-0.52-0.38-1.08-0.43-1.72-0.06-0.62-0.06-1.38-0.05-2.33v-3.88c0-0.95 0-1.71 0.05-2.33 0.05-0.64 0.16-1.2 0.42-1.72 0.42-0.82 1.1-1.49 1.91-1.9 0.52-0.27 1.08-0.38 1.72-0.43 0.62-0.06 1.38-0.06 2.33-0.06ZM5.62 5.42C5.1 5.46 4.8 5.54 4.56 5.66c-0.5 0.25-0.9 0.65-1.15 1.15-0.12 0.23-0.2 0.53-0.24 1.06-0.04 0.54-0.04 1.24-0.04 2.23v3.8c0 1 0 1.69 0.04 2.23 0.04 0.53 0.12 0.83 0.24 1.06 0.25 0.5 0.65 0.9 1.15 1.15 0.23 0.12 0.53 0.2 1.06 0.24 0.54 0.04 1.24 0.05 2.23 0.05h8.05c1 0 1.69 0 2.23-0.05 0.53-0.04 0.83-0.12 1.06-0.24 0.5-0.25 0.9-0.65 1.15-1.15 0.12-0.23 0.2-0.53 0.24-1.06 0.04-0.54 0.05-1.24 0.05-2.23v-3.8c0-1 0-1.69-0.05-2.23-0.04-0.53-0.12-0.83-0.24-1.06-0.25-0.5-0.65-0.9-1.15-1.15-0.23-0.12-0.53-0.2-1.06-0.24-0.54-0.04-1.24-0.04-2.23-0.04H7.85c-1 0-1.69 0-2.23 0.04Z&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_quality_high_24.xml"
line="14"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (862 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M20.3 16.1c-0.54 3.83-3.82 6.77-7.8 6.77-3.2 0-5.94-1.9-7.18-4.63l-3.3-6.21-0.09-0.17C1.55 11 1.86 9.99 2.66 9.5l0.16-0.1 0.04-0.02 0.3-0.15c1.22-0.55 2.66-0.17 3.47 0.9V5c0-1.31 1.06-2.38 2.37-2.38 0.22 0 0.44 0.04 0.64 0.1 0.14-1.18 1.15-2.1 2.36-2.1 1.05 0 1.94 0.68 2.25 1.63 0.24-0.08 0.49-0.13 0.75-0.13 1.31 0 2.38 1.07 2.38 2.38v0.2c0.2-0.05 0.4-0.08 0.62-0.08 1.31 0 2.38 1.07 2.38 2.38v8.5c0 0.2-0.03 0.4-0.08 0.6ZM9.63 5c0-0.35-0.28-0.63-0.63-0.63S8.38 4.66 8.38 5v9H6.75L5.4 11.48l-0.11-0.2c-0.3-0.49-0.9-0.67-1.42-0.44l-0.21 0.11-0.07 0.04H3.57c-0.05 0.04-0.07 0.1-0.04 0.16v0.01l0.04 0.07 3.18 5.98v0.01l0.17 0.32c0.96 2.12 3.1 3.6 5.58 3.6 3.21 0 5.85-2.48 6.1-5.63h0.03V7c0-0.35-0.28-0.63-0.63-0.63S17.38 6.66 17.38 7v4.5h-1.75v-7c0-0.35-0.28-0.63-0.63-0.63s-0.62 0.28-0.62 0.63v7h-1.75V3c0-0.35-0.28-0.63-0.63-0.63S11.38 2.66 11.38 3v8.5H9.63V5Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_raise_hand_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1470 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.464,1.625c-0.67,0 -1.224,0 -1.677,0.037 -0.471,0.038 -0.908,0.121 -1.32,0.33a3.375,3.375 0,0 0,-1.474 1.476c-0.21,0.411 -0.292,0.848 -0.33,1.319 -0.038,0.452 -0.038,1.008 -0.038,1.677v12.108c0,0.3 0,0.585 0.066,0.861 0.058,0.242 0.154,0.474 0.284,0.687 0.149,0.242 0.35,0.442 0.562,0.655l1.844,1.844a0.875,0.875 0,0 0,1.238 0L9.5,20.737l1.881,1.882a0.875,0.875 0,0 0,1.238 0l1.881,-1.882 1.881,1.882a0.875,0.875 0,0 0,1.238 0l1.844,-1.844c0.213,-0.212 0.414,-0.413 0.562,-0.655 0.13,-0.213 0.226,-0.445 0.285,-0.687 0.066,-0.276 0.066,-0.56 0.065,-0.86V6.463c0,-0.67 0,-1.225 -0.037,-1.677 -0.038,-0.471 -0.121,-0.908 -0.33,-1.32a3.375,3.375 0,0 0,-1.476 -1.474c-0.411,-0.21 -0.848,-0.293 -1.319,-0.331 -0.452,-0.037 -1.008,-0.037 -1.677,-0.037H8.464ZM6.262,3.552c0.124,-0.063 0.305,-0.116 0.667,-0.146 0.373,-0.03 0.857,-0.031 1.571,-0.031h7c0.715,0 1.198,0 1.57,0.031 0.364,0.03 0.544,0.083 0.668,0.146 0.306,0.156 0.554,0.405 0.71,0.71 0.063,0.124 0.116,0.304 0.146,0.667 0.03,0.373 0.031,0.856 0.031,1.571v12.006c0,0.408 -0.006,0.47 -0.017,0.519a0.623,0.623 0,0 1,-0.075 0.18c-0.026,0.043 -0.066,0.09 -0.355,0.38L17,20.762l-1.88,-1.882a0.875,0.875 0,0 0,-1.238 0l-1.88,1.882 -1.882,-1.882a0.875,0.875 0,0 0,-1.238 0l-1.88,1.882 -1.18,-1.179c-0.288,-0.289 -0.328,-0.336 -0.354,-0.379a0.624,0.624 0,0 1,-0.075 -0.18c-0.011,-0.049 -0.017,-0.11 -0.017,-0.52V6.5c0,-0.715 0,-1.198 0.031,-1.57 0.03,-0.364 0.083,-0.544 0.146,-0.668 0.156,-0.305 0.405,-0.554 0.71,-0.71Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_receipt_24.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1893 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.074,1.125a2.375,2.375 0,0 0,-2.356 2.08l-0.144,1.15a8.367,8.367 0,0 0,-1.48 0.856L6.026,4.76a2.375,2.375 0,0 0,-2.98 1L2.12,7.364a2.375,2.375 0,0 0,0.624 3.081l0.925,0.701a8.467,8.467 0,0 0,0 1.708l-0.925,0.7a2.375,2.375 0,0 0,-0.624 3.082l0.926,1.603a2.375,2.375 0,0 0,2.98 1.001l1.07,-0.451c0.46,0.332 0.955,0.62 1.479,0.855l0.144,1.15a2.375,2.375 0,0 0,2.356 2.081h1.852a2.375,2.375 0,0 0,2.357 -2.08l0.143,-1.15a8.366,8.366 0,0 0,1.48 -0.856l1.07,0.451a2.375,2.375 0,0 0,2.98 -1l0.925,-1.604a2.375,2.375 0,0 0,-0.623 -3.081l-0.926,-0.701a8.49,8.49 0,0 0,0 -1.708l0.926,-0.7a2.375,2.375 0,0 0,0.623 -3.082l-0.926,-1.603a2.375,2.375 0,0 0,-2.98 -1.001l-1.07,0.451a8.366,8.366 0,0 0,-1.479 -0.855l-0.143,-1.15a2.375,2.375 0,0 0,-2.357 -2.081h-1.852ZM10.454,3.422a0.625,0.625 0,0 1,0.62 -0.547h1.852c0.315,0 0.581,0.235 0.62,0.547l0.207,1.657c0.04,0.324 0.257,0.598 0.563,0.712a6.63,6.63 0,0 1,1.902 1.1,0.875 0.875,0 0,0 0.897,0.131l1.54,-0.65a0.625,0.625 0,0 1,0.785 0.264l0.925,1.603a0.625,0.625 0,0 1,-0.163 0.811l-1.333,1.008a0.875,0.875 0,0 0,-0.335 0.842,6.678 6.678,0 0,1 0,2.2 0.875,0.875 0,0 0,0.335 0.841l1.332,1.009c0.252,0.19 0.322,0.538 0.165,0.81l-0.926,1.604a0.625,0.625 0,0 1,-0.785 0.264l-1.54,-0.65a0.875,0.875 0,0 0,-0.897 0.131,6.618 6.618,0 0,1 -1.902,1.1 0.875,0.875 0,0 0,-0.563 0.712l-0.207,1.657a0.625,0.625 0,0 1,-0.62 0.547h-1.852a0.625,0.625 0,0 1,-0.62 -0.547l-0.207,-1.657a0.875,0.875 0,0 0,-0.562 -0.712,6.62 6.62,0 0,1 -1.902,-1.1 0.875,0.875 0,0 0,-0.898 -0.131l-1.54,0.65a0.625,0.625 0,0 1,-0.784 -0.264l-0.926,-1.603a0.625,0.625 0,0 1,0.164 -0.811l1.332,-1.008a0.875,0.875 0,0 0,0.335 -0.842,6.677 6.677,0 0,1 0,-2.2 0.875,0.875 0,0 0,-0.335 -0.841L3.799,9.05a0.625,0.625 0,0 1,-0.164 -0.81l0.926,-1.604a0.625,0.625 0,0 1,0.784 -0.264l1.54,0.65c0.3,0.127 0.646,0.076 0.898,-0.131a6.617,6.617 0,0 1,1.902 -1.1,0.875 0.875,0 0,0 0.562,-0.712l0.207,-1.657Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_settings_android_24.xml"
line="11"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1437 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.48 21.88c-1.03 0-1.62 0-2.12-0.1-2.09-0.42-3.72-2.05-4.14-4.14-0.1-0.5-0.1-1.1-0.1-2.12V10.2c0-1.3 0-2.32 0.07-3.14C2.26 6.24 2.4 5.58 2.7 5 3.2 4 4 3.2 5 2.7c0.6-0.3 1.25-0.43 2.07-0.5 0.82-0.06 1.83-0.06 3.14-0.06h3.6c1.3 0 2.32 0 3.14 0.06 0.82 0.07 1.48 0.2 2.07 0.5C20 3.2 20.8 4 21.3 5c0.3 0.6 0.43 1.25 0.5 2.07 0.07 0.82 0.07 1.83 0.07 3.14v0.76c0 0.52 0 0.88-0.1 1.22-0.09 0.3-0.23 0.58-0.42 0.83-0.22 0.28-0.5 0.5-0.93 0.81L10.32 21.3l-0.28 0.2C9.7 21.7 9.3 21.84 8.9 21.87H8.57 8.48Zm2.4-2.77l0.78-0.73 0.05-0.03 5.5-4 0.04-0.04 1-0.55-2 0.12c-0.88 0-1.52 0-2.02 0.03s-0.83 0.1-1.11 0.2c-0.93 0.36-1.65 1.08-2.01 2-0.1 0.29-0.17 0.62-0.2 1.12-0.03 0.48-0.03 1.07-0.04 1.88Zm-2.74 1.02l0.35-0.01c0.32-0.05 0.58-0.3 0.63-0.63v-0.35-0.28c0-0.67 0-1.2 0.03-1.66-0.8-0.4-1.5-0.96-2.07-1.64-0.3-0.38-0.25-0.93 0.12-1.23 0.37-0.31 0.92-0.26 1.23 0.11 0.3 0.38 0.67 0.7 1.08 0.96 0.62-1.51 1.9-2.67 3.5-3.1 0.67-0.18 1.47-0.18 2.85-0.18h2.77l0.78-0.01c0.17-0.01 0.25-0.04 0.3-0.07 0.15-0.07 0.26-0.18 0.33-0.32 0.03-0.06 0.06-0.14 0.07-0.31l0.02-0.79V9.79c0-1.13 0-1.95-0.06-2.6-0.05-0.63-0.15-1.05-0.33-1.4-0.33-0.65-0.87-1.19-1.53-1.52-0.34-0.18-0.76-0.28-1.4-0.33-0.64-0.05-1.46-0.06-2.58-0.06H9.77c-1.13 0-1.95 0-2.6 0.06-0.63 0.05-1.05 0.15-1.4 0.33C5.14 4.59 4.6 5.13 4.27 5.79c-0.18 0.34-0.28 0.76-0.33 1.4-0.05 0.64-0.05 1.46-0.05 2.58v6.1c0 0.72 0 1.03 0.03 1.28 0.23 1.52 1.42 2.7 2.94 2.94 0.25 0.03 0.56 0.04 1.29 0.04Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_sticker_smiley_24.xml"
line="14"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1437 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.48 21.88c-1.03 0-1.62 0-2.12-0.1-2.09-0.42-3.72-2.05-4.14-4.14-0.1-0.5-0.1-1.1-0.1-2.12V10.2c0-1.3 0-2.32 0.07-3.14C2.26 6.24 2.4 5.58 2.7 5 3.2 4 4 3.2 5 2.7c0.6-0.3 1.25-0.43 2.07-0.5 0.82-0.06 1.83-0.06 3.14-0.06h3.6c1.3 0 2.32 0 3.14 0.06 0.82 0.07 1.48 0.2 2.07 0.5C20 3.2 20.8 4 21.3 5c0.3 0.6 0.43 1.25 0.5 2.07 0.07 0.82 0.07 1.83 0.07 3.14v0.76c0 0.52 0 0.88-0.1 1.22-0.09 0.3-0.23 0.58-0.42 0.83-0.22 0.28-0.5 0.5-0.93 0.81L10.32 21.3l-0.28 0.2C9.7 21.7 9.3 21.84 8.9 21.87H8.57 8.48Zm2.4-2.77l0.78-0.73 0.05-0.03 5.5-4 0.04-0.04 1-0.55-2 0.12c-0.88 0-1.52 0-2.02 0.03s-0.83 0.1-1.11 0.2c-0.93 0.36-1.65 1.08-2.01 2-0.1 0.29-0.17 0.62-0.2 1.12-0.03 0.48-0.03 1.07-0.04 1.88Zm-2.74 1.02l0.35-0.01c0.32-0.05 0.58-0.3 0.63-0.63v-0.35-0.28c0-0.67 0-1.2 0.03-1.66-0.8-0.4-1.5-0.96-2.07-1.64-0.3-0.38-0.25-0.93 0.12-1.23 0.37-0.31 0.92-0.26 1.23 0.11 0.3 0.38 0.67 0.7 1.08 0.96 0.62-1.51 1.9-2.67 3.5-3.1 0.67-0.18 1.47-0.18 2.85-0.18h2.77l0.78-0.01c0.17-0.01 0.25-0.04 0.3-0.07 0.15-0.07 0.26-0.18 0.33-0.32 0.03-0.06 0.06-0.14 0.07-0.31l0.02-0.79V9.79c0-1.13 0-1.95-0.06-2.6-0.05-0.63-0.15-1.05-0.33-1.4-0.33-0.65-0.87-1.19-1.53-1.52-0.34-0.18-0.76-0.28-1.4-0.33-0.64-0.05-1.46-0.06-2.58-0.06H9.77c-1.13 0-1.95 0-2.6 0.06-0.63 0.05-1.05 0.15-1.4 0.33C5.14 4.59 4.6 5.13 4.27 5.79c-0.18 0.34-0.28 0.76-0.33 1.4-0.05 0.64-0.05 1.46-0.05 2.58v6.1c0 0.72 0 1.03 0.03 1.28 0.23 1.52 1.42 2.7 2.94 2.94 0.25 0.03 0.56 0.04 1.29 0.04Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_sticker_smiley_24_dark_onsurface.xml"
line="14"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1144 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12.26 1.13c-0.8 0-1.47 0-2 0.04C9.7 1.2 9.2 1.3 8.74 1.55c-0.73 0.37-1.32 0.96-1.7 1.7C6.82 3.7 6.72 4.2 6.68 4.74 6.62 5.3 6.62 5.96 6.63 6.77v10.48c0 0.8 0 1.47 0.04 2C6.7 19.8 6.8 20.3 7.05 20.76c0.37 0.73 0.96 1.32 1.7 1.7 0.46 0.23 0.95 0.33 1.5 0.37 0.54 0.05 1.2 0.05 2.01 0.05h3.48c0.8 0 1.47 0 2-0.05 0.56-0.04 1.05-0.14 1.52-0.38 0.73-0.37 1.32-0.96 1.7-1.7 0.23-0.46 0.33-0.95 0.37-1.5 0.05-0.54 0.05-1.2 0.05-2.01V6.76c0-0.8 0-1.47-0.05-2C21.3 4.2 21.2 3.7 20.95 3.24c-0.37-0.73-0.96-1.32-1.7-1.7-0.46-0.23-0.95-0.33-1.5-0.37-0.54-0.05-1.2-0.05-2.01-0.04h-3.48ZM9.54 3.1C9.7 3 9.95 2.95 10.4 2.9c0.46-0.03 1.05-0.04 1.9-0.04h3.4c0.85 0 1.44 0 1.9 0.04 0.45 0.04 0.69 0.1 0.86 0.2 0.4 0.2 0.73 0.53 0.93 0.93 0.1 0.17 0.16 0.41 0.2 0.86 0.03 0.46 0.04 1.05 0.04 1.9v10.4c0 0.85 0 1.44-0.04 1.9-0.04 0.45-0.1 0.69-0.2 0.86-0.2 0.4-0.53 0.73-0.93 0.93-0.17 0.1-0.41 0.16-0.86 0.2-0.46 0.03-1.05 0.04-1.9 0.04h-3.4c-0.85 0-1.44 0-1.9-0.04-0.45-0.04-0.69-0.1-0.86-0.2-0.4-0.2-0.73-0.53-0.93-0.93-0.1-0.17-0.16-0.41-0.2-0.86-0.03-0.46-0.04-1.05-0.04-1.9V6.8c0-0.85 0-1.44 0.04-1.9 0.04-0.45 0.1-0.69 0.2-0.86 0.2-0.4 0.53-0.73 0.93-0.93Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_stories_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1170 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.17 0.85c-0.53 0-0.98 0-1.34 0.03C6.46 0.9 6.12 0.98 5.8 1.14 5.3 1.39 4.9 1.8 4.64 2.3 4.48 2.62 4.4 2.96 4.38 3.33 4.35 3.7 4.35 4.13 4.35 4.67v6.66c0 0.53 0 0.98 0.03 1.34 0.03 0.37 0.1 0.71 0.26 1.03 0.25 0.5 0.66 0.9 1.16 1.16 0.32 0.16 0.66 0.23 1.03 0.26 0.36 0.03 0.8 0.03 1.34 0.03h2.16c0.53 0 0.98 0 1.34-0.03 0.37-0.03 0.71-0.1 1.03-0.26 0.5-0.25 0.9-0.66 1.16-1.16 0.16-0.32 0.23-0.66 0.26-1.03 0.03-0.36 0.03-0.8 0.03-1.34V4.67c0-0.53 0-0.98-0.03-1.34-0.03-0.37-0.1-0.71-0.26-1.03-0.25-0.5-0.66-0.9-1.16-1.16-0.32-0.16-0.66-0.23-1.03-0.26-0.36-0.03-0.8-0.03-1.34-0.03H8.17ZM6.4 2.3c0.1-0.06 0.26-0.1 0.55-0.12 0.3-0.03 0.69-0.03 1.26-0.03h2.1c0.57 0 0.96 0 1.26 0.03 0.3 0.02 0.45 0.06 0.55 0.12 0.26 0.13 0.46 0.33 0.6 0.59 0.05 0.1 0.1 0.26 0.11 0.55 0.03 0.3 0.03 0.69 0.03 1.26v6.6c0 0.57 0 0.96-0.03 1.26-0.02 0.3-0.06 0.45-0.12 0.55-0.13 0.26-0.33 0.46-0.59 0.6-0.1 0.05-0.26 0.1-0.55 0.11-0.3 0.03-0.69 0.03-1.26 0.03H8.2c-0.57 0-0.96 0-1.26-0.03-0.3-0.02-0.45-0.06-0.55-0.12-0.26-0.13-0.46-0.33-0.6-0.59-0.05-0.1-0.1-0.26-0.11-0.55-0.03-0.3-0.03-0.69-0.03-1.26V4.7c0-0.57 0-0.96 0.03-1.26 0.02-0.3 0.06-0.45 0.12-0.55 0.13-0.26 0.33-0.46 0.59-0.6Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_stories_compact_16.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1155 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M18.35 2.75c-1.08 0-1.96 0-2.68 0.06-0.74 0.06-1.42 0.19-2.05 0.51-1 0.5-1.8 1.3-2.3 2.3-0.32 0.63-0.45 1.3-0.51 2.05-0.06 0.72-0.06 1.6-0.06 2.68v19.3c0 1.08 0 1.96 0.06 2.68 0.06 0.74 0.19 1.42 0.51 2.05 0.5 1 1.3 1.8 2.3 2.3 0.63 0.32 1.3 0.45 2.05 0.51 0.72 0.06 1.6 0.06 2.68 0.06h8.3c1.08 0 1.96 0 2.68-0.06 0.74-0.06 1.42-0.19 2.05-0.51 1-0.5 1.8-1.3 2.3-2.3 0.32-0.63 0.45-1.3 0.51-2.05 0.06-0.72 0.06-1.6 0.06-2.68v-19.3c0-1.08 0-1.96-0.06-2.68-0.06-0.74-0.19-1.42-0.51-2.05-0.5-1-1.3-1.8-2.3-2.3-0.63-0.32-1.3-0.45-2.05-0.51-0.72-0.06-1.6-0.06-2.68-0.06h-8.3Zm-3.6 2.8c0.22-0.11 0.53-0.2 1.12-0.25 0.6-0.05 1.39-0.05 2.53-0.05h8.2c1.14 0 1.92 0 2.53 0.05 0.59 0.05 0.9 0.14 1.12 0.25 0.52 0.26 0.94 0.68 1.2 1.2 0.11 0.22 0.2 0.53 0.25 1.12 0.05 0.6 0.05 1.39 0.05 2.53v19.2c0 1.14 0 1.92-0.05 2.53-0.05 0.59-0.14 0.9-0.25 1.12-0.26 0.52-0.68 0.94-1.2 1.2-0.22 0.11-0.53 0.2-1.12 0.25-0.6 0.05-1.39 0.05-2.53 0.05h-8.2c-1.14 0-1.92 0-2.53-0.05-0.59-0.05-0.9-0.14-1.12-0.25-0.52-0.26-0.94-0.68-1.2-1.2-0.11-0.22-0.2-0.53-0.25-1.12-0.05-0.6-0.05-1.39-0.05-2.53V10.4c0-1.14 0-1.92 0.05-2.53 0.05-0.59 0.14-0.9 0.25-1.12 0.26-0.52 0.68-0.94 1.2-1.2Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_stories_display_bold_40.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1125 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8.182,1.1h2.136c0.545,0 0.978,0 1.328,0.029 0.358,0.029 0.664,0.09 0.944,0.233a2.4,2.4 0,0 1,1.048 1.048c0.143,0.28 0.204,0.586 0.233,0.944 0.029,0.35 0.029,0.783 0.029,1.328v6.636c0,0.545 0,0.978 -0.029,1.328 -0.029,0.358 -0.09,0.664 -0.233,0.944a2.4,2.4 0,0 1,-1.048 1.048c-0.28,0.143 -0.586,0.204 -0.944,0.233 -0.35,0.029 -0.783,0.029 -1.328,0.029L8.182,14.9c-0.545,0 -0.978,0 -1.328,-0.029 -0.358,-0.029 -0.664,-0.09 -0.944,-0.233a2.4,2.4 0,0 1,-1.048 -1.048c-0.143,-0.28 -0.204,-0.586 -0.233,-0.944a17.75,17.75 0,0 1,-0.029 -1.329L4.6,4.683c0,-0.545 0,-0.978 0.029,-1.328 0.029,-0.358 0.09,-0.664 0.233,-0.944A2.4,2.4 0,0 1,5.91 1.362c0.28,-0.143 0.586,-0.204 0.944,-0.233 0.35,-0.029 0.783,-0.029 1.328,-0.029ZM3.532,3.264c0.02,-0.241 0.054,-0.496 0.123,-0.755l-0.302,0.11c-0.447,0.163 -0.805,0.293 -1.086,0.422 -0.288,0.133 -0.528,0.278 -0.721,0.485a2.15,2.15 0,0 0,-0.562 1.205c-0.035,0.282 0.008,0.558 0.092,0.864 0.082,0.299 0.212,0.657 0.375,1.104l1.517,4.167c0.162,0.446 0.292,0.805 0.422,1.085 0.037,0.082 0.075,0.16 0.116,0.233 -0.006,-0.26 -0.006,-0.538 -0.006,-0.832L3.5,4.648c0,-0.515 0,-0.988 0.032,-1.384Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_stories_fill_compact_12.xml"
line="7"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1187 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M9.36 2.13c-1.09 0-1.96 0-2.66 0.05C5.98 2.24 5.36 2.37 4.8 2.66 3.87 3.12 3.12 3.87 2.66 4.79 2.36 5.36 2.24 5.98 2.18 6.7 2.12 7.4 2.12 8.27 2.12 9.36v5.28c0 1.09 0 1.96 0.06 2.66 0.06 0.72 0.19 1.34 0.48 1.91 0.46 0.92 1.21 1.67 2.13 2.13 0.57 0.3 1.19 0.42 1.91 0.48 0.7 0.05 1.57 0.05 2.66 0.05h5.28c1.09 0 1.96 0 2.66-0.05 0.72-0.06 1.34-0.18 1.91-0.48 0.92-0.46 1.67-1.2 2.13-2.13 0.3-0.57 0.42-1.19 0.48-1.91 0.05-0.7 0.05-1.57 0.05-2.66V9.36c0-1.09 0-1.96-0.05-2.66-0.06-0.72-0.18-1.34-0.48-1.91-0.46-0.92-1.2-1.67-2.13-2.13-0.57-0.3-1.19-0.42-1.91-0.48-0.7-0.06-1.57-0.06-2.66-0.06H9.36ZM5.58 4.21c0.29-0.15 0.65-0.24 1.26-0.3 0.63-0.04 1.43-0.04 2.56-0.04h5.2c1.13 0 1.93 0 2.56 0.05 0.6 0.05 0.97 0.14 1.26 0.29 0.59 0.3 1.06 0.77 1.36 1.36 0.15 0.29 0.24 0.65 0.3 1.26 0.04 0.63 0.05 1.43 0.05 2.56v5.2c0 1.13 0 1.93-0.06 2.56-0.05 0.6-0.14 0.97-0.29 1.26-0.3 0.59-0.77 1.06-1.36 1.36-0.29 0.15-0.65 0.24-1.26 0.3-0.63 0.04-1.43 0.05-2.56 0.05H9.4c-1.13 0-1.93 0-2.56-0.06-0.6-0.05-0.97-0.14-1.26-0.29-0.59-0.3-1.06-0.77-1.36-1.36-0.15-0.29-0.24-0.65-0.3-1.26-0.04-0.63-0.04-1.43-0.04-2.56V9.4c0-1.13 0-1.93 0.05-2.56 0.05-0.6 0.14-0.97 0.29-1.26C4.52 5 4.99 4.52 5.58 4.22Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_text_square_24.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1056 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M12,1.125c2.166,0 3.901,1.471 4.292,3.5L21,4.625a0.875,0.875 0,0 1,0 1.75h-0.676l-0.634,10.453c-0.054,0.895 -0.098,1.619 -0.18,2.204 -0.086,0.604 -0.22,1.132 -0.494,1.618a4.375,4.375 0,0 1,-1.895 1.784c-0.501,0.243 -1.036,0.346 -1.644,0.394 -0.59,0.047 -1.315,0.047 -2.212,0.047h-2.53c-0.897,0 -1.622,0 -2.212,-0.047 -0.608,-0.048 -1.143,-0.15 -1.644,-0.394a4.375,4.375 0,0 1,-1.895 -1.784c-0.274,-0.486 -0.408,-1.014 -0.493,-1.618 -0.083,-0.585 -0.127,-1.309 -0.181,-2.204L3.676,6.375L3,6.375a0.875,0.875 0,1 1,0 -1.75h4.708c0.39,-2.029 2.126,-3.5 4.292,-3.5ZM12,2.875c1.19,0 2.144,0.708 2.488,1.75L9.512,4.625c0.344,-1.042 1.298,-1.75 2.488,-1.75ZM5.43,6.375 L6.055,16.685c0.057,0.94 0.097,1.595 0.168,2.103 0.07,0.498 0.162,0.784 0.285,1.002 0.262,0.464 0.658,0.837 1.137,1.07 0.225,0.11 0.516,0.184 1.017,0.224 0.512,0.04 1.167,0.041 2.109,0.041h2.458c0.942,0 1.597,0 2.109,-0.041 0.501,-0.04 0.792,-0.115 1.017,-0.224a2.624,2.624 0,0 0,1.137 -1.07c0.123,-0.218 0.214,-0.504 0.285,-1.002 0.071,-0.508 0.111,-1.162 0.168,-2.102l0.625,-10.311L5.43,6.375Z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_trash_24.xml"
line="10"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (880 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M8 0.35c1.55 0 2.8 1.05 3.09 2.5H14c0.36 0 0.65 0.3 0.65 0.65 0 0.36-0.3 0.65-0.65 0.65h-0.4l-0.45 6.7c-0.04 0.63-0.08 1.14-0.14 1.56-0.06 0.43-0.16 0.8-0.36 1.15-0.32 0.55-0.79 1-1.36 1.28-0.36 0.17-0.75 0.24-1.18 0.28-0.42 0.03-0.93 0.03-1.57 0.03H7.46c-0.64 0-1.15 0-1.57-0.03-0.43-0.04-0.82-0.11-1.18-0.28-0.57-0.28-1.04-0.73-1.36-1.28-0.2-0.35-0.3-0.72-0.36-1.15-0.06-0.42-0.1-0.93-0.14-1.57L2.39 4.15H2c-0.36 0-0.65-0.3-0.65-0.65 0-0.36 0.3-0.65 0.65-0.65h2.91C5.21 1.4 6.45 0.35 8 0.35Zm0 1.3c-0.83 0-1.5 0.48-1.74 1.2h3.48C9.5 2.13 8.83 1.65 8 1.65Zm-4.3 2.5l0.44 6.58c0.05 0.66 0.08 1.13 0.14 1.49 0.05 0.35 0.11 0.55 0.2 0.7 0.18 0.32 0.46 0.58 0.8 0.75 0.16 0.07 0.36 0.12 0.71 0.15 0.36 0.03 0.83 0.03 1.5 0.03H8.5c0.67 0 1.14 0 1.5-0.03 0.35-0.03 0.55-0.08 0.71-0.15 0.34-0.17 0.62-0.43 0.8-0.75 0.09-0.15 0.15-0.35 0.2-0.7 0.06-0.36 0.09-0.83 0.14-1.5l0.44-6.57H3.7Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_trash_compact_20.xml"
line="17"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1419 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M6.76 3.63h4.98c0.8 0 1.47 0 2 0.04 0.56 0.04 1.05 0.14 1.52 0.38 0.73 0.37 1.32 0.96 1.7 1.7 0.23 0.46 0.33 0.95 0.37 1.5 0.04 0.46 0.04 1 0.04 1.64l2.8-2.8c1.19-1.18 3.2-0.35 3.2 1.32v9.18c0 1.67-2.01 2.5-3.2 1.32l-2.8-2.8c0 0.64 0 1.18-0.04 1.63-0.04 0.56-0.14 1.05-0.38 1.52-0.37 0.73-0.96 1.32-1.7 1.7-0.46 0.23-0.95 0.33-1.5 0.37-0.54 0.05-1.2 0.05-2.01 0.05H6.76c-0.8 0-1.47 0-2-0.05C4.2 20.3 3.7 20.2 3.24 19.95c-0.73-0.37-1.32-0.96-1.7-1.7-0.23-0.46-0.33-0.95-0.37-1.5-0.05-0.54-0.05-1.2-0.04-2.01V9.26c0-0.8 0-1.47 0.04-2C1.2 6.7 1.3 6.2 1.55 5.74c0.37-0.73 0.96-1.32 1.7-1.7 0.46-0.23 0.95-0.33 1.5-0.37 0.54-0.05 1.2-0.05 2.01-0.04Zm8.86 5.67c0-0.85 0-1.44-0.03-1.9-0.04-0.45-0.1-0.69-0.2-0.86-0.2-0.4-0.53-0.73-0.93-0.93-0.17-0.1-0.41-0.16-0.86-0.2-0.46-0.03-1.05-0.04-1.9-0.04H6.8c-0.85 0-1.44 0-1.9 0.04-0.45 0.04-0.69 0.1-0.86 0.2C3.64 5.8 3.3 6.14 3.1 6.54 3 6.7 2.95 6.95 2.9 7.4 2.88 7.86 2.87 8.45 2.87 9.3v5.4c0 0.85 0 1.44 0.04 1.9 0.04 0.45 0.1 0.69 0.2 0.86 0.2 0.4 0.53 0.73 0.93 0.93 0.17 0.1 0.41 0.16 0.86 0.2 0.46 0.03 1.05 0.04 1.9 0.04h4.9c0.85 0 1.44 0 1.9-0.04 0.45-0.04 0.69-0.1 0.86-0.2 0.4-0.2 0.73-0.53 0.93-0.93 0.1-0.17 0.16-0.41 0.2-0.86 0.03-0.46 0.04-1.05 0.04-1.9V9.3Zm1.76 2.7c0 0.4 0.16 0.8 0.45 1.09l3.58 3.58 0.06 0.04h0.08l0.06-0.05c0-0.01 0.02-0.03 0.02-0.07V7.4c0-0.04-0.02-0.06-0.02-0.07L21.55 7.3l-0.08-0.01s-0.03 0-0.06 0.04l-3.58 3.58c-0.3 0.29-0.45 0.68-0.45 1.09Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_video_24.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1441 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M4.42 2.35h3.4c0.54 0 0.99 0 1.35 0.03 0.37 0.03 0.71 0.1 1.03 0.26 0.5 0.25 0.9 0.66 1.16 1.16 0.16 0.32 0.23 0.66 0.26 1.03 0.02 0.22 0.03 0.46 0.03 0.73l1.61-1.61c0.88-0.89 2.39-0.26 2.39 0.99v6.12c0 1.25-1.5 1.88-2.39 1l-1.61-1.62c0 0.27-0.01 0.51-0.03 0.73-0.03 0.37-0.1 0.71-0.26 1.03-0.25 0.5-0.66 0.9-1.16 1.16-0.32 0.16-0.66 0.23-1.03 0.26-0.36 0.03-0.8 0.03-1.34 0.03h-3.4c-0.54 0-0.99 0-1.35-0.03-0.37-0.03-0.71-0.1-1.03-0.26-0.5-0.25-0.9-0.66-1.16-1.16-0.16-0.32-0.23-0.66-0.26-1.03C0.6 10.8 0.6 10.37 0.6 9.83V6.17c0-0.53 0-0.98 0.03-1.34 0.03-0.37 0.1-0.71 0.26-1.03 0.25-0.5 0.66-0.9 1.16-1.16C2.37 2.48 2.7 2.4 3.08 2.38c0.36-0.03 0.8-0.03 1.34-0.03Zm5.93 3.85c0-0.57 0-0.96-0.03-1.26-0.02-0.3-0.06-0.45-0.12-0.55-0.13-0.26-0.33-0.46-0.59-0.6-0.1-0.05-0.26-0.1-0.55-0.11-0.3-0.03-0.69-0.03-1.26-0.03H4.45c-0.57 0-0.96 0-1.26 0.03C2.89 3.7 2.74 3.74 2.64 3.8c-0.26 0.13-0.46 0.33-0.6 0.59C2 4.49 1.95 4.65 1.94 4.94 1.9 5.24 1.9 5.63 1.9 6.2v3.6c0 0.57 0 0.96 0.03 1.26 0.02 0.3 0.06 0.45 0.12 0.55 0.13 0.26 0.33 0.46 0.59 0.6 0.1 0.05 0.26 0.1 0.55 0.11 0.3 0.03 0.69 0.03 1.26 0.03H7.8c0.57 0 0.96 0 1.26-0.03 0.3-0.02 0.45-0.06 0.55-0.12 0.26-0.13 0.46-0.33 0.6-0.59 0.05-0.1 0.1-0.26 0.11-0.55 0.03-0.3 0.03-0.69 0.03-1.26V6.2Zm1.3 1.8c0 0.39 0.15 0.76 0.43 1.03l2.1 2.1c0.02 0.03 0.04 0.03 0.05 0.03h0.06l0.05-0.04 0.01-0.06V4.94l-0.01-0.06-0.05-0.04h-0.06c-0.01 0-0.03 0-0.05 0.02l-2.1 2.1C11.8 7.25 11.65 7.62 11.65 8Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_video_compact_16.xml"
line="8"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1573 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.95 6.25h8.1c1.36 0 2.45 0 3.34 0.07 0.9 0.08 1.7 0.23 2.45 0.61 1.17 0.6 2.13 1.56 2.73 2.73 0.38 0.74 0.53 1.54 0.6 2.45 0.08 0.89 0.08 1.98 0.08 3.34v0.03l5.3-5.3c1.74-1.74 4.7-0.5 4.7 1.94v15.76c0 2.45-2.96 3.68-4.7 1.94l-5.3-5.3v0.03c0 1.36 0 2.45-0.07 3.34-0.08 0.9-0.23 1.7-0.61 2.45-0.6 1.17-1.56 2.13-2.73 2.73-0.74 0.38-1.54 0.53-2.45 0.6-0.89 0.08-1.98 0.08-3.34 0.08h-8.1c-1.36 0-2.45 0-3.34-0.07-0.9-0.08-1.7-0.23-2.45-0.61-1.17-0.6-2.13-1.56-2.73-2.73-0.38-0.74-0.53-1.54-0.6-2.45C2.74 27 2.74 25.9 2.74 24.55v-9.1c0-1.36 0-2.45 0.07-3.34 0.08-0.9 0.23-1.7 0.61-2.45C4.03 8.5 5 7.53 6.16 6.93 6.9 6.55 7.7 6.4 8.61 6.33c0.89-0.08 1.98-0.08 3.34-0.08Zm14.8 9.25c0-1.42 0-2.41-0.06-3.18-0.07-0.76-0.18-1.2-0.35-1.52-0.36-0.7-0.93-1.28-1.64-1.64-0.33-0.17-0.76-0.28-1.52-0.35-0.77-0.06-1.76-0.06-3.18-0.06h-8c-1.42 0-2.41 0-3.18 0.06C8.06 8.88 7.62 9 7.3 9.16c-0.7 0.36-1.28 0.93-1.64 1.64-0.17 0.33-0.28 0.76-0.35 1.52-0.06 0.77-0.06 1.76-0.06 3.18v9c0 1.42 0 2.41 0.06 3.18 0.07 0.76 0.18 1.2 0.35 1.52 0.36 0.7 0.93 1.28 1.64 1.64 0.33 0.17 0.76 0.28 1.52 0.35 0.77 0.06 1.76 0.06 3.18 0.06h8c1.42 0 2.41 0 3.18-0.06 0.76-0.07 1.2-0.18 1.52-0.35 0.7-0.36 1.28-0.93 1.64-1.64 0.17-0.33 0.28-0.76 0.35-1.52 0.06-0.77 0.06-1.76 0.06-3.18v-9Zm2.5 4.5c0 0.63 0.25 1.23 0.7 1.68l6.37 6.38c0.05 0.05 0.1 0.06 0.13 0.07 0.04 0 0.1 0 0.15-0.02 0.05-0.02 0.09-0.06 0.11-0.09 0.02-0.03 0.04-0.07 0.04-0.14V12.12c0-0.07-0.02-0.11-0.04-0.14-0.02-0.03-0.06-0.07-0.11-0.09-0.06-0.02-0.1-0.03-0.15-0.02-0.03 0-0.08 0.02-0.13 0.07l-6.38 6.38c-0.44 0.45-0.69 1.05-0.69 1.68Z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/symbol_video_display_bold_40.xml"
line="8"
column="27"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/activity_mediapreview_v2.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/avatar_selection_activity.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/create_kbs_pin_activity.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/dsl_divider_item.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/dsl_multiline_text_input.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/featured_badge_preview_preference.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/kbs_migration_activity.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/media_overview_selected_overlay.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/media_selection_activity.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/old_device_transfer_activity.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/payments_activity.xml"
line="2"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/wallpaper_image_selection_activity.xml"
line="2"
column="1"/>
</issue>
<issue
id="DisableBaselineAlignment"
message="Set `android:baselineAligned=&quot;false&quot;` on this element for better performance"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/activity_shared_contact_details.xml"
line="78"
column="22"/>
</issue>
<issue
id="DisableBaselineAlignment"
message="Set `android:baselineAligned=&quot;false&quot;` on this element for better performance"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_registration_enter_phone_number.xml"
line="21"
column="10"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_background_primary` with a theme that also paints a background (inferred theme is `@style/Theme_Signal_DayNight_NoActionBar`)"
errorLine1=" android:background=&quot;@color/signal_background_primary&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/activity_restore.xml"
line="12"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?android:attr/windowBackground` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;?android:attr/windowBackground&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/base_kbs_pin_fragment.xml"
line="7"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?android:windowBackground` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;?android:windowBackground&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/camera_contact_selection_fragment.xml"
line="9"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_divider_minor` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_divider_minor&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/confirm_payment_divider.xml"
line="9"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/core_grey_95` with a theme that also paints a background (inferred theme is `@style/TextSecure_MediaPreview`)"
errorLine1=" android:background=&quot;@color/core_grey_95&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/contact_photo_preview_activity.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_colorSurface1` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_colorSurface1&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_activity_scheduled_messages_stub.xml"
line="7"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_background_primary` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_background_primary&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_input_panel.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_background_primary` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_background_primary&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_search_nav.xml"
line="9"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/core_ultramarine` with a theme that also paints a background (inferred theme is `@style/Theme_Signal_DayNight_NoActionBar`)"
errorLine1=" android:background=&quot;@color/core_ultramarine&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/create_passphrase_activity.xml"
line="10"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?android:windowBackground` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;?android:windowBackground&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/create_profile_fragment.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/core_white` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/core_white&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/donation_receipt_png.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_background_primary` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_background_primary&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/dsl_settings_activity.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/transparent` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/transparent&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_dark_colorSurface` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_dark_colorSurface&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_media_preview_v2.xml"
line="7"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/core_ultramarine` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/core_ultramarine&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_registration_blank.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_background_primary` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_background_primary&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_registration_country_picker.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/transparent_black_40` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/transparent_black_40&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/group_call_call_full.xml"
line="7"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;?selectableItemBackground&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/inline_query_emoji_result.xml"
line="7"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;?selectableItemBackground&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/keyboard_pager_category_icon.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?mediaKeyboardBackgroundColor` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;?mediaKeyboardBackgroundColor&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/keyboard_pager_emoji_page_fragment.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?mediaKeyboardBackgroundColor` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;?mediaKeyboardBackgroundColor&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/keyboard_pager_fragment.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/transparent` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/transparent&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/labeled_edit_text_default.xml"
line="13"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_background_primary` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_background_primary&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/message_details_fragment.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;?selectableItemBackground&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/my_support_preference.xml"
line="7"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/transparent` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/transparent&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/phone_text.xml"
line="13"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_colorSurface` with a theme that also paints a background (inferred theme is `@style/Theme_Signal_DayNight_NoActionBar`)"
errorLine1=" android:background=&quot;@color/signal_colorSurface&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/prompt_passphrase_activity.xml"
line="10"
column="17"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/core_grey_90` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/core_grey_90&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/scribble_fragment_emojidrawer_stub.xml"
line="9"
column="9"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/core_grey_90` with a theme that also paints a background (inferred theme is `@style/Signal_DayNight_NoActionBar`)"
errorLine1=" android:background=&quot;@color/core_grey_90&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/scribble_select_new_sticker_activity.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_transparent_60` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_transparent_60&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/sticker_preview_popup.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_background_primary` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_background_primary&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/sticker_search_dialog_fragment.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/signal_colorSurface` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/signal_colorSurface&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/stories_reply_to_story_composer_content.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/core_grey_95` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/core_grey_95&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/stories_text_post_link_entry_content.xml"
line="9"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/transparent` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/transparent&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/transfer_controls_stub.xml"
line="14"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/core_black` with a theme that also paints a background (inferred theme is `@style/TextSecure_FullScreenMedia`)"
errorLine1=" android:background=&quot;@color/core_black&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/view_once_message_activity.xml"
line="8"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/voice_note_player_view_background` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/voice_note_player_view_background&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/voice_note_player_stub.xml"
line="7"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/black` with a theme that also paints a background (inferred theme is `@style/TextSecure.LightTheme`)"
errorLine1=" android:background=&quot;@color/black&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/webrtc_call_activity.xml"
line="8"
column="5"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.base_settings_fragment` appears to be unused"
errorLine1="&lt;androidx.recyclerview.widget.RecyclerView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/base_settings_fragment.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.call_link_join_button` appears to be unused"
errorLine1="&lt;merge xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/layout/call_link_join_button.xml"
line="5"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.call_participants_list_dialog` appears to be unused"
errorLine1="&lt;androidx.recyclerview.widget.RecyclerView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/call_participants_list_dialog.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.call_participants_list_header` appears to be unused"
errorLine1="&lt;TextView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/call_participants_list_header.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.call_participants_list_item` appears to be unused"
errorLine1="&lt;androidx.constraintlayout.widget.ConstraintLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/call_participants_list_item.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.check` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/check.xml"
line="6"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.checkable_outline` appears to be unused"
errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:shape=&quot;rectangle&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/checkable_outline.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.checkable_outline_background` appears to be unused"
errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/checkable_outline_background.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.checkable_stroke_color` appears to be unused"
errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/color/checkable_stroke_color.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.navigation.checkout_backups` appears to be unused"
errorLine1="&lt;navigation xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/navigation/checkout_backups.xml"
line="6"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.choose_signal` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/choose_signal.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.circle_tint_darker` appears to be unused"
errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:shape=&quot;oval&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/circle_tint_darker.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.circle_touch_highlight_background_material3` appears to be unused"
errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/circle_touch_highlight_background_material3.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.transparent_black_30` appears to be unused"
errorLine1=" &lt;color name=&quot;transparent_black_30&quot;>#4D000000&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="20"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.paypal_outline` appears to be unused"
errorLine1=" &lt;color name=&quot;paypal_outline&quot;>#80838089&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="40"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.touch_highlight_material3` appears to be unused"
errorLine1=" &lt;color name=&quot;touch_highlight_material3&quot;>#14E2E1E5&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="46"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.complete` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/complete.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.menu.conversation_message_requests_group` appears to be unused"
errorLine1="&lt;menu xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/menu/conversation_message_requests_group.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.conversation_tab_icon_background` appears to be unused"
errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/conversation_tab_icon_background.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.conversation_test_fragment` appears to be unused"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/conversation_test_fragment.xml"
line="5"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.core_ultramarine_icon` appears to be unused"
errorLine1=" &lt;color name=&quot;core_ultramarine_icon&quot;>#3a76f0&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/core_colors.xml"
line="6"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.core_grey_10` appears to be unused"
errorLine1=" &lt;color name=&quot;core_grey_10&quot;>#e2e2e2&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/core_colors.xml"
line="25"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.country_list_item` appears to be unused"
errorLine1="&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/country_list_item.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.customizable_setting_edit_text` appears to be unused"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/customizable_setting_edit_text.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.customizable_single_select_item` appears to be unused"
errorLine1="&lt;androidx.constraintlayout.widget.ConstraintLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/customizable_single_select_item.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.menu.device_add` appears to be unused"
errorLine1="&lt;menu xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/menu/device_add.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.calling_raise_hand_snackbar_margin` appears to be unused"
errorLine1=" &lt;dimen name=&quot;calling_raise_hand_snackbar_margin&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="89"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.safety_number_recipient_row_item_gutter` appears to be unused"
errorLine1=" &lt;dimen name=&quot;safety_number_recipient_row_item_gutter&quot;>4dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="187"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.media_preview_video_timestamp_inset` appears to be unused"
errorLine1=" &lt;dimen name=&quot;media_preview_video_timestamp_inset&quot;>20dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="220"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.media_preview_bottom_bar_vertical_outer_margin` appears to be unused"
errorLine1=" &lt;dimen name=&quot;media_preview_bottom_bar_vertical_outer_margin&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="221"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.exo_media_preview_button_width` appears to be unused"
errorLine1=" &lt;dimen name=&quot;exo_media_preview_button_width&quot;>48dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="222"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.exo_media_preview_button_height` appears to be unused"
errorLine1=" &lt;dimen name=&quot;exo_media_preview_button_height&quot;>48dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="223"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.media_preview_button_horizontal_margin` appears to be unused"
errorLine1=" &lt;dimen name=&quot;media_preview_button_horizontal_margin&quot;>8dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="224"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.media_preview_lottie_button_dimen` appears to be unused"
errorLine1=" &lt;dimen name=&quot;media_preview_lottie_button_dimen&quot;>36dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="225"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.dsl_settings_fragment_with_reminder` appears to be unused"
errorLine1="&lt;androidx.constraintlayout.widget.ConstraintLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/dsl_settings_fragment_with_reminder.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.exo_legacy_player_control_view` appears to be unused"
errorLine1="&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.export_sms` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/export_sms.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.project_id` appears to be unused"
errorLine1=" &lt;string name=&quot;project_id&quot; translatable=&quot;false&quot;>api-project-312334754206&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/firebase_messaging.xml"
line="9"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.fragment_registration_blank` appears to be unused"
errorLine1="&lt;androidx.constraintlayout.widget.ConstraintLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/fragment_registration_blank.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.transition.fragment_shared` appears to be unused"
errorLine1="&lt;transitionSet>"
errorLine2="^">
<location
file="src/main/res/transition/fragment_shared.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.groupsv1_migration_bottom_sheet` appears to be unused"
errorLine1="&lt;LinearLayout"
errorLine2="^">
<location
file="src/main/res/layout/groupsv1_migration_bottom_sheet.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_backup_48` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_backup_48.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_become_a_sustainer_megaphone` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_become_a_sustainer_megaphone.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_block_white_18dp` appears to be unused">
<location
file="src/main/res/drawable-hdpi/ic_block_white_18dp.webp"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_blur_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_blur_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_blur_white_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_blur_white_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_check_24_white` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_check_24_white.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_chevron_left_black_8dp` appears to be unused"
errorLine1="&lt;vector android:height=&quot;8dp&quot; android:viewportHeight=&quot;24.0&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_chevron_left_black_8dp.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_chevron_right_black_8dp` appears to be unused"
errorLine1="&lt;vector android:height=&quot;8dp&quot; android:viewportHeight=&quot;24.0&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_chevron_right_black_8dp.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_continue_no_restore_48` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_continue_no_restore_48.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_donate_q2_2022` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_donate_q2_2022.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_draw_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_draw_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_draw_white_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_draw_white_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_fingerprint_white_48dp` appears to be unused">
<location
file="src/main/res/drawable-hdpi/ic_fingerprint_white_48dp.webp"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_group_64` appears to be unused"
errorLine1="&lt;vector android:autoMirrored=&quot;true&quot; android:height=&quot;64dp&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_group_64.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_group_80` appears to be unused"
errorLine1="&lt;vector android:autoMirrored=&quot;true&quot; android:height=&quot;80dp&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_group_80.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_group_outline_20` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_group_outline_20.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_group_outline_34` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_group_outline_34.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_group_outline_48` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_group_outline_48.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_group_outline_new_28` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_group_outline_new_28.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_handset_solid_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_handset_solid_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_insecure_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_insecure_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_leave_tinted_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_leave_tinted_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_marker_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_marker_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_messages_solid_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_messages_solid_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_mic_off_solid_18` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_mic_off_solid_18.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_mic_solid_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_mic_solid_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_note_24` appears to be unused"
errorLine1="&lt;vector android:autoMirrored=&quot;true&quot; android:height=&quot;24dp&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_note_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_note_34` appears to be unused"
errorLine1="&lt;vector"
errorLine2="^">
<location
file="src/main/res/drawable/ic_note_34.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_note_64` appears to be unused"
errorLine1="&lt;vector android:autoMirrored=&quot;true&quot; android:height=&quot;64dp&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_note_64.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_note_80` appears to be unused"
errorLine1="&lt;vector android:autoMirrored=&quot;true&quot; android:height=&quot;80dp&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_note_80.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_pin_20` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_pin_20.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_profile_64` appears to be unused"
errorLine1="&lt;vector android:autoMirrored=&quot;true&quot; android:height=&quot;64dp&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_profile_64.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_profile_outline_120` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_profile_outline_120.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_profile_outline_20` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_profile_outline_20.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_profile_outline_48` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_profile_outline_48.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_secure_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_secure_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_share_screen_20` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_share_screen_20.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_sticker_outline_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_sticker_outline_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_sticker_outline_white_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_sticker_outline_white_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_text_white_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_text_white_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_timer_conversation_badge` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_timer_conversation_badge.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_undo_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_undo_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_update_verified_16` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_update_verified_16.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_video_off_solid_white_18` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_video_off_solid_white_18.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_video_solid_24_tinted` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_video_solid_24_tinted.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.image_signal_backups_subscribed` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/image_signal_backups_subscribed.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_button_primary_text_disabled` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_button_primary_text_disabled&quot;>@color/transparent_white_20&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/light_colors.xml"
line="41"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_transparent_80` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_transparent_80&quot;>@color/transparent_white_80&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/light_colors.xml"
line="58"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.insight_title` appears to be unused"
errorLine1=" &lt;color name=&quot;insight_title&quot;>@color/core_grey_90&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/light_colors.xml"
line="77"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.insight_body_2` appears to be unused"
errorLine1=" &lt;color name=&quot;insight_body_2&quot;>@color/core_grey_60&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/light_colors.xml"
line="78"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.insight_progress_background` appears to be unused"
errorLine1=" &lt;color name=&quot;insight_progress_background&quot;>@color/core_grey_15&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/light_colors.xml"
line="79"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.qr_card_color` appears to be unused"
errorLine1=" &lt;color name=&quot;qr_card_color&quot;>@color/signal_colorSurface1&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/light_colors.xml"
line="81"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.login_top_background` appears to be unused"
errorLine1=" &lt;color name=&quot;login_top_background&quot;>@color/core_ultramarine&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/light_colors.xml"
line="128"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.media_overview_toolbar_background` appears to be unused"
errorLine1=" &lt;color name=&quot;media_overview_toolbar_background&quot;>@color/white&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/light_colors.xml"
line="132"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.media_overview_header_foreground` appears to be unused"
errorLine1=" &lt;color name=&quot;media_overview_header_foreground&quot;>@color/core_grey_50&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/light_colors.xml"
line="135"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.raw.lottie_15s_skip_back` appears to be unused">
<location
file="src/main/res/raw/lottie_15s_skip_back.json"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.raw.lottie_15s_skip_forward` appears to be unused">
<location
file="src/main/res/raw/lottie_15s_skip_forward.json"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_colorErrorContainer` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_colorErrorContainer&quot;>@color/signal_light_colorErrorContainer&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors.xml"
line="12"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_colorOnCustomVariant` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_colorOnCustomVariant&quot;>@color/signal_light_colorOnCustomVariant&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors.xml"
line="24"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_colorTransparent1` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_colorTransparent1&quot;>@color/signal_light_colorTransparent1&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors.xml"
line="32"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_colorTransparentInverse3` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_colorTransparentInverse3&quot;>@color/signal_light_colorTransparentInverse3&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors.xml"
line="41"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_dark_colorOnCustomVariant` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_dark_colorOnCustomVariant&quot;>#B3FFFFFF&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors_dark.xml"
line="23"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_dark_colorTransparent1` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_dark_colorTransparent1&quot;>#0AFFFFFF&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors_dark.xml"
line="31"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_dark_colorTransparentInverse3` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_dark_colorTransparentInverse3&quot;>#29000000&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors_dark.xml"
line="40"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_dark_colorBackground_92` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_dark_colorBackground_92&quot;>#EB1B1C1F&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors_dark.xml"
line="46"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_dark_colorSurfaceVariant_92` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_dark_colorSurfaceVariant_92&quot;>#EB303133&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors_dark.xml"
line="48"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_light_colorOnCustomVariant` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_light_colorOnCustomVariant&quot;>#B3FFFFFF&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors_light.xml"
line="23"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_light_colorTransparent1` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_light_colorTransparent1&quot;>#14FFFFFF&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors_light.xml"
line="31"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.signal_light_colorTransparentInverse3` appears to be unused"
errorLine1=" &lt;color name=&quot;signal_light_colorTransparentInverse3&quot;>#66000000&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material3_colors_light.xml"
line="40"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.material3_large_button_text_color` appears to be unused"
errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/color/material3_large_button_text_color.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.material3_large_filled_button_text_color` appears to be unused"
errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/color/material3_large_filled_button_text_color.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.green_50` appears to be unused"
errorLine1=" &lt;color name=&quot;green_50&quot;>#E8F5E9&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material_colors.xml"
line="9"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.green_100` appears to be unused"
errorLine1=" &lt;color name=&quot;green_100&quot;>#C8E6C9&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material_colors.xml"
line="10"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.green_600` appears to be unused"
errorLine1=" &lt;color name=&quot;green_600&quot;>#43A047&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material_colors.xml"
line="13"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.blue_400` appears to be unused"
errorLine1=" &lt;color name=&quot;blue_400&quot;>#42A5F5&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material_colors.xml"
line="24"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.grey_300` appears to be unused"
errorLine1=" &lt;color name=&quot;grey_300&quot;>#E0E0E0&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/material_colors.xml"
line="28"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.pause_solid_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/pause_solid_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.pipe_divider` appears to be unused"
errorLine1="&lt;shape android:shape=&quot;rectangle&quot; xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/pipe_divider.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.play_button_solid_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/play_button_solid_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.preference_divider` appears to be unused"
errorLine1="&lt;View xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/preference_divider.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.xml.preferences_manual_mms` appears to be unused"
errorLine1="&lt;PreferenceScreen xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/xml/preferences_manual_mms.xml"
line="3"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.navigation.progress_card` appears to be unused"
errorLine1="&lt;navigation xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/navigation/progress_card.xml"
line="6"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.quality_selector_button_text` appears to be unused"
errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/color/quality_selector_button_text.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.reminder_action_button` appears to be unused"
errorLine1="&lt;Button xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/reminder_action_button.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.reminder_header` appears to be unused"
errorLine1="&lt;com.google.android.material.card.MaterialCardView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/reminder_header.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.reminder_progress_ring` appears to be unused"
errorLine1="&lt;layer-list xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/reminder_progress_ring.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.restore_reminder_icon` appears to be unused"
errorLine1="&lt;layer-list xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/restore_reminder_icon.xml"
line="6"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.rounded_outline_pressed` appears to be unused"
errorLine1="&lt;shape android:shape=&quot;rectangle&quot; xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/rounded_outline_pressed.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.rounded_rectangle` appears to be unused"
errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:shape=&quot;rectangle&quot; >"
errorLine2="^">
<location
file="src/main/res/drawable/rounded_rectangle.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.rounded_rectangle_container_primary_32` appears to be unused"
errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:shape=&quot;rectangle&quot; >"
errorLine2="^">
<location
file="src/main/res/drawable/rounded_rectangle_container_primary_32.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.rounded_rectangle_container_surface_variant_32` appears to be unused"
errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:shape=&quot;rectangle&quot; >"
errorLine2="^">
<location
file="src/main/res/drawable/rounded_rectangle_container_surface_variant_32.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.rounded_rectangle_secondary_dark` appears to be unused"
errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:shape=&quot;rectangle&quot; >"
errorLine2="^">
<location
file="src/main/res/drawable/rounded_rectangle_secondary_dark.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.raw.safety_number_onboarding` appears to be unused">
<location
file="src/main/res/raw/safety_number_onboarding.json"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.safety_numbers_updating_image` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/safety_numbers_updating_image.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.selectable_rounded_background` appears to be unused"
errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/selectable_rounded_background.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.ShapeAppearance_Signal_MaterialAlertDialog` appears to be unused"
errorLine1=" &lt;style name=&quot;ShapeAppearance.Signal.MaterialAlertDialog&quot; parent=&quot;ShapeAppearance.Material3.MediumComponent&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/signal_styles.xml"
line="186"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Signal_DayNight_TitleTextStyle` appears to be unused"
errorLine1=" &lt;style name=&quot;Signal.DayNight.TitleTextStyle&quot; parent=&quot;@style/TextSecure.TitleTextStyle&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/signal_styles.xml"
line="212"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Signal_DayNight_Dialog_FullScreen_Donate` appears to be unused"
errorLine1=" &lt;style name=&quot;Signal.DayNight.Dialog.FullScreen.Donate&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/signal_styles.xml"
line="218"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Widget_Signal_Dialog_Body` appears to be unused"
errorLine1=" &lt;style name=&quot;Widget.Signal.Dialog.Body&quot; parent=&quot;Signal.Text.BodyMedium&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/signal_styles.xml"
line="258"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Signal_Widget_TimePicker_ImageButton` appears to be unused"
errorLine1=" &lt;style name=&quot;Signal.Widget.TimePicker.ImageButton&quot; parent=&quot;Widget.MaterialComponents.TimePicker.ImageButton&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/signal_styles.xml"
line="297"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.sms_export_error` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/sms_export_error.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.sms_export_help_fragment` appears to be unused"
errorLine1="&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/sms_export_help_fragment.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.sms_export_partial_complete` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/sms_export_partial_complete.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.sms_message` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/sms_message.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.sms_small_encrypted` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/sms_small_encrypted.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.sms_small_export` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/sms_small_export.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.sms_small_insecure` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/sms_small_insecure.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.sms_export_url` appears to be unused"
errorLine1=" &lt;string name=&quot;sms_export_url&quot; translatable=&quot;false&quot;>https://support.signal.org/hc/articles/360007321171&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="20"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.username_support_url` appears to be unused"
errorLine1=" &lt;string name=&quot;username_support_url&quot; translatable=&quot;false&quot;>https://support.signal.org/hc/articles/5389476324250&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="22"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationItem_click_to_approve_unencrypted_sms_dialog_title` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationItem_click_to_approve_unencrypted_sms_dialog_title&quot;>Fallback to unencrypted SMS?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="408"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationItem_click_to_approve_unencrypted_mms_dialog_title` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationItem_click_to_approve_unencrypted_mms_dialog_title&quot;>Fallback to unencrypted MMS?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="409"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationItem_click_to_approve_unencrypted_dialog_message` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationItem_click_to_approve_unencrypted_dialog_message&quot;>This message will &lt;b>not&lt;/b> be encrypted because the recipient is no longer a Signal user.\n\nSend unsecured message?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="410"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_transport_insecure_sms` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_transport_insecure_sms&quot;>Insecure SMS&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="468"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_transport_insecure_sms_with_sim` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_transport_insecure_sms_with_sim&quot;>Insecure SMS (%1$s)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="470"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_transport_insecure_mms` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_transport_insecure_mms&quot;>Insecure MMS&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="471"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_transport_signal` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_transport_signal&quot;>Signal message&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="473"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_attachment_exceeds_size_limits` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_attachment_exceeds_size_limits&quot;>Attachment exceeds size limits for the type of message you\&apos;re sending.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="478"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_signal_needs_the_microphone_and_camera_permissions_in_order_to_call_s` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_signal_needs_the_microphone_and_camera_permissions_in_order_to_call_s&quot;>Signal needs the Microphone and Camera permissions in order to call %s, but they have been permanently denied. Please continue to app settings, select \&quot;Permissions\&quot;, and enable \&quot;Microphone\&quot; and \&quot;Camera\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="500"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_to_capture_photos_and_video_allow_signal_access_to_the_camera` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_to_capture_photos_and_video_allow_signal_access_to_the_camera&quot;>To capture photos and video, allow Signal access to the camera.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="501"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_signal_needs_the_camera_permission_to_take_photos_or_video` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_signal_needs_the_camera_permission_to_take_photos_or_video&quot;>Signal needs the Camera permission to take photos or video, but it has been permanently denied. Please continue to app settings, select \&quot;Permissions\&quot;, and enable \&quot;Camera\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="502"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_signal_needs_camera_permissions_to_take_photos_or_video` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_signal_needs_camera_permissions_to_take_photos_or_video&quot;>Signal needs Camera permissions to take photos or video&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="503"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_enable_the_microphone_permission_to_capture_videos_with_sound` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_enable_the_microphone_permission_to_capture_videos_with_sound&quot;>Enable the microphone permission to capture videos with sound.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="504"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_signal_needs_recording_permissions_to_capture_video` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_signal_needs_recording_permissions_to_capture_video&quot;>Signal needs microphone permissions to record videos.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="506"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity_no` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity_no&quot;>No&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="509"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationActivity__you_will_be_reminded_again_soon` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationActivity__you_will_be_reminded_again_soon&quot;>You will be reminded again soon.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="547"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationFragment_save_to_sd_card` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationFragment_save_to_sd_card&quot;>Save to storage?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="571"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.plurals.ConversationFragment_saving_n_media_to_storage_warning` appears to be unused"
errorLine1=" &lt;plurals name=&quot;ConversationFragment_saving_n_media_to_storage_warning&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="572"
column="14"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationFragment__save_to_phone` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationFragment__save_to_phone&quot;>Stoor op foon?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-af/strings.xml"
line="584"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.plurals.ConversationFragment__this_media_will_be_saved` appears to be unused"
errorLine1=" &lt;plurals name=&quot;ConversationFragment__this_media_will_be_saved&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-af/strings.xml"
line="586"
column="14"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationFragment_delete_on_this_device` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationFragment_delete_on_this_device&quot;>Delete on this device&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="596"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationFragment_delete_everywhere` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationFragment_delete_everywhere&quot;>Delete everywhere&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="600"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationFragment__tap_to_review` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationFragment__tap_to_review&quot;>Tap to review&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="611"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ChooseBackupFragment__no_file_browser_available` appears to be unused"
errorLine1=" &lt;string name=&quot;ChooseBackupFragment__no_file_browser_available&quot;>No file browser available&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="850"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreBackupFragment__restore_complete` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreBackupFragment__restore_complete&quot;>Restore complete&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="853"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreBackupFragment__to_continue_using_backups_please_choose_a_folder` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreBackupFragment__to_continue_using_backups_please_choose_a_folder&quot;>To continue using backups, please choose a folder. New backups will be saved to this location.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="854"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreBackupFragment__choose_folder` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreBackupFragment__choose_folder&quot;>Choose folder&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="855"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreBackupFragment__not_now` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreBackupFragment__not_now&quot;>Not now&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="856"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaFailedBottomSheet__Cant_restore_media` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaFailedBottomSheet__Cant_restore_media&quot;>Can\&apos;t restore media&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="875"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaFailedBottomSheet__Your_device_does_not_have_enough_free_space_placeholder` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaFailedBottomSheet__Your_device_does_not_have_enough_free_space_placeholder&quot;>Your device does not have enough free space. Free up storage space to restore your media.\n\nIf you choose “Skip restore” the media in your backup will be deleted the next time your device completes a new backup.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="877"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaFailedBottomSheet__Your_device_does_not_have_enough_free_space` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaFailedBottomSheet__Your_device_does_not_have_enough_free_space&quot;>Your device does not have enough free space. Free up %1$s of space to restore your media.\n\nIf you choose “Skip restore” the media in your backup will be deleted the next time your device completes a new backup.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="879"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaFailedBottomSheet__Okay` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaFailedBottomSheet__Okay&quot;>OK&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="881"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaFailedBottomSheet__Skip_restore` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaFailedBottomSheet__Skip_restore&quot;>Skip restore&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="883"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaFailedBottomSheet__Backup_error_icon_content_description` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaFailedBottomSheet__Backup_error_icon_content_description&quot;>Backup error icon&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="885"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaErrorBanner__Free_up_storage_space` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaErrorBanner__Free_up_storage_space&quot;>Free up storage space to restore your media.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="888"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaErrorBanner__Free_up_of_space` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaErrorBanner__Free_up_of_space&quot;>Free up %1$s of space to restore your media.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="890"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaReminder__Restoring_media` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaReminder__Restoring_media&quot;>Restoring media&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="893"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaReminder__Progress_filesize` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaReminder__Progress_filesize&quot;>%1$s of %2$s (%3$d%%)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="895"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaReminder__Restoring_media_paused` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaReminder__Restoring_media_paused&quot;>Restoring media paused&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="897"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaReminder__Waiting_for_Wifi` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaReminder__Waiting_for_Wifi&quot;>Waiting for WiFi…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="899"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaReminder__Waiting_for_internet_connection` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaReminder__Waiting_for_internet_connection&quot;>Waiting for Internet connection…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="901"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaReminder__low_battery` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaReminder__low_battery&quot;>Low battery. Charge your device.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="903"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaReminder__Free_up_space` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaReminder__Free_up_space&quot;>Free up %1$s to restore your media.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="905"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreMediaReminder__Skip_restore` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreMediaReminder__Skip_restore&quot;>Skip restore&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="907"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.AvatarSelectionBottomSheetDialogFragment__viewing_your_gallery_requires_the_storage_permission` appears to be unused"
errorLine1=" &lt;string name=&quot;AvatarSelectionBottomSheetDialogFragment__viewing_your_gallery_requires_the_storage_permission&quot;>Viewing your gallery requires the storage permission.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="942"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.LinkDeviceFragment__device_approved` appears to be unused"
errorLine1=" &lt;string name=&quot;LinkDeviceFragment__device_approved&quot;>Device approved&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1036"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.LinkDeviceFragment__loading` appears to be unused"
errorLine1=" &lt;string name=&quot;LinkDeviceFragment__loading&quot;>Loading…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1038"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceListActivity_network_connection_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceListActivity_network_connection_failed&quot;>Network connection failed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1144"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceListActivity_try_again` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceListActivity_try_again&quot;>Try again&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1146"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceListActivity_unlinking_device_no_ellipsis` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceListActivity_unlinking_device_no_ellipsis&quot;>Unlinking device&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1148"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsV1MigrationInitiation_upgrade_to_new_group` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsV1MigrationInitiation_upgrade_to_new_group&quot;>Upgrade to New Group&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1242"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsV1MigrationInitiation_upgrade_this_group` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsV1MigrationInitiation_upgrade_this_group&quot;>Upgrade this group&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1243"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsV1MigrationInitiation_new_groups_have_features_like_mentions` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsV1MigrationInitiation_new_groups_have_features_like_mentions&quot;>New Groups have features like @mentions and group admins, and will support more features in the future.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1244"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsV1MigrationInitiation_all_message_history_and_media_will_be_kept` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsV1MigrationInitiation_all_message_history_and_media_will_be_kept&quot;>All message history and media will be kept from before the upgrade.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1245"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsV1MigrationInitiation_encountered_a_network_error` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsV1MigrationInitiation_encountered_a_network_error&quot;>Encountered a network error. Try again later.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1246"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsV1MigrationInitiation_failed_to_upgrade` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsV1MigrationInitiation_failed_to_upgrade&quot;>Failed to upgrade.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1247"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.plurals.GroupsV1MigrationInitiation_these_members_will_need_to_accept_an_invite` appears to be unused"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_will_need_to_accept_an_invite&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1248"
column="14"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.plurals.GroupsV1MigrationInitiation_these_members_are_not_capable_of_joining_new_groups` appears to be unused"
errorLine1=" &lt;plurals name=&quot;GroupsV1MigrationInitiation_these_members_are_not_capable_of_joining_new_groups&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1252"
column="14"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.AddGroupDetailsFragment__youve_selected_a_contact_that_doesnt_support` appears to be unused"
errorLine1=" &lt;string name=&quot;AddGroupDetailsFragment__youve_selected_a_contact_that_doesnt_support&quot;>You\&apos;ve selected a contact that doesn\&apos;t support Signal groups, so this group will be MMS. Custom MMS group names and photos will only be visible to you.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1402"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ManageGroupActivity_legacy_group_too_large` appears to be unused"
errorLine1=" &lt;string name=&quot;ManageGroupActivity_legacy_group_too_large&quot;>This Legacy Group cant be upgraded to a New Group because it is too large. The maximum group size is %1$d.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1429"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ManageGroupActivity_upgrade_this_group` appears to be unused"
errorLine1=" &lt;string name=&quot;ManageGroupActivity_upgrade_this_group&quot;>upgrade this group.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1430"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RemoteRestoreActivity__restoring_messages` appears to be unused"
errorLine1=" &lt;string name=&quot;RemoteRestoreActivity__restoring_messages&quot;>Restoring messages…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1440"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.NotificationMmsMessageRecord_multimedia_message` appears to be unused"
errorLine1=" &lt;string name=&quot;NotificationMmsMessageRecord_multimedia_message&quot;>Multimedia message&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1758"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.NotificationMmsMessageRecord_downloading_mms_message` appears to be unused"
errorLine1=" &lt;string name=&quot;NotificationMmsMessageRecord_downloading_mms_message&quot;>Downloading MMS message&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1759"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.NotificationMmsMessageRecord_error_downloading_mms_message` appears to be unused"
errorLine1=" &lt;string name=&quot;NotificationMmsMessageRecord_error_downloading_mms_message&quot;>Error downloading MMS message, tap to retry&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="1760"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.MessageRecord__you_will_no_longer_be_able_to_send_sms_messages_from_signal_soon` appears to be unused"
errorLine1=" &lt;string name=&quot;MessageRecord__you_will_no_longer_be_able_to_send_sms_messages_from_signal_soon&quot;>You will no longer be able to send SMS messages from Signal soon. Invite %1$s to Signal to keep the conversation here.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2067"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.MessageRequestBottomView_continue_your_conversation_with_this_group_and_share_your_name_and_photo` appears to be unused"
errorLine1=" &lt;string name=&quot;MessageRequestBottomView_continue_your_conversation_with_this_group_and_share_your_name_and_photo&quot;>Continue your chat with this group and share your name and photo with its members?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2102"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.MessageRequestBottomView_this_legacy_group_can_no_longer_be_used` appears to be unused"
errorLine1=" &lt;string name=&quot;MessageRequestBottomView_this_legacy_group_can_no_longer_be_used&quot;>This Legacy Group can no longer be used because it is too large. The maximum group size is %1$d.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2104"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.MessageRequestBottomView_do_you_want_to_join_this_group_they_wont_know_youve_seen_their_messages_until_you_accept` appears to be unused"
errorLine1=" &lt;string name=&quot;MessageRequestBottomView_do_you_want_to_join_this_group_they_wont_know_youve_seen_their_messages_until_you_accept&quot;>Join this group and share your name and photo with its members? They won\&apos;t know you\&apos;ve seen their messages until you accept.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2106"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceProvisioningActivity_content_intro` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceProvisioningActivity_content_intro&quot;>It will be able to&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2178"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceProvisioningActivity_content_bullets` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceProvisioningActivity_content_bullets&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2179"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceProvisioningActivity_content_progress_title` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceProvisioningActivity_content_progress_title&quot;>Linking device&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2183"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceProvisioningActivity_content_progress_content` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceProvisioningActivity_content_progress_content&quot;>Linking new device…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2184"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceProvisioningActivity_content_progress_success` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceProvisioningActivity_content_progress_success&quot;>Device approved!&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2185"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceActivity_signal_needs_the_camera_permission_in_order_to_scan_a_qr_code` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceActivity_signal_needs_the_camera_permission_in_order_to_scan_a_qr_code&quot;>Signal needs the Camera permission in order to scan a QR code, but it has been permanently denied. Please continue to app settings, select \&quot;Permissions\&quot;, and enable \&quot;Camera\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2195"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceActivity_unable_to_scan_a_qr_code_without_the_camera_permission` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceActivity_unable_to_scan_a_qr_code_without_the_camera_permission&quot;>Unable to scan a QR code without the Camera permission&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2196"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.OutdatedBuildReminder_update_now` appears to be unused"
errorLine1=" &lt;string name=&quot;OutdatedBuildReminder_update_now&quot;>Update now&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2199"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.WebRtcCallActivity__to_call_s_signal_needs_access_to_your_camera` appears to be unused"
errorLine1=" &lt;string name=&quot;WebRtcCallActivity__to_call_s_signal_needs_access_to_your_camera&quot;>To call %1$s, Signal needs access to your camera&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2325"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.WebRtcCallActivity__reconnecting` appears to be unused"
errorLine1=" &lt;string name=&quot;WebRtcCallActivity__reconnecting&quot;>Reconnecting…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2330"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.AboutSheet__review_requests_carefully` appears to be unused"
errorLine1=" &lt;string name=&quot;AboutSheet__review_requests_carefully&quot;>Review requests carefully&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2564"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RegistrationActivity_you_must_specify_your_country_code` appears to be unused"
errorLine1=" &lt;string name=&quot;RegistrationActivity_you_must_specify_your_country_code&quot;>You must specify your"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2621"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RegistrationActivity_please_enter_a_valid_phone_number_to_register` appears to be unused"
errorLine1=" &lt;string name=&quot;RegistrationActivity_please_enter_a_valid_phone_number_to_register&quot;>Please enter a valid phone number to register.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2624"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RegistrationActivity_you_will_receive_a_call_to_verify_this_number` appears to be unused"
errorLine1=" &lt;string name=&quot;RegistrationActivity_you_will_receive_a_call_to_verify_this_number&quot;>You\&apos;ll receive a call to verify this number.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2642"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RegistrationActivity_signal_needs_access_to_your_contacts_and_media_in_order_to_connect_with_friends` appears to be unused"
errorLine1=" &lt;string name=&quot;RegistrationActivity_signal_needs_access_to_your_contacts_and_media_in_order_to_connect_with_friends&quot;>Signal needs the contacts and media permissions to help you connect with friends and send messages. Your contacts are uploaded using Signal\&apos;s private contact discovery, which means they are end-to-end encrypted and never visible to the Signal service.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2650"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RegistrationActivity_signal_needs_access_to_your_contacts_in_order_to_connect_with_friends` appears to be unused"
errorLine1=" &lt;string name=&quot;RegistrationActivity_signal_needs_access_to_your_contacts_in_order_to_connect_with_friends&quot;>Signal needs the contacts permission to help you connect with friends. Your contacts are uploaded using Signal\&apos;s private contact discovery, which means they are end-to-end encrypted and never visible to the Signal service.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2651"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RegistrationActivity_call_requested` appears to be unused"
errorLine1=" &lt;string name=&quot;RegistrationActivity_call_requested&quot;>Call requested&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2667"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RegistrationActivity_sms_requested` appears to be unused"
errorLine1=" &lt;string name=&quot;RegistrationActivity_sms_requested&quot;>SMS requested&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2669"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RegistrationActivity_code_requested` appears to be unused"
errorLine1=" &lt;string name=&quot;RegistrationActivity_code_requested&quot;>Verification code requested&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2671"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RegistrationActivity_enter_your_phone_number_to_get_started` appears to be unused"
errorLine1=" &lt;string name=&quot;RegistrationActivity_enter_your_phone_number_to_get_started&quot;>Enter your phone number to get started.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2687"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.UsernameEditFragment__add_a_username` appears to be unused"
errorLine1=" &lt;string name=&quot;UsernameEditFragment__add_a_username&quot;>Add a username&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2900"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.VerifyIdentityActivity_unable_to_scan_qr_code_without_camera_permission` appears to be unused"
errorLine1=" &lt;string name=&quot;VerifyIdentityActivity_unable_to_scan_qr_code_without_camera_permission&quot;>Unable to scan QR code without Camera permission&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="2957"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied` appears to be unused"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_signal_needs_the_storage_permission_in_order_to_write_to_external_storage_but_it_has_been_permanently_denied&quot;>Signal het die Storingstoestemming nodig om op \&apos;n eksterne stoorplek te stoor, maar dit is permanent geweier. Gaan asseblief na die toepassingsinstellings, kies \&quot;Toestemmings\&quot; en aktiveer \&quot;Storing\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-af/strings.xml"
line="2973"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.MediaPreviewActivity_unable_to_write_to_external_storage_without_permission` appears to be unused"
errorLine1=" &lt;string name=&quot;MediaPreviewActivity_unable_to_write_to_external_storage_without_permission&quot;>Nie in staat om na eksterne berging te stoor sonder die nodige regte nie&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-af/strings.xml"
line="2974"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.QuickResponseService_quick_response_unavailable_when_Signal_is_locked` appears to be unused"
errorLine1=" &lt;string name=&quot;QuickResponseService_quick_response_unavailable_when_Signal_is_locked&quot;>Quick response unavailable when Signal is locked!&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3100"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.QuickResponseService_problem_sending_message` appears to be unused"
errorLine1=" &lt;string name=&quot;QuickResponseService_problem_sending_message&quot;>Problem sending message!&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3101"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.WebRtcCallActivity_to_answer_the_call_give_signal_access_to_your_microphone` appears to be unused"
errorLine1=" &lt;string name=&quot;WebRtcCallActivity_to_answer_the_call_give_signal_access_to_your_microphone&quot;>To answer the call, give Signal access to your microphone.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3211"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.WebRtcCallActivity_to_answer_the_call_give_signal_access_to_your_microphone_and_camera` appears to be unused"
errorLine1=" &lt;string name=&quot;WebRtcCallActivity_to_answer_the_call_give_signal_access_to_your_microphone_and_camera&quot;>To answer the video call, give Signal access to your microphone and camera.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3213"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.WebRtcCallActivity_signal_requires_microphone_and_camera_permissions_in_order_to_make_or_receive_calls` appears to be unused"
errorLine1=" &lt;string name=&quot;WebRtcCallActivity_signal_requires_microphone_and_camera_permissions_in_order_to_make_or_receive_calls&quot;>Signal requires Microphone and Camera permissions in order to make or receive calls, but they have been permanently denied. Please continue to app settings, select \&quot;Permissions\&quot;, and enable \&quot;Microphone\&quot; and \&quot;Camera\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3214"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.WebRtcCallControls_answer_call_description` appears to be unused"
errorLine1=" &lt;string name=&quot;WebRtcCallControls_answer_call_description&quot;>Answer call&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3250"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.WebRtcCallControls_reject_call_description` appears to be unused"
errorLine1=" &lt;string name=&quot;WebRtcCallControls_reject_call_description&quot;>Reject call&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3251"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.contact_selection_list_fragment__signal_needs_access_to_your_contacts_in_order_to_display_them` appears to be unused"
errorLine1=" &lt;string name=&quot;contact_selection_list_fragment__signal_needs_access_to_your_contacts_in_order_to_display_them&quot;>Signal needs access to your contacts in order to display them.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3314"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.contact_selection_list_fragment__show_contacts` appears to be unused"
errorLine1=" &lt;string name=&quot;contact_selection_list_fragment__show_contacts&quot;>Show Contacts&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3315"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.plurals.contact_selection_list_item__number_of_members` appears to be unused"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_members&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3318"
column="14"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.plurals.contact_selection_list_item__number_of_viewers` appears to be unused"
errorLine1=" &lt;plurals name=&quot;contact_selection_list_item__number_of_viewers&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3323"
column="14"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.conversation_activity__type_message_sms_insecure` appears to be unused"
errorLine1=" &lt;string name=&quot;conversation_activity__type_message_sms_insecure&quot;>Unsecured SMS&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3330"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.conversation_activity__type_message_mms_insecure` appears to be unused"
errorLine1=" &lt;string name=&quot;conversation_activity__type_message_mms_insecure&quot;>Unsecured MMS&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3331"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationUpdateItem_no_contacts_in_this_group_review_requests_carefully` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationUpdateItem_no_contacts_in_this_group_review_requests_carefully&quot;>No contacts in this group. Review requests carefully.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3377"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.country_selection_fragment__no_matching_countries` appears to be unused"
errorLine1=" &lt;string name=&quot;country_selection_fragment__no_matching_countries&quot;>No matching countries&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3455"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.device_add_fragment__scan_the_qr_code_displayed_on_the_device_to_link` appears to be unused"
errorLine1=" &lt;string name=&quot;device_add_fragment__scan_the_qr_code_displayed_on_the_device_to_link&quot;>Scan the QR code displayed on the device to link&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3458"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.device_link_fragment__link_device` appears to be unused"
errorLine1=" &lt;string name=&quot;device_link_fragment__link_device&quot;>Link device&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3461"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.device_list_fragment__no_devices_linked` appears to be unused"
errorLine1=" &lt;string name=&quot;device_list_fragment__no_devices_linked&quot;>No devices linked&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3464"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.load_more_header__loading` appears to be unused"
errorLine1=" &lt;string name=&quot;load_more_header__loading&quot;>Loading&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3531"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.prompt_mms_activity__signal_requires_mms_settings_to_deliver_media_and_group_messages` appears to be unused"
errorLine1=" &lt;string name=&quot;prompt_mms_activity__signal_requires_mms_settings_to_deliver_media_and_group_messages&quot;>Signal requires MMS settings to deliver media and group messages through your wireless carrier. Your device does not make this information available, which is occasionally true for locked devices and other restrictive configurations.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3556"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.prompt_mms_activity__to_send_media_and_group_messages_tap_ok` appears to be unused"
errorLine1=" &lt;string name=&quot;prompt_mms_activity__to_send_media_and_group_messages_tap_ok&quot;>To send media and group messages, tap \&apos;OK\&apos; and complete the requested settings. The MMS settings for your carrier can generally be located by searching for \&apos;your carrier APN\&apos;. You will only need to do this once.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3557"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.webrtc_answer_decline_button__swipe_up_to_answer` appears to be unused"
errorLine1=" &lt;string name=&quot;webrtc_answer_decline_button__swipe_up_to_answer&quot;>Swipe up to answer&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3627"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.webrtc_answer_decline_button__swipe_down_to_reject` appears to be unused"
errorLine1=" &lt;string name=&quot;webrtc_answer_decline_button__swipe_down_to_reject&quot;>Swipe down to reject&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3628"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.AndroidManifest__linked_devices` appears to be unused"
errorLine1=" &lt;string name=&quot;AndroidManifest__linked_devices&quot;>Linked devices&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3660"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences_beta` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences_beta&quot;>Beta&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3758"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__sms_mms` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__sms_mms&quot;>SMS and MMS&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3759"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__mms_user_agent` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__mms_user_agent&quot;>MMS User Agent&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3817"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__advanced_mms_access_point_names` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__advanced_mms_access_point_names&quot;>Manual MMS settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3818"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__mmsc_url` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__mmsc_url&quot;>MMSC URL&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3819"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__mms_proxy_host` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__mms_proxy_host&quot;>MMS Proxy Host&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3820"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__mms_proxy_port` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__mms_proxy_port&quot;>MMS Proxy Port&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3821"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__mmsc_username` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__mmsc_username&quot;>MMSC Username&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3822"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__mmsc_password` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__mmsc_password&quot;>MMSC Password&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3823"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__sms_delivery_reports` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__sms_delivery_reports&quot;>SMS delivery reports&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3824"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__request_a_delivery_report_for_each_sms_message_you_send` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__request_a_delivery_report_for_each_sms_message_you_send&quot;>Request a delivery report for each SMS message you send&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3825"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__clear_message_history` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__clear_message_history&quot;>Clear message history&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3833"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__signal_messages_and_calls` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__signal_messages_and_calls&quot;>Signal messages and calls&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3866"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__free_private_messages_and_calls` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__free_private_messages_and_calls&quot;>Free private messages and calls to Signal users&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3870"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__support_wifi_calling` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__support_wifi_calling&quot;>\&apos;WiFi Calling\&apos; compatibility mode&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3873"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences__enable_if_your_device_supports_sms_mms_delivery_over_wifi` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences__enable_if_your_device_supports_sms_mms_delivery_over_wifi&quot;>Enable if your device uses SMS/MMS delivery over WiFi (only enable when \&apos;WiFi Calling\&apos; is enabled on your device)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3874"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences_chats__message_history` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences_chats__message_history&quot;>Message history&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3887"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.configurable_single_select__customize_option` appears to be unused"
errorLine1=" &lt;string name=&quot;configurable_single_select__customize_option&quot;>Customize option&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3986"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.PaymentsTransferFragment__signal_needs_the_camera_permission_to_capture_qr_code_go_to_settings` appears to be unused"
errorLine1=" &lt;string name=&quot;PaymentsTransferFragment__signal_needs_the_camera_permission_to_capture_qr_code_go_to_settings&quot;>Signal needs the Camera permission to capture a QR code. Go to settings, select \&quot;Permissions\&quot;, and enable \&quot;Camera\&quot;.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4162"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.PaymentsTransferFragment__settings` appears to be unused"
errorLine1=" &lt;string name=&quot;PaymentsTransferFragment__settings&quot;>Settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4164"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.contact_selection_list__unknown_contact` appears to be unused"
errorLine1=" &lt;string name=&quot;contact_selection_list__unknown_contact&quot;>New message to…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4240"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.conversation_callable_insecure__menu_call` appears to be unused"
errorLine1=" &lt;string name=&quot;conversation_callable_insecure__menu_call&quot;>Call&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4245"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.conversation_group_options__delivery` appears to be unused"
errorLine1=" &lt;string name=&quot;conversation_group_options__delivery&quot;>Delivery&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4353"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.conversation_group_options__conversation` appears to be unused"
errorLine1=" &lt;string name=&quot;conversation_group_options__conversation&quot;>Chat&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4355"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.conversation_group_options__broadcast` appears to be unused"
errorLine1=" &lt;string name=&quot;conversation_group_options__broadcast&quot;>Broadcast&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4356"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.reminder_header_progress` appears to be unused"
errorLine1=" &lt;string name=&quot;reminder_header_progress&quot;>%1$d%%&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4383"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConversationListFragment_loading` appears to be unused"
errorLine1=" &lt;string name=&quot;ConversationListFragment_loading&quot;>Loading…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4538"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.registration_activity__transfer_account` appears to be unused"
errorLine1=" &lt;string name=&quot;registration_activity__transfer_account&quot;>Transfer account&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4553"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.registration_activity__skip` appears to be unused"
errorLine1=" &lt;string name=&quot;registration_activity__skip&quot;>Skip&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4554"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences_app_protection__lock_signal_access_with_android_screen_lock_or_fingerprint` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences_app_protection__lock_signal_access_with_android_screen_lock_or_fingerprint&quot;>Lock Signal access with Android screen lock or fingerprint&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4641"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.preferences_app_protection__screen_lock_inactivity_timeout` appears to be unused"
errorLine1=" &lt;string name=&quot;preferences_app_protection__screen_lock_inactivity_timeout&quot;>Screen lock inactivity timeout&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4642"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.AppProtectionPreferenceFragment_none` appears to be unused"
errorLine1=" &lt;string name=&quot;AppProtectionPreferenceFragment_none&quot;>None&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4656"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ScreenLockSettingsFragment__immediately` appears to be unused"
errorLine1=" &lt;string name=&quot;ScreenLockSettingsFragment__immediately&quot;>Immediately&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4686"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.TransferOrRestoreFragment__restore_from_backup` appears to be unused"
errorLine1=" &lt;string name=&quot;TransferOrRestoreFragment__restore_from_backup&quot;>Restore from backup&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4727"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.TransferOrRestoreFragment__restore_from_signal_backup` appears to be unused"
errorLine1=" &lt;string name=&quot;TransferOrRestoreFragment__restore_from_signal_backup&quot;>Restore Signal backup&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4730"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.TransferOrRestoreFragment__restore_your_messages_from_a_signal_backup` appears to be unused"
errorLine1=" &lt;string name=&quot;TransferOrRestoreFragment__restore_your_messages_from_a_signal_backup&quot;>Restore all your text messages + your last 30 days of media&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4731"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.TransferOrRestoreFragment__more_options` appears to be unused"
errorLine1=" &lt;string name=&quot;TransferOrRestoreFragment__more_options&quot;>More options&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4733"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.TransferOrRestoreFragment__cancel` appears to be unused"
errorLine1=" &lt;string name=&quot;TransferOrRestoreFragment__cancel&quot;>Cancel&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4735"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.TransferOrRestoreFragment__skip_transfer` appears to be unused"
errorLine1=" &lt;string name=&quot;TransferOrRestoreFragment__skip_transfer&quot;>Log in without transferring&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4736"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.TransferOrRestoreFragment__skip_transfer_description` appears to be unused"
errorLine1=" &lt;string name=&quot;TransferOrRestoreFragment__skip_transfer_description&quot;>Continue without transferring your messages and media&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4737"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceToDeviceTransferService_content_title` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceToDeviceTransferService_content_title&quot;>Account transfer&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4841"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceToDeviceTransferService_status_ready` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceToDeviceTransferService_status_ready&quot;>Preparing to connect to your other Android device…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4842"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceToDeviceTransferService_status_starting_up` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceToDeviceTransferService_status_starting_up&quot;>Preparing to connect to your other Android device…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4843"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceToDeviceTransferService_status_discovery` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceToDeviceTransferService_status_discovery&quot;>Searching for your other Android device…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4844"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceToDeviceTransferService_status_network_connected` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceToDeviceTransferService_status_network_connected&quot;>Connecting to your other Android device…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4845"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceToDeviceTransferService_status_verification_required` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceToDeviceTransferService_status_verification_required&quot;>Verification required&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4846"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DeviceToDeviceTransferService_status_service_connected` appears to be unused"
errorLine1=" &lt;string name=&quot;DeviceToDeviceTransferService_status_service_connected&quot;>Transferring account…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4847"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RecipientBottomSheet_copied_to_clipboard` appears to be unused"
errorLine1=" &lt;string name=&quot;RecipientBottomSheet_copied_to_clipboard&quot;>Copied to clipboard&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4877"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ReviewCard__request` appears to be unused"
errorLine1=" &lt;string name=&quot;ReviewCard__request&quot;>Request&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4947"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ReviewCard__your_contact` appears to be unused"
errorLine1=" &lt;string name=&quot;ReviewCard__your_contact&quot;>Your contact&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4948"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsInCommonMessageRequest__you_have_no_groups_in_common_with_this_person` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsInCommonMessageRequest__you_have_no_groups_in_common_with_this_person&quot;>You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5190"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsInCommonMessageRequest__none_of_your_contacts_or_people_you_chat_with_are_in_this_group` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsInCommonMessageRequest__none_of_your_contacts_or_people_you_chat_with_are_in_this_group&quot;>None of your contacts or people you chat with are in this group. Review requests carefully before accepting to avoid unwanted messages.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5191"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsInCommonMessageRequest__about_message_requests` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsInCommonMessageRequest__about_message_requests&quot;>About message requests&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5192"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsInCommonMessageRequest__okay` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsInCommonMessageRequest__okay&quot;>Okay&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5193"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.GroupsInCommonMessageRequest__support_article` appears to be unused"
errorLine1=" &lt;string name=&quot;GroupsInCommonMessageRequest__support_article&quot; translatable=&quot;false&quot;>https://support.signal.org/hc/articles/360007459591&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5194"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.AppSettingsFragment__no_subscriber_id_set` appears to be unused"
errorLine1=" &lt;string name=&quot;AppSettingsFragment__no_subscriber_id_set&quot;>No subscriber id set&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5227"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ChangeNumberVerifyFragment__captcha_required` appears to be unused"
errorLine1=" &lt;string name=&quot;ChangeNumberVerifyFragment__captcha_required&quot;>Captcha required&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5303"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ChooseChatsFragment__chat_types` appears to be unused"
errorLine1=" &lt;string name=&quot;ChooseChatsFragment__chat_types&quot;>Chat types&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5461"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.Donate2022Q2Megaphone_donate_to_signal` appears to be unused"
errorLine1=" &lt;string name=&quot;Donate2022Q2Megaphone_donate_to_signal&quot;>Donate to Signal&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5589"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.Donate2022Q2Megaphone_signal_is_powered_by_people_like_you` appears to be unused"
errorLine1=" &lt;string name=&quot;Donate2022Q2Megaphone_signal_is_powered_by_people_like_you&quot;>Signal is powered by people like you. Donate monthly and receive a badge.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5591"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.Donate2022Q2Megaphone_donate` appears to be unused"
errorLine1=" &lt;string name=&quot;Donate2022Q2Megaphone_donate&quot;>Donate&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5593"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.Donate2022Q2Megaphone_not_now` appears to be unused"
errorLine1=" &lt;string name=&quot;Donate2022Q2Megaphone_not_now&quot;>Not now&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5595"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BecomeASustainerMegaphone__signal_is_powered_by` appears to be unused"
errorLine1=" &lt;string name=&quot;BecomeASustainerMegaphone__signal_is_powered_by&quot;>Signal is powered by people like you. Donate and receive a badge.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5614"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BecomeASustainerMegaphone__not_now` appears to be unused"
errorLine1=" &lt;string name=&quot;BecomeASustainerMegaphone__not_now&quot;>Not now&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5615"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BecomeASustainerMegaphone__donate` appears to be unused"
errorLine1=" &lt;string name=&quot;BecomeASustainerMegaphone__donate&quot;>Donate&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5616"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.NewConversationActivity__` appears to be unused"
errorLine1=" &lt;string name=&quot;NewConversationActivity__&quot;>%1$s is not a Signal user&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5747"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ManageDonationsFragment__manage_subscription` appears to be unused"
errorLine1=" &lt;string name=&quot;ManageDonationsFragment__manage_subscription&quot;>Manage subscription&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5985"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ExpiredBadgeBottomSheetDialogFragment__your_recurring_monthly_donation_was_automatically` appears to be unused"
errorLine1=" &lt;string name=&quot;ExpiredBadgeBottomSheetDialogFragment__your_recurring_monthly_donation_was_automatically&quot;>Your recurring monthly donation was automatically cancelled because you were inactive for too long. Your %1$s badge is no longer visible on your profile.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6052"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ExpiredBadgeBottomSheetDialogFragment__your_recurring_monthly_donation_was_canceled` appears to be unused"
errorLine1=" &lt;string name=&quot;ExpiredBadgeBottomSheetDialogFragment__your_recurring_monthly_donation_was_canceled&quot;>Your recurring monthly donation was cancelled because we couldn\&apos;t process your payment. Your badge is no longer visible on your profile.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6054"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ExpiredBadgeBottomSheetDialogFragment__your_recurring_monthly_donation_was_canceled_s` appears to be unused"
errorLine1=" &lt;string name=&quot;ExpiredBadgeBottomSheetDialogFragment__your_recurring_monthly_donation_was_canceled_s&quot;>Your recurring monthly donation was cancelled. %1$s Your %2$s badge is no longer visible on your profile.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6056"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ExpiredBadgeBottomSheetDialogFragment__you_can` appears to be unused"
errorLine1=" &lt;string name=&quot;ExpiredBadgeBottomSheetDialogFragment__you_can&quot;>You can keep using Signal but to support the app and reactivate your badge, renew now.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6057"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ExpiredBadgeBottomSheetDialogFragment__renew_subscription` appears to be unused"
errorLine1=" &lt;string name=&quot;ExpiredBadgeBottomSheetDialogFragment__renew_subscription&quot;>Renew subscription&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6058"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ExpiredBadgeBottomSheetDialogFragment__go_to_google_pay` appears to be unused"
errorLine1=" &lt;string name=&quot;ExpiredBadgeBottomSheetDialogFragment__go_to_google_pay&quot;>Go to Google Pay&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6060"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.CantProcessSubscriptionPaymentBottomSheetDialogFragment__cant_process_subscription_payment` appears to be unused"
errorLine1=" &lt;string name=&quot;CantProcessSubscriptionPaymentBottomSheetDialogFragment__cant_process_subscription_payment&quot;>Can\&apos;t process subscription payment&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6062"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.CantProcessSubscriptionPaymentBottomSheetDialogFragment__were_having_trouble` appears to be unused"
errorLine1=" &lt;string name=&quot;CantProcessSubscriptionPaymentBottomSheetDialogFragment__were_having_trouble&quot;>We\&apos;re having trouble collecting your Signal Sustainer payment. Make sure your payment method is up to date. If it isn\&apos;t, update it in Google Pay. Signal will try to process the payment again in a few days.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6063"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.CantProcessSubscriptionPaymentBottomSheetDialogFragment__dont_show_this_again` appears to be unused"
errorLine1=" &lt;string name=&quot;CantProcessSubscriptionPaymentBottomSheetDialogFragment__dont_show_this_again&quot;>Don\&apos;t show this again&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6064"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DonationsErrors__your_donation_could_not_be_sent` appears to be unused"
errorLine1=" &lt;string name=&quot;DonationsErrors__your_donation_could_not_be_sent&quot;>Your donation could not be sent because of a network error. Check your connection and try again.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6126"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ChooseANewDefaultSmsAppFragment__bullet_3` appears to be unused"
errorLine1=" &lt;string name=&quot;ChooseANewDefaultSmsAppFragment__bullet_3&quot;>3&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6969"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ChooseANewDefaultSmsAppFragment__bullet_4` appears to be unused"
errorLine1=" &lt;string name=&quot;ChooseANewDefaultSmsAppFragment__bullet_4&quot;>4&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6971"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.IdealTransferDetailsFragment__ideal` appears to be unused"
errorLine1=" &lt;string name=&quot;IdealTransferDetailsFragment__ideal&quot;>iDEAL&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7118"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.DonationCompleteBottomSheet__done` appears to be unused"
errorLine1=" &lt;string name=&quot;DonationCompleteBottomSheet__done&quot;>Done&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7174"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.Registration_country_code_entry_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;Registration_country_code_entry_hint&quot;>+0&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7226"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.SetUpYourUsername__set_up_your_signal_username` appears to be unused"
errorLine1=" &lt;string name=&quot;SetUpYourUsername__set_up_your_signal_username&quot;>Set up your Signal username&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7242"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.FindByActivity__search` appears to be unused"
errorLine1=" &lt;string name=&quot;FindByActivity__search&quot;>Search&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7650"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__google_play` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__google_play&quot;>Google Play&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7845"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__credit_or_debit_card` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__credit_or_debit_card&quot;>Credit or debit card&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7847"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__iDEAL` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__iDEAL&quot;>iDEAL&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7849"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__google_pay` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__google_pay&quot;>Google Pay&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7851"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__bank_transfer` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__bank_transfer&quot;>Bank transfer&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7853"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__paypal` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__paypal&quot;>PayPal&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7855"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__unknown` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__unknown&quot;>Unknown&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7857"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__payment_history` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__payment_history&quot;>Payment history&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7859"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__s_month_renews_s` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__s_month_renews_s&quot;>%1$s/month · Renews %2$s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7861"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.BackupsTypeSettingsFragment__change_or_cancel_subscription` appears to be unused"
errorLine1=" &lt;string name=&quot;BackupsTypeSettingsFragment__change_or_cancel_subscription&quot;>Change or cancel subscription&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7863"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RemoteBackupsSettingsFragment__payment_history` appears to be unused"
errorLine1=" &lt;string name=&quot;RemoteBackupsSettingsFragment__payment_history&quot;>Payment history&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7939"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RemoteBackupsSettingsFragment__backup_plan` appears to be unused"
errorLine1=" &lt;string name=&quot;RemoteBackupsSettingsFragment__backup_plan&quot;>Backup plan&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7971"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RemoteBackupsSettingsFragment__backups_disabled` appears to be unused"
errorLine1=" &lt;string name=&quot;RemoteBackupsSettingsFragment__backups_disabled&quot;>Backups disabled&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7973"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RemoteBackupsSettingsFragment__d_slash_d` appears to be unused"
errorLine1=" &lt;string name=&quot;RemoteBackupsSettingsFragment__d_slash_d&quot;>%1$d/%2$d&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8001"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RemoteBackupsSettingsFragment__deleting_backup` appears to be unused"
errorLine1=" &lt;string name=&quot;RemoteBackupsSettingsFragment__deleting_backup&quot;>Deleting backup…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8017"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RemoteBackupsSettingsFragment__backup_deleted` appears to be unused"
errorLine1=" &lt;string name=&quot;RemoteBackupsSettingsFragment__backup_deleted&quot;>Backup deleted&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8019"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.plurals.RemoteBackupsSettingsFragment__processing_d_of_d_d_messages` appears to be unused"
errorLine1=" &lt;plurals name=&quot;RemoteBackupsSettingsFragment__processing_d_of_d_d_messages&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-af/strings.xml"
line="8021"
column="14"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.PassphrasePromptActivity_help_prompt_body` appears to be unused"
errorLine1=" &lt;string name=&quot;PassphrasePromptActivity_help_prompt_body&quot;>Please enter your device pin, password or pattern.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8031"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.MessageBackupsKeyRecordScreen__ive_recorded_my_key` appears to be unused"
errorLine1=" &lt;string name=&quot;MessageBackupsKeyRecordScreen__ive_recorded_my_key&quot;>I\&apos;ve recorded my key&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8145"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.MessageBackupsKeyVerifyScreen__next` appears to be unused"
errorLine1=" &lt;string name=&quot;MessageBackupsKeyVerifyScreen__next&quot;>Next&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8162"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.MessageBackupsTypeSelectionScreen__cancel_subscription` appears to be unused"
errorLine1=" &lt;string name=&quot;MessageBackupsTypeSelectionScreen__cancel_subscription&quot;>Cancel subscription&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8176"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConfirmBackupCancellationDialog__confirm_cancellation` appears to be unused"
errorLine1=" &lt;string name=&quot;ConfirmBackupCancellationDialog__confirm_cancellation&quot;>Confirm cancellation&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8206"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConfirmBackupCancellationDialog__you_wont_be_charged_again` appears to be unused"
errorLine1=" &lt;string name=&quot;ConfirmBackupCancellationDialog__you_wont_be_charged_again&quot;>You won\&apos;t be charged again. Backups will be turned off at the end of your billing cycle. After that date you will have 30 days to download the media you\&apos;re currently backing up.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8208"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConfirmBackupCancellationDialog__confirm_and_download_now` appears to be unused"
errorLine1=" &lt;string name=&quot;ConfirmBackupCancellationDialog__confirm_and_download_now&quot;>Confirm and download now&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8210"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConfirmBackupCancellationDialog__confirm_and_download_later` appears to be unused"
errorLine1=" &lt;string name=&quot;ConfirmBackupCancellationDialog__confirm_and_download_later&quot;>Confirm and download later&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8212"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ConfirmBackupCancellationDialog__keep_subscription` appears to be unused"
errorLine1=" &lt;string name=&quot;ConfirmBackupCancellationDialog__keep_subscription&quot;>Keep subscription&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8214"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ReminderView_icon_content_description` appears to be unused"
errorLine1=" &lt;string name=&quot;ReminderView_icon_content_description&quot;>Reminder icon&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8217"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreLocalBackup_title` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreLocalBackup_title&quot;>Restore local backup&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8249"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.RestoreLocalBackup_subtitle` appears to be unused"
errorLine1=" &lt;string name=&quot;RestoreLocalBackup_subtitle&quot;>Restore your messages from the backup you saved on your device. If you don\&apos;t restore now, you won\&apos;t be able to restore later.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8251"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.EnterBackupKey_no_key_paragraph_2` appears to be unused"
errorLine1=" &lt;string name=&quot;EnterBackupKey_no_key_paragraph_2&quot;>If you have your old device you can view your backup key in Settings > Backups. Then tap View backup key.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8264"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.TextSecure_Animation_AddMessageDialog` appears to be unused"
errorLine1=" &lt;style name=&quot;TextSecure.Animation.AddMessageDialog&quot; parent=&quot;@android:style/Animation.Activity&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/styles.xml"
line="69"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Registration_Description` appears to be unused"
errorLine1=" &lt;style name=&quot;Registration.Description&quot; parent=&quot;@android:style/TextAppearance&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/styles.xml"
line="177"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Widget_ProgressBar_Horizontal` appears to be unused"
errorLine1=" &lt;style name=&quot;Widget.ProgressBar.Horizontal&quot; parent=&quot;@android:style/Widget.ProgressBar.Horizontal&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/styles.xml"
line="201"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Widget_Signal_Button_Icon` appears to be unused"
errorLine1=" &lt;style name=&quot;Widget.Signal.Button.Icon&quot; parent=&quot;Widget.Material3.Button.IconButton&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/styles.xml"
line="330"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Widget_Signal_TextInputLayout_Registration_Dropdown` appears to be unused"
errorLine1=" &lt;style name=&quot;Widget.Signal.TextInputLayout.Registration.Dropdown&quot; parent=&quot;Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/styles.xml"
line="391"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.MediaPreviewButton` appears to be unused"
errorLine1=" &lt;style name=&quot;MediaPreviewButton&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/styles.xml"
line="418"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_arrow_circle_dash_down_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_arrow_circle_dash_down_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_backup_40` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_backup_40.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_backup_display_bold_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_backup_display_bold_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_backup_error_display_bold_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_backup_error_display_bold_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_check_light_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_check_light_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_data_bold_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_data_bold_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_exchange_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_exchange_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_group_20` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_group_20.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_group_question_20` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:height=&quot;20dp&quot; android:viewportHeight=&quot;16&quot; android:viewportWidth=&quot;22&quot; android:width=&quot;27.5dp&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_group_question_20.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_more_24` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_more_24.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_person_20` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_person_20.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_person_40` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_person_40.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.symbol_phone_light_20` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/symbol_phone_light_20.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.tab_unread_circle` appears to be unused"
errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/tab_unread_circle.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Signal_Text_Headline_Medium` appears to be unused"
errorLine1=" &lt;style name=&quot;Signal.Text.Headline.Medium&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/text_styles.xml"
line="78"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Signal_Text_Preview_Secondary` appears to be unused"
errorLine1=" &lt;style name=&quot;Signal.Text.Preview.Secondary&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/text_styles.xml"
line="97"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.TextAppearance_Signal_Title2_MaterialDialog` appears to be unused"
errorLine1=" &lt;style name=&quot;TextAppearance.Signal.Title2.MaterialDialog&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/text_styles.xml"
line="131"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Signal_Text_MessageRequest_Title` appears to be unused"
errorLine1=" &lt;style name=&quot;Signal.Text.MessageRequest.Title&quot; parent=&quot;Base.TextAppearance.AppCompat.Title&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/text_styles.xml"
line="178"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.style.Signal_Text_MessageRequest_Description` appears to be unused"
errorLine1=" &lt;style name=&quot;Signal.Text.MessageRequest.Description&quot; parent=&quot;Base.TextAppearance.AppCompat.Subhead&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/text_styles.xml"
line="188"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.transfer_controls_stop_icon` appears to be unused"
errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/transfer_controls_stop_icon.xml"
line="6"
column="1"/>
</issue>
<issue
id="UselessParent"
message="This `FrameLayout` layout or its `FrameLayout` parent is unnecessary; transfer the `background` attribute to the other view"
errorLine1=" &lt;FrameLayout"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/call_toast_popup_window.xml"
line="9"
column="6"/>
</issue>
<issue
id="UselessParent"
message="This `LinearLayout` layout or its `FrameLayout` parent is unnecessary"
errorLine1=" &lt;LinearLayout android:paddingEnd=&quot;16dip&quot;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/change_passphrase_activity.xml"
line="14"
column="10"/>
</issue>
<issue
id="UselessParent"
message="This `LinearLayout` layout or its `LinearLayout` parent is possibly unnecessary; transfer the `background` attribute to the other view"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/contact_filter_view.xml"
line="17"
column="10"/>
</issue>
<issue
id="UselessParent"
message="This `LinearLayout` layout or its `FrameLayout` parent is possibly unnecessary"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_settings_button_strip.xml"
line="10"
column="6"/>
</issue>
<issue
id="UselessParent"
message="This `LinearLayout` layout or its `FrameLayout` parent is unnecessary"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/message_details_header.xml"
line="10"
column="6"/>
</issue>
<issue
id="UselessParent"
message="This `LinearLayout` layout or its `FrameLayout` parent is unnecessary; transfer the `background` attribute to the other view"
errorLine1=" &lt;LinearLayout"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/sticker_preview_popup.xml"
line="10"
column="6"/>
</issue>
<issue
id="RedundantNamespace"
message="This namespace declaration is redundant"
errorLine1=" &lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:shape=&quot;rectangle&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/recycler_view_fast_scroller_handle.xml"
line="4"
column="16"/>
</issue>
<issue
id="RedundantNamespace"
message="This namespace declaration is redundant"
errorLine1=" &lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:shape=&quot;rectangle&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/recycler_view_fast_scroller_handle.xml"
line="11"
column="16"/>
</issue>
<issue
id="RedundantNamespace"
message="This namespace declaration is redundant"
errorLine1=" &lt;shape android:shape=&quot;rectangle&quot; xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/subscription_row_item_background.xml"
line="4"
column="42"/>
</issue>
<issue
id="RedundantNamespace"
message="This namespace declaration is redundant"
errorLine1=" &lt;shape android:shape=&quot;rectangle&quot; xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/subscription_row_item_background.xml"
line="11"
column="42"/>
</issue>
<issue
id="TypographyOther"
message="Replace (c) with copyright symbol © (&amp;#169;) ?"
errorLine1=" &lt;string name=&quot;DonationReceiptDetailsFragment__thank_you_for_supporting&quot;>Gracias por apoyar a Signal. Con tu contribución, impulsas nuestra misión de desarrollar tecnología de código abierto centrada en la privacidad, que protege la libertad de expresión y permite una comunicación segura para millones de personas en todo el mundo. Si resides en Estados Unidos, guarda este recibo para tus declaraciones fiscales. Signal Technology Foundation es una organización sin ánimo de lucro exenta de impuestos en Estados Unidos bajo la sección 501(c)(3) del código tributario de EE. UU (Internal Revenue Code). Nuestro número de identificación fiscal es 824506840.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-es/strings.xml"
line="6363"
column="77"/>
</issue>
<issue
id="IconDipSize"
message="Suspicious file name `ic_unlocked_white_18dp.webp`: The implied 18 `dp` size does not match the actual `dp` size (pixel size 15×16 in a `drawable-mdpi` folder computes to 15×16 `dp`)">
<location
file="src/main/res/drawable-mdpi/ic_unlocked_white_18dp.webp"/>
</issue>
<issue
id="IconDipSize"
message="Suspicious file name `ic_unlocked_white_18dp.webp`: The implied 18 `dp` size does not match the actual `dp` size (pixel size 22×23 in a `drawable-hdpi` folder computes to 15×15 `dp`)">
<location
file="src/main/res/drawable-hdpi/ic_unlocked_white_18dp.webp"/>
</issue>
<issue
id="IconDipSize"
message="Suspicious file name `ic_unlocked_white_18dp.webp`: The implied 18 `dp` size does not match the actual `dp` size (pixel size 30×31 in a `drawable-xhdpi` folder computes to 15×16 `dp`)">
<location
file="src/main/res/drawable-xhdpi/ic_unlocked_white_18dp.webp"/>
</issue>
<issue
id="IconDipSize"
message="Suspicious file name `ic_unlocked_white_18dp.webp`: The implied 18 `dp` size does not match the actual `dp` size (pixel size 45×47 in a `drawable-xxhdpi` folder computes to 15×16 `dp`)">
<location
file="src/main/res/drawable-xxhdpi/ic_unlocked_white_18dp.webp"/>
</issue>
<issue
id="IconDipSize"
message="Suspicious file name `ic_unlocked_white_18dp.webp`: The implied 18 `dp` size does not match the actual `dp` size (pixel size 61×63 in a `drawable-xxxhdpi` folder computes to 15×16 `dp`)">
<location
file="src/main/res/drawable-xxxhdpi/ic_unlocked_white_18dp.webp"/>
</issue>
<issue
id="IconDipSize"
message="The image `kbs_pin_megaphone.webp` varies significantly in its density-independent (dip) size across the various density versions: drawable-mdpi/kbs_pin_megaphone.webp: 48x54 dp (48x54 px), drawable-xhdpi/kbs_pin_megaphone.webp: 64x71 dp (128x142 px), drawable-xxhdpi/kbs_pin_megaphone.webp: 64x71 dp (192x213 px), drawable-xxxhdpi/kbs_pin_megaphone.webp: 64x71 dp (256x284 px)">
<location
file="src/main/res/drawable-mdpi/kbs_pin_megaphone.webp"/>
<location
file="src/main/res/drawable-xxxhdpi/kbs_pin_megaphone.webp"/>
<location
file="src/main/res/drawable-xxhdpi/kbs_pin_megaphone.webp"/>
<location
file="src/main/res/drawable-xhdpi/kbs_pin_megaphone.webp"/>
</issue>
<issue
id="IconDipSize"
message="The image `megaphone_notifications_64.webp` varies significantly in its density-independent (dip) size across the various density versions: drawable-hdpi/megaphone_notifications_64.webp: 64x64 dp (96x96 px), drawable-mdpi/megaphone_notifications_64.webp: 64x64 dp (64x64 px), drawable-xhdpi/megaphone_notifications_64.webp: 64x64 dp (128x128 px), drawable-xxhdpi/megaphone_notifications_64.webp: 85x85 dp (256x256 px)">
<location
file="src/main/res/drawable-xhdpi/megaphone_notifications_64.webp"/>
<location
file="src/main/res/drawable-mdpi/megaphone_notifications_64.webp"/>
<location
file="src/main/res/drawable-hdpi/megaphone_notifications_64.webp"/>
<location
file="src/main/res/drawable-xxhdpi/megaphone_notifications_64.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/qrcode_logo.png` in densityless folder">
<location
file="src/main/res/drawable/qrcode_logo.png"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/safety_tip0.webp` in densityless folder">
<location
file="src/main/res/drawable/safety_tip0.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/safety_tip1.webp` in densityless folder">
<location
file="src/main/res/drawable/safety_tip1.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/safety_tip2.webp` in densityless folder">
<location
file="src/main/res/drawable/safety_tip2.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/safety_tip3.webp` in densityless folder">
<location
file="src/main/res/drawable/safety_tip3.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/safety_tip4.webp` in densityless folder">
<location
file="src/main/res/drawable/safety_tip4.webp"/>
</issue>
<issue
id="IconDensities"
message="Missing the following drawables in `drawable-hdpi`: ic_sleeping_face.png, kbs_pin_megaphone.webp">
<location
file="src/main/res/drawable-hdpi"/>
</issue>
<issue
id="IconDensities"
message="Missing the following drawables in `drawable-mdpi`: ic_sleeping_face.png, ic_visibility_24dp.webp">
<location
file="src/main/res/drawable-mdpi"/>
</issue>
<issue
id="IconDensities"
message="Missing the following drawables in `drawable-xhdpi`: ic_sleeping_face.png (found in drawable-xxhdpi)">
<location
file="src/main/res/drawable-xhdpi"/>
</issue>
<issue
id="ButtonStyle"
message="Buttons in button bars should be borderless; use `style=&quot;?android:attr/buttonBarButtonStyle&quot;` (and `?android:attr/buttonBarStyle` on the parent)"
errorLine1=" &lt;Button android:id=&quot;@+id/cancel_button&quot;"
errorLine2=" ~~~~~~">
<location
file="src/main/res/layout/change_passphrase_activity.xml"
line="68"
column="18"/>
</issue>
<issue
id="ButtonStyle"
message="Buttons in button bars should be borderless; use `style=&quot;?android:attr/buttonBarButtonStyle&quot;` (and `?android:attr/buttonBarStyle` on the parent)"
errorLine1=" &lt;Button android:id=&quot;@+id/ok_button&quot;"
errorLine2=" ~~~~~~">
<location
file="src/main/res/layout/change_passphrase_activity.xml"
line="76"
column="18"/>
</issue>
<issue
id="TextFields"
message="This text field does not specify an `inputType`"
errorLine1=" &lt;EditText android:id=&quot;@+id/custom_edit&quot;"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/custom_default_preference_dialog.xml"
line="24"
column="6"/>
</issue>
<issue
id="TextFields"
message="This text field does not specify an `inputType`"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/edit_proxy_fragment.xml"
line="52"
column="4"/>
</issue>
<issue
id="TextFields"
message="This text field does not specify an `inputType`"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/fragment_registration_country_picker.xml"
line="11"
column="6"/>
</issue>
<issue
id="TextFields"
message="This text field does not specify an `inputType`"
errorLine1=" &lt;EditText android:id=&quot;@+id/search_view&quot;"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/giphy_activity_toolbar.xml"
line="27"
column="14"/>
</issue>
<issue
id="TextFields"
message="This text field does not specify an `inputType`"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/kbs_pin_reminder_view.xml"
line="25"
column="6"/>
</issue>
<issue
id="TextFields"
message="This text field does not specify an `inputType`"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/pin_disable_reminders_dialog.xml"
line="37"
column="10"/>
</issue>
<issue
id="SmallSp"
message="Avoid using sizes smaller than `11sp`: `10sp`"
errorLine1=" android:textSize=&quot;10sp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/document_view.xml"
line="64"
column="31"/>
</issue>
<issue
id="AlwaysShowAction"
message="Prefer &quot;`ifRoom`&quot; instead of &quot;`always`&quot;"
errorLine1=" app:showAsAction=&quot;always&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/menu/conversation_callable_secure.xml"
line="9"
column="11"/>
<location
file="src/main/res/menu/conversation_callable_secure.xml"
line="15"
column="11"/>
</issue>
<issue
id="AlwaysShowAction"
message="Prefer &quot;`ifRoom`&quot; instead of &quot;`always`&quot;"
errorLine1=" app:showAsAction=&quot;always&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/menu/conversation_first_render.xml"
line="9"
column="11"/>
<location
file="src/main/res/menu/conversation_first_render.xml"
line="15"
column="11"/>
</issue>
<issue
id="AlwaysShowAction"
message="Prefer &quot;`ifRoom`&quot; instead of &quot;`always`&quot;"
errorLine1=" app:showAsAction=&quot;collapseActionView|always&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/menu/submit_debug_log_normal.xml"
line="12"
column="7"/>
<location
file="src/main/res/menu/submit_debug_log_normal.xml"
line="18"
column="7"/>
<location
file="src/main/res/menu/submit_debug_log_normal.xml"
line="24"
column="7"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view ``SeekBar`` has `setOnTouchListener` called on it but does not override `performClick`"
errorLine1=" this.seekBar.setOnTouchListener(clickable ? new LongTapAwareTouchListener() : new TouchIgnoringListener());"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/AudioView.java"
line="354"
column="5"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`LongTapAwareTouchListener#onTouch` should call `View#performClick` when a click is detected"
errorLine1=" public boolean onTouch(View v, MotionEvent event) {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/AudioView.java"
line="537"
column="20"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`TouchIgnoringListener#onTouch` should call `View#performClick` when a click is detected"
errorLine1=" public boolean onTouch(View v, MotionEvent event) {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/AudioView.java"
line="544"
column="20"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view `CameraButtonView` overrides `onTouchEvent` but not `performClick`"
errorLine1=" public boolean onTouchEvent(MotionEvent event) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/CameraButtonView.java"
line="209"
column="18"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`onTouch` lambda should call `View#performClick` when a click is detected"
errorLine1=" previewView.setOnTouchListener((v, event) -> gestureDetector.onTouchEvent(event));"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/CameraXFragment.java"
line="643"
column="38"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view `ControllableViewPager` overrides `onTouchEvent` but not `performClick`"
errorLine1=" public boolean onTouchEvent(MotionEvent ev) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/ControllableViewPager.java"
line="27"
column="18"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`onTouch` lambda should call `View#performClick` when a click is detected"
errorLine1=" itemView.setOnTouchListener { _, event: MotionEvent -> gestureDetector.onTouchEvent(event) }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationAdapterV2.kt"
line="463"
column="35"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`onTouch` lambda should call `View#performClick` when a click is detected"
errorLine1=" setTouchInterceptor { _, event ->"
errorLine2=" ^">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationContextMenu.kt"
line="40"
column="25"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view ``EmojiTextView`` has `setOnTouchListener` called on it but does not override `performClick`"
errorLine1=" bodyText.setOnTouchListener(doubleTapEditTouchListener);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationItem.java"
line="358"
column="5"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`DoubleTapEditTouchListener#onTouch` should call `View#performClick` when a click is detected"
errorLine1=" public boolean onTouch(View v, MotionEvent event) {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationItem.java"
line="2492"
column="20"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view ``RecyclerView`` has `setOnTouchListener` called on it but does not override `performClick`"
errorLine1=" recyclerView.setOnTouchListener(null);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/ConversationItemSwipeCallback.java"
line="159"
column="7"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view `CustomChatColorGradientToolView` overrides `onTouchEvent` but not `performClick`"
errorLine1=" override fun onTouchEvent(event: MotionEvent): Boolean {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/colors/ui/custom/CustomChatColorGradientToolView.kt"
line="151"
column="16"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view `HackyViewPager` overrides `onTouchEvent` but not `performClick`"
errorLine1=" public boolean onTouchEvent(MotionEvent ev) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/viewpager/HackyViewPager.java"
line="47"
column="18"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view `LottieAnimatedButton` overrides `onTouchEvent` but not `performClick`"
errorLine1=" override fun onTouchEvent(event: MotionEvent?): Boolean {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediapreview/MediaPreviewPlayerControlView.kt"
line="105"
column="16"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`onTouch` lambda should call `View#performClick` when a click is detected"
errorLine1=" bottomBar.setOnTouchListener { _, _ -> true }"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/mutiselect/forward/MultiselectForwardFragment.kt"
line="177"
column="34"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view `RecyclerViewFastScroller` overrides `onTouchEvent` but not `performClick`"
errorLine1=" public boolean onTouchEvent(@NonNull MotionEvent event) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/RecyclerViewFastScroller.java"
line="88"
column="18"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`RepeaterTouchListener#onTouch` should call `View#performClick` when a click is detected"
errorLine1=" public boolean onTouch(View view, MotionEvent motionEvent) {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/RepeatableImageKey.java"
line="66"
column="20"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view ``EmojiTextView`` has `setOnTouchListener` called on it but does not override `performClick`"
errorLine1=" binding.body.setOnTouchListener { _, event -> gestureDetector.onTouchEvent(event) }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/v2/items/V2ConversationItemTextOnlyViewHolder.kt"
line="158"
column="5"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`onTouch` lambda should call `View#performClick` when a click is detected"
errorLine1=" binding.body.setOnTouchListener { _, event -> gestureDetector.onTouchEvent(event) }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/v2/items/V2ConversationItemTextOnlyViewHolder.kt"
line="158"
column="37"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view ``V2ConversationItemLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
errorLine1=" binding.root.setOnTouchListener { _, event -> gestureDetector.onTouchEvent(event) }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/v2/items/V2ConversationItemTextOnlyViewHolder.kt"
line="159"
column="5"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`onTouch` lambda should call `View#performClick` when a click is detected"
errorLine1=" binding.root.setOnTouchListener { _, event -> gestureDetector.onTouchEvent(event) }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/conversation/v2/items/V2ConversationItemTextOnlyViewHolder.kt"
line="159"
column="37"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view `VideoThumbnailsRangeSelectorView` overrides `onTouchEvent` but not `performClick`"
errorLine1=" public boolean onTouchEvent(MotionEvent event) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/video/videoconverter/VideoThumbnailsRangeSelectorView.java"
line="336"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/about_preset_item.xml"
line="11"
column="4"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/activity_map_bottom_sheet_view.xml"
line="17"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/activity_shared_contact_details.xml"
line="27"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;com.google.android.material.floatingactionbutton.FloatingActionButton"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/add_to_group_activity.xml"
line="44"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/attachment_keyboad_media_item.xml"
line="35"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/backup_choose_location_dialog.xml"
line="10"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/call_participant_item.xml"
line="47"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/camera_contact_selection_fragment.xml"
line="42"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/camerax_fragment.xml"
line="26"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/camerax_fragment.xml"
line="57"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/chat_color_selection_adapter_item.xml"
line="10"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/chat_wallpaper_preview_fragment_adapter_item.xml"
line="9"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/client_deprecated_activity.xml"
line="24"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/contact_photo_preview_activity.xml"
line="10"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/contact_search_chat_type_item.xml"
line="14"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/conversation_item_thumbnail.xml"
line="19"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/create_profile_fragment.xml"
line="110"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/document_view.xml"
line="48"
column="22"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="116"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="153"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="176"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="201"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="225"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="395"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="434"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1="&lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/emoji_variation_selector_item.xml"
line="2"
column="2"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="79"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="102"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="121"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="127"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="168"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="174"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/exo_legacy_player_control_view.xml"
line="186"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/fragment_notification_profile_created.xml"
line="14"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/fragment_registration_enter_phone_number.xml"
line="147"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/giphy_activity.xml"
line="50"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/group_new_candidate_recipient_list_item.xml"
line="55"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_bottom_sheet.xml"
line="40"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_bottom_sheet.xml"
line="63"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_bottom_sheet.xml"
line="96"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_bottom_sheet.xml"
line="137"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_learn_more_bottom_sheet.xml"
line="40"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_learn_more_bottom_sheet.xml"
line="63"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_learn_more_bottom_sheet.xml"
line="89"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/groupsv1_migration_learn_more_bottom_sheet.xml"
line="130"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView android:layout_width=&quot;24dp&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/invite_activity.xml"
line="60"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView android:layout_width=&quot;24dp&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/invite_activity.xml"
line="80"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/kbs_splash_fragment.xml"
line="16"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/main_activity_list_host_fragment.xml"
line="114"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1="&lt;ImageView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/media_view_edit_button.xml"
line="2"
column="2"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1="&lt;ImageView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/media_view_remove_button.xml"
line="2"
column="2"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/mediarail_media_item.xml"
line="19"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/mediarail_media_item.xml"
line="28"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/mediasend_document_fragment.xml"
line="15"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1="&lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/mediasend_image_fragment.xml"
line="2"
column="2"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/notification_profile_preference_item.xml"
line="11"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/onboarding_megaphone.xml"
line="20"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/payment_message_view.xml"
line="53"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/popup_megaphone_view.xml"
line="63"
column="8"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/prompt_battery_saver_bottom_sheet.xml"
line="21"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/prompt_logs_bottom_sheet.xml"
line="21"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton android:id=&quot;@+id/passphrase_visibility&quot;"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/prompt_passphrase_activity.xml"
line="72"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton android:id=&quot;@+id/passphrase_visibility_off&quot;"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/prompt_passphrase_activity.xml"
line="83"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/proxy_bottom_sheet.xml"
line="13"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView android:id=&quot;@+id/thumbnail&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/recent_photo_view_item.xml"
line="12"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView android:id=&quot;@+id/fastscroller_handle&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/recycler_view_fast_scroller.xml"
line="19"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/safety_number_qr_view.xml"
line="43"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/safety_number_qr_view.xml"
line="220"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/schedule_message_ftux_bottom_sheet.xml"
line="16"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/schedule_message_time_picker_bottom_sheet.xml"
line="64"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/schedule_message_time_picker_bottom_sheet.xml"
line="92"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/shared_contact_view.xml"
line="20"
column="14"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/signal_bottom_action_bar_item.xml"
line="17"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView android:id=&quot;@+id/image_view&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/signal_map_view.xml"
line="15"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/sticker_management_sticker_item.xml"
line="21"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/sticker_preview_activity.xml"
line="19"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1="&lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/sticker_preview_list_item.xml"
line="2"
column="2"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/sticker_preview_popup.xml"
line="27"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/sticker_suggestion_list_item.xml"
line="11"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/stories_slate_view.xml"
line="41"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/submit_debug_log_activity.xml"
line="56"
column="4"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageButton"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/submit_debug_log_activity.xml"
line="71"
column="4"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/tooltip.xml"
line="57"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView android:layout_width=&quot;wrap_content&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/unverified_banner_view.xml"
line="16"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/v2_media_gallery_fragment.xml"
line="78"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView android:id=&quot;@+id/camera_marks&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/verify_scan_fragment.xml"
line="38"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/view_once_message_activity.xml"
line="10"
column="6"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/contact_filter_view.xml"
line="76"
column="21"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_title_view.xml"
line="27"
column="13"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/document_view.xml"
line="75"
column="28"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/edit_profile_fragment.xml"
line="363"
column="17"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/giphy_activity_toolbar.xml"
line="17"
column="20"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/popup_megaphone_view.xml"
line="26"
column="9"/>
</issue>
<issue
id="KeyboardInaccessibleWidget"
message="&apos;clickable&apos; attribute found, please also add &apos;focusable&apos;"
errorLine1=" android:clickable=&quot;true&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/webrtc_call_activity.xml"
line="9"
column="5"/>
</issue>
<issue
id="LabelFor"
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
errorLine1=" &lt;EditText android:id=&quot;@+id/custom_edit&quot;"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/custom_default_preference_dialog.xml"
line="24"
column="6"/>
</issue>
<issue
id="LabelFor"
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/customizable_setting_edit_text.xml"
line="10"
column="6"/>
</issue>
<issue
id="LabelFor"
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/delete_account_country_code_text.xml"
line="23"
column="6"/>
</issue>
<issue
id="LabelFor"
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/fragment_registration_lock.xml"
line="38"
column="10"/>
</issue>
<issue
id="LabelFor"
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
errorLine1=" &lt;EditText android:id=&quot;@+id/invite_text&quot;"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/invite_activity.xml"
line="38"
column="14"/>
</issue>
<issue
id="LabelFor"
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/kbs_pin_reminder_view.xml"
line="25"
column="6"/>
</issue>
<issue
id="LabelFor"
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
errorLine1=" &lt;EditText android:id=&quot;@+id/passphrase_edit&quot;"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/prompt_passphrase_activity.xml"
line="53"
column="14"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" binding.content.addAMessageLimit.text = count.getRemaining().toString()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/mediasend/v2/review/AddMessageDialogFragment.kt"
line="112"
column="47"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" spinnerView.setText(existingPhoneNumber.countryCode.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registration/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="204"
column="27"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" phoneNumberInputLayout.setText(existingPhoneNumber.nationalNumber.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registration/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="205"
column="38"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" spinnerView.setText(fragmentViewModel.getDefaultCountryCode(requireContext()).toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registration/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="207"
column="27"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" spinnerView.setText(existingPhoneNumber.countryCode.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registrationv3/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="215"
column="27"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" phoneNumberInputLayout.setText(existingPhoneNumber.nationalNumber.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registrationv3/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="216"
column="38"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" spinnerView.setText(fragmentViewModel.getDefaultCountryCode(requireContext()).toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registrationv3/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="218"
column="27"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" spinnerView.setText(country.countryCode.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registration/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="222"
column="29"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" spinnerView.setText(country.countryCode.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registrationv3/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="238"
column="29"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" spinnerView.setText(phoneNumber.countryCode.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registration/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="518"
column="31"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" phoneNumberInputLayout.setText(phoneNumber.nationalNumber.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registration/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="519"
column="42"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" spinnerView.setText(phoneNumber.countryCode.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registrationv3/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="534"
column="31"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" phoneNumberInputLayout.setText(phoneNumber.nationalNumber.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/registrationv3/ui/phonenumber/EnterPhoneNumberFragment.kt"
line="535"
column="42"/>
</issue>
<issue
id="SetTextI18n"
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
errorLine1=" containers[index++].editText?.setText(digit.toString())"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/thoughtcrime/securesms/components/registration/VerificationCodeView.kt"
line="37"
column="43"/>
</issue>
<issue
id="RelativeOverlap"
message="`@id/ok_button` can overlap `@id/passphrase_edit` if @string/prompt_passphrase_activity__unlock grows due to localized text expansion"
errorLine1=" &lt;ImageButton android:id=&quot;@+id/ok_button&quot;"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/res/layout/prompt_passphrase_activity.xml"
line="96"
column="14"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;@dimen/dsl_settings_gutter&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/all_signal_connections_row_item.xml"
line="13"
column="5"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;12dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/attachment_keyboard.xml"
line="24"
column="13"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/camera_contact_selection_fragment.xml"
line="103"
column="9"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
errorLine1=" android:paddingEnd=&quot;5sp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/camera_contact_selection_item.xml"
line="8"
column="5"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;@dimen/dsl_settings_gutter&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/choose_initial_my_story_membership_fragment.xml"
line="53"
column="13"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;12dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_activity_attachment_editor_stub.xml"
line="43"
column="13"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
errorLine1=" android:paddingEnd=&quot;@dimen/conversation_individual_right_gutter&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_item_sent_multimedia.xml"
line="15"
column="5"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
errorLine1=" android:paddingEnd=&quot;@dimen/conversation_individual_right_gutter&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_item_sent_text_only.xml"
line="9"
column="5"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/conversation_list_fragment.xml"
line="18"
column="9"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
errorLine1=" android:paddingEnd=&quot;18dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/credit_card_fragment.xml"
line="68"
column="9"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;18dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/credit_card_fragment.xml"
line="96"
column="9"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
errorLine1=" android:paddingEnd=&quot;48dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/dsl_multiline_text_input.xml"
line="20"
column="13"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;@dimen/dsl_settings_gutter&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/notification_profile_recipient_list_item.xml"
line="12"
column="5"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/share_interstitial_activity.xml"
line="63"
column="9"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
errorLine1=" android:paddingEnd=&quot;10dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/v2_media_add_message_dialog_fragment_content.xml"
line="62"
column="9"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout-land/webrtc_call_participant_overflow_recycler.xml"
line="16"
column="5"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/webrtc_call_participant_overflow_recycler.xml"
line="16"
column="5"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_2.xml"
line="22"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end|top&quot;"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_3.xml"
line="21"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_3.xml"
line="28"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end|top&quot;"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_4.xml"
line="21"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`start`&quot; instead of &quot;`left`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;left|start|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_4.xml"
line="28"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_4.xml"
line="35"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end|top&quot;"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_5.xml"
line="21"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`start`&quot; instead of &quot;`left`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;left|start|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_5.xml"
line="28"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_5.xml"
line="42"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end|top&quot;"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_many.xml"
line="21"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`start`&quot; instead of &quot;`left`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;left|start|bottom&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_many.xml"
line="28"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end|bottom&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/album_thumbnail_many.xml"
line="41"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;-12dp&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginLeft=&quot;-12dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/cds_permanent_error_bottom_sheet.xml"
line="56"
column="13"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;-12dp&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginLeft=&quot;-12dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/cds_temporary_error_bottom_sheet.xml"
line="64"
column="13"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/conversation_input_panel.xml"
line="178"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;right|end&quot;"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/conversation_input_panel.xml"
line="218"
column="33"/>
</issue>
<issue
id="RtlHardcoded"
message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
errorLine1=" android:layout_gravity=&quot;bottom|right&quot;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/layout/media_view_edit_button.xml"
line="8"
column="36"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider replacing `android:layout_alignRight` with `android:layout_alignEnd=&quot;@+id/passphrase_edit&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_alignRight=&quot;@+id/passphrase_edit&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/prompt_passphrase_activity.xml"
line="67"
column="21"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider replacing `android:layout_marginRight` with `android:layout_marginEnd=&quot;@dimen/dsl_settings_gutter&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginRight=&quot;@dimen/dsl_settings_gutter&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/username_edit_fragment.xml"
line="42"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart=&quot;@dimen/dsl_settings_gutter&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginLeft=&quot;@dimen/dsl_settings_gutter&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/username_edit_fragment.xml"
line="54"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider replacing `android:layout_marginRight` with `android:layout_marginEnd=&quot;16dp&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginRight=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/username_edit_fragment.xml"
line="56"
column="9"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider replacing `android:layout_marginRight` with `android:layout_marginEnd=&quot;16dp&quot;` to better support right-to-left layouts"
errorLine1=" android:layout_marginRight=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/username_edit_fragment.xml"
line="110"
column="9"/>
</issue>
<issue
id="IgnoreWithoutReason"
message="Test is ignored without giving any explanation"
errorLine1=" @Ignore"
errorLine2=" ~~~~~~~">
<location
file="src/test/java/org/thoughtcrime/securesms/recipients/RecipientUtilTest.kt"
line="104"
column="3"/>
</issue>
<issue
id="IgnoreWithoutReason"
message="Test is ignored without giving any explanation"
errorLine1=" @Ignore"
errorLine2=" ~~~~~~~">
<location
file="src/test/java/org/thoughtcrime/securesms/recipients/RecipientUtilTest.kt"
line="178"
column="3"/>
</issue>
<issue
id="IgnoreWithoutReason"
message="Test is ignored without giving any explanation"
errorLine1=" @Ignore"
errorLine2=" ~~~~~~~">
<location
file="src/test/java/org/thoughtcrime/securesms/recipients/RecipientUtilTest.kt"
line="204"
column="3"/>
</issue>
<issue
id="IgnoreWithoutReason"
message="Test is ignored without giving any explanation"
errorLine1=" @Ignore"
errorLine2=" ~~~~~~~">
<location
file="src/test/java/org/thoughtcrime/securesms/recipients/RecipientUtilTest.kt"
line="217"
column="3"/>
</issue>
</issues>