Skip to content

Commit

Permalink
Improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmilano committed Apr 3, 2024
1 parent fdf0f9f commit 1c0a0f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/helper/screen-size
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#! /usr/bin/env python3
#
# Gets the physical screen size, for example on a Pixel 8 Pro:
# ```
# {'physical_width': 2.76, 'physical_height': 6.14, 'screen': 6.73}
# ```

from com.dtmilano.android.viewclient import ViewClient

Expand Down

0 comments on commit 1c0a0f4

Please sign in to comment.