I have AspectRationFrameLayout with three views (in this sequence):
- Exoplayer view (view with video)
- Cordova view (player's UI)
- Subtitle view
I need subtitles to be above "1.Exoplayer view", but below "2.Cordova view" to see player's UI. The problem is that when I place subtitle view below "2.Cordova view", subtitles disappear and not showing anymore.
The question itself is: what are the possible reasons why this is happening? What can I check?
Cordova view is transparent and you can see video through it, but not subtitles. Subtitles showing only when they are on top of Cordova view.
Please check screenshot below: