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

首頁 > 系統 > Android > 正文

Android圓角按鈕的制作方法

2019-12-12 02:10:51
字體:
來源:轉載
供稿:網友

本文實例為大家分享了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>

效果如圖:

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

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 黔西县| 崇阳县| 应城市| 二手房| 甘谷县| 沙坪坝区| 会同县| 观塘区| 广西| 松原市| 无为县| 正宁县| 丹凤县| 紫阳县| 东方市| 海安县| 临西县| 丽江市| 嘉禾县| 桐梓县| 阳信县| 辉南县| 西安市| 建瓯市| 南溪县| 军事| 南召县| 宜川县| 崇义县| 贵定县| 浦东新区| 嘉兴市| 双柏县| 大关县| 比如县| 特克斯县| 穆棱市| 木里| 扶沟县| 华亭县| 汝南县|