| <?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="DuplicateIncludedIds" |
| message="Duplicate id @+id/rootLayout, defined or included multiple times in layout/activity_split_layout.xml: [layout/activity_split_layout.xml defines @+id/rootLayout, layout/activity_split_layout.xml => layout/split_layout_content.xml defines @+id/rootLayout, layout/activity_split_layout.xml => layout/split_layout_control.xml defines @+id/rootLayout]" |
| errorLine1=" <include" |
| errorLine2=" ^"> |
| <location |
| file="src/main/res/layout/activity_split_layout.xml" |
| line="34" |
| column="9"/> |
| <location |
| file="src/main/res/layout/activity_split_layout.xml" |
| line="22" |
| column="5"/> |
| <location |
| file="src/main/res/layout/split_layout_content.xml" |
| line="22" |
| column="5"/> |
| <location |
| file="src/main/res/layout/split_layout_control.xml" |
| line="22" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="DuplicateIncludedIds" |
| message="Duplicate id @+id/rootLayout, defined or included multiple times in layout/activity_split_layout.xml: [layout/activity_split_layout.xml defines @+id/rootLayout, layout/activity_split_layout.xml => layout/split_layout_content.xml defines @+id/rootLayout, layout/activity_split_layout.xml => layout/split_layout_control.xml defines @+id/rootLayout]" |
| errorLine1=" <include" |
| errorLine2=" ^"> |
| <location |
| file="src/main/res/layout/activity_split_layout.xml" |
| line="37" |
| column="9"/> |
| <location |
| file="src/main/res/layout/activity_split_layout.xml" |
| line="22" |
| column="5"/> |
| <location |
| file="src/main/res/layout/split_layout_content.xml" |
| line="22" |
| column="5"/> |
| <location |
| file="src/main/res/layout/split_layout_control.xml" |
| line="22" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="VectorRaster" |
| message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more" |
| errorLine1=" android:width="320dp" xmlns:android="http://schemas.android.com/apk/res/android">" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/res/drawable/ic_android_green_320dp.xml" |
| line="19" |
| column="20"/> |
| </issue> |
| |
| <issue |
| id="AllowBackup" |
| message="On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html" |
| errorLine1=" <application" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="21" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="UseCompoundDrawables" |
| message="This tag and its children can be replaced by one `<TextView/>` and a compound drawable" |
| errorLine1=" <LinearLayout" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_display_features.xml" |
| line="47" |
| column="10"/> |
| </issue> |
| |
| <issue |
| id="UseCompoundDrawables" |
| message="This tag and its children can be replaced by one `<TextView/>` and a compound drawable" |
| errorLine1=" <LinearLayout" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_display_features.xml" |
| line="66" |
| column="10"/> |
| </issue> |
| |
| <issue |
| id="UseCompoundDrawables" |
| message="This tag and its children can be replaced by one `<TextView/>` and a compound drawable" |
| errorLine1=" <LinearLayout" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_display_features.xml" |
| line="85" |
| column="10"/> |
| </issue> |
| |
| <issue |
| id="Overdraw" |
| message="Possible overdraw: Root element paints background `@android:color/holo_orange_dark` with a theme that also paints a background (inferred theme is `@style/AppTheme`)" |
| errorLine1=" android:background="@android:color/holo_orange_dark">" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/presentation_second_display.xml" |
| line="22" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="Overdraw" |
| message="Possible overdraw: Root element paints background `@color/colorSplitContentBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)" |
| errorLine1=" android:background="@color/colorSplitContentBackground"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/split_layout_content.xml" |
| line="27" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="Overdraw" |
| message="Possible overdraw: Root element paints background `@color/colorSplitControlsBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)" |
| errorLine1=" android:background="@color/colorSplitControlsBackground"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/split_layout_control.xml" |
| line="27" |
| column="5"/> |
| </issue> |
| |
| <issue |
| id="MissingApplicationIcon" |
| message="Should explicitly set `android:icon`, there is no default" |
| errorLine1=" <application" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="21" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <ImageView" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_display_features.xml" |
| line="52" |
| column="14"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <ImageView" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_display_features.xml" |
| line="71" |
| column="14"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <ImageView" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/activity_display_features.xml" |
| line="90" |
| column="14"/> |
| </issue> |
| |
| </issues> |