Android UI/UX improvements for modernization and accessibility#167
Open
MrKumaran wants to merge 8 commits intomkckr0:mainfrom
Open
Android UI/UX improvements for modernization and accessibility#167MrKumaran wants to merge 8 commits intomkckr0:mainfrom
MrKumaran wants to merge 8 commits intomkckr0:mainfrom
Conversation
… one, displays message to user to check entered input -> Rearranged UI to display message on top, input & play button at bottom making it easier to press with thumb instead of reaching top... -> Replaced default icons with outline one.
… a placeholder to move the sliders down, making them easier to configure with one finger. -> Using new slider but no changed done here for that, all done in config.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request updates the application's user interface to be accessible and bit modern.
Reason for change: While using the app, I felt the UI was becoming outdated. After sharing these changes with friends who also use the app, they had positive feedback, which encouraged me to create this pull request to make the improvements available to everyone.
Each commit includes a message detailing its specific changes.
Changes
-> moved message to top, bring host & port input and play button to bottom making easier to access instead of reaching top of screen(easier one-handed access)
-> Added check constraints for host address and port number. if any error showing error message to user in message box