Skip to content

Commit

Permalink
fix: email text partially visible
Browse files Browse the repository at this point in the history
When an email text exceeds one line, it will end with three dots.
  • Loading branch information
Prince Raj authored and PratyushSingh07 committed Dec 17, 2023
1 parent b8593e3 commit 165aafd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/fragment_leaderboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@
android:layout_below="@+id/llUserName"
android:layout_marginLeft="10dp"
android:text="ashishgupta9936@gmail.com"
android:textSize="17sp" />
android:textSize="17sp"
android:maxLines="1"
android:ellipsize="end"/>


</RelativeLayout>
Expand Down

0 comments on commit 165aafd

Please sign in to comment.