|
138 | 138 | app:layout_constraintTop_toBottomOf="@+id/tv_title_user_agreement" |
139 | 139 | android:background="@color/gray_E7E8EB" /> |
140 | 140 |
|
| 141 | + <TextView |
| 142 | + android:id="@+id/tv_title_third_party_information" |
| 143 | + android:layout_width="match_parent" |
| 144 | + android:layout_height="48dp" |
| 145 | + android:background="@color/white" |
| 146 | + android:gravity="center_vertical" |
| 147 | + android:layout_marginTop="1dp" |
| 148 | + android:paddingStart="20dp" |
| 149 | + android:paddingEnd="20dp" |
| 150 | + android:text="@string/rule_content_list" |
| 151 | + android:textColor="@color/black_15161A" |
| 152 | + android:textSize="@dimen/ts_14" |
| 153 | + app:layout_constraintTop_toBottomOf="@+id/tv_title_user_agreement" /> |
| 154 | + |
| 155 | + <ImageView |
| 156 | + android:id="@+id/iv_third_party_information" |
| 157 | + android:layout_width="18dp" |
| 158 | + android:layout_height="18dp" |
| 159 | + android:layout_marginEnd="20dp" |
| 160 | + android:src="@mipmap/icon_arrow" |
| 161 | + android:rotation="180" |
| 162 | + app:layout_constraintBottom_toBottomOf="@+id/tv_title_third_party_information" |
| 163 | + app:layout_constraintRight_toRightOf="parent" |
| 164 | + app:layout_constraintTop_toTopOf="@+id/tv_title_third_party_information" /> |
| 165 | + |
| 166 | + <View |
| 167 | + android:id="@+id/line_third_party_information" |
| 168 | + android:layout_width="match_parent" |
| 169 | + android:layout_height="1dp" |
| 170 | + android:layout_marginStart="20dp" |
| 171 | + android:layout_marginEnd="20dp" |
| 172 | + app:layout_constraintTop_toBottomOf="@+id/tv_title_third_party_information" |
| 173 | + android:background="@color/gray_E7E8EB" /> |
| 174 | + |
| 175 | + <TextView |
| 176 | + android:id="@+id/tv_title_collected_personal_information" |
| 177 | + android:layout_width="match_parent" |
| 178 | + android:layout_height="48dp" |
| 179 | + android:background="@color/white" |
| 180 | + android:gravity="center_vertical" |
| 181 | + android:layout_marginTop="1dp" |
| 182 | + android:paddingStart="20dp" |
| 183 | + android:paddingEnd="20dp" |
| 184 | + android:text="@string/personal_information_list" |
| 185 | + android:textColor="@color/black_15161A" |
| 186 | + android:textSize="@dimen/ts_14" |
| 187 | + app:layout_constraintTop_toBottomOf="@+id/tv_title_third_party_information" /> |
| 188 | + |
| 189 | + <ImageView |
| 190 | + android:id="@+id/iv_collected_personal_information" |
| 191 | + android:layout_width="18dp" |
| 192 | + android:layout_height="18dp" |
| 193 | + android:layout_marginEnd="20dp" |
| 194 | + android:src="@mipmap/icon_arrow" |
| 195 | + android:rotation="180" |
| 196 | + app:layout_constraintBottom_toBottomOf="@+id/tv_title_collected_personal_information" |
| 197 | + app:layout_constraintRight_toRightOf="parent" |
| 198 | + app:layout_constraintTop_toTopOf="@+id/tv_title_collected_personal_information" /> |
| 199 | + |
| 200 | + <View |
| 201 | + android:id="@+id/line_collected_personal_information" |
| 202 | + android:layout_width="match_parent" |
| 203 | + android:layout_height="1dp" |
| 204 | + android:layout_marginStart="20dp" |
| 205 | + android:layout_marginEnd="20dp" |
| 206 | + app:layout_constraintTop_toBottomOf="@+id/tv_title_collected_personal_information" |
| 207 | + android:background="@color/gray_E7E8EB" /> |
| 208 | + |
141 | 209 | <TextView |
142 | 210 | android:id="@+id/tv_title_opensource" |
143 | 211 | android:layout_width="match_parent" |
|
150 | 218 | android:text="@string/register_agree_5" |
151 | 219 | android:textColor="@color/black_15161A" |
152 | 220 | android:textSize="@dimen/ts_14" |
153 | | - app:layout_constraintTop_toBottomOf="@+id/line_user_agreement" /> |
| 221 | + app:layout_constraintTop_toBottomOf="@+id/tv_title_collected_personal_information" /> |
154 | 222 |
|
155 | 223 | <ImageView |
156 | 224 | android:id="@+id/iv_opensource_arrow" |
|
0 commit comments