WEB开发网
开发学院手机开发Android 开发 Android画图 shape的使用文档信息 阅读

Android画图 shape的使用文档信息

 2010-06-04 03:00:00 来源:WEB开发网   
核心提示:在GradientDrawable1试图中终于把shape学会了,以前总是似懂非懂,Android画图 shape的使用文档信息,现在终于把里面的东西搞清楚了,同时也挺佩服谷歌的用心,故意设置一些陷阱吧,不认真对待还真以为没有啥效果呢

在GradientDrawable1试图中终于把shape学会了,以前总是似懂非懂,现在终于把里面的东西搞清楚了,同时也挺佩服谷歌的用心,故意设置一些陷阱吧,不认真对待还真以为没有啥效果呢。

setContentView(R.layout.shape_drawable_1)

shape_drawable_1 代码如下:

< ScrollView xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="fill_parent"

android:layout_height="wrap_content" >

< LinearLayout

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="wrap_content" >

< ImageView

android:layout_width="fill_parent"

android:layout_height="50dip"

android:src="@drawable/shape_1" / >

< ImageView

android:layout_width="fill_parent"

android:layout_height="50dip"

android:src="@drawable/line" / >

< ImageView

android:layout_width="fill_parent"

android:layout_height="50dip"

android:src="@drawable/shape_2" / >

< ImageView

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:src="@drawable/line" / >

< ImageView

android:layout_width="fill_parent"

android:layout_height="50dip"

android:src="@drawable/shape_3" / >

< ImageView

android:layout_width="fill_parent"

android:layout_height="20dip"

android:src="@drawable/line" / >

< ImageView

android:layout_width="fill_parent"

android:layout_height="50dip"

android:src="@drawable/shape_4" / >

< ImageView

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:src="@drawable/line" / >

< ImageView

1 2  下一页

Tags:Android 画图 shape

编辑录入:coldstar [复制链接] [打 印]
赞助商链接