我的意思是我有一条线,我想在其中放 2 个水平微调器。我想把它们均匀放置。但我没有设置它。当我将它设置为 3,3 inc 屏幕时,其他屏幕有问题,因为我使用 dp 。我用什么?Lineerlayout 还是相对的?阿纳德 我如何设置它们?谢谢。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<Spinner
android:id="@+id/spinner1"
android:layout_width="309dp"
android:layout_height="wrap_content" />
<Spinner
android:id="@+id/spinner2"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
这是 IMG 显示我的问题:http: //img4host.net/viewer.php?img= 220942354fe421eb92ec5