我安装了https://code.google.com/p/hackerskeyboard/项目并将以下行添加到文件 kbd_full.xml
<Row >
<Key
android:horizontalGap="1.1%p"
android:keyLabel="GMAIL"
android:keyOutputText="GMAIL"
android:keyWidth="10.0%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel="Hotmail"
android:keyOutputText="Hotmail"
android:keyWidth="19.0%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel="YAHOO"
android:keyOutputText="YAHOO"
android:keyWidth="19.0%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel="LIVE"
android:keyOutputText="LIVE"
android:keyWidth="13.185714%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel="MAIL"
android:keyOutputText="MAIL"
android:keyWidth="13.185714%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel="\@"
android:keyOutputText="\@"
android:keyWidth="12.185714%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel=".COM"
android:keyOutputText=".COM"
android:keyWidth="13.185714%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel=".CO.UK"
android:keyOutputText=".CO.UK"
android:keyWidth="17.0%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel=".EU"
android:keyOutputText=".EU"
android:keyWidth="13.185714%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel="-"
android:keyOutputText="-"
android:keyWidth="13.185714%p" />
<Key
android:horizontalGap="1.1%p"
android:keyLabel="_"
android:keyOutputText="_"
android:keyWidth="13.185714%p" />
</Row>
但它看起来很大,所以我想减小这一行的字体大小,我试图改变属性 android:labelTextSize="6dp" 但没有任何反应,我怎样才能减少这个项目的字体大小?