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