How to make sure that android view did full layout? -
I am calling inputView.draw (drawCanvas) to protect my view from bitmap . / P>
Bitmap resultBitcap = bitmap.CreditBetaMap (View Option, ViewHit, Bitmap.sf.Arg_8888); Canvas draw canvas = new canvas (result seeing); InputView.draw (drawCanvas); Bitmap does not have a full visual image (I think there is a custom drawing on the canvas pie chart with the convention). Only in the saved bitmap is part of the legend.
Reading should be a complete layout before this ceremony.
To ensure that the view made the full layout? When I call inputView.draw (drawCanvas), my view is visible and visible on the screen.
I think the layout can be checked with parameters.
LayoutPrevious LayoutsPromos = Layout.LightoutParam (); Then check if it is full (I do not understand what you say with "full").
Comments
Post a Comment