|
53 | 53 | android:layout_height="wrap_content" |
54 | 54 | android:layout_marginTop="16dp" |
55 | 55 | android:gravity="center" |
56 | | - android:text="@string/ftue_auth_create_account_title" |
| 56 | + android:text="@string/ftue_auth_captcha_title" |
57 | 57 | android:textColor="?vctr_content_primary" |
58 | | - app:layout_constraintBottom_toTopOf="@id/captchaHeaderSubtitle" |
59 | | - app:layout_constraintEnd_toEndOf="@id/captchaGutterEnd" |
60 | | - app:layout_constraintStart_toStartOf="@id/captchaGutterStart" |
61 | | - app:layout_constraintTop_toBottomOf="@id/captchaHeaderIcon" /> |
62 | | - |
63 | | - <TextView |
64 | | - android:id="@+id/captchaHeaderSubtitle" |
65 | | - style="@style/Widget.Vector.TextView.Subtitle" |
66 | | - android:layout_width="0dp" |
67 | | - android:layout_height="wrap_content" |
68 | | - android:layout_marginTop="8dp" |
69 | | - android:gravity="center" |
70 | | - android:text="@string/auth_recaptcha_message" |
71 | | - android:textColor="?vctr_content_secondary" |
72 | 58 | app:layout_constraintBottom_toTopOf="@id/titleContentSpacing" |
73 | 59 | app:layout_constraintEnd_toEndOf="@id/captchaGutterEnd" |
74 | 60 | app:layout_constraintStart_toStartOf="@id/captchaGutterStart" |
75 | | - app:layout_constraintTop_toBottomOf="@id/captchaHeaderTitle" /> |
| 61 | + app:layout_constraintTop_toBottomOf="@id/captchaHeaderIcon" /> |
76 | 62 |
|
77 | 63 | <Space |
78 | 64 | android:id="@+id/titleContentSpacing" |
79 | 65 | android:layout_width="match_parent" |
80 | 66 | android:layout_height="0dp" |
81 | 67 | app:layout_constraintBottom_toTopOf="@id/loginCaptchaWevView" |
82 | 68 | app:layout_constraintHeight_percent="0.03" |
83 | | - app:layout_constraintTop_toBottomOf="@id/captchaHeaderSubtitle" /> |
| 69 | + app:layout_constraintTop_toBottomOf="@id/captchaHeaderTitle" /> |
84 | 70 |
|
85 | 71 | <WebView |
86 | 72 | android:id="@+id/loginCaptchaWevView" |
|
0 commit comments