[Unity][Android] Use wrap_content for TextViews in SigninView
This CL changes the layout for account picker in signin_view.xml so it uses wrap_content for layout_height instead of explicit height in dps. This is a follow-up to https://crrev.com/c/986262 that has done the same for the account row in the account picker dialog. Using explicit height for TextViews is dangerous as it may cause clipping when font scaling is enabled, especially with tall scripts. This CL also fixes ordering of XMLs attributes in the chunk it changes. Bug: 814728 Change-Id: Ie7d1c7c9ccc8eb56bff3653c06aedff39cd50bc3 Reviewed-on: https://chromium-review.googlesource.com/999593Reviewed-by:Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#548752}
Showing
Please register or sign in to comment