Hello I am working on Custom KEYBOARD
for my app.
i.e
<Keyboard
android:keyWidth="%10p"
android:keyHeight="50px"
android:horizontalGap="2px"
android:verticalGap="2px" >
<Row android:keyWidth="32px" >
<Key android:keyLabel="A" />
...
</Row>
...
</Keyboard>
I want to know is there any method or android tag available for set invisible or visible the keyboard board key
.
like android:visibility="gone" or setVisibility(View.GONE)
for Keyboard
layout.
Cause in my app there are many variation in Keyboard.
any information regarding this.