私はAndroidアプリを開発しましたが、 Android SDK 4.0highlighted edit box default in android 2.1-3.0
をダウンロードした後、編集ボックスが白くなりました。
私の既存の編集ボックスxmlは
EditText
android:id="@+id/shoutoutmsgfield"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:ems="10"