27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3">
|
|
|
|
<issue
|
|
id="ModifierFactoryExtensionFunction"
|
|
message="Modifier factory functions should be extensions on Modifier"
|
|
errorLine1=" override fun createModifier("
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/kotlin/com/bumble/appyx/sandbox/client/backstack/BackStackExampleTransitionHandler.kt"
|
|
line="20"
|
|
column="18"/>
|
|
</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/Theme.Appyx`)"
|
|
errorLine1=" android:background="@color/black">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/rib_root.xml"
|
|
line="7"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
</issues>
|