I have some spinner in a ListView(Left side some text and righ side spinner) like this
everything is ok but i want spinners to be align like this
can someone please help to adjust the views..,.
<Spinner android:id="@+id/spinner"
android:layout_width="150dp"//==> Set the width of the spinner.
android:layout_height="wrap_content"
android:layout_marginRight="10sp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:focusable="false"
android:focusableInTouchMode="false"
android:visibility="gone" />