<TextView
android:id="@+id/_tv_title_labels"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="30dp"
android:text="Profile Labels :"
android:textColor="@drawable/normal_text_color"
android:textSize="14dp"
android:textStyle="bold" />
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:id="@+id/asda"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TableLayout01"
android:layout_marginLeft="50dp"
android:layout_marginRight="40dp">
<ListView
android:id="@+id/_lv_labels"
android:layout_width="wrap_content"
android:layout_height="300dp"
android:layout_weight="1"
android:choiceMode="multipleChoice" />
</LinearLayout>
</RelativeLayout>
こんにちは私は見出しとしてテキストビューを含むリストビューを持っていますが、テキストビューの見出しの下にもっとスペースがあります。スペースを避ける方法。 この画像では、スペースを避けるために必要なスペースを見つけることができます
ただし、この空き領域は、テキストの下の空き領域を削除すると、ボタンの上に表示されます。私のページには空き容量を含めないでください。