Closed GoogleCodeExporter closed 8 years ago
android:layout_below="@+id/addedit_titlebar"
should be
android:layout_below="@id/addedit_titlebar"
You only use @+id when you're declaring an id, not when you're referencing one.
Original comment by skenned...@gmail.com
on 4 Jul 2012 at 11:52
Ah, sorry for the false positive bug report.
Original comment by gman...@gmail.com
on 4 Jul 2012 at 4:29
Original issue reported on code.google.com by
gman...@gmail.com
on 4 Jul 2012 at 9:52Attachments: