48 lines
1.9 KiB
XML
48 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.9.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.1)" variant="all" version="8.9.1">
|
|
|
|
<issue
|
|
id="ButtonStyleXmlDetector"
|
|
message="All buttons must have a style, try using NeutralButton or similar."
|
|
errorLine1=" <Button"
|
|
errorLine2=" ~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/mozac_download_cancel.xml"
|
|
line="63"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ButtonStyleXmlDetector"
|
|
message="All buttons must have a style, try using NeutralButton or similar."
|
|
errorLine1=" <Button"
|
|
errorLine2=" ~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/mozac_downloads_prompt.xml"
|
|
line="77"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnsafeCompatGetColorStateList"
|
|
message="This call can lead to crashes, replace with AppCompatResources.getColorStateList"
|
|
errorLine1=" val backgroundTintList = ContextCompat.getColorStateList(requireContext(), it)"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/java/mozilla/components/feature/downloads/ui/DownloadCancelDialogFragment.kt"
|
|
line="118"
|
|
column="46"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnsafeCompatGetColorStateList"
|
|
message="This call can lead to crashes, replace with AppCompatResources.getColorStateList"
|
|
errorLine1=" val backgroundTintList = ContextCompat.getColorStateList("
|
|
errorLine2=" ^">
|
|
<location
|
|
file="src/main/java/mozilla/components/feature/downloads/SimpleDownloadDialogFragment.kt"
|
|
line="100"
|
|
column="42"/>
|
|
</issue>
|
|
|
|
</issues>
|