我的Android进阶之旅------>Android中android:windowSoftInputMode的使用方法

面试题:怎样在显示某个Activity时马上弹出软键盘?

答案:在AndroidManifest.xml文件里设置<activity>标签的android:windowSoftInputMode属性能够在显示Activity时马上弹出当前输入法的软键盘(无论是否有获得焦点的空间)。

设置为:android:windowSoftInputMode="stateVisible|adjustPan"   代码例如以下:

   <activity
            android:name=".RingstonActivity"
            android:configChanges="orientation|keyboardHidden|screenSize"
            android:windowSoftInputMode="stateVisible|adjustPan"
            android:label="@string/app_name"
            android:theme="@style/AppTheme" >

启动程序,进入RingstonActivity就弹出了当前的输入法,本人手机上装的是搜狗输入法

=================================中文大义例如以下=================================

attributes:android:windowSoftInputMode

活动的主窗体怎样与包括屏幕上的软键盘窗体交互。

这个属性的设置将会影响两件事情:

1> 软键盘的状态——是否它是隐藏或显示——当活动(Activity)成为用户关注的焦点。

2> 活动的主窗体调整——是否降低活动主窗体大小以便腾出空间放软键盘或是否当活动窗体的部分被软键盘覆盖时它的内容的当前焦点是可见的。

它的设置必须是以下列表中的一个值,或一个”state…”值加一个”adjust…”值的组合。在任一组设置多个值——多个”state…”values,比如&mdash有没有定义的结果。各个值之间用|分开。比如: <activity android:windowSoftInputMode="stateVisible|adjustResize" . . .
>

在这设置的值(除"stateUnspecified"和"adjustUnspecified"以外)将覆盖在主题中设置的值

以下是这些值的含义:

含义
stateUnspecified 软键盘的状态(是否它是隐藏或可见)没有被指定。

系统将选择一个合适的状态或依赖于主题的设置。

这个是为了软件盘行为默认的设置。

stateUnchanged 软键盘被保持不管它上次是什么状态,是否可见或隐藏,当主窗体出如今前面时。

stateHidden 当用户选择该Activity时,软键盘被隐藏——也就是,当用户确定导航到该Activity时。而不是返回到它因为离开还有一个Activity。
stateAlwaysHidden 软键盘总是被隐藏的。当该Activity主窗体获取焦点时。
stateVisible 软键盘是可见的,当那个是正常合适的时(当用户导航到Activity主窗体时)。

stateAlwaysVisible 当用户选择这个Activity时。软键盘是可见的——也就是,也就是,当用户确定导航到该Activity时,而不是返回到它因为离开还有一个Activity。

adjustUnspecified 它不被指定是否该Activity主窗体调整大小以便留出软键盘的空间,或是否窗体上的内容得到屏幕上当前的焦点是可见的。系统将自己主动选择这些模式中一种主要依赖于是否窗体的内容有不论什么布局视图可以滚动他们的内容。如果有这种一个视图,这个窗体将调整大小,这种如果可以使滚动窗体的内容在一个较小的区域中可见的。这个是主窗体默认的行为设置。

adjustResize 该Activity主窗体总是被调整屏幕的大小以便留出软键盘的空间。
adjustPan  该Activity主窗体并不调整屏幕的大小以便留出软键盘的空间。相反,当前窗体的内容将自己主动移动以便当前焦点从不被键盘覆盖和用户能总是看到输入内容的部分。这个一般是不期望比调整大小,由于用户可能关闭软键盘以便获得与被覆盖内容的交互操作。
欧阳鹏 http://blog.csdn.net/ouyang_peng

========================================官网介绍例如以下========================================

语法例如以下:

<activity
android:windowSoftInputMode=["stateUnspecified",
                                       "stateUnchanged", "stateHidden",
                                       "stateAlwaysHidden", "stateVisible",
                                       "stateAlwaysVisible", "adjustUnspecified",
                                       "adjustResize", "adjustPan"] > 

android:windowSoftInputMode
How the main window of the activity interacts with the window containing the on-screen soft keyboard. The setting for this attribute affects two things:

  • The state of the soft keyboard — whether it is hidden or visible — when the activity becomes the focus of user attention.
  • The adjustment made to the activity‘s main window — whether it is resized smaller to make room for the soft keyboard or whether its contents pan to make the current focus visible when part of the window is covered by the soft
    keyboard.

The setting must be one of the values listed in the following table, or a combination of one "state..." value plus one "adjust..."
value. Setting multiple values in either group — multiple "state..." values, for example — has undefined results. Individual values are separated by a vertical bar (|).
For example:

<activity android:windowSoftInputMode="stateVisible|adjustResize" . . . >

Values set here (other than "stateUnspecified" and "adjustUnspecified")
override values set in the theme.

V alue Description
"stateUnspecified" The state of the soft keyboard (whether it is hidden or visible) is not specified. The system will choose an appropriate state or rely on the setting in the theme.

This is the default setting for the behavior of the soft keyboard.

"stateUnchanged" The soft keyboard is kept in whatever state it was last in, whether visible or hidden, when the activity comes to the fore.
"stateHidden" The soft keyboard is hidden when the user chooses the activity — that is, when the user affirmatively navigates forward to the activity, rather than backs into it because of leaving another activity.
"stateAlwaysHidden" The soft keyboard is always hidden when the activity‘s main window has input focus.
"stateVisible" The soft keyboard is visible when that‘s normally appropriate (when the user is navigating forward to the activity‘s main window).
"stateAlwaysVisible" The soft keyboard is made visible when the user chooses the activity — that is, when the user affirmatively navigates forward to the activity, rather than backs into it because of leaving another activity.
"adjustUnspecified" It is unspecified whether the activity‘s main window resizes to make room for the soft keyboard, or whether the contents of the window pan to make the current focus visible on-screen. The system will automatically select one of these modes depending on whether
the content of the window has any layout views that can scroll their contents. If there is such a view, the window will be resized, on the assumption that scrolling can make all of the window‘s contents visible within a smaller area.

This is the default setting for the behavior of the main window.

"adjustResize" The activity‘s main window is always resized to make room for the soft keyboard on screen.
"adjustPan" The activity‘s main window is not resized to make room for the soft keyboard. Rather, the contents of the window are automatically panned so that the current focus is never obscured by the keyboard and users can always see what they are typing. This is generally
less desirable than resizing, because the user may need to close the soft keyboard to get at and interact with obscured parts of the window.

This attribute was introduced in API Level 3.

INTRODUCED IN:
API Level 1 for all attributes except for noHistory and windowSoftInputMode,
which were added in API Level 3.

====================================================================================

  作者:欧阳鹏  欢迎转载。与人分享是进步的源泉!

  转载请保留原文地址:http://blog.csdn.net/ouyang_peng

====================================================================================

时间: 2024-11-08 21:16:24

我的Android进阶之旅------&gt;Android中android:windowSoftInputMode的使用方法的相关文章

我的Android进阶之旅------&gt;Java字符串格式化方法String.format()格式化float型时小数点变成逗号问题

今天接到一个波兰的客户说有个APP在英文状态下一切运行正常,但是当系统语言切换到波兰语言的时候,程序奔溃了.好吧,又是我来维护. 好吧,先把系统语言切换到波兰语,切换到波兰语的方法查看文章 我的Android进阶之旅------>Android[设置]-[语言和输入法]-[语言]列表中找到相应语言所对应的列表项 地址:http://blog.csdn.net/ouyang_peng/article/details/50209789 ================================

我的Android进阶之旅------&gt;如何获取系统中定义了那些权限

在Window控制台中输入如下命令可以看到Android系统中列出的所有权限(如果自定义权限注册成功,在这里也会找到这些自定义的权限) adb shell pm list permissions C:\Users\Administrator>adb shell pm list permissions All Permissions: permission:android.permission.INTERNAL_SYSTEM_WINDOW permission:android.permission

我的Android进阶之旅------&gt;Android疯狂连连看游戏的实现之实现游戏逻辑(五)

在上一篇<我的Android进阶之旅------>Android疯狂连连看游戏的实现之加载界面图片和实现游戏Activity(四)>中提到的两个类: GameConf:负责管理游戏的初始化设置信息. GameService:负责游戏的逻辑实现. 其中GameConf的代码如下:cn\oyp\link\utils\GameConf.java package cn.oyp.link.utils; import android.content.Context; /** * 保存游戏配置的对象

我的Android进阶之旅------&gt; Android在TextView中显示图片方法

面试题:请说出Android SDK支持哪些方式显示富文本信息(不同颜色.大小.并包含图像的文本信息),并简要说明实现方法. 答案:Android SDK支持如下显示富文本信息的方式. 1.使用TextView组件可以显示富文本信息.在TextView组件中可以使用富文本标签来显示富文本信息,这种标签类似于HTML标签,但比HTML标签简单,支持有限的几种显示富文本的方式.如<font>标签用于设置字体和颜色,<b>用于设置粗体.包含这些标签的文本不能直接作为TextView.se

我的Android进阶之旅------&gt; Android为TextView组件中显示的文本添加背景色

通过上一篇文章 我的Android进阶之旅------> Android在TextView中显示图片方法 (地址:http://blog.csdn.net/ouyang_peng/article/details/46916963) 我们学会了在TextView中显示图片的方法,现在我们来学习如何为TextView组件中显示的文本添加背景色.要求完成的样子如图所示: 首先来学习使用BackgroundColorSpan对象设置文字背景色,代码如下: TextView textView=(TextV

我的Android进阶之旅------&amp;gt;怎样将Activity变为半透明的对话框?

我的Android进阶之旅------>怎样将Activity变为半透明的对话框?能够从两个方面来考虑:对话框和半透明. 在定义Activity时指定Theme.Dialog主题就能够将Activity设置为对话框风格. 通过改动Theme.Dialog主题的android:windowBackground属性值能够改变Activity的背景图像. 假设背景图像使用半透明的图像,则Activity就好变成半透明的对话框.为了改动android:windowBackground属性,能够定义一个新

我的Android进阶之旅------&gt;解决:Execution failed for task &#39;:app:transformResourcesWithMergeJavaResForDebug&#39;.

错误描述 今天在Android Studio项目中加入了jackson的开发包,编译运行时候,引发了如下的错误: Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. > com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Du

我的Android进阶之旅------&gt;Android字符串资源中的单引号问题error: Apostrophe not preceded by 的解决办法

刚刚在string字符串资源文件中,写了一个单引号,报错了,错误代码如下 error: Apostrophe not preceded by \ (in OuyangPeng's blog ) 资源文件如下: <?xml version="1.0" encoding="utf-8"?> <resources> <string name="ouyang">OuyangPeng's blog </string

我的Android进阶之旅------&gt;如何将Activity变为半透明的对话框?

我的Android进阶之旅------>如何将Activity变为半透明的对话框?可以从两个方面来考虑:对话框和半透明. 在定义Activity时指定Theme.Dialog主题就可以将Activity设置为对话框风格. 通过修改Theme.Dialog主题的android:windowBackground属性值可以改变Activity的背景图像.如果背景图像使用半透明的图像,则Activity就好变成半透明的对话框.为了修改android:windowBackground属性,可以定义一个新的

我的Android进阶之旅------&gt;Android利用Sensor(传感器)实现水平仪功能的小例

这里介绍的水平仪,指的是比较传统的气泡水平仪,在一个透明圆盘内充满液体,液体中留有一个气泡,当一端翘起时,该气泡就会浮向翘起的一端. 利用方向传感器返回的第一个参数,实现了一个指南针小应用. 我的Android进阶之旅------>Android利用Sensor(传感器)实现指南针功能 (地址:http://blog.csdn.net/ouyang_peng/article/details/8801204) 接下来,我们利用返回的第二.三个参数实现该水平仪.因为第二个参数,反映底部翘起的角度(当