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

为什么imageview不会竖向排列

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

    android:id="@+id/container"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:orientation="vertical"


   


    


       <ImageView

           android:id="@+id/imageView1"

           android:layout_width="match_parent"

           android:layout_height="wrap_content"

              android:src="@drawable/ic_launcher" />


       <ImageView

           android:id="@+id/imageView2"

           android:layout_width="match_parent"

           android:layout_height="wrap_content"

           android:background="@drawable/ic_launcher" />

              <ImageView

           android:id="@+id/imageView3"

           android:layout_width="match_parent"

           android:layout_height="20dp"

           android:background="#f0f0f0" />

</RelativeLayout>


正在回答

1 回答

用线性布局呀

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

为什么imageview不会竖向排列

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信