| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-alpha15" client="gradle" variant="debug" version="4.2.0-alpha15"> |
| |
| <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="Overdraw" |
| message="Possible overdraw: Root element paints background `@color/colorAccent` with a theme that also paints a background (inferred theme is `@android:style/Theme.Holo`)" |
| errorLine1=" android:background="@color/colorAccent"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/doubleTransitionBug/layout/double_transition_bug_fragment_first.xml" |
| line="24" |
| column="5"/> |
| </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> |
| |
| <issue |
| id="RedundantNamespace" |
| message="This namespace declaration is redundant" |
| errorLine1=" xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/kittenFragmentTransitions/layout/kitten_activity_main.xml" |
| line="47" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "SWITCH!", should use `@string` resource" |
| errorLine1=" android:text="SWITCH!" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/doubleTransitionBug/layout/double_transition_bug_activity_main.xml" |
| line="36" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Button 1", should use `@string` resource" |
| errorLine1=" android:text="Button 1" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/doubleTransitionBug/layout/double_transition_bug_fragment_first.xml" |
| line="31" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Button 2", should use `@string` resource" |
| errorLine1=" android:text="Button 2" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/doubleTransitionBug/layout/double_transition_bug_fragment_first.xml" |
| line="36" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Button 3", should use `@string` resource" |
| errorLine1=" android:text="Button 3" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/doubleTransitionBug/layout/double_transition_bug_fragment_first.xml" |
| line="41" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Button 1", should use `@string` resource" |
| errorLine1=" android:text="Button 1" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/doubleTransitionBug/layout/double_transition_bug_fragment_second.xml" |
| line="30" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Button 2", should use `@string` resource" |
| errorLine1=" android:text="Button 2" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/doubleTransitionBug/layout/double_transition_bug_fragment_second.xml" |
| line="35" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Button 3", should use `@string` resource" |
| errorLine1=" android:text="Button 3" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/doubleTransitionBug/layout/double_transition_bug_fragment_second.xml" |
| line="40" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "Replace", should use `@string` resource" |
| errorLine1=" android:text="Replace" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/kittenFragmentTransitions/layout/kitten_activity_main.xml" |
| line="37" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="HardcodedText" |
| message="Hardcoded string "add/show/hide", should use `@string` resource" |
| errorLine1=" android:text="add/show/hide" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/kittenFragmentTransitions/layout/kitten_activity_main.xml" |
| line="43" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="RtlSymmetry" |
| message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry" |
| errorLine1=" android:paddingStart="@dimen/screen_padding_sides"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/kittenFragmentTransitions/layout/kitten_activity_main.xml" |
| line="21" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="RtlSymmetry" |
| message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry" |
| errorLine1=" android:paddingLeft="@dimen/screen_padding_sides">" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layouts/kittenFragmentTransitions/layout/kitten_activity_main.xml" |
| line="22" |
| column="5"/> |
| </issue> |
| |
| </issues> |