Hi!
I would like to show one ImageView in the center of another ImageView. I created ImageView myView and then use this code:
myView.AddChildrenForAccessibility(new List<View>() { newImageView});
but I don`t see my new View.
↧
One ImageView in the center of another ImageView
↧