| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 7.3.1" type="baseline" client="gradle" dependencies="false" name="AGP (7.3.1)" variant="all" version="7.3.1"> |
| |
| <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/scan_fp.xml" |
| line="26" |
| column="4"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.warning_color` appears to be unused" |
| errorLine1=" <color name="warning_color">#E53935</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="4" |
| column="10"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.hint_color` appears to be unused" |
| errorLine1=" <color name="hint_color">#BDBDBD</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="5" |
| column="10"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.color.success_color` appears to be unused" |
| errorLine1=" <color name="success_color">#43A047</color>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/colors.xml" |
| line="6" |
| column="10"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.dimen.body_text_size` appears to be unused" |
| errorLine1=" <dimen name="body_text_size">14sp</dimen>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/dimens.xml" |
| line="2" |
| column="10"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.fingerprint_initial_icon` appears to be unused" |
| errorLine1="<layer-list xmlns:android="http://schemas.android.com/apk/res/android">" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/fingerprint_initial_icon.xml" |
| line="2" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.fingerprint_success_icon` appears to be unused" |
| errorLine1="<layer-list xmlns:android="http://schemas.android.com/apk/res/android">" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/fingerprint_success_icon.xml" |
| line="2" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.fingerprint_warning_icon` appears to be unused" |
| errorLine1="<layer-list xmlns:android="http://schemas.android.com/apk/res/android">" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/fingerprint_warning_icon.xml" |
| line="2" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.ic_done_white_24dp` appears to be unused" |
| errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/ic_done_white_24dp.xml" |
| line="1" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.ic_fingerprint_white_24dp` appears to be unused" |
| errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/ic_fingerprint_white_24dp.xml" |
| line="1" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.drawable.ic_priority_high_white_24dp` appears to be unused" |
| errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2="^"> |
| <location |
| file="src/main/res/drawable/ic_priority_high_white_24dp.xml" |
| line="1" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.layout.scan_fp` appears to be unused" |
| errorLine1="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"" |
| errorLine2="^"> |
| <location |
| file="src/main/res/layout/scan_fp.xml" |
| line="1" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnusedIds" |
| message="The resource `R.id.fingerprint_signin` appears to be unused" |
| errorLine1=" android:id="@+id/fingerprint_signin"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/scan_fp.xml" |
| line="9" |
| column="7"/> |
| </issue> |
| |
| <issue |
| id="UnusedIds" |
| message="The resource `R.id.fingerprint_description` appears to be unused" |
| errorLine1=" android:id="@+id/fingerprint_description"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/scan_fp.xml" |
| line="19" |
| column="7"/> |
| </issue> |
| |
| <issue |
| id="UnusedIds" |
| message="The resource `R.id.fingerprint_icon` appears to be unused" |
| errorLine1=" android:id="@+id/fingerprint_icon"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/scan_fp.xml" |
| line="31" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnusedIds" |
| message="The resource `R.id.fingerprint_status` appears to be unused" |
| errorLine1=" android:id="@+id/fingerprint_status"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/scan_fp.xml" |
| line="36" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="SelectableText" |
| message="Consider making the text value selectable by specifying `android:textIsSelectable="true"`" |
| errorLine1=" <TextView" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/res/layout/go_to_setting.xml" |
| line="8" |
| column="4"/> |
| </issue> |
| |
| <issue |
| id="SelectableText" |
| message="Consider making the text value selectable by specifying `android:textIsSelectable="true"`" |
| errorLine1=" <TextView" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/res/layout/go_to_setting.xml" |
| line="18" |
| column="4"/> |
| </issue> |
| |
| <issue |
| id="SelectableText" |
| message="Consider making the text value selectable by specifying `android:textIsSelectable="true"`" |
| errorLine1=" <TextView" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/res/layout/scan_fp.xml" |
| line="8" |
| column="4"/> |
| </issue> |
| |
| <issue |
| id="SelectableText" |
| message="Consider making the text value selectable by specifying `android:textIsSelectable="true"`" |
| errorLine1=" <TextView" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/res/layout/scan_fp.xml" |
| line="18" |
| column="4"/> |
| </issue> |
| |
| <issue |
| id="SelectableText" |
| message="Consider making the text value selectable by specifying `android:textIsSelectable="true"`" |
| errorLine1=" <TextView" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/res/layout/scan_fp.xml" |
| line="35" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <ImageView" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/scan_fp.xml" |
| line="30" |
| column="6"/> |
| </issue> |
| |
| </issues> |