| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- This file should not be edited manually! See go/template-diff-tests --> |
| <issues format="6" by="lint %AGP_VERSION_PLACEHOLDER%" type="baseline" client="gradle" dependencies="false" name="AGP (%AGP_VERSION_PLACEHOLDER%)" variant="all" version="%AGP_VERSION_PLACEHOLDER%"> |
| |
| <issue |
| id="InconsistentLayout" |
| message="The id "toolbar_layout" in layout "fragment_item_detail" is missing from the following layout configurations: layout-sw600dp (present in layout)" |
| errorLine1=" android:id="@+id/toolbar_layout"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/fragment_item_detail.xml" |
| line="18" |
| column="13" |
| message="Occurrence in layout"/> |
| </issue> |
| |
| <issue |
| id="InconsistentLayout" |
| message="The id "item_detail_nav_container" in layout "fragment_item_list" is missing from the following layout configurations: layout (present in layout-sw600dp)" |
| errorLine1=" android:id="@+id/item_detail_nav_container"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout-sw600dp/fragment_item_list.xml" |
| line="31" |
| column="9" |
| message="Occurrence in layout-sw600dp"/> |
| </issue> |
| |
| <issue |
| id="OldTargetApi" |
| message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details." |
| errorLine1=" targetSdk 35" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="build.gradle" |
| line="14" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="FragmentTagUsage" |
| message="Replace the <fragment> tag with FragmentContainerView." |
| errorLine1=" <fragment" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/res/layout-sw600dp/fragment_item_list.xml" |
| line="30" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="RedundantLabel" |
| message="Redundant label can be removed" |
| errorLine1=" android:label="@string/app_name"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="17" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; `SDK_INT` is always >= 23" |
| errorLine1=" if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/template/test/in/ItemListFragment.java" |
| line="144" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.style.Theme_App_NoActionBar` appears to be unused" |
| errorLine1=" <style name="Theme.App.NoActionBar">" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/themes.xml" |
| line="17" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.style.Theme_App_AppBarOverlay` appears to be unused" |
| errorLine1=" <style name="Theme.App.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/themes.xml" |
| line="22" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.style.Theme_App_PopupOverlay` appears to be unused" |
| errorLine1=" <style name="Theme.App.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/themes.xml" |
| line="24" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <com.google.android.material.floatingactionbutton.FloatingActionButton" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/fragment_item_detail.xml" |
| line="56" |
| column="6"/> |
| </issue> |
| |
| </issues> |