-
Notifications
You must be signed in to change notification settings - Fork 241
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
Added wide layout #308
Added wide layout #308
Conversation
…grammer.kt to finish this layout.
Number layout is unchanged. Ill fix that asap |
…altered to be a more appropriate layout but this is certainly proof of concept
app/build.gradle
Outdated
@@ -41,6 +41,7 @@ android { | |||
minifyEnabled true | |||
shrinkResources true | |||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' | |||
signingConfig signingConfigs.debug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WHOOPS sorry. oversight.
also note I resolved conflicts.
Whoops sorry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
added a wide version of the programmer layout that is a 5x3 grid rather than 4x4, since 5x3 is closer to the Width of most phones.
solves #155
uses space bar buttons from split layout