Skip to content
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

Add Settings button and Test field to Main activity #557

Closed
wants to merge 3 commits into from

Conversation

sbeyer
Copy link
Contributor

@sbeyer sbeyer commented Feb 19, 2017

This makes it easier to change the settings of the
keyboard and test it.

In some configurations, you don't have the Settings key on the
keyboard and then it is hard to find the settings. One might look
for it in the Main application of Hacker's Keyboard, but there it
is not. This commit adds a "Settings" button there.
This allows fast testing of the keyboard
after changing settings.

It is also nice that it fills the 3rd
row of the table.
Android Studio shows up warnings about empty XML bodies
when using <Foo bar="23"></Foo> instead of <Foo bar="23" />
@sbeyer
Copy link
Contributor Author

sbeyer commented Feb 19, 2017

I'd like to add that a FlowLayout would probably be a better choice than the currently used TableLayout to arrange the buttons and the Test field. In vertical mode, it would look the same (except for the Test field), but in horizontal mode it would all fit on one line which is probably better.

However, I did not touch this in this pull request and simply kept the TableLayout.

@klausw
Copy link
Owner

klausw commented Nov 22, 2018

Merged, thank you!

@klausw klausw closed this Nov 22, 2018
@sbeyer sbeyer deleted the settings branch November 22, 2018 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants