android - Change view *while* another is being pressed -
i want know how change properties of view while being pressed?
for example textview changes it's color while button being pressed?
register ontouchlistener
view
pressed , change textview
's properties there in ontouch
method.
Comments
Post a Comment