1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <issues format="6" by="lint 8.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.3)" variant="fatal" version="8.1.3">
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/default_test_workspace.xml"
- line="18"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/default_workspace_3x3.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/default_workspace_4x4.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/default_workspace_5x5.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/default_workspace_6x5.xml"
- line="17"
- column="28"/>
- </issue>
- </issues>
|