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.
精彩评论