I have the following primitive hierarchy:
Flex, 2 columns
- left: TextView (with border and title)
- right: Pages (no border)
- Flex, 2 columns (with border and title, but they are not drawn!)
- TableView (no border)
- TextView (with border and title)
- Other page items (all of type TextView)
Expected output:
The inner flex-container has a border and a title that is printed.
Within this container are two separate primitives, the table (without a border), and the TextView (with a border)
+----Title--------Title of Flex within Pages container---------+
| |Table content starts here +----TextView---|
| |(no border or title) | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | | ||
| | +---------------|
+-------------+------------------------------------------------+
I have the following primitive hierarchy:
Expected output:
The inner flex-container has a border and a title that is printed.
Within this container are two separate primitives, the table (without a border), and the TextView (with a border)