標題: 關于在AndroidStudio中自定義Button的樣式 [打印本頁]
作者: 78701979 時間: 2017-8-1 10:52
標題: 關于在AndroidStudio中自定義Button的樣式
于自定義Button的樣式,是在res/drawable文件夾下自定義一個xml文件,在xml文件中進行定義,然后通過將Button的backgroud改為定義的xml文件實現的。下面將進行詳細介紹,并舉例說明。
在res/drawable下新建一個button_style.xml文件,這個文件用于描述按鈕的樣式
[html] view plain copy
- <?xml version="1.0" encoding="utf-8"?>
- <selector xmlns:android="http://schemas.android.com/apk/res/android" >
- <item android:state_pressed="true" android:drawable="@drawable/btn_p"/>
- <item android:state_pressed="false" android:drawable="@drawable/btn_n"/>
- </selector>
有很多樣式可夠選擇:在使用時,
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/hello" />
-
- <Button
- android:id="@+id/button1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/button_style"
- />
-
- </LinearLayout>
這樣就完成了簡單的Button樣式。
可以利用上述的參數設置完成一些很酷炫的按鈕樣式。
[html] view plain copy
- <?xml version="1.0" encoding="utf-8"?>
- <selector
- xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true">
- <shape>
- <gradient android:startColor="#99CC33"
- android:endColor="#99CC33"
- android:angle="270" />
- <stroke android:width="1dip" android:color="#f403c9" />
- <corners android:radius="2dp" />
- <padding android:left="10dp" android:top="10dp"
- android:right="10dp" android:bottom="10dp" />
- </shape>
- </item>
-
- <item android:state_focused="true">
- <shape>
- <gradient android:startColor="#ffc2b7"
- android:endColor="#ffc2b7"
- android:angle="270" />
- <stroke android:width="1dip" android:color="#f403c9" />
- <corners android:radius="2dp" />
- <padding android:left="10dp" android:top="10dp"
- android:right="10dp" android:bottom="10dp" />
- </shape>
- </item>
-
- <item>
- <shape>
- <gradient android:startColor="#336633"
- android:endColor="#336633"
- android:angle="180" />
- <stroke android:width="1dip" android:color="#f403c9" />
- <corners android:radius="5dip" />
- <padding android:left="10dp" android:top="10dp"
- android:right="10dp" android:bottom="10dp" />
- </shape>
- </item>
- </selector>
- 感謝大家觀看!
歡迎光臨 (http://www.zg4o1577.cn/bbs/) |
Powered by Discuz! X3.1 |
主站蜘蛛池模板:
精品美女视频在免费观看
|
精品免费国产一区二区三区
|
久久综合伊人一区二区三
|
亚洲免费大片
|
一区二区三区av
|
久久久www成人免费无遮挡大片
|
国产伦精品一区二区三区照片91
|
综合国产第二页
|
亚洲在线看
|
狠狠干av|
男女下面一进一出网站
|
国产视频黄色
|
日韩一级精品视频在线观看
|
一区影视|
日韩播放|
91亚洲免费
|
在线观看免费毛片
|
一区二区三区国产在线观看
|
九九爱这里只有精品
|
日韩精品一区二区三区在线
|
久久久精品网站
|
中文字幕av在线一二三区
|
91久久久久久久
|
狠狠久久综合
|
嫩草一区二区三区
|
国产精品一区二区av
|
国产精品一区二区在线播放
|
欧美一区二区三区久久精品
|
国产成人在线视频
|
亚洲视频二区
|
www.国产精
|
91色综合|
欧产日产国产精品视频
|
欧美极品在线播放
|
日韩黄|
久久一二
|
久久免费观看一级毛片
|
欧美精品一区二区三区在线播放
|
日韩欧美中文在线
|
成人性生交a做片
|
激情三区
|