国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > Android > 正文

警惕在android中圖片居中的小技巧

2020-02-21 17:37:00
字體:
供稿:網(wǎng)友

  制作UI布局的時候都會出現(xiàn)復雜的LinearLayout嵌套,并且常常會被一些問題混淆,警惕在android中圖片居中的小技巧大家都知道嗎?別著急,下文是武林技術(shù)頻道小編為大家整理的介紹,希望對你了解這方面內(nèi)容有所幫助!

  [java]

  復制代碼 代碼如下:

  android:layout_width="wrap_content"

  android:layout_height="fill_parent"

  android:orientation="vertical"

  android:layout_weight="1"

  android:padding="20dp" >

  android:layout_width="fill_parent"

  android:layout_height="wrap_content"

  android:orientation="horizontal">

  android:layout_width="108dp"

  android:layout_height="108dp"

  android:orientation="vertical"

  android:background="#3399ff">

  android:layout_width="64dp"

  android:layout_height="64dp"

  android:src="@drawable/menu_icon__mail"

  android:layout_gravity="center"/>

  于是乎四處找資料尋求解決的方式,原來是父類視圖的屬性沒有設置的原因,將父類視圖設置為居中邊可解決,即android:gravity="center":

  [java]

  復制代碼 代碼如下:

  android:layout_width="wrap_content"

  android:layout_height="fill_parent"

  android:orientation="vertical"

  android:layout_weight="1"

  android:padding="20dp" >

  android:layout_width="fill_parent"

  android:layout_height="wrap_content"

  android:orientation="horizontal">

  android:layout_width="108dp"

  android:layout_height="108dp"

  android:orientation="vertical"

  android:gravity="center"

  android:background="#3399ff">

  android:layout_width="64dp"

  android:layout_height="64dp"

  android:src="@drawable/menu_icon__mail"

  android:layout_gravity="center"/>

  UI設計方面往往要注意很小的細節(jié),很簡單的問題,有的時候會讓你煩上好一陣子,上文是武林技術(shù)小編整理的關(guān)于警惕在android中圖片居中的小技巧的介紹,希望對你學習有所幫助!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 长宁区| 拉萨市| 乐清市| 蓬莱市| 项城市| 上栗县| 巴中市| 松溪县| 普定县| 镇康县| 临海市| 郸城县| 南平市| 武陟县| 湖南省| 宜丰县| 泊头市| 红安县| 建水县| 高邮市| 乐平市| 抚宁县| 汉沽区| 资兴市| 阳朔县| 玉山县| 马山县| 乐东| 玛沁县| 双桥区| 高雄县| 政和县| 天津市| 肃北| 长白| 南阳市| 武清区| 鸡泽县| 汝阳县| 襄城县| 上虞市|