edittextがフォーカスされているときにqwertyキーボードを表示するには? 現在、このキーボードは開いています:
しかし、私はこのタイプのキーボードを開きたい:
電話のキーボードが設定と Samsung デバイスで設定されている場合に発生します。
私のlayout.xml:
<com.text.view.DashedEditText
android:id="@+id/editText"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textSize="20dip"
android:inputType="text" />
どうやってするの?前もって感謝します。