Merge branch 'dev' of https://github.com/oxen-io/session-android into unsend-request

This commit is contained in:
ryanzhao
2021-08-16 14:38:39 +10:00
5 changed files with 39 additions and 25 deletions

View File

@@ -52,7 +52,7 @@
android:layout_width="@dimen/accent_line_thickness"
android:layout_height="match_parent"
android:background="@color/accent"/>
<TextView
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
android:maxLines="4"
android:ellipsize="end"
android:id="@+id/albumCellBodyText"

View File

@@ -12,6 +12,8 @@
<TextView
android:textSize="@dimen/text_size"
android:focusable="true"
android:textColorLink="@color/text"
android:id="@+id/longmessage_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>