What steps will reproduce the problem?
1. Create a new GUI, choose RelativeLayout.
2. Drag and drop any widget onto the GUI.
3. Drag and drop any other wigdet onto the GUI directly to the right or
left of the first one.
What is the expected output? What do you see instead?
The expected output is:
android:layout_toRightOf="@+id/widget29"
I see instead:
android:layout_toRight="@+id/widget29"
(This is the same for layout_toLeft / layout_toLeftOf).
What version of the product are you using? On what operating system?
Online version or standalone Windows r1b11. Eclipse Ganymede with Android
1.1 SDK Release 1.
Please provide any additional information below.
I'm not sure if a previous version of the SDK used layout_toRight, but
whenever I try to use this on 1.1_R1 it doesn't recognize this property.
Also... nice work on a very useful tool! :)
Original issue reported on code.google.com by ToneD...@gmail.com on 6 Mar 2009 at 12:31
Original issue reported on code.google.com by
ToneD...@gmail.com
on 6 Mar 2009 at 12:31