If you view inherits from a RelativeLayout and you do `view1.GetCenterX() == this.GetCenterX()` you get an unsupported combination error. Workaround for now is to extract out 'this' into a local intermediate variable.
If you view inherits from a RelativeLayout and you do
view1.GetCenterX() == this.GetCenterX()you get an unsupported combination error.Workaround for now is to extract out 'this' into a local intermediate variable.