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.