|
@@ -6,10 +6,24 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@drawable/bg_white_radius_top_13">
|
|
|
|
|
|
+ <com.shanp.youqi.common.widget.UChatTitleBar
|
|
|
+ android:id="@+id/uchat_title_bar_layout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:uc_tb_back_ic_visible="false"
|
|
|
+ app:uc_tb_bg_color="@color/transparent"
|
|
|
+ app:uc_tb_bottom_line="false"
|
|
|
+ app:uc_tb_fit_status_bar="false"
|
|
|
+ app:uc_tb_title="私聊" />
|
|
|
+
|
|
|
+
|
|
|
<com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
|
android:id="@+id/srl"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/uchat_title_bar_layout"
|
|
|
app:srlEnableRefresh="false">
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|