android EditText blends into background

后端 未结 3 1706
小蘑菇
小蘑菇 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:22

    You can have an action bar and still see the EditText light grey background watermark if you use themes like below:

    AndroidManifest.xml

    
    

    styles.xml

    
      
      
    
    

    This works for the theme "android:Theme.Holo.Light" but not for the theme "android:Theme.Holo".

提交回复
热议问题