Skip to main content

All Questions

0 votes
0 answers
134 views

a redrawing of a view is not smooth [Android]

I have a small button, and i'm setting it to View.GONE for some parts and back. When i call setVisibility(), I see it draws the button sometimes in two phases, not smooth. I have a condition to check ...
Ari M's user avatar
  • 1,416
8 votes
3 answers
4k views

Android - Calling GONE and then VISIBLE makes the view to be shown in the wrong place

I have two views, A and B, and the view A is above the view B (both are linear layouts). When I, programmatically, set the view A to be GONE, it disappears and the view that was right below it (B) ...
Tiago_Brasil's user avatar