1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="4" by="lint 3.0.0-alpha9"> 3 4 <issue 5 id="Suspicious0dp" 6 message="Suspicious size: this will make the view invisible, should be used with `layout_weight`" 7 errorLine1=" android:layout_width="0dp"" 8 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 9 <location 10 file="res/layout-v17/preference_dropdown_material.xml" 11 line="32" 12 column="9"/> 13 </issue> 14 15 <issue 16 id="Suspicious0dp" 17 message="Suspicious size: this will make the view invisible, should be used with `layout_weight`" 18 errorLine1=" android:layout_width="0dp"" 19 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 20 <location 21 file="res/layout-v21/preference_dropdown_material.xml" 22 line="32" 23 column="9"/> 24 </issue> 25 26 <issue 27 id="Suspicious0dp" 28 message="Suspicious size: this will make the view invisible, should be used with `layout_weight`" 29 errorLine1=" android:layout_width="0dp"" 30 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 31 <location 32 file="res/layout/preference_dropdown_material.xml" 33 line="32" 34 column="9"/> 35 </issue> 36 37</issues> 38