how to set width of spinner in android? -
how set width of spinner programatically ?
in layout file
<spinner android:id="@+id/spinner" android:layout_width="200dip" android:layout_height="fill_parent" android:prompt="@string/my_spinner" /> would give spinner width of 200dip.
Comments
Post a Comment