3838 <LinearLayout
3939 android : id =" @+id/actionBar"
4040 android : layout_width =" match_parent"
41- android : layout_height =" wrap_content "
41+ android : layout_height =" 72dp "
4242 android : orientation =" horizontal"
4343 app : layout_constraintBottom_toBottomOf =" parent"
4444 app : layout_constraintEnd_toEndOf =" parent"
4545 app : layout_constraintStart_toStartOf =" parent"
46- app : layout_constraintTop_toBottomOf =" @id/container" >
46+ app : layout_constraintTop_toBottomOf =" @id/container"
47+ android : gravity =" center" >
4748
4849 <TextView
4950 android : id =" @+id/leftButton"
50- android : layout_width =" wrap_content"
51- android : layout_height =" wrap_content"
52- android : text =" @string/common_leftButton"
53- android : textColor =" @color/white"
54- android : textSize =" 48sp" />
55-
56- <Space
5751 android : layout_width =" 0dp"
52+ android : layout_weight =" 1"
5853 android : layout_height =" match_parent"
59- android : layout_weight =" 1" />
54+ android : text =" @string/common_leftButton"
55+ android : textColor =" @color/white"
56+ app : autoSizeTextType =" uniform" />
6057
6158 <TextView
6259 android : id =" @+id/centerButton"
63- android : layout_width =" wrap_content"
64- android : layout_height =" wrap_content"
60+ android : layout_width =" 0dp"
61+ android : layout_weight =" 1"
62+ android : layout_height =" match_parent"
6563 android : text =" @string/common_leftButton"
64+ android : textAlignment =" center"
6665 android : textColor =" @color/white"
67- android : textSize = " 48sp " />
66+ app : autoSizeTextType = " uniform " />
6867
69- <Space
70- android : layout_width =" 0dp"
71- android : layout_height =" match_parent"
72- android : layout_weight =" 1" />
7368
7469 <TextView
7570 android : id =" @+id/rightButton"
76- android : layout_width =" wrap_content"
77- android : layout_height =" wrap_content"
71+ android : layout_width =" 0dp"
72+ android : layout_weight =" 1"
73+ android : layout_height =" match_parent"
7874 android : text =" @string/common_rightButton"
7975 android : textAlignment =" textEnd"
8076 android : textColor =" @color/white"
81- android : textSize = " 48sp " />
77+ app : autoSizeTextType = " uniform " />
8278 </LinearLayout >
8379
8480</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments