與該XML:爲什麼layout_width =「wrap_content」會佔用屏幕的整個寬度?
<TableRow >
<Button
android:id="@+id/buttonNext"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Next"
android:textAppearance="?android:attr/textAppearanceMedium" />
</TableRow>
我希望「WRAP_CONTENT」只有一樣寬,必須在按鈕上顯示的文本,但按鈕專營屏幕的整個寬度...?
我們需要在佈局中查看您的TableRow外部有什麼 - 這可能是您的問題 – Guillaume