On Dec 29, 7:02 pm, Jonathan Nalewajek <[email protected]> wrote:

>         <Button
>                 android:id = "@+id/bu5m"
>                 android:layout_width="70sp"
>                 android:layout_height="wrap_content"
>         android:text = "-5"
>         android:layout_toRightOf="@id/bucm"
>         />

You cannot have a forward reference in the layout.    Here bucm is
later in the layout so that forward reference is not allowed.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to