为了账号安全,请及时绑定邮箱和手机立即绑定

在Eclipse中怎么把相对布局RectiveLayout改为LinearLayout

在Eclipse中怎么把相对布局RectiveLayout改为LinearLayout

慕粉3320748 2017-06-02 13:11:56
<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=".MainActivity" >    <TextView        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:text="@string/hello_world" /></RelativeLayout>
查看完整描述

2 回答

?
NOspy

TA贡献4条经验 获得超0个赞

我建议你去看一下郭霖的第一行代码,好好照着敲一遍

查看完整回答
反对 回复 2017-06-06
?
蜂之谷

TA贡献564条经验 获得超863个赞

直接改就行了,你还想怎么改?

查看完整回答
反对 回复 2017-06-02
  • 2 回答
  • 0 关注
  • 1999 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信