| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-beta02" client="gradle" variant="debug" version="4.2.0-beta02"> |
| |
| <issue |
| id="BanTargetApiAnnotation" |
| message="Uses @TargetApi annotation" |
| errorLine1="@TargetApi(Build.VERSION_CODES.LOLLIPOP)" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/fragment/testapp/kittenfragmenttransitions/DetailsTransition.kt" |
| line="31" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.colorPrimary` appears to be unused" |
| errorLine1=" <color name="colorPrimary">#3F51B5</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="18" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.colorPrimaryDark` appears to be unused" |
| errorLine1=" <color name="colorPrimaryDark">#303F9F</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="19" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.ic_android` appears to be unused" |
| errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/ic_android.xml" |
| line="17" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.ic_help` appears to be unused" |
| errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/ic_help.xml" |
| line="17" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.ic_home` appears to be unused" |
| errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/ic_home.xml" |
| line="17" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.ic_settings` appears to be unused" |
| errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/ic_settings.xml" |
| line="17" |
| column="1"/> |
| </issue> |
| |
| </issues> |