Table Of Contents
ScreenΒΆ
This module change some environement and configuration to match the density / dpi / screensize of a specific devices.
To see a list of the available screenid, just run:
python main.py -m screen
Simulate a medium-density screen as Motolora Droid 2:
python main.py -m screen:droid2
Simulate a high-density screen as HTC One X, in portrait:
python main.py -m screen:onex,portrait
Simulate the iPad 2 screen:
python main.py -m screen:ipad