How can we put scrollview in EditText field in android?

You should't use EditText for reading purposes. Use TextView inside ScrollView : ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true.

You should't use EditText for reading purposes. Use TextView inside ScrollView.

You can simply display your conditions and terms in a TextView, and to use scrolling ,you can just put your TextView in a ScrollView like this.

I am putting Terms&conditions information in EditText field. 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?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions