38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.2.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.2)" variant="all" version="8.2.2">
|
|
|
|
<issue
|
|
id="Overdraw"
|
|
message="Possible overdraw: Root element paints background `?android:colorBackground` with a theme that also paints a background (inferred theme is `@android:style/Theme.Holo`)"
|
|
errorLine1=" android:background="?android:colorBackground""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/item_status_bottom_sheet.xml"
|
|
line="8"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="SelectableText"
|
|
message="Consider making the text value selectable by specifying `android:textIsSelectable="true"`"
|
|
errorLine1=" <TextView"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/item_autocomplete_account.xml"
|
|
line="33"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="SelectableText"
|
|
message="Consider making the text value selectable by specifying `android:textIsSelectable="true"`"
|
|
errorLine1=" <TextView"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/item_autocomplete_account.xml"
|
|
line="50"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
</issues>
|