對準我現在有這在我的layout.xml的Android的ImageButton不是的EditText和Button
<EditText android:id="@+id/body" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_weight="1"
android:hint="Type to compose" />
<ImageButton android:id="@+id/attach"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/attach_photo" />
<Button android:id="@+id/send" android:text="@string/send"
android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
我現在面臨的問題是ImageButton的頂部像巴頓和EditText上沒有對齊。另外兩個很好地填滿了高度,但ImageButton似乎向上突出。有任何想法嗎?
添加填充不會使按鈕更新。 – Maurice