Android ScrollView无法填充满屏幕的解决办法

s46song 5 0 PDF 2021-02-17 22:02:25

Android ScrollView无法填充满屏幕的解决办法 ScrollView滚动视图是指当拥有很多内容、屏幕显示不完时、需要通过滚动跳来显示的视图、Scrollview的一般用法如下 以下代码在Scrollview里面放了一个RelativeLayout、并且是设置为Android:layout_height=”match_parent”填充全屏的和RelativeLayout里面放置了一个TextView背景设为了一张图片、按照代码理解、图片应该是居于屏幕的最下方的 <ScrollView android:layout_width=match_parent android

用户评论
请输入评论内容
评分:
暂无评论