我已经开发了 android 应用程序,highlighted edit box default in android 2.1-3.0
但是在下载android sdk 4.0 后,编辑框变成了白色,任何人都可以通过给出边框来帮助我突出显示编辑框,
我现有的编辑框 xml 是
EditText
android:id="@+id/shoutoutmsgfield"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:ems="10"