Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <TableLayout android:layout_height="wrap_content" android:stretchColumns="*" android:background="#ffffff" android:layout_width="fill_parent">
- <TableRow android:background="#000000">
- <TextView android:text="" android:textColor="#ffffff" android:layout_margin="2dip"/>
- <TextView android:text="¿Question?" android:textColor="#000000" android:background="#dcdcdc" android:layout_margin="2dip" android:layout_span="2"/>
- </TableRow>
- <TableRow android:background="#000000">
- <TextView android:text="Use" android:textColor="#000000" android:background="#dcdcdc" android:layout_margin="2dip"/>
- <TextView android:text="Y" android:textColor="#000000" android:background="#dcdcdc" android:layout_margin="2dip"/>
- <TextView android:text="N" android:textColor="#000000" android:background="#dcdcdc" android:layout_margin="2dip"/>
- </TableRow>
- <TableRow android:background="#ffffff">
- <TextView android:text="Item 1" android:textColor="#000000" android:background="#ffffff" android:layout_margin="2dip"/>
- <RadioGroup
- android:id="@+id/rg1"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:layout_span="2">
- <RadioButton android:id="@+id/XXASA"
- style="@style/Opt"
- android:text="Yes" />
- <RadioButton android:id="@+id/XXASSFF"
- style="@style/Opt"
- android:text="No" />
- </RadioGroup>
- </TableRow>
- </TableLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement