有时候我们需要这种效果,键盘弹出,底部的内容跟随上移。今天我就实现了这样一个小小的效果

话不多说先看效果:

view随着键盘移动_第1张图片 view随着键盘移动_第2张图片

我们直接来看布局文件main.xml

[java]view plaincopy


android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical"

android:gravity="bottom">

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical"

android:layout_weight="1.0">

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:fillViewport="true"

android:orientation="vertical"

android:scrollbars="vertical">

android:id="@+id/gridview"

android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:layout_gravity="center_horizontal"

android:paddingLeft="20dp"

android:paddingRight="20dp">

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:text="上 传"

android:layout_weight="1.0"/>

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_weight="1.0"

android:text="取 消"/>"

这样做 底部的上传和取消会随着软键盘的弹出而上移。


http://blog.csdn.net/yhqbsand/article/details/9066781

更多相关文章

  1. Android图片压缩及内存缓存
  2. Android 手动显示和隐藏软键盘 android 隐藏显示输入法键盘
  3. 多方向抽屉效果
  4. 使用 EditText来调用软键盘的搜索功能
  5. Android:如何显示网络图片
  6. Android中向服务器上传图片
  7. Android软键盘挡住输入框的问题及解决方法

随机推荐

  1. 【072】◀▶ Android(安卓)(IV) - 显示及
  2. android TextView 垂直自动滚动字幕实现
  3. android 设置控件的透明度
  4. Android(安卓)远程图片获取和本地缓存(三)
  5. Android开发人员得让短信应用程序准备好
  6. android Looper学习
  7. Android模仿QQ的左右滑动切换界面和下拉
  8. Android(安卓)播放视频(四)VideoView全屏
  9. 关于修改Android手机的音量
  10. android service 之startService(...)