当前位置:   article > 正文

android设置水平布局,Android布局左右对齐在水平布局

imagebutton设置水平居右

我有一个ImageView和一个ImageButton.我们让他们在一个水平的布局旁边彼此相邻.我正在努力使图像在屏幕上保持对齐,并且按钮对齐.我已经尝试设置重力,但它似乎没有什么不同.我哪里错了?

android:id="@+id/linearLayout1"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

>

android:id="@+id/imageView1"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_gravity="left"

android:layout_weight="1"

android:gravity="left"

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

android:id="@+id/terminateSeed"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_weight="1"

android:gravity="right"

android:background="@null"

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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/270373
推荐阅读
相关标签
  

闽ICP备14008679号