标签:
1. 在Android4.0以后,EditText就由以前的输入框变成了一条划线的输入方式,如需要变为老版本的,只需在layout里面引入代码:
android:background="@android:drawable/edit_text"
http://blog.csdn.net/luoweifu/article/details/11752035
关于一些Android冷知识
原文地址:http://www.cnblogs.com/jiangzitao/p/5747443.html