2012年4月16日

anroid 中 shape 的使用方法

摘要: 1:在res新建一个名为drawable的文件夹用于存放图片的资源文件。显然我们的shape形状文件也属于图片资源。2:shape的属性: xmlns:android xml文件的命名空间 android:shape 形状的种类,"rectangle" 默认矩形,"oval" 椭圆,"line" 线, "ring" 环状 有下列特性属 性:android:innerRadius,android:innerRadiusRatio,android:innerRadiusRatio,android:thicknessRa 阅读全文

posted @ 2012-04-16 11:43 null_pointer 阅读(612) 评论(0) 推荐(0)

导航