Antonis Kanaris wrote:
> i use this code for call function refreshRunable from button layout...
>
>  <Button
>         android:id="@+id/button1"
>         android:layout_width="wrap_content"
>         android:layout_height="wrap_content"
>         android:layout_alignRight="@+id/textView1"
>         android:layout_below="@+id/textView1"
>         android:layout_marginTop="57dp"
>         android:onClick="refreshRunable"
>         android:text="Button Refresh automatically" />

http://stackoverflow.com/questions/4153517/how-exactly-does-the-androidonclick-xml-attribute-differ-from-setonclicklistene

pskink

-- 
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