Android-CustomKeyboard icon indicating copy to clipboard operation
Android-CustomKeyboard copied to clipboard

RelativeLayout

Open raranov opened this issue 4 years ago • 1 comments

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?

raranov avatar Apr 19 '20 07:04 raranov

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.

DonBrody avatar Apr 19 '20 13:04 DonBrody