這是一個按鈕的代碼。我想把加號放在中心(縱向和橫向)。但是,這不起作用。將「+」放在按鈕的中心
<Button
android:id="@+id/zoomNineteen"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_alignParentRight="true"
android:layout_below="@+id/zoomTwenty"
android:gravity="center"
android:textSize="20dip"
android:textStyle= "bold"
android:text="+" />
它適合我。 – Sajmon
您可以製作截圖嗎? – WarrenFaith
它不適用於我的默認按鈕。我得到的垂直線略低於中心。但更小的文字大小就是中心! –