android EditText blends into background

后端 未结 3 1705
小蘑菇
小蘑菇 2020-12-16 02:39

My app uses Theme.Holo.Light.DarkActionBar as the parent theme.

When I use my Android 3.2 tablet emulator, the EditText shape is almost impossible to se

3条回答
  •  一整个雨季
    2020-12-16 03:35

    I figure out my issue. By setting theme in application element android:theme="@android:style/Theme" in manifest.xml file.

    
    

    Try this.

提交回复
热议问题