欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

XML繪圖的示例分析

這篇文章主要介紹了XML繪圖的示例分析,具有一定借鑒價(jià)值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

創(chuàng)新互聯(lián)建站專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于成都網(wǎng)站制作、成都網(wǎng)站建設(shè)、貴陽(yáng)網(wǎng)絡(luò)推廣、成都微信小程序、貴陽(yáng)網(wǎng)絡(luò)營(yíng)銷、貴陽(yáng)企業(yè)策劃、貴陽(yáng)品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運(yùn)營(yíng)等,從售前售中售后,我們都將竭誠(chéng)為您服務(wù),您的肯定,是我們最大的嘉獎(jiǎng);創(chuàng)新互聯(lián)建站為所有大學(xué)生創(chuàng)業(yè)者提供貴陽(yáng)建站搭建服務(wù),24小時(shí)服務(wù)熱線:13518219792,官方網(wǎng)址:www.chinadenli.net

XML繪圖

Bitmap

<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
 android:src="@drawable/giao"/>

Shape

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
 android:shape="rectangle">
 <gradient
  android:startColor="#FF5DA2FF"
  android:endColor="#805FBBEF"
  android:angle="45"/>
 <padding
  android:bottom="7dp"
  android:top="7dp"
  android:left="7dp"
  android:right="7dp"/>
 <corners android:radius="8dp"/>
</shape>

Layer(實(shí)現(xiàn)Photoshop中類似圖層的概念)

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
 <item android:drawable="@drawable/default_head"/>
 <item android:drawable="@drawable/default_head"
  android:left="10dip"
  android:right="10dip"
  android:top="10dip"
  android:bottom="10dip"/>
 <item android:drawable="@drawable/giao"
  android:left="200dp"
  android:right="200dp"
  android:top="200dp"
  android:bottom="200dp"/>
<!-- 圖層效果-->
</layer-list>

Selector(幫助開(kāi)發(fā)者實(shí)現(xiàn)靜態(tài)繪圖中的時(shí)間反饋)

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
 <item android:state_pressed="true">
  <shape android:shape="rectangle">
   <solid android:color="#33FD0000"/>
   <corners android:radius="5dp"/>
   <padding android:left="10dp"
    android:right="10dp"
    android:top="10dp"
    android:bottom="10dp"/>
  </shape>
 </item>
 <item>
  <shape android:shape="rectangle">
   <solid android:color="#ffffffff"/>
   <corners android:radius="5dp"/>
   <padding android:left="10dp"
    android:right="10dp"
    android:top="10dp"
    android:bottom="10dp"/>
  </shape>
 </item>
<!-- 點(diǎn)擊反饋效果-->
</selector>

感謝你能夠認(rèn)真閱讀完這篇文章,希望小編分享的“XML繪圖的示例分析”這篇文章對(duì)大家有幫助,同時(shí)也希望大家多多支持創(chuàng)新互聯(lián),關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,更多相關(guān)知識(shí)等著你來(lái)學(xué)習(xí)!

本文題目:XML繪圖的示例分析
本文路徑:http://www.chinadenli.net/article12/ieosdc.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供營(yíng)銷型網(wǎng)站建設(shè)企業(yè)建站外貿(mào)建站云服務(wù)器網(wǎng)站導(dǎo)航品牌網(wǎng)站制作

廣告

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

綿陽(yáng)服務(wù)器托管