「ファイルを送信」というテキストがあるボタンがありますが、「i」の上部にドットが表示されません。私はデフォルトのフォントを使用しています (私が理解している限りでは "sans" ですが、間違っている場合は修正してください)。
これxml
が私のものButton
です:
<Button
android:id="@+id/button_send_files"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="5dip"
android:padding="20dip"
android:text="Send files"
android:textColor="@color/black"
android:textSize="24sp"
android:textStyle="bold" />
誰かが「i」にドットを表示するための何らかのトリックを持っている場合、それは今のところ醜いので素晴らしいでしょう...
私は Nexus 7 を使用しています。