Short Answer
Inside activity_main.xml, write one line of code to specify the background color of the following TextView: its red component should be 0, its green component should be 255, and its blue component should be 10.
< TextView
< !--your code goes here -->
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q44: Inside an activity, when this activity goes
Q45: Inside the XML snippet, below activity_main.xml, add
Q46: We use the _ method of the
Q47: We have an ImageView reference named iv
Q48: Inside colors.xml, write the code to define
Q50: Inside activity_main.xml, write one line of code
Q51: We use the _ method of the
Q52: If we want to receive location updates
Q53: When we want to extend the View
Q54: You are building the GridLayout grid programmatically.