Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發 >> 開發入門 >> android button 居中

android button 居中

編輯:開發入門

android button 居中
可以看到Button 與Gallery的對齊方式是居中對齊,也即Button 與Parent居中對齊。
另外,
:Place object in the vertical center of its container, not changing its size. 這個是垂直居中對齊
”:Push object to the bottom of its container, not changing its size.放在容器的底部
android:gravity="CENTER“ :Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.放在容器的中心
  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved