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

首頁 > 系統 > Android > 正文

Android TextView(圓弧)邊框和背景實例詳解

2019-12-12 04:32:59
字體:
來源:轉載
供稿:網友

 Android TextView 圓弧

效果圖:

布局代碼:

<TextView           android:id="@+id/product_tag"           android:layout_width="wrap_content"           android:layout_height="wrap_content"           android:gravity="center"           android:singleLine="true"           android:textSize="10sp"           android:textColor="@color/label_orange"           android:layout_marginLeft="10dp"           android:background="@drawable/shape_label_orange"           android:text="標簽"/> 

樣式代碼:

弧度和背景主要靠background中的.xml文件實現

1、

<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android">    <!-- 實心 -->   <solid android:color="@android:color/white"/>   <!-- 邊框 -->   <stroke       android:width="0.5dp"       android:color="@color/label_orange"/>   <!-- 圓角 -->   <corners android:radius="3dp"/>   <!-- 邊距 -->   <padding       android:top="2dp"       android:bottom="2dp"       android:left="6dp"       android:right="6dp"/>  </shape> 

2、

<?xml version="1.0" encoding="utf-8"?> <shape     xmlns:android="http://schemas.android.com/apk/res/android"     android:shape="oval"     android:useLevel="false">    <!-- 實心 -->   <solid android:color="@color/label_round_orange" />   <!-- 圓角 -->   <corners android:radius="360dp" />   <!-- 邊距 -->   <padding     android:bottom="1dp"     android:left="1dp"     android:right="1dp"     android:top="1dp" />    <!-- 大小 -->   <size android:width="15dp"      android:height="15dp" />  </shape> 

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 赤峰市| 阿合奇县| 嘉义市| 长宁区| 温州市| 玉环县| 绥阳县| 阳高县| 丹东市| 东山县| 阿克苏市| 胶州市| 大田县| 凤凰县| 扎囊县| 中江县| 洛阳市| 岢岚县| 丰顺县| 大城县| 南漳县| 玛曲县| 铁岭市| 隆安县| 崇信县| 石嘴山市| 潮州市| 黎平县| 华阴市| 彭阳县| 城固县| 新化县| 玉环县| 塘沽区| 同德县| 张家港市| 新晃| 开化县| 会昌县| 会昌县| 石柱|