commit | 248cb1e9a345f6eeb2748d7755efd4625a815e66 | [log] [tgz] |
---|---|---|
author | Christian Göllner <chrisgollner@google.com> | Mon Jul 11 09:58:21 2022 +0200 |
committer | Christian Göllner <chrisgollner@google.com> | Thu Jul 14 10:36:29 2022 +0200 |
tree | 1acee9fbcb7b940af3c7e19aa25e39f9ae3b1299 | |
parent | 1d73d0b89ed67428e1185abedd7bce70329e25dd [diff] |
Status Bar - Wrap visible content in containers * Implement `onMeasure` in NotificationIconContainer so that we can use `wrap_content` on it. * Wrap the status bar left and right contents in containers with `wrap_content` By wrapping the visible content in containers, we can easily extract the visible bounds without having to programmatically calculate bounds. Change-Id: Iebb6c0ddbb767262b0858466db99ea44938f82d3 Fixes: 238410585 Test: Manually