Home | History | Annotate | Download | only in preference
      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=&quot;0dp&quot;"
      8         errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
      9         <location
     10             file="res/layout/preference_dropdown.xml"
     11             line="29"
     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=&quot;0dp&quot;"
     19         errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
     20         <location
     21             file="res/layout-v11/preference_dropdown.xml"
     22             line="30"
     23             column="9"/>
     24     </issue>
     25 
     26 </issues>
     27