开发者

how to set width of spinner in android? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and开发者_JAVA技巧 cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

how to set width of the spinner programatically ?


In your layout file

<Spinner 
    android:id="@+id/spinner"
    android:layout_width="200dip"
    android:layout_height="fill_parent"
    android:prompt="@string/my_spinner"
/>

would give the spinner a width of 200dip.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜