如何减少android中微调器下拉列表的宽度?

发布于 2024-12-01 20:03:31 字数 92 浏览 1 评论 0原文

在横向模式下,我的应用程序中有一个微调器。当我单击微调器时,下拉列表占据屏幕的整个宽度。我想将宽度减少到特定值。我可以知道该怎么做吗?

森蒂尔 提前致谢。

In landscape mode, I have a spinner in my app. When I click the spinner, the dropdown list occupies the entire width of the screen. I want to reduce the width to the specific value. May I know how to do this ?

Senthil
Thanks in Advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不必在意 2024-12-08 20:03:31

将 xml 文件中的微调器布局宽度属性更改为

android:layout_width="50dip" or android:layout_width="wrap_content"

Change your spinner layout width properties in the xml file to

android:layout_width="50dip" or android:layout_width="wrap_content"
说好的呢 2024-12-08 20:03:31

将 xml 文件中的微调器布局宽度属性更改为

android:dropDownWidth="50dp"

Change your spinner layout width properties in the xml file to

android:dropDownWidth="50dp"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文