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
Original issue reported on code.google.com by
naim...@gmail.com
on 31 Jan 2011 at 3:59