You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As result, the whole ViewGroup(including sub-view) is captured except AvatarView. But I'm able to capture AvatarView itself(that is avatarView.getDrawingCache()) successfully. Can you help on this please?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi Sir,
I put AvatarView into a ViewGroup(such as LinearLayout) in xml file, and capture the ViewGroup with code snippet like below
As result, the whole ViewGroup(including sub-view) is captured except AvatarView. But I'm able to capture AvatarView itself(that is
avatarView.getDrawingCache()
) successfully. Can you help on this please?Thanks in advance!
The text was updated successfully, but these errors were encountered: