constraint layout - Two views with largest width
问题 I want to create a layout (using constraint layout) like the following: In different languages Button1 may be larger than button2. How can I do this? I've only been able to achieve this using a LinearLayout inside the constraint that contains the two buttons, but I'm trying to use only a layout. Thanks 回答1: I have seen questions akin to this one on Stack Overflow a number of times. These questions never have a satisfactory answer IMO (including ones that I have answered.) The difficulty is