gpt4 book ai didi

android - 移除 EditText 的焦点边框

转载 作者:IT老高 更新时间:2023-10-28 13:08:50 32 4
gpt4 key购买 nike

如何在聚焦 EditText View 时移除边框?

我需要它,因为这个 View 在屏幕上的空间很小,但没有边框就足够了。在模拟器上运行时会出现橙色边框,在设备上会出现蓝色边框。

最佳答案

您是否尝试将 EditText 的背景设置为透明色?

<EditText  
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="@string/hello"
android:background="#00000000"
/>

关于android - 移除 EditText 的焦点边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5478109/

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