Which statement in a custom XML layout for a ListView sets the size of the text to 20sp?

Which statement in a custom XML layout for a ListView sets the size of the text to 20sp?


a. android:textSize="20sp"
b. ListView:textSize="20sp"
c. android:text="20sp"
d. ListView:text="20sp"


Answer: a. android:textSize="20sp"


Learn More :