Android shape的xml檔案

來源:互聯網
上載者:User

標籤:

Android shape的xml檔案可以寫不同形狀、背景、邊框、圓角等等效果,可以代替不少. 9圖片的使用,縮小資源檔的大小。下面看一下shape可以包含的內容有哪些。

 1 <?xml version="1.0" encoding="utf-8"?> 2 <shape 3     xmlns:android="http://schemas.android.com/apk/res/android" 4     android:shape=["rectangle" | "oval" | "line" | "ring"] > 5     <corners 6         android:radius="integer" 7         android:topLeftRadius="integer" 8         android:topRightRadius="integer" 9         android:bottomLeftRadius="integer"10         android:bottomRightRadius="integer" />11     <gradient12         android:angle="integer"13         android:centerX="integer"14         android:centerY="integer"15         android:centerColor="integer"16         android:endColor="color"17         android:gradientRadius="integer"18         android:startColor="color"19         android:type=["linear" | "radial" | "sweep"]20         android:useLevel=["true" | "false"] />21     <padding22         android:left="integer"23         android:top="integer"24         android:right="integer"25         android:bottom="integer" />26     <size27         android:width="integer"28         android:height="integer" />29     <solid30         android:color="color" />31     <stroke32         android:width="integer"33         android:color="color"34         android:dashWidth="integer"35         android:dashGap="integer" />36 </shape>

 

Android shape的xml檔案

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.