Top "Layout-gravity" questions

Android layout parameter that sets the gravity (alignment) of a View or Layout inside its parent container.

How to align radio button to center

I want radio buttons in the image below to be center aligned. I have used gravity but it's not working. …

android radio-button layout-gravity
android:gravity="top" doesn't align child view to top, but "center" aligns to center?

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_…

android android-linearlayout vertical-alignment gravity layout-gravity