本文介绍了更改默认.setError的外观和感觉(QUOT;我不喜欢你的粉红色");的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法来改变外观和.setError()的颜色;事情?

Is there a way to change the look and feel and the colour of .setError(""); thing?

推荐答案

OK,我假设你的意思

OK, I'll assume that you mean

EditText.setError()

在自定义的类扩展的TextView和覆盖SETERROR()做任何你想要的。你可以用Android源开始看到默认的实现。

Extend TextView in your own custom class and override setError() to do whatever you want. You could start with the Android source to see the default implementation.

<一个href=\"http://grep$c$c.com/file/repository.grep$c$c.com/java/ext/com.google.android/android/1.5_r4/android/widget/TextView.java#TextView.setError%28java.lang.CharSequence,android.graphics.drawable.Drawable%29\"相对=nofollow>的EditText源

这篇关于更改默认.setError的外观和感觉(QUOT;我不喜欢你的粉红色&QUOT;);的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 14:32