AndroidView背景選擇器編寫技巧-創(chuàng)新互聯(lián)

  1. 在項目中選擇器的使用是非常多的,以下是本人在項目中的一些常用的背景選擇器的寫法
  2. 帶邊框下劃線背景選擇器效果圖:

十載的藤縣網(wǎng)站建設(shè)經(jīng)驗,針對設(shè)計、前端、開發(fā)、售后、文案、推廣等六對一服務(wù),響應(yīng)快,48小時及時工作處理。全網(wǎng)整合營銷推廣的優(yōu)勢是能夠根據(jù)用戶設(shè)備顯示端的尺寸不同,自動調(diào)整藤縣建站的顯示方式,使網(wǎng)站能夠適用不同顯示終端,在瀏覽器中調(diào)整網(wǎng)站的寬度,無論在任何一種瀏覽器上瀏覽網(wǎng)站,都能展現(xiàn)優(yōu)雅布局與設(shè)計,從而大程度地提升瀏覽體驗。成都創(chuàng)新互聯(lián)公司從事“藤縣網(wǎng)站設(shè)計”,“藤縣網(wǎng)站推廣”以來,每個客戶項目都認(rèn)真落實執(zhí)行。

上面布局中放了10個CheckBox,然后設(shè)置了CheckBox的背景圖片位,背景選擇器,同時設(shè)置了字體的顏色選擇器。

帶邊框下劃線背景選擇器代碼:

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
  <!-- 選中狀態(tài) -->
  <item android:state_checked="true">
    <!-- 設(shè)置層次背景 -->
    <layer-list>
      <!-- 底層 -->
      <item>
        <shape android:shape="rectangle"><!-- 畫矩形 -->
          <!--邊框色-->
          <stroke android:width="1dp" android:color="@color/gray27"/>
          <!-- 背景色 -->
          <solid android:color="@color/gray17"/>
          <!-- 圓角 -->
          <corners android:radius="3dp"/>
        </shape>
      </item>
      <!-- 上層 -->
      <item android:top="36.5dp"> 
      <!-- top:距離頂部多少db開始畫線,需配合View的高度繪制 -->
        <shape android:shape="rectangle">
          <solid android:color="@color/mainColor"/>
        </shape>
      </item>
    </layer-list>
  </item>
  <!-- 默認(rèn)狀態(tài) -->
  <item>
    <shape>
      <stroke android:width="1dp" android:color="@color/gray27"/>
      <solid android:color="@color/white"/>
      <corners android:radius="@dimen/radius"/>
    </shape>
  </item>
</selector>

分享名稱:AndroidView背景選擇器編寫技巧-創(chuàng)新互聯(lián)
瀏覽路徑:http://muchs.cn/article20/dsgeco.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供營銷型網(wǎng)站建設(shè)、手機網(wǎng)站建設(shè)、品牌網(wǎng)站建設(shè)網(wǎng)站收錄、網(wǎng)頁設(shè)計公司、電子商務(wù)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)公司