Issue
One can use qualifiers such as mdpi, hdpi, xhdp for drawables (drawable-mdpi, drawable-hdpi,...). Is there a way to have drawables exclusively for Android TV? In other words, even if a tablet has an Android TV like resolution (e.g. 1080p), it will not pick up those drawables.
Solution
You can try to use -television
as a resource set qualifier. While I would expect official Android TV environments to support this, as well as "major brand" Android TV environments (e.g., Amazon Fire TV), not every Android-powered TV-centric device will. Simply put, there is no requirement for a device manufacturer to tell you that your app is running on a television-ish screen.
Answered By - CommonsWare
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.