Skip to content

Commit 5f6654b

Browse files
committed
removing display name subtitle
1 parent b1ef4dd commit 5f6654b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
android:gravity="center"
5959
android:text="@string/ftue_display_name_title"
6060
android:textColor="?vctr_content_primary"
61-
app:layout_constraintBottom_toTopOf="@id/displayNameHeaderSubtitle"
61+
app:layout_constraintBottom_toTopOf="@id/titleContentSpacing"
6262
app:layout_constraintEnd_toEndOf="@id/displayNameGutterEnd"
6363
app:layout_constraintStart_toStartOf="@id/displayNameGutterStart"
6464
app:layout_constraintTop_toBottomOf="@id/displayNameHeaderIcon" />
@@ -83,7 +83,7 @@
8383
android:layout_height="0dp"
8484
app:layout_constraintBottom_toTopOf="@id/displayNameInput"
8585
app:layout_constraintHeight_percent="0.03"
86-
app:layout_constraintTop_toBottomOf="@id/displayNameHeaderSubtitle" />
86+
app:layout_constraintTop_toBottomOf="@id/displayNameHeaderTitle" />
8787

8888
<com.google.android.material.textfield.TextInputLayout
8989
android:id="@+id/displayNameInput"

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,6 +1915,9 @@
19151915
<string name="ftue_account_created_subtitle">Your account %s has been created</string>
19161916

19171917
<string name="ftue_display_name_title">Choose a display name</string>
1918+
1919+
<!-- TODO remove -->
1920+
<!--suppress UnusedResources -->
19181921
<string name="ftue_display_name_subtitle">This will be shown when you send messages.</string>
19191922
<string name="ftue_display_name_entry_title">Display Name</string>
19201923
<string name="ftue_display_name_entry_footer">You can change this later</string>

0 commit comments

Comments
 (0)