开发者

How to include keypad in layout?

i am creating app, which requeres to display keypad all the time. For window i layout described in *.xml. How i can add keypad to this view? for eg:

<开发者_JAVA技巧;layout>
  <textView/>
  <image/>
  <keypad/>
</layout>


you cannot add the keyboard to your layout, and to force the keyboard to be always visible in a certain Activity by adding this to your activity element in the manifest: android:windowSoftInputMode="stateAlwaysVisible"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜