so i have an edittext and, using constraintlayout, i have an imageview constrained inside the edittext. but its not an actual child of the edittext. the imageview is constrained topToTopOf editText, bottomToBottomOf editText, and endToEnd of editText. when i click the imageview, the image changes to an identically sized resource. but the thing is, the edittext is resizing/increasing its height by a few pixels (right now its wrap_content). why would the edittext increase height?