-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input buttons too small on tablets #97
Comments
I'm working on that and it's almost done. |
As discussed we will have buttons sharing the whole space of a table row/column now instead of having one empty table slot. My current problem: Is there a way to implement a vertical table? In portrait mode there is to be one column of 3 and one of 2 buttons which is not possible with an ordinary table. The parameter android:orientation="vertical" does not seem to work... The new layout will give procentual space to the input area (instead of fixed 130 dip now) which causes pretty big buttons on tablets, so we will have to add new high-resolution images for the buttons. |
Main issue is solved, the input area scales now depending on the screen size instead of being fixed size and thus too small for tablets. |
SudoQ works fine on Android tablets, but the input area should be wider. All buttons are stretched vertically and easy to miss.
The text was updated successfully, but these errors were encountered: