I have managed to action 1 event in XML
Read more ...
<Button android:id="@+id/capture_screen_shot" android:layout_width="wrap_content" android:layout_height="wrap_content" android:onClick="screenShot" android:text="Order" android:layout_gravity="right" />
How do I add another onClick event "sendMail" for same button in XML?