Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/208.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 所有文本都无法正常工作,也无法正常显示_Android_Android Edittext_Actionbarsherlock_Android Holo Everywhere - Fatal编程技术网

Android 所有文本都无法正常工作,也无法正常显示

Android 所有文本都无法正常工作,也无法正常显示,android,android-edittext,actionbarsherlock,android-holo-everywhere,Android,Android Edittext,Actionbarsherlock,Android Holo Everywhere,我正在我的项目中使用文本 <com.WazaBe.HoloEverywhere.EditTextHolo android:id="@+id/etmembname" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true"/> 它没有发挥

我正在我的项目中使用文本

    <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()。(此会话忽略)

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

这是问题的原因,因此要么将HoloEverywhere更新为最新版本,要么从源代码中取出新版的EditTextHolo