| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="4" by="lint 3.0.0"> |
| |
| <issue |
| id="NewApi" |
| message="`@android:id/list_container` requires API level 24 (current min is 14)" |
| errorLine1=" android:id="@android:id/list_container"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="res/layout/preference_list_fragment.xml" |
| line="24" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="Suspicious0dp" |
| message="Suspicious size: this will make the view invisible, should be used with `layout_weight`" |
| errorLine1=" android:layout_width="0dp"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="res/layout/preference_dropdown.xml" |
| line="29" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="Suspicious0dp" |
| message="Suspicious size: this will make the view invisible, should be used with `layout_weight`" |
| errorLine1=" android:layout_width="0dp"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="res/layout-v17/preference_dropdown_material.xml" |
| line="32" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="Suspicious0dp" |
| message="Suspicious size: this will make the view invisible, should be used with `layout_weight`" |
| errorLine1=" android:layout_width="0dp"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="res/layout-v21/preference_dropdown_material.xml" |
| line="32" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="Suspicious0dp" |
| message="Suspicious size: this will make the view invisible, should be used with `layout_weight`" |
| errorLine1=" android:layout_width="0dp"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="res/layout/preference_dropdown_material.xml" |
| line="32" |
| column="9"/> |
| </issue> |
| |
| </issues> |