Android Question ActionBar

GaryK4

Member
Licensed User
Longtime User
I am new to the action bar and it is really good. I am testing my program using GenyMotion.
Problem: What I see on Geny for a Samsung Galaxy S3 does not match my device. The program uses portrait mode and the width appears to be OK, but the height is less then the actual device.

Also my program uses (4) tabs which all appear on Geny. However on the actual device, only 3 1/2 tabs are displayed. The text is not that large, so all (4) tabs should be able to be displayed on the device.
Questions:
1) How can I make all (4) tab buttons display without having to scroll?
2) Is there any way to make Geny match the res of the device better? I have the latest version and 720x1280 is correct.
 
Top