自定义错误弹出窗口背景

时间:2012-06-11 13:14:12

标签: android popup textview

有没有办法在TextView中为错误弹出窗口设置自定义布局: Valid XHTML
textView.setError(String, Drawable)中,我们只能设置错误图标。 showError()

TextView and ErrorPopup class are private, so I can't work with them.
 and ErrorPopup
中的

Any ideas? Thanks in advance! Michael

UPD:
Thanks for comments, but as I understand it, the theme trick isn't applicable here: (TextView 3384 line from android-10)

方法

在android-15中使用com.android.internal.R.styleable.Theme_errorMessageBackground主题参数,但它是内部的。
因此,我没有看到任何解决此问题的方法,除了编写我自己的错误通知器):

0 个答案:

没有答案