請幫我解決這個問題:麻煩與我的應用程序
XML代碼:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/LinearLayout2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".Main_Page" >
<Spinner
android:id="@+id/spinner1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
tools:listitem="@android:layout/simple_spinner_dropdown_item" />
</LinearLayout>
這是我的應用程序的代碼的main.xml。代碼已從「相對」改爲「LinearLayout」
請發表您的佈局代碼 – kai
所以你添加通過代碼的按鈕,你的活動?這和你發佈的圖片不一樣。 – kai
是的,因爲當我從微調框中選擇不同的選項時,組件也應該改變。如果你能建議一個更好的方法來做它,請讓我知道。 –