在 AndroidMainfest.xml中选择哪个activity,设置windowSoftInputMode属性为 adjustUnspecified|stateHidden



<activity    android:name=".Main"    android:label="@string/str_lable_device_loc"    android:windowSoftInputMode="adjustUnspecified|stateHidden"    android:screenOrientation="portrait">    <intent-filter>        <action android:name="..." />        <category android:name="android.intent.category.DEFAULT" />    intent-filter>activity>

更多相关文章

  1. ListView的一些属性设置
  2. Android——高德地图设置中心点和缩放比例,获取两点之间距离
  3. [Android] Android(安卓)Tweened Animations动画使用详解二
  4. Android控件属性大全[整理]
  5. Android中使用WebView, WebChromeClient和WebViewClient加载网页
  6. Android开发环境搭建
  7. 《Android》Lesson09-Acitivity的四种启动模式
  8. Android(安卓)状态栏透明
  9. android竖向进度条简单实现

随机推荐

  1. android――activity添加退出动画
  2. Android 显示当前服务的代码片段
  3. Android(安卓)Studio 提示错误 default a
  4. 设置里首选网络类型由3G改成4G
  5. Android 指南针程序
  6. android 关于localhost和访问本机服务的
  7. android 交叉编译工具的认识
  8. android日历和时间选择器 普通选择和dial
  9. android中webview调用拨号盘
  10. Android判断是否有网络