Android-CustomKeyboard
Android-CustomKeyboard copied to clipboard
RelativeLayout
Hello, I see that you have extended RelativeLayout to create the ResizableRelativeLayout class, and then extended that to create the ExpandableView class which you based your keyboard class on. Can I ask what issues you've found with the original RelativeLayout class that prompted you to override and change it?
To be honest, I don't remember specifically. I haven't worked on this project, or Android at all in a couple of years now. I'm sure that some of the patterns here are a little outdated. What I do remember is that I had a specific use for each type of layout outside of this library. I wanted to use the lightest weight one for each use case. Mostly, I'm sure that I wanted to customize the wrappers for my own ease of use.