Skip to content
Snippets Groups Projects
Commit ffc8d2fa authored by Pierre Nicolas's avatar Pierre Nicolas :joy: Committed by Adrien Béraud
Browse files

invitation: ellipsize identifier

GitLab: #1808
Change-Id: Ia49d0f1b2f67e62dfe6dc79dc706502c05c47c71
parent ad4ddf32
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:layout_toStartOf="@id/invitation_badge" android:layout_toStartOf="@id/invitation_badge"
android:layout_toEndOf="@id/invitation_icon" android:layout_toEndOf="@id/invitation_icon"
android:ellipsize="end" android:ellipsize="middle"
android:maxLines="1" android:maxLines="1"
android:singleLine="true" android:singleLine="true"
android:textColor="?attr/colorOnPrimary" android:textColor="?attr/colorOnPrimary"
......
...@@ -47,18 +47,16 @@ along with this program; if not, write to the Free Software ...@@ -47,18 +47,16 @@ along with this program; if not, write to the Free Software
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
android:ellipsize="marquee" android:ellipsize="middle"
android:fontFamily="@font/ubuntu_regular" android:fontFamily="@font/ubuntu_regular"
android:gravity="start" android:gravity="start"
android:marqueeRepeatLimit="marquee_forever" android:paddingBottom="3dp"
android:scrollHorizontally="true"
android:singleLine="true" android:singleLine="true"
android:textAlignment="viewStart" android:textAlignment="viewStart"
android:textColor="?attr/colorOnSurface" android:textColor="?attr/colorOnSurface"
android:textSize="@dimen/text_size_medium" android:textSize="@dimen/text_size_medium"
android:textStyle="bold" android:textStyle="bold"
tools:text="@tools:sample/full_names" tools:text="@tools:sample/full_names" />
android:paddingBottom="3dp"/>
<TextView <TextView
android:id="@+id/conv_last_item" android:id="@+id/conv_last_item"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment