標題: 關于在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 |
主站蜘蛛池模板:
欧美精品啪啪
|
国产乱人伦精品一区二区
|
在线免费黄色小视频
|
精品国产一区二区三区久久久久久
|
亚洲黄色片免费观看
|
日本国产精品视频
|
日日噜噜噜夜夜爽爽狠狠视频97
|
欧美aⅴ|
一区二区三区四区视频
|
国产高清一区二区
|
美女爽到呻吟久久久久
|
国产91精品久久久久久久网曝门
|
中文字幕免费在线
|
国产精品免费观看
|
99热视
|
日日夜夜免费精品视频
|
国产一级片一区二区
|
三级成人片
|
成人午夜免费福利视频
|
国产成人99久久亚洲综合精品
|
日本一区二区不卡
|
亚洲aⅴ
|
亚洲乱码国产乱码精品精的特点
|
成人午夜电影在线观看
|
日本啊v在线
|
欧美婷婷
|
久久成人精品视频
|
久草网免费|
天天天天天天操
|
国产精品久久久久aaaa
|
国产精品欧美一区喷水
|
国产精品免费播放
|
米奇7777狠狠狠狠视频
|
国产高清视频
|
亚洲人在线播放
|
欧美最猛黑人xxxx黑人
|
国产在线精品一区二区三区
|
国产精品a一区二区三区网址
|
91久久久久久久
|
一区精品在线观看
|
男人的天堂一级片
|