Can anyone help me to solve this?
java.lang.IllegalStateException: ScrollView can host only one direct child
I get this error because I have used ScrollView in both fragments. How to solve this?
I have to use ScrollView in both fragments, but I can't. Is there any way? I can't move from one fragment to another. If I tried to do so then the following exception is thrown:
java.lang.IllegalStateException: ScrollView can host only one direct child