1

Custom KEYBOARDこんにちは私は自分のアプリに取り組んでいます。

すなわち

<Keyboard
         android:keyWidth="%10p"
         android:keyHeight="50px"
         android:horizontalGap="2px"
         android:verticalGap="2px" >
     <Row android:keyWidth="32px" >
         <Key android:keyLabel="A" />
         ...
     </Row>
     ...
 </Keyboard>

キーボードボードを非表示または表示に設定するために使用できるメソッドまたは Android タグがあることを知りたいですkey

レイアウトのようandroid:visibility="gone" or setVisibility(View.GONE)に。Keyboard

私のアプリでは、キーボードに多くのバリエーションがあります。

これに関する情報。

4

1 に答える 1