2025-10-31 12:55:51 -06:00
|
|
|
<ConstraintLayout>
|
|
|
|
|
<BoxView
|
|
|
|
|
margin_left="10"
|
|
|
|
|
margin_right="10"
|
|
|
|
|
align_top_to_top="parent"
|
|
|
|
|
align_left_to_left="parent"
|
|
|
|
|
align_bottom_to_bottom="parent"
|
|
|
|
|
align_right_to_right="parent"
|
|
|
|
|
width="400"
|
|
|
|
|
height="parent"
|
|
|
|
|
>
|
|
|
|
|
<ColoredRectView r="30" g="30" b="30" />
|
|
|
|
|
</BoxView>
|
|
|
|
|
|
2025-11-10 11:08:23 -07:00
|
|
|
<BoxView margin="10" align_top_to_top="parent" align_left_to_left="parent">
|
|
|
|
|
<ColoredRectView r="123" g="12" b="34" />
|
|
|
|
|
</BoxView>
|
|
|
|
|
|
2025-10-31 12:55:51 -06:00
|
|
|
<BoxView
|
|
|
|
|
margin="10"
|
|
|
|
|
align_top_to_top="parent"
|
|
|
|
|
align_left_to_right="2"
|
|
|
|
|
align_bottom_to_bottom="parent"
|
|
|
|
|
width="200"
|
|
|
|
|
>
|
2025-11-10 11:08:23 -07:00
|
|
|
<TextView text="12345\nThis is a testing!" font_size="30." />
|
2025-10-31 12:55:51 -06:00
|
|
|
</BoxView>
|
|
|
|
|
</ConstraintLayout>
|