android 图片自动切换

图片自动切换
res/drawable/update.xml
Java代码   收藏代码
  1.     xmlns:android="http://schemas.android.com/apk/res/android"    
  2.     android:oneshot="false">     
  3.     "@drawable/update_1" android:duration="200" />     
  4.     "@drawable/update_2" android:duration="200" />     
  5.     "@drawable/update_3" android:duration="200" />     
  6.     "@drawable/update_4" android:duration="200" />     
  7.     "@drawable/update_5" android:duration="200" />     
  8.     "@drawable/update_6" android:duration="200" />     
  9.     "@drawable/update_7" android:duration="200" />     
  10.     


res/layout/xx.xml
Java代码   收藏代码
  1. "10dp"    
  2.         android:layout_width="fill_parent" android:layout_height="fill_parent"    
  3.         android:layout_weight="1" android:src="@drawable/update"/> 

你可能感兴趣的:(Android)