Fix single line text input for group names.

master
Alan Evans 2020-07-07 16:52:05 -03:00 committed by Greyson Parrelli
parent 96e888a4f5
commit a955bc3b9b
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@
android:layout_marginEnd="16dp"
android:background="@null"
android:hint="@string/AddGroupDetailsFragment__group_name_required"
android:inputType="text"
android:maxLength="34"
android:maxLines="1"
app:layout_constraintBottom_toBottomOf="@id/group_avatar"
@ -63,8 +64,8 @@
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="12dp"
android:textAlignment="viewStart"
android:text="@string/AddGroupDetailsFragment__members"
android:textAlignment="viewStart"
android:textAppearance="@style/TextAppearance.Signal.Subtitle2"
android:textColor="?attr/title_text_color_secondary"
app:layout_constraintTop_toBottomOf="@id/mms_warning"