0

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" />

どうやってするの?前もって感謝します。

4

0 に答える 0