android - EditText typing is slow

后端 未结 5 2148
囚心锁ツ
囚心锁ツ 2021-02-09 22:05

I\'ve got an EditText that is SLOW to respond when typing. The lag is annoying enough to cause me to find a solution. I did some research and found an SO thread EditText laggi

5条回答
  •  心在旅途
    2021-02-09 22:37

    Edit AndroidManifest:

    My old code

    
    

    My new code

    
    

    I just removed the targetSdkVersion and the lag gone away...

提交回复
热议问题