Ramon

Results 1 comments of Ramon

> I have managed to over go this exception by adding Layout params with gravity when adding view to swipeLayout: > > `swipeLayout.AddView(result, new LinearLayout.LayoutParams(ViewGroup.LayoutParams.WrapContent, ViewGroup.LayoutParams.WrapContent) { Gravity = GravityFlags.Center...