You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
I have a NestedScrollView as my root layout and a RelativeLayout which contains some editext above 2 radioRealButtonGroup. I've placed them below an editText using "layout__below" but whenever my editText grows in size the actual selected button in both buttons group makes both the vector icon and the label text bigger .
TL;DR every time a line is added to the editText the icon and the label grows by some X amount (apparently without limit).
Putting both the button groups into another RelativeLayout solves the problem
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a NestedScrollView as my root layout and a RelativeLayout which contains some editext above 2 radioRealButtonGroup. I've placed them below an editText using "layout__below" but whenever my editText grows in size the actual selected button in both buttons group makes both the vector icon and the label text bigger .
TL;DR every time a line is added to the editText the icon and the label grows by some X amount (apparently without limit).
Putting both the button groups into another RelativeLayout solves the problem
The text was updated successfully, but these errors were encountered: