Android : Get absolute position of static layout

on Tuesday, March 24, 2015


I have some class that inherits from View and i have a static member like this

private StaticLayout nameLayout;.

I want to get position(x and y) of static layout in onTouchEvent but i don't method that allow me do it.


0 comments:

Post a Comment