0

以下の Button12s をチェックしてください。「GO」と書かれたボタンだけですが、ボタンの幅がとても広いです。テキストと同じくらい幅が欲しいです。
それが重要な場合は、テーブル内にネストされます。

        <TableRow
            android:id="@+id/TableRow1_1"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content" >

            <CheckBox
                android:id="@+id/CheckBox25"
                android:layout_width="fill_parent"
                android:layout_height="25dp"
                android:text="@string/_3x12s" />

            <Button
                android:id="@+id/Button12s"
                android:minHeight="1dp"
                android:minWidth="1dp"
                android:onClick="starttimer"
                android:text="@string/_GO" />

画像へのリンク (まだ埋め込むことはできません): http://i.stack.imgur.com/nvFl7.png

4

1 に答える 1