Skip to main content

All Questions

0 votes
0 answers
41 views

Android - Why this TextView is moving its position after changing its visibility programmatically?

Initially both TextViews are visible and aligned correctly: After clicking the Button, I set both TextViews visibility to GONE. Second time I click on the Button, I set the visibility again to ...
xerez's user avatar
  • 69
3 votes
1 answer
2k views

At first only Default time bar disappears after timeout and then again after timeout full controller disappears of Exoplayer

As shown in the image and video, I am facing an issue while using styled player view. I have set controllerShowTimeoutMs to 2 seconds, but I am getting results as shown in the below image... Or as In ...
Akhil Hothi's user avatar
1 vote
1 answer
1k views

Flickers while layout visible/gone

Is there any way to hide a view without flickering its above view? I am trying to hide a View below MapView. Once I set its visibility to GONE, MapView flickers. As I have to add more markers ...
Yamini Balakrishnan's user avatar