Hello, thanks for reply, i was testing your example with my images, and its working ok so than i was trying to prepare minimal model, base on my code to cut-paste exacly part of a code that i am using, and when i put it into a new Xamarin-Android project its started working ok. So i was trying to find differences, the first difference is that i am using many Xamarin.Android.Support libraries. On another view i was still using Android.Support.ViewPager so i decided to remove it and try once again. I dont have resharper so there wasn't any easy way to find out which of those nugets are no longer needed so i spent some time to deinstall one after another and than install only those that were used in code. In the end its better, its in 90% of views rendering images correctly with flag TextVisible=false but sometimes its still empty, so i will dig more. I will post here a solution when i will found one.