Chinaunix首页 | 论坛 | 博客
  • 博客访问: 460522
  • 博文数量: 155
  • 博客积分: 2954
  • 博客等级: 少校
  • 技术积分: 1000
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-12 22:00
文章分类

全部博文(155)

文章存档

2014年(2)

2013年(5)

2012年(10)

2011年(33)

2010年(105)

我的朋友

分类: Java

2010-08-19 17:26:07

外层套一个ScrollView
 
    android:layout_width="fill_parent"
    android:background="@drawable/bg" android:layout_height="fill_parent" android:orientation="vertical">
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent">
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" android:orientation="vertical">
 


 
AndroidManifest.xml
 
相应的activity加入属性android:windowSoftInputMode="adjustPan"
阅读(837) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~