Is there any way to force the Activity to take the size of the device?
We can detect the screen size but how can we use this to fill the screen for those less than standard screen sizes? It would be preferable to cover the full area of the screen with the activity, even if we can't or don't move all the views to fit it asthetically.
I see the activity as a primary 'panel' which is set to the layout size chosen by Android. Is it at all possible to change this in code??
We can detect the screen size but how can we use this to fill the screen for those less than standard screen sizes? It would be preferable to cover the full area of the screen with the activity, even if we can't or don't move all the views to fit it asthetically.
I see the activity as a primary 'panel' which is set to the layout size chosen by Android. Is it at all possible to change this in code??