Android Question Change the default variant in Visual Designer

asales

Expert
Licensed User
Longtime User
When I create a layout, I get this variant by default:
320 x 480, scale = 1 (160dip)

Is possible to set this variant to use by default this values: "480 x 800", when I create a new layout?
(It is referent to the "Nexus One portrait 480x800" in Abstract Designer).
 

asales

Expert
Licensed User
Longtime User
Don't try to target any specific screen.
This is not to specific screen, only devices with screens < 800.
To me, basiclly there is not users with this devices.
The statistics of my apps shows that the devices with Android < 19 and low resolutions (< 800) are 0,5%.

So, I set my min SDK = 22 (5.1) and resolution min = 480x800 and I can user anchors and designer scripts in a better way, to adjust in this minimum screen size and above.

But I will continue do this manually, thanks.
 
Upvote 0
Top