commit | b506b23e37060aae333b6e6f26dd45180ea09ff5 | [log] [tgz] |
---|---|---|
author | tmfang <tmfang@google.com> | Wed Dec 12 14:58:28 2018 +0800 |
committer | tmfang <tmfang@google.com> | Wed Dec 12 15:11:49 2018 +0800 |
tree | 18f5ca089f26df9c7475ef8e0fc1d174fdfca15c | |
parent | 678b7039fc0b059036bf456923d5418d3fb1a5d9 [diff] |
Fix max height for settings_entity_header If user uses <include> tag to include settings_entity_header in layout XML, it will take up all the screen and nothing below it is shown. The reason is layout_height of two button views in settings_entity_header is match_parent. So we simply changed it to wrap_content. Test: visual test, robotest Change-Id: Ib73382ab26b485bf6b993fb0d308e4b943f5a0a7 Fixes: 120884132