Solved

Inside the XML Snippet Below Activity_main

Question 127

Essay

Inside the XML snippet below activity_main.xml, add two lines of XML so that the width of the TextView is as big as the width of the TextView's parent, and the height of the TextView is just what is necessary to hold the TextView's contents.
< 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