1、显示图片

<ImageView   android:layout_width="fill_parent"      android:layout_height="wrap_content"     android:id="@+id/imageView"     />    

2、滚动条

   <ScrollView     android:layout_width="fill_parent"     android:layout_height="fill_parent"><TextView       android:layout_width="fill_parent"      android:layout_height="wrap_content"      android:id="@+id/textView"/>    </ScrollView>


3、ListView

<ListView          android:id="@+id/list"         android:layout_width="wrap_content"         android:layout_height="wrap_content"/>





更多相关文章

  1. Android(安卓)图片渐变切换效果
  2. android的ListView显示
  3. 浅谈android的selector背景选择器
  4. Android基础类之BaseAdapter
  5. android 笔记 --- 自定义Android主题风格theme.xml方法
  6. Android(安卓)lint 删除无用图片文件和配置文件
  7. android的selector背景选择器
  8. Android(安卓)EditView属性详细介绍
  9. android EditText彻底搞定输入框隐藏/显示背景 可编辑输入问题

随机推荐

  1. android sqlite database is locked (cod
  2. Android(安卓)FrameWork——Binder机制详
  3. 仿微信底部Tab切换,TabHost+Fragment的用
  4. Android(安卓)开发艺术探索笔记(十三) 之 W
  5. [置顶] android ScrollView,ListView 截屏
  6. android文件的写入与读取---简单的文本读
  7. Android(安卓)EventBus的简单使用
  8. Android——事件分发机制
  9. Android完全退出的4种方法
  10. ExpandableListView的使用