这样的EditText背景有问题
<EditText
android:id="@+id/edit"
android:layout_width="fill_parent"
android:layout_height="35sp"
android:singleLine="true"
android:layout_marginLeft="5px"
android:layout_marginRight="5px"
android:layout_marginTop="5px"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
Run Code Online (Sandbox Code Playgroud)
alt text http://i765.photobucket.com/albums/xx299/trieutrinhtrinh/edittext.jpg
在尝试设置背景后,它看起来更糟
<EditText
android:id="@+id/edit"
android:layout_width="fill_parent"
android:layout_height="35sp"
android:singleLine="true"
android:layout_marginLeft="5px"
android:layout_marginRight="5px"
android:layout_marginTop="5px"
android:textAppearance="?android:attr/textAppearanceSmall"
android:background="#ffffff"
/>
Run Code Online (Sandbox Code Playgroud)
alt text http://i765.photobucket.com/albums/xx299/trieutrinhtrinh/edittext2.jpg
EditText背景会发生什么?如何使EditText保持默认样式?
我正在尝试使用来自ADT的指令安装到ADT
https://github.com/Prototik/HoloEverywhere/wiki/Import-in-IDE#eclipse
不幸的是,这结束于:
找不到文件/ HoloEverywhere Addon的有效Android XML编辑器委托
缺少com.google.android:support-v4:jar:r13的POM,没有可用的依赖项信息
以及其他数百个类似的错误.我从头开始试了几次,没有用.我怀疑安装步骤再次改变......有人能帮忙吗?