1. 在Android4.0以后,EditText就由以前的输入框变成了一条划线的输入方式,如需要变为老版本的,只需在layout里面引入代码:
android:background="@android:drawable/edit_text"
http://blog.csdn.net/luoweifu/article/details/11752035
2022-12-02 20:37:59
1. 在Android4.0以后,EditText就由以前的输入框变成了一条划线的输入方式,如需要变为老版本的,只需在layout里面引入代码:
android:background="@android:drawable/edit_text"
http://blog.csdn.net/luoweifu/article/details/11752035