Font scale

This commit is contained in:
Michael Mikovsky
2025-11-10 11:08:23 -07:00
parent da608d0dca
commit a38b37878e
14 changed files with 283 additions and 67 deletions
+5 -5
View File
@@ -1,8 +1,4 @@
<ConstraintLayout>
<BoxView margin="10" align_top_to_top="parent" align_left_to_left="parent">
<ColoredRectView r="123" g="12" b="34" />
</BoxView>
<BoxView
margin_left="10"
margin_right="10"
@@ -16,6 +12,10 @@
<ColoredRectView r="30" g="30" b="30" />
</BoxView>
<BoxView margin="10" align_top_to_top="parent" align_left_to_left="parent">
<ColoredRectView r="123" g="12" b="34" />
</BoxView>
<BoxView
margin="10"
align_top_to_top="parent"
@@ -23,6 +23,6 @@
align_bottom_to_bottom="parent"
width="200"
>
<ColoredRectView r="123" g="125" b="34" />
<TextView text="12345\nThis is a testing!" font_size="30." />
</BoxView>
</ConstraintLayout>