Solved

Inside the XML Snippet, Below Activity_main

Question 60

Short Answer

Inside the XML snippet, below activity_main.xml, add a line of XML so that the text displayed in the text field will be the value of the string book (assume that the string book is defined in strings.xml).
< TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions