android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.38k stars 1.64k forks source link

Calculate dp in WindowMetricsActivity #357

Closed alexvanyo closed 2 years ago

alexvanyo commented 2 years ago

A small update to the WindowMetricsActivity to display both the pixel size and the dp size of the current window metrics. Seeing the dp size allows determining the corresponding window size classes much easier.