Android ScrollView not respecting child's bottom margin

后端 未结 2 452
情歌与酒
情歌与酒 2021-01-04 19:20

I have an android layout_file that looks something like the following



        
2条回答
  •  醉梦人生
    2021-01-04 19:59

    I ran into the same problem. To solve, I used padding instead of margin and then I set android:fillViewport="true" for ScrollView. Anything goes well now!

提交回复
热议问题