最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

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

 更新時間:2016年11月22日 14:41:09   投稿:lqh  
這篇文章主要介紹了 Android TextView(圓弧)邊框和背景實例詳解的相關(guān)資料,這里提供了實現(xiàn)代碼和實現(xiàn)效果圖,需要的朋友可以參考下

 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文件實現(xiàn)

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> 

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

相關(guān)文章

最新評論

曲阳县| 湖北省| 宿迁市| 桃园市| 乳山市| 延安市| 禹城市| 菏泽市| 新津县| 康保县| 杨浦区| 廉江市| 资中县| 垦利县| 新晃| 黑山县| 南澳县| 静乐县| 武邑县| 股票| 平潭县| 柘荣县| 临沂市| 开阳县| 洛阳市| 防城港市| 古丈县| 永丰县| 武山县| 喜德县| 桦甸市| 文昌市| 玉屏| 蚌埠市| 庄浪县| 万宁市| 文登市| 德化县| 阳江市| 皋兰县| 宜章县|