开发者

View invalidation

开发者 https://www.devze.com 2022-12-15 07:11 出处:网络
I 开发者_JAVA百科have a custom view and a button in a linear layout. If I press the button I get an onDraw request in my view code, and if I release the button I do get another onDraw.Does anyone kn

I 开发者_JAVA百科have a custom view and a button in a linear layout.

If I press the button I get an onDraw request in my view code, and if I release the button I do get another onDraw. Does anyone know how to avoid this?

Screenshot of the app can be seen here.


This is behaving as designed.

0

精彩评论

暂无评论...
验证码 换一张
取 消