blob: 87addeef6d845513faffe11e0b860dcaa9d4f150 [file] [log] [blame]
Aurimas Liutikas624bd202017-06-15 10:44:13 -07001<?xml version="1.0" encoding="UTF-8"?>
Aurimas Liutikas95ada0d2017-08-14 11:30:59 -07002<issues format="4" by="lint 3.0.0-alpha9">
Aurimas Liutikas624bd202017-06-15 10:44:13 -07003
4 <issue
Aurimas Liutikas624bd202017-06-15 10:44:13 -07005 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
Aurimas Liutikas624bd202017-06-15 10:44:13 -070048</issues>