Skip to content
Advertisement

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

JavaScript

MainActivity.java is as default.

It works like this:

Advertisement

Answer

The problem is that your button widths are zero.

JavaScript

Change the width and you will see them.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement