| 6 | |
| 7 | What seems to happen: |
| 8 | |
| 9 | - The text view at the top left is allocated a higher rectangle than it needs, to match with the height of the logo at the right. However, it does not fill that whole space and so there are two empty rectangles above and below. Solution: fix it so that the text view uses all the size? |
| 10 | |
| 11 | - Same thing on the bottom: the circle view at the right is made as high as the gradient bar view on the left, but does not fill up all this space. |
| 12 | |
| 13 | I think setting the root view of the whole thing to a forced white brackground should fix this specific problem but indeed it would be nice to fix #16410 at the same time by making the text view use up more space. |