Closed GoogleCodeExporter closed 9 years ago
I have a such items inside RelativeLayout:
<ImageView
android:id="@+id/logo"
... />
<ProgressBar
...
android:layout_below="@+id/logo"
... />
"logo" will be reported as unused.
Original comment by helio...@gmail.com
on 9 Dec 2011 at 9:14
Your references should not not be layout_below="@+id/logo". They should be
layout_below="@id/logo".
@+id defines a new id. @id references an id.
Original comment by skenned...@gmail.com
on 9 Dec 2011 at 4:56
Original issue reported on code.google.com by
pe...@instinctiv.com
on 24 Nov 2011 at 8:05