日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 运维知识 > Android >内容正文

Android

android layer-list,Android layer-list的属性和使用具体解释

發(fā)布時(shí)間:2023/12/9 Android 29 豆豆
生活随笔 收集整理的這篇文章主要介紹了 android layer-list,Android layer-list的属性和使用具体解释 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

Android layer-list的屬性和使用具體解釋。layer-list是用來(lái)多個(gè)圖層堆疊顯示的,借這個(gè)特性能夠做一些特別的效果(比方:陰影、以下的效果等),也能夠投機(jī)取巧。

1.代碼片

2.布局代碼和效果圖 (一定要注意在使用RadioGroup的時(shí)候要記的寫(xiě)RadioButton的id,否則不能切換)

android:id="@+id/rg"

android:layout_below="@id/bt2"

android:layout_margin="10dip"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="horizontal">

android:id="@+id/rb0"

android:layout_height="wrap_content"

android:layout_width="0dip"

android:layout_weight="1"

android:button="@null"

android:text="分類"

android:checked="true"

android:gravity="center"

android:textColor="@color/black"

android:background="@drawable/ch_bg"

android:layout_marginTop="2dip"

android:paddingBottom="4dip"/>

android:id="@+id/rb1"

android:layout_height="wrap_content"

android:layout_width="0dip"

android:layout_weight="1"

android:text="分類"

android:button="@null"

android:gravity="center"

android:textColor="@color/black"

android:background="@drawable/ch_bg"

android:layout_marginTop="2dip"

android:paddingBottom="4dip"/>

選擇器

xml version="1.0" encoding="utf-8"?>

效果圖

3.代碼片

android:gravity="center"/>

android:gravity="center"/>

android:gravity="center"/>

android:gravity="center"/>

效果圖

4.代碼片

5.知識(shí)庫(kù)連接:

創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎(jiǎng)勵(lì)來(lái)咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎(jiǎng)

總結(jié)

以上是生活随笔為你收集整理的android layer-list,Android layer-list的属性和使用具体解释的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。