I have a CardView in the Android Application which can be shared as a bitmap. How can I remove a Button View from that CardView before generating the bitmap? Is that possible?
How are you generating the bitmap. The easiest way is to hide the button by
setVisibility(GONE);
before generating the bitmap.
1.4m articles
1.4m replys
5 comments
57.0k users