When I am Using Fragment Inside a Fragment with ScrollView It is not working. In My Case the FirstFragment is fine. the fragment that is inside is not showing in full screen and lot of contents in BooksFragment are disappear this is My FirstFragment ‘s XML : </androidx.constraintlayout.widget.ConstraintLayout> This is My FirstFragment ‘s JAVA : This is My BooksFragment’s Xml:
Tag: scrollview
Buttons Disappear With ScrollView on Android Studio
without ScrollView, my buttons look fine but after I use it, the buttons disappear, I tried a lot at solution but the thing appear is just <TextView>. How can I make them appear as preferred? activity_main.xml MainActivity.java is as default. It works like this: Answer The problem is that your button widths are zero. Change the width and you will