How to adjust space between radio button in android
问题 In my android application using radio buttons to select screen view. I want radio button equally aligned horizontal. I tried layout xml shown below. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Views" android:paddingLeft="10dp"