Home | History | Annotate | Download | only in preference-leanback
      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="        &lt;Space android:layout_width=&quot;0dp&quot; android:layout_height=&quot;@dimen/lb_preference_item_text_space_top&quot; />"
      8         errorLine2="               ~~~~~~~~~~~~~~~~~~~~~~~~~~">
      9         <location
     10             file="res/layout/leanback_list_preference_item_multi.xml"
     11             line="42"
     12             column="16"/>
     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="        &lt;Space android:layout_width=&quot;0dp&quot; android:layout_height=&quot;@dimen/lb_preference_item_text_space_top&quot; />"
     19         errorLine2="               ~~~~~~~~~~~~~~~~~~~~~~~~~~">
     20         <location
     21             file="res/layout/leanback_list_preference_item_single.xml"
     22             line="42"
     23             column="16"/>
     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="        &lt;Space android:layout_width=&quot;0dp&quot; android:layout_height=&quot;@dimen/lb_preference_item_text_space_top&quot; />"
     30         errorLine2="               ~~~~~~~~~~~~~~~~~~~~~~~~~~">
     31         <location
     32             file="res/layout/leanback_preference.xml"
     33             line="47"
     34             column="16"/>
     35     </issue>
     36 
     37     <issue
     38         id="Suspicious0dp"
     39         message="Suspicious size: this will make the view invisible, should be used with `layout_weight`"
     40         errorLine1="        &lt;Space android:layout_width=&quot;0dp&quot; android:layout_height=&quot;@dimen/lb_preference_item_text_space_top&quot; />"
     41         errorLine2="               ~~~~~~~~~~~~~~~~~~~~~~~~~~">
     42         <location
     43             file="res/layout/leanback_preference_information.xml"
     44             line="34"
     45             column="16"/>
     46     </issue>
     47 
     48 </issues>
     49