66 android : layout_height =" match_parent"
77 tools : context =" .views.LoginActivity" android : orientation =" vertical" >
88
9- <LinearLayout
10- android : layout_width =" wrap_content"
11- android : layout_height =" wrap_content"
9+ <androidx .constraintlayout.widget.ConstraintLayout
10+ android : layout_width =" 250dp"
11+ android : layout_height =" 250dp"
12+ android : layout_marginBottom =" 32dp"
13+ android : background =" @drawable/github_login_users_background"
1214 android : orientation =" vertical"
13- app : layout_constraintBottom_toBottomOf =" parent "
15+ app : layout_constraintBottom_toBottomOf =" @+id/login_img_login "
1416 app : layout_constraintEnd_toEndOf =" parent"
1517 app : layout_constraintStart_toStartOf =" parent"
1618 app : layout_constraintTop_toTopOf =" parent" >
1719
18- <ImageView
19- android : id =" @+id/login_img_login"
20- android : layout_width =" 300sp"
21- android : layout_height =" 100sp"
22- app : srcCompat =" @drawable/btn_github_login" />
20+ <TextView
21+ android : id =" @+id/login_tv_users_count"
22+ android : layout_width =" wrap_content"
23+ android : layout_height =" wrap_content"
24+ android : fontFamily =" @font/spoqa_han_sans_regular"
25+ android : text =" @string/rank_view_sample_commit"
26+ android : textColor =" @color/colorText"
27+ android : textSize =" 50sp"
28+ app : layout_constraintBottom_toBottomOf =" parent"
29+ app : layout_constraintEnd_toEndOf =" parent"
30+ app : layout_constraintStart_toStartOf =" parent"
31+ app : layout_constraintTop_toTopOf =" parent" />
32+
33+ <TextView
34+ android : id =" @+id/textView11"
35+ android : layout_width =" wrap_content"
36+ android : layout_height =" wrap_content"
37+ android : layout_marginBottom =" 24dp"
38+ android : fontFamily =" @font/spoqa_han_sans_thin"
39+ android : text =" @string/app_tv_count_users"
40+ android : textColor =" @color/colorText"
41+ android : textSize =" 20sp"
42+ app : layout_constraintBottom_toBottomOf =" parent"
43+ app : layout_constraintEnd_toEndOf =" parent"
44+ app : layout_constraintStart_toStartOf =" parent"
45+ app : layout_constraintTop_toBottomOf =" @+id/login_tv_users_count" />
46+ </androidx .constraintlayout.widget.ConstraintLayout>
47+
48+ <LinearLayout
49+ android : id =" @+id/login_img_login"
50+ android : layout_width =" 300dp"
51+ android : layout_height =" 80dp"
52+ android : background =" @drawable/github_login_background"
53+ android : gravity =" center"
54+ android : orientation =" horizontal"
55+ app : layout_constraintBottom_toBottomOf =" parent"
56+ app : layout_constraintEnd_toEndOf =" parent"
57+ app : layout_constraintHorizontal_bias =" 0.495"
58+ app : layout_constraintStart_toStartOf =" parent"
59+ app : layout_constraintTop_toTopOf =" parent"
60+ app : layout_constraintVertical_bias =" 0.803" >
61+
62+ <TextView
63+ android : id =" @+id/login_tv_1"
64+ android : layout_width =" wrap_content"
65+ android : layout_height =" wrap_content"
66+ android : fontFamily =" @font/spoqa_han_sans_thin"
67+ android : shadowColor =" #A8A8A8"
68+ android : shadowDx =" 0"
69+ android : shadowDy =" 0"
70+ android : shadowRadius =" 5"
71+ android : text =" @string/text_github"
72+ android : textColor =" @color/userRankPos"
73+ android : textSize =" 30sp" />
74+
75+ <TextView
76+ android : id =" @+id/login_tv_2"
77+ android : layout_width =" wrap_content"
78+ android : layout_height =" wrap_content"
79+ android : fontFamily =" @font/spoqa_han_sans_regular"
80+ android : shadowColor =" #A8A8A8"
81+ android : shadowDx =" 0"
82+ android : shadowDy =" 0"
83+ android : shadowRadius =" 5"
84+ android : text =" @string/text_login"
85+ android : textColor =" @color/userRankPos"
86+ android : textSize =" 35sp" />
2387 </LinearLayout >
2488
2589</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments