kodaligopi547 / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

Placing a widget to the left/right of another widget in RelativeLayout produces incorrect layout property. #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This is fixed in SVN, new release soon.

Original comment by brendan....@gmail.com on 9 Mar 2009 at 3:34