首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android中卡通效果的运用

2012-07-22 
android中动画效果的运用?再布局文件中,增加ImageView?ImageView android:id@+id/myImageViewandroid:

android中动画效果的运用

?

再布局文件中,增加ImageView

?

<ImageView android:id="@+id/myImageView"android:layout_width="fill_parent"android:layout_height="fill_parent"android:src="@drawable/icon"/>
?

?

热点排行