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" を変更しようとしましたが、何も起こりません.このプロジェクトでフォントサイズを小さくするにはどうすればよいですか?