| <?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="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="UnusedResources" |
| message="The resource `R.color.light_blue_400` appears to be unused" |
| errorLine1=" <color name="light_blue_400">#FF29B6F6</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="10" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.light_blue_600` appears to be unused" |
| errorLine1=" <color name="light_blue_600">#FF039BE5</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="11" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.gray_400` appears to be unused" |
| errorLine1=" <color name="gray_400">#FFBDBDBD</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="12" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.gray_600` appears to be unused" |
| errorLine1=" <color name="gray_600">#FF757575</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="13" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.layout.sample_my_view` appears to be unused" |
| errorLine1="<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2="^"> |
| <location |
| file="src/main/res/layout/sample_my_view.xml" |
| line="1" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.style.Widget_Theme_App_MyView` appears to be unused" |
| errorLine1=" <style name="Widget.Theme.App.MyView" parent="">" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/styles.xml" |
| line="3" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="RtlSymmetry" |
| message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry" |
| errorLine1=" android:paddingLeft="20dp"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/sample_my_view.xml" |
| line="10" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="RtlHardcoded" |
| message="Consider replacing `android:paddingLeft` with `android:paddingStart="20dp"` to better support right-to-left layouts" |
| errorLine1=" android:paddingLeft="20dp"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/sample_my_view.xml" |
| line="10" |
| column="9"/> |
| </issue> |
| |
| </issues> |