77 tools : context =" .WelcomeActivity" >
88
99 <LinearLayout
10+ android : id =" @+id/linearLayout"
1011 android : layout_width =" match_parent"
1112 android : layout_height =" match_parent"
1213 android : background =" ?colorPrimary"
14+ android : foregroundGravity =" bottom"
1315 android : gravity =" center"
1416 android : orientation =" vertical"
1517 tools : layout_editor_absoluteX =" 1dp"
1921 android : id =" @+id/textView"
2022 android : layout_width =" match_parent"
2123 android : layout_height =" wrap_content"
24+ android : layout_marginBottom =" 10sp"
2225 android : text =" Dot Browser"
2326 android : textAlignment =" center"
2427 android : textColor =" ?colorSecondary"
2528 android : textSize =" 27sp"
2629 android : textStyle =" bold" />
2730
31+ <TextView
32+ android : id =" @+id/textView2"
33+ android : layout_width =" match_parent"
34+ android : layout_height =" wrap_content"
35+ android : layout_marginBottom =" 10sp"
36+ android : paddingStart =" 20sp"
37+ android : paddingEnd =" 20sp"
38+ android : text =" The privacy-centric, modern web browser that fights for your privacy when browsing the internet."
39+ android : textAlignment =" center"
40+ android : textColor =" ?colorSecondary"
41+ android : textSize =" 16sp" />
42+
2843 <LinearLayout
2944 android : id =" @+id/startButton"
3045 android : layout_width =" wrap_content"
4560 android : textColor =" @color/white" />
4661 </LinearLayout >
4762
63+ </LinearLayout >
64+
65+ <LinearLayout
66+ android : layout_width =" match_parent"
67+ android : layout_height =" wrap_content"
68+ android : layout_marginBottom =" 40dp"
69+ android : orientation =" horizontal"
70+ app : layout_constraintBottom_toBottomOf =" @+id/linearLayout"
71+ app : layout_constraintEnd_toEndOf =" parent"
72+ app : layout_constraintStart_toStartOf =" parent" >
73+
4874 <TextView
49- android : id =" @+id/textView2 "
50- android : layout_width =" match_parent "
75+ android : id =" @+id/copyrightText "
76+ android : layout_width =" wrap_content "
5177 android : layout_height =" wrap_content"
52- android : text = " // Todo: this welcome screen "
53- android : textAlignment = " center "
54- android : textColor = " ?colorSecondary " />
78+ android : layout_weight = " 1 "
79+ android : text = " © 2021 Dot HQ "
80+ android : textAlignment = " center " />
5581 </LinearLayout >
82+
5683</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments