How can I enclose some XML elements in a bounding box?
问题 I want to enclose the pair of checkboxes and the radio buttons here: ...in a rectangle or "bounding box" so that it look something like this: ...but less ugly, of course. How can I do that with the following XML as a starting point: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingLeft="@dimen/activity