# Gravity and layout gravity #

android:layout_gravity

  • android:layout_gravity is used to set the position of an element in its parent (e.g. a child View inside a Layout).
  • Supported by LinearLayout and FrameLayout

android:gravity

  • android:gravity is used to set the position of content inside an element (e.g. a text inside a TextView).

Remarks

LayoutParams and Layout_ Attributes

a RelativeLayout requires two layout passes to render properly. For complex view hierarchies, this can have a significant impact on performance. Nesting RelativeLayouts makes this problem even worse, because every RelativeLayout causes the number of layout passes to go up.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 使用otta bus进行android组件通信
  2. Android 仿微信之(二)--主页面实现篇
  3. Android修改SwitchPreference的颜色
  4. Android 监听按钮点击事件的三种方式(1:匿
  5. Android(安卓)HorizontalScrollView和Scr
  6. Android类说明---ArrayAdapter
  7. Android 如何获取apk大小与时间
  8. Android 程序的真正入口Application
  9. Android 屏幕录制命令adb screenrecord
  10. android 仿淘宝限时抢购倒计时