EditText in Android doesn't show text when typing while using the on-screen keyboard

后端 未结 3 1176
温柔的废话
温柔的废话 2020-12-11 07:34

I have an activity consisting of 3 EditText fields (amongst other things like TextViews and a few buttons). I also have an AutoCompleteTextView with a list of String\'s usin

3条回答
  •  再見小時候
    2020-12-11 08:20

    It works for me may be helpful to others as well, open your manifest file and set hardwareAccelerated="true".

     
    

    For more about HardwareAccelerated https://developer.android.com/guide/topics/graphics/hardware-accel.html

提交回复
热议问题