当我们使用LinearLayout进行android页面布局时常常会遇到各种各样的布局。如需要从底部绘制一个固定的view

这时我们就用到了LinearLayout的android:gravity="bottom|right|left"。

具体实现如下:

<LinearLayout android:layout_marginTop="20sp" android:orientation="horizontal"
android:layout_marginLeft="10sp" android:layout_marginRight="10sp"

android:gravity="right"
android:layout_width="fill_parent" android:layout_height="wrap_content">


<TextView android:layout_weight="1"
android:textSize="19sp"

android:layout_width="wrap_content"
android:layout_height="wrap_content" android:gravity="left"
android:text="@string/my55" android:textColor="@color/black" />
<ImageView android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:paddingRight="5sp"android:background="@drawable/rightarrow"
/>
</LinearLayout>

如此图片就可以绘制在布局的右侧,同理想将view固定在底部的只需要将gravity改为bottom即可。

更多相关文章

  1. Android 选择器 PickerView实例,时间选择器、地址选择器、单项选
  2. Android布局容器
  3. 控件布局_LinearLayout
  4. 系出名门Android(2) - 布局(Layout)和菜单(Menu)
  5. android 布局实例解析 柱状图效果
  6. Android UI详解之动态布局
  7. Android 常用布局
  8. 时钟控件布局
  9. Android软键盘手动显示、隐藏、布局上移和EditText上移

随机推荐

  1. python自动创建每周周报模板
  2. try catch fianlly执行顺序
  3. 双重差分DID方法免费课程, 文章, 数据和
  4. Chatopera 机器人平台让聊天机器人上线,全
  5. 金融NLP需求落地实践总结——热门话题生
  6. 远程办公监控软件卖爆了:5分钟一拍照、10
  7. ALBERT 告诉了我们什么?
  8. 自动驾驶复苏在2020
  9. Dive into BERT:语言模型与知识
  10. 用腻了 CRF,试试 LAN 吧?