<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/ScrollView" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:scrollbars="vertical">

<LinearLayout

android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">

<ImageView
android:src="@drawable/horsort"
android:layout_width="fill_parent"
android:layout_height="fill_parent"></ImageView>

</LinearLayout>


</ScrollView>

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android中onResume()的启动执行顺序
  2. Android输入管理_InputManager服务启动
  3. Android(安卓)studio禁用启动时自动更新S
  4. Android Widget 中ListView加载网络图片
  5. android ClipDrawable 使用
  6. 关于Android的post,get、cookie网络获取的
  7. windows10 环境下编译 Android(安卓)Pjsi
  8. Android模拟器访问Tomcat和IIS7
  9. [Android]获取其他应用的logcat
  10. Android 手势的识别和控制 GestureDeteco