質問

While developing for Android version 4.0 and later, I found that the EditText widget has been modified and the upper half of the textbox has disappeared. Well, that is the way later versions of Android OS represents EditText widget.

My question is, is there any way to get those Gingerbread style EditText in Android 4.0 and later versions? If yes then how to do it?

役に立ちましたか?

解決

Apply background to EditText using xml or image by setting android:background tag in xml

他のヒント

i think u r using holo theme for your app..otherwise it will come four side edittext only..in holo theme only no upper half..check it in manifest file..

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top