<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/chat_header_linear_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.electric.chargingpile.view.ViewChatHeaderRecyclerView
android:id="@+id/chat_header_recycler_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
|