gpt4 book ai didi

java - 微调器中的空白区域过多

转载 作者:太空宇宙 更新时间:2023-11-04 11:43:17 25 4
gpt4 key购买 nike

我是一名初学者开发人员。我的 xml 文件中的 Spinner 存在问题。旋转器是这样的:

enter image description here

 <Spinner
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/spinnerA"
android:gravity="center"
android:text="Symbol A"
android:entries="@array/teamList"/>

文本末尾和微调器向下箭头之间的空白过多。可以看到,“Atalanta”这个词在Atala中被截断了..,但是右边有很多空白。我该如何解决? 谢谢你帮助我

最佳答案

替换-

                android:layout_width="match_parent"
android:layout_height="match_parent"

与-

                android:layout_width="wrap_content"
android:layout_height="wrap_content"

当您在任何设备中看到输出时,您都会看到正确的输出。

关于java - 微调器中的空白区域过多,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42596177/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com