gpt4 book ai didi

android-如何更改我的编辑文本和微调器的样式

转载 作者:行者123 更新时间:2023-11-29 17:47:16 24 4
gpt4 key购买 nike

这些是我的微调器和编辑文本的样子: http://8pic.ir/images/wx0okhe0d0ef1vui2ffh.jpg

这些是我在别处看到的微调器和编辑文本,我喜欢它们: http://8pic.ir/images/3eoc7wazzbormpsv186r.jpg

如何更改我的编辑文本和微调器使其看起来像第二张图片?

无论如何我都在使用 app compact

谢谢

最佳答案

为 Spinner 和 EditText 设置背景将帮助您弄明白。

<Spinner  android:id="@+id/spinner"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/spinner_bg"/>

<EditText android:id="@+id/edittext"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/edittext_bg"/>
</LinearLayout>

关于android-如何更改我的编辑文本和微调器的样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25622888/

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