SES-2259 Remove 35 char display name char limit
							parent
							
								
									e3685f65f8
								
							
						
					
					
						commit
						eb63af2f8d
					
				@ -1,39 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    xmlns:tools="http://schemas.android.com/tools"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="wrap_content"
 | 
			
		||||
    android:background="?conversation_menu_cell_color"
 | 
			
		||||
    android:orientation="vertical">
 | 
			
		||||
 | 
			
		||||
    <LinearLayout
 | 
			
		||||
        android:id="@+id/contentView"
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:orientation="horizontal"
 | 
			
		||||
        android:gravity="center_vertical"
 | 
			
		||||
        android:paddingHorizontal="@dimen/large_spacing"
 | 
			
		||||
        android:paddingVertical="@dimen/small_spacing">
 | 
			
		||||
 | 
			
		||||
        <org.thoughtcrime.securesms.components.ProfilePictureView
 | 
			
		||||
            android:id="@+id/profilePictureView"
 | 
			
		||||
            android:layout_width="@dimen/small_profile_picture_size"
 | 
			
		||||
            android:layout_height="@dimen/small_profile_picture_size" />
 | 
			
		||||
 | 
			
		||||
        <TextView
 | 
			
		||||
            android:id="@+id/nameTextView"
 | 
			
		||||
            android:layout_width="0dp"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:layout_marginStart="@dimen/medium_spacing"
 | 
			
		||||
            android:maxLength="@integer/max_user_nickname_length_chars"
 | 
			
		||||
            android:maxLines="1"
 | 
			
		||||
            android:textAlignment="viewStart"
 | 
			
		||||
            android:ellipsize="end"
 | 
			
		||||
            android:textSize="@dimen/medium_font_size"
 | 
			
		||||
            android:textStyle="bold"
 | 
			
		||||
            android:layout_weight="1"
 | 
			
		||||
            tools:text="Spiderman" />
 | 
			
		||||
 | 
			
		||||
    </LinearLayout>
 | 
			
		||||
 | 
			
		||||
</LinearLayout>
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue