Translations:Android Training/Starting Another Activity/2/en
Respond to the Send Button[edit source]
- In Android Studio, from the
res/layout
directory, edit thecontent_my.xml
file. - Add the
android:onClick
attribute to the<Button>
element.
res/layout
directory, edit the content_my.xml
file.android:onClick
attribute to the <Button>
element.