|
11 | 11 | android:id="@+id/main_top_scalable_layout" |
12 | 12 | android:layout_width="match_parent" |
13 | 13 | android:layout_height="wrap_content" |
14 | | - app:scale_base_height="480" |
| 14 | + app:scale_base_height="250" |
15 | 15 | app:scale_base_width="1080" |
16 | 16 | tools:ignore="MissingPrefix"> |
17 | 17 |
|
|
31 | 31 | android:layout_width="wrap_content" |
32 | 32 | android:layout_height="wrap_content" |
33 | 33 | android:fontFamily="@font/spoqa_han_sans_bold" |
34 | | - android:text="helloGfd" |
| 34 | + android:textColor="@color/colorText" |
| 35 | + android:text="HelloGfd" |
35 | 36 | app:scale_height="100" |
36 | 37 | app:scale_left="270" |
37 | 38 | app:scale_textsize="55" |
|
44 | 45 | android:layout_height="wrap_content" |
45 | 46 | android:fontFamily="@font/spoqa_han_sans_thin" |
46 | 47 | android:gravity="right" |
| 48 | + android:textColor="@color/colorText" |
47 | 49 | android:text="2020-01-01" |
48 | 50 | app:scale_height="100" |
49 | 51 | app:scale_left="750" |
|
55 | 57 | android:id="@+id/main_image_location" |
56 | 58 | android:layout_width="wrap_content" |
57 | 59 | android:layout_height="wrap_content" |
58 | | - android:src="@drawable/icon_location" |
59 | | - app:scale_height="40" |
| 60 | + android:src="@drawable/icon_bio" |
| 61 | + app:scale_height="50" |
60 | 62 | app:scale_left="270" |
61 | | - app:scale_top="150" |
62 | | - app:scale_width="40" /> |
| 63 | + app:scale_top="145" |
| 64 | + app:scale_width="50" /> |
63 | 65 |
|
64 | 66 | <TextView |
65 | | - android:id="@+id/main_tv_user_location" |
| 67 | + android:id="@+id/main_tv_user_bio" |
66 | 68 | android:layout_width="wrap_content" |
67 | 69 | android:layout_height="wrap_content" |
68 | 70 | android:fontFamily="@font/spoqa_han_sans_light" |
69 | | - android:text="location" |
| 71 | + android:text="Selfie" |
| 72 | + android:textColor="@color/colorText" |
70 | 73 | app:scale_height="70" |
71 | | - app:scale_left="320" |
72 | | - app:scale_textsize="45" |
73 | | - app:scale_top="125" |
| 74 | + app:scale_left="330" |
| 75 | + app:scale_textsize="35" |
| 76 | + app:scale_top="135" |
74 | 77 | app:scale_width="610" /> |
75 | 78 |
|
76 | 79 |
|
77 | | - <LinearLayout |
78 | | - android:layout_width="match_parent" |
79 | | - android:layout_height="wrap_content" |
80 | | - android:background="@drawable/rounding_background" |
81 | | - app:scale_height="210" |
82 | | - app:scale_left="30" |
83 | | - app:scale_top="250" |
84 | | - app:scale_width="1020" /> |
85 | | - |
86 | | - |
87 | | - <TextView |
88 | | - android:id="@+id/today_commit" |
89 | | - android:layout_width="wrap_content" |
90 | | - android:layout_height="wrap_content" |
91 | | - android:fontFamily="@font/spoqa_han_sans_bold" |
92 | | - android:gravity="center" |
93 | | - android:text="0" |
94 | | - android:textColor="#FFFFFF" |
95 | | - app:scale_height="110" |
96 | | - app:scale_left="30" |
97 | | - app:scale_textsize="70" |
98 | | - app:scale_top="250" |
99 | | - app:scale_width="340"/> |
100 | | - |
101 | | - <TextView |
102 | | - android:id="@+id/textView12" |
103 | | - android:layout_width="wrap_content" |
104 | | - android:layout_height="wrap_content" |
105 | | - android:layout_marginBottom="16dp" |
106 | | - android:fontFamily="@font/spoqa_han_sans_regular" |
107 | | - android:text="@string/today_contribution" |
108 | | - android:gravity="center" |
109 | | - android:textColor="#FFFFFF" |
110 | | - app:scale_height="100" |
111 | | - app:scale_left="30" |
112 | | - app:scale_textsize="45" |
113 | | - app:scale_top="350" |
114 | | - app:scale_width="340"/> |
115 | | - |
116 | | - <TextView |
117 | | - android:id="@+id/max_commit" |
118 | | - android:layout_width="wrap_content" |
119 | | - android:layout_height="wrap_content" |
120 | | - android:gravity="center" |
121 | | - android:fontFamily="@font/spoqa_han_sans_bold" |
122 | | - android:text="0" |
123 | | - android:textColor="#FFFFFF" |
124 | | - app:scale_height="110" |
125 | | - app:scale_left="370" |
126 | | - app:scale_textsize="70" |
127 | | - app:scale_top="250" |
128 | | - app:scale_width="340" /> |
129 | | - |
130 | | - <TextView |
131 | | - android:id="@+id/textView13" |
132 | | - android:layout_width="wrap_content" |
133 | | - android:layout_height="wrap_content" |
134 | | - android:layout_marginBottom="16dp" |
135 | | - android:fontFamily="@font/spoqa_han_sans_regular" |
136 | | - android:text="@string/max_contribution" |
137 | | - android:textColor="#FFFFFF" |
138 | | - android:textSize="18sp" |
139 | | - android:gravity="center" |
140 | | - app:scale_height="100" |
141 | | - app:scale_left="370" |
142 | | - app:scale_textsize="45" |
143 | | - app:scale_top="350" |
144 | | - app:scale_width="340" /> |
145 | | - |
146 | | - <TextView |
147 | | - android:id="@+id/year_commit" |
148 | | - android:layout_width="wrap_content" |
149 | | - android:layout_height="wrap_content" |
150 | | - android:gravity="center" |
151 | | - android:fontFamily="@font/spoqa_han_sans_bold" |
152 | | - android:text="0" |
153 | | - android:textColor="#FFFFFF" |
154 | | - app:scale_height="110" |
155 | | - app:scale_left="710" |
156 | | - app:scale_textsize="70" |
157 | | - app:scale_top="250" |
158 | | - app:scale_width="340" /> |
159 | | - |
160 | | - <TextView |
161 | | - android:id="@+id/textView14" |
162 | | - android:layout_width="wrap_content" |
163 | | - android:layout_height="wrap_content" |
164 | | - android:layout_marginBottom="16dp" |
165 | | - android:fontFamily="@font/spoqa_han_sans_regular" |
166 | | - android:text="@string/year_contribution" |
167 | | - android:textColor="#FFFFFF" |
168 | | - android:textSize="18sp" |
169 | | - android:gravity="center" |
170 | | - app:scale_height="100" |
171 | | - app:scale_left="710" |
172 | | - app:scale_textsize="45" |
173 | | - app:scale_top="350" |
174 | | - app:scale_width="340" /> |
175 | | - |
176 | 80 | <com.ogaclejapan.smarttablayout.SmartTabLayout |
177 | 81 | android:id="@+id/main_tab_smart_layout" |
178 | 82 | android:layout_width="match_parent" |
|
197 | 101 | app:stl_defaultTabTextColor="@color/colorText" |
198 | 102 | app:stl_defaultTabTextSize="15sp" |
199 | 103 | app:stl_defaultTabTextHorizontalPadding="10dp" |
200 | | - app:stl_defaultTabTextMinWidth="100dp" |
| 104 | + app:stl_defaultTabTextMinWidth="120sp" |
201 | 105 | app:stl_distributeEvenly="false" |
202 | 106 | app:stl_clickable="true" |
203 | 107 | app:stl_titleOffset="24dp" |
204 | 108 | app:stl_drawDecorationAfterTab="false" |
205 | 109 | app:scale_height="150" |
206 | | - app:scale_top="470" |
| 110 | + app:scale_top="250" |
207 | 111 | app:scale_width="1080"/> |
208 | 112 |
|
209 | 113 | <androidx.viewpager.widget.ViewPager |
210 | 114 | android:id="@+id/main_view_pager" |
211 | 115 | android:layout_width="match_parent" |
212 | 116 | android:layout_height="match_parent" |
213 | 117 | android:layout_below="@id/main_tab_smart_layout" |
214 | | - app:scale_height="1080" |
215 | | - app:scale_top="620" |
| 118 | + app:scale_height="1300" |
| 119 | + app:scale_top="400" |
216 | 120 | app:scale_width="1080"/> |
217 | 121 |
|
218 | 122 | </com.ssomai.android.scalablelayout.ScalableLayout> |
|
0 commit comments