removing display name subtitle
This commit is contained in:
parent
b1ef4dd60c
commit
5f6654b696
@ -58,7 +58,7 @@
|
||||
android:gravity="center"
|
||||
android:text="@string/ftue_display_name_title"
|
||||
android:textColor="?vctr_content_primary"
|
||||
app:layout_constraintBottom_toTopOf="@id/displayNameHeaderSubtitle"
|
||||
app:layout_constraintBottom_toTopOf="@id/titleContentSpacing"
|
||||
app:layout_constraintEnd_toEndOf="@id/displayNameGutterEnd"
|
||||
app:layout_constraintStart_toStartOf="@id/displayNameGutterStart"
|
||||
app:layout_constraintTop_toBottomOf="@id/displayNameHeaderIcon" />
|
||||
@ -83,7 +83,7 @@
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintBottom_toTopOf="@id/displayNameInput"
|
||||
app:layout_constraintHeight_percent="0.03"
|
||||
app:layout_constraintTop_toBottomOf="@id/displayNameHeaderSubtitle" />
|
||||
app:layout_constraintTop_toBottomOf="@id/displayNameHeaderTitle" />
|
||||
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:id="@+id/displayNameInput"
|
||||
|
@ -1915,6 +1915,9 @@
|
||||
<string name="ftue_account_created_subtitle">Your account %s has been created</string>
|
||||
|
||||
<string name="ftue_display_name_title">Choose a display name</string>
|
||||
|
||||
<!-- TODO remove -->
|
||||
<!--suppress UnusedResources -->
|
||||
<string name="ftue_display_name_subtitle">This will be shown when you send messages.</string>
|
||||
<string name="ftue_display_name_entry_title">Display Name</string>
|
||||
<string name="ftue_display_name_entry_footer">You can change this later</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user