~evilham/unchat-android

e3ca89a81b8aa0c946dab7d77749c983e36442b2 — Benoit Marty 3 years ago 8696650
Fix issue when there is no display name
1 files changed, 2 insertions(+), 2 deletions(-)

M vector/src/main/res/layout/fragment_user_code_show.xml
M vector/src/main/res/layout/fragment_user_code_show.xml => vector/src/main/res/layout/fragment_user_code_show.xml +2 -2
@@ 92,14 92,14 @@
            <androidx.constraintlayout.widget.ConstraintLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:minWidth="300dp">
                android:minWidth="300dp"
                android:paddingTop="40dp">

                <TextView
                    android:id="@+id/showUserCodeCardNameText"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginStart="16dp"
                    android:layout_marginTop="40dp"
                    android:layout_marginEnd="16dp"
                    android:maxLines="1"
                    android:singleLine="true"