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
Loading
Please register or sign in to comment