Skip to content

Commit 2792cce

Browse files
committed
removing the combined register subtitle to match design update
1 parent b2ee7f3 commit 2792cce

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

vector/src/main/res/layout/fragment_ftue_combined_register.xml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,32 +62,18 @@
6262
android:gravity="center"
6363
android:text="@string/ftue_auth_create_account_title"
6464
android:textColor="?vctr_content_primary"
65-
app:layout_constraintBottom_toTopOf="@id/createAccountHeaderSubtitle"
65+
app:layout_constraintBottom_toTopOf="@id/createAccountHeaderTitle"
6666
app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd"
6767
app:layout_constraintStart_toStartOf="@id/createAccountGutterStart"
6868
app:layout_constraintTop_toBottomOf="@id/createAccountHeaderIcon" />
6969

70-
<TextView
71-
android:id="@+id/createAccountHeaderSubtitle"
72-
style="@style/Widget.Vector.TextView.Subtitle"
73-
android:layout_width="0dp"
74-
android:layout_height="wrap_content"
75-
android:layout_marginTop="8dp"
76-
android:gravity="center"
77-
android:text="@string/ftue_auth_create_account_subtitle"
78-
android:textColor="?vctr_content_secondary"
79-
app:layout_constraintBottom_toTopOf="@id/titleContentSpacing"
80-
app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd"
81-
app:layout_constraintStart_toStartOf="@id/createAccountGutterStart"
82-
app:layout_constraintTop_toBottomOf="@id/createAccountHeaderTitle" />
83-
8470
<Space
8571
android:id="@+id/titleContentSpacing"
8672
android:layout_width="match_parent"
8773
android:layout_height="0dp"
8874
app:layout_constraintBottom_toTopOf="@id/chooseYourServerHeader"
8975
app:layout_constraintHeight_percent="0.03"
90-
app:layout_constraintTop_toBottomOf="@id/createAccountHeaderSubtitle" />
76+
app:layout_constraintTop_toBottomOf="@id/createAccountHeaderTitle" />
9177

9278
<TextView
9379
android:id="@+id/chooseYourServerHeader"
@@ -113,7 +99,8 @@
11399
app:layout_constraintBottom_toTopOf="@id/serverSelectionSpacing"
114100
app:layout_constraintEnd_toStartOf="@id/editServerButton"
115101
app:layout_constraintStart_toStartOf="@id/createAccountGutterStart"
116-
app:layout_constraintTop_toBottomOf="@id/chooseYourServerHeader" />
102+
app:layout_constraintTop_toBottomOf="@id/chooseYourServerHeader"
103+
tools:text="matrix.org" />
117104

118105
<Button
119106
android:id="@+id/editServerButton"

vector/src/main/res/values/donottranslate.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
<!-- WIP -->
1313
<string name="ftue_auth_create_account_title">Create your account</string>
14-
<string name="ftue_auth_create_account_subtitle">We\'ll need some info to get you set up.</string>
1514
<string name="ftue_auth_create_account_username_entry_footer">You can\'t change this later</string>
1615
<string name="ftue_auth_create_account_password_entry_footer">Must be 8 characters or more</string>
1716
<string name="ftue_auth_create_account_choose_server_header">Choose your server to store your data</string>

0 commit comments

Comments
 (0)