Skip to content

Commit

Permalink
hide IP on compact friendlist, and make status message only 1 line
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 24, 2024
1 parent b4533a4 commit ad8bd61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
android:ellipsize="marquee"
android:fontFamily="monospace"
android:gravity="center_vertical"
android:maxLines="2"
android:maxLines="1"
android:paddingRight="6dp"
android:text="this is my status message long line this is my status message long line this is my status message long line"
android:textColor="@color/friend_list_text_color"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
android:ellipsize="marquee"
android:fontFamily="monospace"
android:gravity="center_vertical"
android:maxLines="2"
android:maxLines="1"
android:paddingRight="6dp"
android:text="this is my status message long line this is my status message long line this is my status message long line"
android:textColor="@android:color/black"
Expand All @@ -125,6 +125,7 @@
android:text="0.0.0.0"
android:textColor="@color/friend_list_text_color"
android:textSize="11sp"
android:visibility="gone"
android:typeface="monospace" />

<TextView
Expand Down

0 comments on commit ad8bd61

Please sign in to comment.