troyanas

Results 2 comments of troyanas

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 });`