Is Preview dpi totally ignored for now? I'm tryin...
# compose
b
Is Preview dpi totally ignored for now? I'm trying to preview what my app would look like on a tv but
@Preview(device = "spec:width=1920dp,height=1080dp,dpi=720")
give me the same result as
Copy code
@Preview(device = "spec:width=1920dp,height=1080dp,dpi=420")
and the