mirror of
https://github.com/Astatin3/IntroToWebAuthoring.git
synced 2026-06-08 16:18:01 -06:00
Font scale
This commit is contained in:
+5
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user