loe*_*chg 5 android input android-softkeyboard
我无法在我的应用程序中获得EditText字段,以便在Droid Bionic上实际使用inputType ="textCapWords"或"textPersonName".我测试的其他手机似乎没问题.大写输入类型似乎都不起作用.我也尝试了弃用的大写属性.并以编程方式设置.
有没有其他人遇到这个问题?除了使用TextWatcher实现自定义功能之外的任何建议?
<EditText
android:id="@+id/last_name_editor"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="@string/last_name"
android:inputType="textCapWords"/>
Run Code Online (Sandbox Code Playgroud)
你能检查你的设备键盘设置.在某些设备(三星Note 2)中,它们提供自动资本化检查/联合检查选项.
| 归档时间: |
|
| 查看次数: |
2384 次 |
| 最近记录: |