1

我在我的项目中使用 HoloEverywhere 编辑文本。

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

它没有按应有的方式工作。我无法在其中输入任何内容。单击它时我什至没有得到光标。

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

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

此外,当我单击 Eclipse 中的“图形布局”选项卡时,我会收到类似的警告。

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

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

4

1 回答 1

0

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

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

于 2012-09-19T23:13:23.853 回答