IT尋寶
          程序員的世界
          posts - 0,  comments - 2,  trackbacks - 0

          從名字上可以看到,android:gravity是對元素本身說的,元素本身的文本顯示在什么地方靠著換個屬性設置,不過不設置默認是在左側的。android:layout_gravity是相對與它的父元素說的,說明元素顯示在父元素的什么位置。

          我們舉一個例子大家看一下:

          <?xml version="1.0" encoding="utf-8"?>
          <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:orientation="vertical"
              android:layout_width="fill_parent"
              android:layout_height="fill_parent"
              >
          <TextView 
              android:layout_width="fill_parent"
              android:layout_height="wrap_content"
              android:text="gravity水平居中"
              android:textSize="20dip" 
              android:gravity="center_horizontal"
              android:background="#666" />
          <ImageButton
              android:layout_marginTop="10dip"
              android:layout_marginBottom="10dip"
              android:id="@+id/ImageButton01"
              android:src="@drawable/android"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:layout_gravity="center_horizontal">
          </ImageButton>

          <TextView 
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:layout_gravity="right"
              android:text="layout_gravity局右"
              android:textSize="20dip" 
              android:background="#666" />
          </LinearLayout>

          posted on 2011-06-27 22:46 特務小強 閱讀(70) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           

          <2025年7月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          留言簿

          隨筆分類

          文章檔案

          搜索

          •  

          最新評論

          主站蜘蛛池模板: 涡阳县| 郯城县| 手游| 化德县| 拜泉县| 武隆县| 南宫市| 平江县| 昌图县| 泉州市| 英山县| 民县| 高州市| 邓州市| 济源市| 大竹县| 寻甸| 甘肃省| 宁乡县| 曲阜市| 金湖县| 乌兰县| 荔浦县| 漠河县| 措勤县| 青岛市| 兰坪| 绥芬河市| 道真| 黄梅县| 平顺县| 邻水| 山阳县| 蓬莱市| 云浮市| 宁陕县| 类乌齐县| 五家渠市| 安泽县| 额尔古纳市| 咸宁市|