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

首頁 > 系統 > Android > 正文

Android圓角按鈕的制作方法

2019-10-22 18:29:19
字體:
來源:轉載
供稿:網友

本文實例為大家分享了Android制作圓角按鈕的具體代碼,供大家參考,具體內容如下

【主要步驟】

創建一個XML文件

以此文件作為Button的Background

1.創建XML文件

在res目錄下的drawable-mdpi下建立XML文件

button_frame_shape.xml

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android">  <solid android:color="#ffffff" /><!-- 填充的顏色 -->  <!-- 設置按鈕的四個角為弧形 -->  <!-- android:radius 弧形的半徑 -->  <corners android:topLeftRadius="5dp"    android:topRightRadius="5dp"    android:bottomRightRadius="5dp"    android:bottomLeftRadius="5dp"/>  <!-- 邊框粗細及顏色 -->  <stroke android:width="2dp" android:color="@color/colorAccent" /></shape>

2.使用

在Button下使用Android:background=”@drawable/button_frame_shape”

<?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"> <Button    android:id="@+id/roundButton"   android:text=" 圓角邊框按鈕 "   android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:background="@drawable/button_frame_shape"   /> </LinearLayout>

效果如圖:

Android,圓角按鈕

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持VEVB武林網。


注:相關教程知識閱讀請移步到Android開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 荥阳市| 巴彦淖尔市| 太谷县| 孝昌县| 临西县| 河东区| 静海县| 凉城县| 清水县| 文山县| 卢湾区| 襄汾县| 体育| 旅游| 来凤县| 萝北县| 嘉兴市| 前郭尔| 沈丘县| 舒兰市| 盐津县| 呼和浩特市| 华容县| 铜梁县| 错那县| 会同县| 西畴县| 梅州市| 舟山市| 九龙城区| 保定市| 孟连| 阜阳市| 镇原县| 绍兴县| 南康市| 宕昌县| 湟源县| 剑河县| 策勒县| 城步|