commit | d0389218440cdb4070f4beb58bf1c81a4a4650ba | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Mon Jul 25 16:35:21 2016 -0700 |
committer | Yigit Boyar <yboyar@google.com> | Tue Jul 26 13:24:58 2016 -0700 |
tree | ae46cd4dfdb983630a93aab23adc4e15e4a1eaca | |
parent | 333ffc44b88279ecd6f67c972ccf207abbe92fb4 [diff] |
Improve GridLayoutTest A GridLayoutTest was relying on the fact that a certain text won't fit horizontally which breaks in landscape. This CL limits the width of the container to ensure it does not fit. Even this is flaky since it is using a TextView but enough to fix the test in landscape for now. Bug: 30206950 Change-Id: I88387a7ee58ff4585d5a0c16a9f6aff05e1c74a8