I have this problem that seems simple, but I can not find a solution anywhere...
As you probably know, an Application that is intended to run in an Android TV, should take into consideration the overscan.
So, as described in the link above, I added the border in my television layouts.
The problem is: what to do with the DialogFragment title? The title is out of my layout...
I want to keep the title, because there is a title in the normal application for other devices.
I just want the title to take the overscan into consideration and be placed a bit lower, so that it is not hidden.
Someone has a solution? Possibly not a hack like moving the title string inside the fragment or similar :)