gpt4 book ai didi

android - 如何更改 editText 背景颜色(Android)?

转载 作者:太空宇宙 更新时间:2023-11-03 12:49:55 26 4
gpt4 key购买 nike

我试过这个:

rounded_textfield.xml:

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" android:padding="10dp">
<solid android:color="#EEEEEE"/>
<corners
android:bottomRightRadius="8dp"
android:bottomLeftRadius="8dp"
android:topLeftRadius="8dp"
android:topRightRadius="8dp"/>
</shape>

Activity .xml:

<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/searchField" android:layout_row="0" android:layout_column="0"
android:drawableLeft="@drawable/search"
android:background="@drawable/rounded_edittext" android:minHeight="50dp"/>

在编辑器中它是灰色的,但在手机上它是白色的。

最佳答案

您的代码是正确的,只需清理项目即可。您应该记住的一件事是,根据不同设备的显示设置和显示屏,不同的颜色在不同设备上看起来也不同。

关于android - 如何更改 editText 背景颜色(Android)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33756280/

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