开发者

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

开发者 https://www.devze.com 2023-02-24 05:39 出处:网络
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.
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

精彩评论

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

关注公众号