I am beginner Android developer and I am in a struggle making my app look good on all screens, i made different layouts for hdpi,xhdpi,xxhdpi
to solve that, since some seekbars and textviews were disappearing on smaller screens..
Is there a way to specify in android manifest that only people with hdpi screens and above can download my app from playstore?
I looked on below stackoverflow, and have read android developer guides, but I can't find solution to make it work on hdpi
and above.
https://developer.android.com/guide/topics/manifest/compatible-screens-element.html https://developer.android.com/guide/practices/screens_support.html
You just need to add something like this in your
Manifest
depending on what you want:Please read this for more info: https://developer.android.com/guide/topics/manifest/compatible-screens-element.html