Get position of EpoxyModel<*> on the screen

32 Views Asked by At

I'm trying to get the position of the EpoxyModel on my screen so that I can add an overlay on that spot. In my fragment I'm not sure I have a way to access the view in the viewHolder to do view.getLocationOnScreen(location)

Is this possible in Epoxy?

0

There are 0 best solutions below