android - Why after pressing "ok" button in numeric sofkeyboard the alphanumericsoftkeyboard appears? -
When I click on the edit numeric keyboard app, type some fragments and then pressing "OK" shows the normal keyboard. Which is binded, not an editor, the numeric keyboard should just disappear. How to install it?
& lt; LinearLayout xmlns: android = "http://schemas.android.com/apk/res/android" xmlns: tools = "http: // schemas android.com/tools" xmlns: ad = "http://schemas.android Android: layout_width = "match_parent" Android: layout_height = "match_parent" Android: paddingLeft = "@ Dimen / activity_horizontal_margin." Android: paddingRight = "@ Dimen / activity_horizontal_margin" Android: paddingTop = "@ Dimen / activity_vertical_margin "Android: paddingBottom =" @ Dimen / activity_vertical_margin "Android: Orientation =" vertical "tool: Reference =" MainActivity "& gt; & Lt; TextView android: text = "@ string / short_instruction" Android: layout_width = "wrap_content" Android: layout_gravity = "center_horizontal" Android: layout_height = "wrap_content" /> & Lt; EditText: Android: layout_width = "match_parent" Android: layout_height = "wrap_content" android: inputType = "number" Android: textAlignment = "center" Android: gravity = "center" Android: maxLength = "4" Android: EMS = "10" Android: signal = "@ string / number_vehicle_hint" Android: id = "@ + id / somenumber" Android: layout_gravity = "center_horizontal" Android: layout_marginTop = "10dp" /> & Lt; Android: layout_height = "wrap_content" Android: layout_width = "match_parent" Android: onClick = "reportButtonPerform" Android: text = "@ string / report_button" android: layout_marginTop = "20dp" /> & Lt; Android: layout_height = "wrap_content" android: layout_gravity = "center_horizontal" Android: id = "@ + id / ad_banner" Android: Focusable = "com" False "Android: layout_margintop =" 30dp "advertising: adUnitId =";) "ad: adSize =" BANNER "/>
Comments
Post a Comment