如何让scrollview下面的控件显示

 我来答
huanglenzhi
2015-04-13 · 知道合伙人数码行家
huanglenzhi
知道合伙人数码行家
采纳数:117538 获赞数:517174
长期从事计算机组装,维护,网络组建及管理。对计算机硬件、操作系统安装、典型网络设备具有详细认知。

向TA提问 私信TA
展开全部
效果一

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="match_parent"

android:layout_height="match_parent" >

<ScrollView

android:id="@+id/scrollView1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentLeft="true"

android:layout_alignParentTop="true" >

<衡衡TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="作者-敬水仙:新华社记者在叙空军情报局分局看到~~~" />

</ScrollView>

<Button

android:id="@+id/弯拦斗button1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentBottom="true"

android:layout_alignParentLeft="true"

android:text="Button" />

</RelativeLayout>
复制代码

效果二

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="match_parent"

android:layout_height="match_parent" >

<Button

android:id="@+id/button1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentBottom="true"

android:layout_alignParentLeft="true"

android:text="Button" />

<ScrollView

android:id="@+id/scrollView1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentLeft="true"

android:layout_alignParentTop="true"

android:layout_above="@id/button1"埋磨 >

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="作者-敬水仙:新华社记者在叙空军情报局分局看到~~~~~~~" />

</ScrollView>

</RelativeLayout>
复制代码
不同点是: android:layout_above="@id/button1" 和 ScrollView 和 Button的先后顺序
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
TableDI
2024-07-18 广告
Excel合并表格插件是一种高效的工具,能够帮助用户快速合并多个Excel表格。这类插件通常具备两大功能:多薄合并和多表合并。多薄合并能将文件夹内的多个工作簿合并到一个新的工作簿中,而多表合并则可以将一个工作簿内的多个工作表合并到一个汇总表... 点击进入详情页
本回答由TableDI提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式