-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a default device independent mode #7
Comments
By default in It's possible to pass a custom I think the size you want to present depends on what you want the UI using it to look like. Do you have a specific idea of doing something in a particular place within this sample project? |
@LouisCAD No, just that maybe the default should be this device independent mode. So when you design carefully but only for a single device, you aren't surprised on other devices. Then opt into responsive designs when you choose. |
It really depends on your choices designing the Watch Face. If you use fractions of If you use dp sizes, you'll get fixed size and more padding on large screens, and less on smaller ones. That's up to the designer, and that example is showing both in the same design. |
Maybe similar to WFF, some mode based on a theoretical watch, say 450px and 225dp, that ensures that watchfaces look consistent across devices.
Comparison


The text was updated successfully, but these errors were encountered: