调整自定义键盘的键盘视图的行宽

时间:2018-11-04 08:55:46

标签: android

我正在android中创建自定义键盘,并且卡在视图中。

 <Row>
    <Key android:keyLabel="a" android:codes="97"/>
    <Key android:keyLabel="s" android:codes="115"/>
    <Key android:keyLabel="d" android:codes="100"/>
    <Key android:keyLabel="f" android:codes="102"/>
    <Key android:keyLabel="g" android:codes="103"/>
    <Key android:keyLabel="h" android:codes="104"/>
    <Key android:keyLabel="j" android:codes="106"/>
    <Key android:keyLabel="k" android:codes="107"/>
    <Key android:keyLabel="l" android:codes="108" />
</Row>

这是呈现的行。

enter image description here

我希望空间消失并使整个行居中对齐,即最左边的字母“ a”必须以某种方式具有边距,而最右边的“ l”必须在右侧具有边距。

0 个答案:

没有答案