kodaligopi547 / droiddraw

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

Wrong code for onClickListener #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a Button 
2. Add a onClickListener Class name, press Apply
3. Press Genereate

What is the expected output? What do you see instead?
Expected - android:onClickListener="clicklist"
Actual - droiddraw:onClickListener="clicklist"

What version of the product are you using? On what operating system?

Please provide any additional information below.
The generated Code, what I got:
<Button
android:id="@+id/widget29"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"
droiddraw:onClickListener="clicklist"
android:layout_x="179px"
android:layout_y="42px"
>
</Button>

Original issue reported on code.google.com by naim...@gmail.com on 31 Jan 2011 at 3:59

GoogleCodeExporter commented 9 years ago
Fixed in SVN.  Will roll out soon.

Original comment by brendan....@gmail.com on 17 Apr 2011 at 9:44