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> 展开
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> 展开
4个回答
展开全部
移动位置啊,button的位置你不会用了AP元素吧,没有绝对定位就可以一定位置,不行的话我们都会尝试用一个UL或者AI啥的,或者在前面定义一个函数来定位它的位置,再通过调用函数来定位显示这个button就好了啊
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
relativelayout(相对布局)可以设置每个组件间的位置关系
给第二个textview加个android:id="@+id/textview1"
然后给button加个android:layout_alignBottom="@+id/textview1"
给第二个textview加个android:id="@+id/textview1"
然后给button加个android:layout_alignBottom="@+id/textview1"
追问
老师我想请问一下 我是对着书上写的 为什么书上的结果没有这种情况
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
那要看你是什么布局了,可以说得清楚点吗
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你用的是什么布局?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询