Beispiel #1
0
            protected override void OnPostExecute(Java.Lang.Object result)
            {
                Drawable drawable = (Drawable)result;

                urlDrawable.SetBounds(0, 0, 0 + drawable.IntrinsicWidth * 10, 0 + drawable.IntrinsicHeight * 10);
                urlDrawable.drawable = drawable;
                getter.View.Invalidate();

                getter.View.SetMinimumHeight(getter.View.Height + drawable.IntrinsicHeight);
            }