Closed GoogleCodeExporter closed 8 years ago
android:layout_above="@+id/AddonsButtonLayout"
should be
android:layout_above="@id/AddonsButtonLayout"
The + makes it a declaration, not a reference. If nothing references it, it is
listed as unused. This is working as intended.
Original comment by skenned...@gmail.com
on 16 Oct 2012 at 3:45
Original issue reported on code.google.com by
J.Devauc...@gmail.com
on 6 Oct 2012 at 1:38