Given the following code in the strings.xml file, which of the following properties sets the text on the widget to "Continue"?
"continue">Continue
a. android:text=
"@string/name".
b. android:textStyle=
"@string/name"
c. android:text=
"@string/continue"
d.
android:textStyle=
"@string/continue"
Answer: C