<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="fill_parent"    android:layout_height="fill_parent"    android:orientation="vertical" >    <!-- 加载时不直接弹出输入法 -->    <LinearLayout        android:layout_width="0px"        android:layout_height="0px"        android:focusable="true"        android:focusableInTouchMode="true" />    <LinearLayout        android:layout_width="match_parent"        android:layout_height="match_parent"        android:orientation="vertical" >    </LinearLayout></LinearLayout>

更多相关文章

  1. 在Android(OPhone)模拟器中加载和使用SDCard卡
  2. android 修改输入法中拼写检测默认值
  3. android 加载图片轻松避免OOM(out of memory) 支持设置缓存大小,
  4. WebView android sdk 25加载“file:///..."失败解决
  5. android中如何屏蔽长按menu出现的输入法
  6. Android -android程序最先加载的Activity
  7. android linker加载
  8. java|android加载src路径下面的图片文件

随机推荐

  1. android IPC通信机制中BBinder与BpBinder
  2. Android:StatFs类 获取系统/sdcard存储空
  3. android Bitmap的截取和缩放--转
  4. Android最全的屏幕适配
  5. Android应用程序的调试
  6. xamarin开发Android程序示例
  7. VS2013开发Android(安卓)App 环境搭建
  8. android POST请求(https)遇到的问题
  9. android 中文 API- Scroller
  10. Android入门第五篇之TableLayout (二)//