下载此文档

Android-ImageSwitcher图片切换.doc


文档分类: | 页数:约4页 举报非法文档有奖
1/4
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/4 下载此文档
文档列表 文档介绍
AVD
SDK

<LinearLayout xmlns:android="http://schemas./apk/res/android"
xmlns:tools="http://schemas./tools"
android:id="@+id/LinearLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="***@string/hello_world" />
<ImageSwitcher
android:id="@+id/imageSwitcherId"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
></ImageSwitcher>
<LinearLayout
xmlns:android="http://schemas./apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<Button
android:id="@+id/previousImageId"
android:layout_width="wrap_content"
android:layout_height='wrap_content'
android:text="上一张图片"
android:enabled="false"
/>
<Button
android:id="@+id/nextImageId"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="下一张图片"
android:enabled="true"
/>
</LinearLayout>
</LinearLayout>

.;
import ;
import ;
import ;
import ;
import ;
import

Android-ImageSwitcher图片切换 来自淘豆网m.daumloan.com转载请标明出处.