本文介绍了如何变灰意见。特别是一个EditText?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

嘿家伙
首先感谢阅读这一点。
我无法找到一种方法来改变我的EditText当我失去焦点吧。
我想它是灰色的,当发生这种情况,但我不希望它被禁用,因为用户可以触摸它,编辑文本后。

Hey guy'sFirst of all thanks for reading this.I'm having trouble to find a way to change my EditText when I loose focus to it.I would like it to be greyed out when this happens, but I don't want it to be disabled because the user can touch it and edit the text later.

有人吗?

您好!

推荐答案

可以的基于一个的

另一种选择是设置在XML样式。详情请参见这个问题:

Another option is to set a style in xml. See this question for details: Android: change style when focused

要更改不透明度,使用问题

To change the opacity, use setAlpha. In this answer I show it how to do it in an animation: Two questions about custom app ui's and AlphaAnimation

这篇关于如何变灰意见。特别是一个EditText?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 07:39