你的位置:首页 > 软件开发 > 操作系统 > Android shape的xml文件

Android shape的xml文件

发布时间:2015-11-08 11:00:09
Android shape的 1 <??> 2 <shape 3 ="http://schemas.android.com/apk/res/android" 4 android:shape=["rectangle" ...

Android shape的

 1 <??> 2 <shape 3   ="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文件

关键词:Android

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录