HoloEverywhere edittext无法正常工作,并且不应该出现

时间:2012-07-17 03:39:15

标签: android android-edittext actionbarsherlock android-holo-everywhere

我在我的项目中使用HoloEverywhere edittext。

    <com.WazaBe.HoloEverywhere.EditTextHolo 
            android:id="@+id/etmembname"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:singleLine="true"/>

它不能正常工作。 我无法输入任何内容。 我点击它时甚至没有光标。

但是,当我使用键盘上的箭头键时,我能够在开始时看到一个光标 edittextholo但无法输入任何内容。

此外,它并没有按照预期的方式出现。 就像在默认的ICS编辑文本中一样,我无法在edittextholo中看到蓝色下划线。

此外,当我点击eclipse中的“图形布局”标签时,我会收到这样的警告。

布局编辑器中的图形预览可能不准确: 不支持Typeface.createFromAsset()。(忽略此会话)

我的进口或使用中有什么问题吗? 请帮忙。提前谢谢。

1 个答案:

答案 0 :(得分:0)

有这个问题是原因所以要么将HoloEverywhere更新到最新版本,要么从源代码中删除新版本的EditTextHolo

https://github.com/Prototik/HoloEverywhere/issues/40