さて、これは私が持っているものです:
これが私が欲しいものです:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:text="3"
android:textSize="500px"
android:includeFontPadding="false"
android:paddingTop="0px"
android:paddingBottom="0px"
android:paddingLeft="0px"
android:paddingRight="0px"
android:layout_marginTop="0px"
android:layout_marginBottom="0px"
android:layout_marginLeft="0px"
android:layout_marginRight="0px"
android:background="@null"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</TextView>
</RelativeLayout>
ご覧のとおりincludeFontPadding
、 、background="@null"
、マージン、パディングなど、既知のすべてのマジックを使用しました。