There is Terms&Conditions screen in My application. I am putting Terms&conditions information in EditText field.
My Requirment:
I want to put ScrollView inside EditText to read terms and conditions text (since text is modr i need ScrollView in EditText field). How can I do this?
You should’t use
EditTextfor reading purposes. UseTextViewinsideScrollView: