ECLIPSE做安卓的时候,button按钮把那个textview文本挡住了怎么破

<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools=... <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.helloworld1.MainActivity$PlaceholderFragment" >

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="This is my first android application!"/>
<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="And this is a clickable button!"/>

</RelativeLayout>
展开
 我来答
夜吹墙头草
2015-08-11 · 超过27用户采纳过TA的回答
知道答主
回答量:82
采纳率:0%
帮助的人:32.6万
展开全部
移动位置啊,button的位置你不会用了AP元素吧,没有绝对定位就可以一定位置,不行的话我们都会尝试用一个UL或者AI啥的,或者在前面定义一个函数来定位它的位置,再通过调用函数来定位显示这个button就好了啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友e963877
2014-05-14 · 超过22用户采纳过TA的回答
知道答主
回答量:83
采纳率:0%
帮助的人:53万
展开全部
relativelayout(相对布局)可以设置每个组件间的位置关系
给第二个textview加个android:id="@+id/textview1"
然后给button加个android:layout_alignBottom="@+id/textview1"
追问
老师我想请问一下  我是对着书上写的   为什么书上的结果没有这种情况
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
枯叶横飞的深秋
2015-08-03 · 超过22用户采纳过TA的回答
知道答主
回答量:174
采纳率:50%
帮助的人:26.2万
展开全部
那要看你是什么布局了,可以说得清楚点吗
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友8ffbf23
2015-08-19 · 超过29用户采纳过TA的回答
知道答主
回答量:109
采纳率:0%
帮助的人:60.3万
展开全部
你用的是什么布局?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式