2020-04-02 10:43:40 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/messageActivityBottomLayout"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2021-03-11 18:47:17 +08:00
|
|
|
android:background="@color/color_2a2a39"
|
2020-04-02 10:43:40 +08:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<include layout="@layout/nim_message_activity_text_layout"/>
|
|
|
|
|
|
|
|
<com.netease.nim.uikit.business.session.emoji.EmoticonPickerView
|
|
|
|
android:id="@+id/emoticon_picker_view"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:visibility="gone"/>
|
|
|
|
</LinearLayout>
|