Issue
I got a problem in Android application, I don't know how to make the selected pins on top of overlaaped pins.
In objective-c, iPhone we use the below methods But, I don't know how it can be implemented in Android phone, java.
[annotationView.superview bringSubviewToFront:annotationView];
[annotationView.superview sendSubviewToBack:annotationView];
Please suggest any solution,
Thank you, Madan Mohan
Solution
You want a statelist drawable. http://developer.android.com/guide/topics/resources/drawable-resource.html#StateList
Answered By - Nathan Schwermann
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.