Android : Vertical TextView not redrawing correctly

on Monday, November 10, 2014


I have a custom VerticalTextView as outlined here, which I use in a fragment (#2). After I start the app, another fragment (#1) lets me choose a setup using regular buttons, and a click on one of those buttons sends me to the fragment (#2) pictured below. One can clearly see the black outline of the (#1) button over the VerticalTextViews. My question is: should I force a redraw or can I solve it in a smarter way? I have tried using .invalidate() on the views. The VerticalTextViews are redrawn correctly after fiddling about with the UI for a couple of seconds.


Black box over the VerticalTextViews


0 comments:

Post a Comment