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

如何把视图设置成垂直的?

如何把视图设置成垂直的?

幕布斯7119047 2019-03-13 22:19:52
从 xml 代码中看,我觉的这里设置的视图相对于其它的应该是垂直显示,但相反,他们堆叠到一块。错误出现在哪呢? <RelativeLayout            android:id="@+id/top_lay2"            android:layout_below="@id/top_lay1"            android:layout_width="fill_parent"            android:layout_marginTop="10dp"            android:orientation="vertical"            android:layout_height="wrap_content"            android:background="@drawable/customrect"><TextView            android:layout_gravity="center"            android:layout_width="fill_parent"            android:layout_height="wrao_content"            android:textColor="@color/white1"            android:text="some text"         /><Button            android:layout_gravity="center"            android:layout_width="fill_parent"            android:layout_height="wrap_content"            android:text="click me"    />    </RelativeLayout>
查看完整描述

2 回答

?
慕娘9325324

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

父控件用LinearLayout


查看完整回答
反对 回复 2019-04-28
  • 2 回答
  • 0 关注
  • 609 浏览

添加回答

举报

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