-
Button not showing in android app
almost 8 years ago
-
almost 7 years ago
put all your relativeLayout into the scrollview.you will see that button while scrolling.. -
-
almost 8 years ago
use scrollview at the top of layout as a parent one..hope issue will get resolved..
-
-
almost 8 years ago
Did you attach the same layout in your activity or fragment. Please share the code of your Activity/Fragment too.
If you are attaching the same layout then you can try the following points:-- Remove layout_marginTop="-500dp" from the imageview
- Use wrap_content Instead of giving match_parent to the width and height of imageview
-
3 Answer(s)