PatternLockView
PatternLockView copied to clipboard
Dynamic height and width for the view
I'm making a Dialog with this pattern lock view inside of it but I would like to be able to easily adjust the pattern lock view's width and height depending on the containing Dialog's dimensions. Any way to do this? Seems like once the layout_width and layout_height are set in the layout file, they can't be changed anymore. Thanks