0

I have just implemented PIP (Picture in picture) mode in Android for my project. It works fine except that in pip mode, video shows a white stripe at the bottom. I have hidden all other UI elements but it still shows. I was wondering if other people had such an issue and how they solved it?

I am using Exoplayer.

Thanks

SonhnLab
  • 321
  • 1
  • 11
Dilip Agheda
  • 2,447
  • 1
  • 11
  • 15

1 Answers1

0

I found out why it was happening after debugging the layout. it was being caused by extra margin. it had nothing to do with Exoplayer as such. Thank you.

Dilip Agheda
  • 2,447
  • 1
  • 11
  • 15