Closed andrewtavis closed 4 months ago
Hello! I am new to open source and want to participate in Hacktoberfest. I would like to work on this issue.
Cheers Iuna
Hi @IunaIuna! Welcome to open-source! 😊 Didn't know about Hacktoberfest myself until you and a contributor for iOS mentioned it. This is really great!
I'd be happy to assign this to you and give support as I can. Feel free to reach out with questions :)
All the best!
A quick note, @IunaIuna, I've just finished up #22, which changed the codebase a ton as lots of files got removed and moved around. Would be good for you to do a pull of the most recent version 😊
Let me know if you're hitting any roadblocks :)
Hi! Thanks for letting me know. just synced the fork. I'm currently trying to find out where the xml defining the keyboard is located (never worked on any custom keyboards before).
Great :) There were a few changes in the hour before you synced, so I'm glad I was able to get those in before 😊
As for as the .xml
is concerned, I'm not sure if that'll be necessary for this issue. The keys are all put in programmatically based on dimensions of the screen. I'm going to bed now, but I'll check in tomorrow and see if I can direct you to where the change should happen 😊
Morning! ☀️
Looking into it all, the Keys
class in MyKeyboard.kt would be a good place to start, as well as this part of KeyboardView.kt where the backgrounds of keys are set (the commented out part is some attempts I made earlier to work on this during a hackathon 😊).
As an aside, sorry that there's not as many comments in all of this as there should be. I'm working off of a base keyboard project, and will be using #18 to go through and improve the readability :)
@IunaIuna @andrewtavis Are you still working on this? If not can I be assigned this?
@ayushanand308, you'd be welcome to work on this :) I'd be happy to reassign to you in a few days if @IunaIuna has no issues with it 😊
Thanks for reaching out!
Closed by @angrezichatterbox in #35 :) Thanks for working on this! Great to have someone working more consistently on Scribe-Android :)
Terms
Description
This issue is to add a border to keyboard keys. The location of the keys will be more apparent and the overall look of Scribe-Android will be improved by adding them.
Help on this would be much appreciated!