|
|
@@ -1,7 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:clipChildren="false">
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/chat_list"
|
|
|
@@ -12,6 +13,7 @@
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:clipChildren="false"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
@@ -20,6 +22,8 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="6dp"
|
|
|
+ android:scaleX="1.2"
|
|
|
+ android:scaleY="1.2"
|
|
|
android:src="@mipmap/ic_back_btn2" />
|
|
|
|
|
|
<TextView
|