Translations:Android Training/Starting Another Activity/24/en
Display the Message[edit source]
- In the res/layout directory, edit the
content_display_message.xml
file. - Add an
android:id
attribute to theRelativeLayout
. You need this attribute to reference the object from your app code.