Radio group in table layout with radio buttons aligned to columns
问题 I am developing a feedback application which should has similar layout to this screen. [1]: https://i.stack.imgur.com/xn3kh.jpg I have designed the xml for layout. <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:background="#000" android:orientation="vertical" xmlns:app="http://schemas.android.com/apk/res-auto" tools:context="com