|
@@ -1,7 +1,6 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
- xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -242,12 +241,12 @@
|
|
app:layout_constraintTop_toBottomOf="@+id/line" />
|
|
app:layout_constraintTop_toBottomOf="@+id/line" />
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:id="@id/view"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- app:layout_constraintBottom_toBottomOf="parent" />
|
|
|
|
|
|
+ <!-- <View-->
|
|
|
|
+ <!-- android:id="@id/view"-->
|
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
|
+ <!-- android:layout_height="50dp"-->
|
|
|
|
+ <!-- android:visibility="gone"-->
|
|
|
|
+ <!-- app:layout_constraintBottom_toBottomOf="parent" />-->
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
android:id="@+id/toolbar"
|
|
android:id="@+id/toolbar"
|
|
@@ -255,7 +254,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="80dp"
|
|
android:minHeight="80dp"
|
|
android:paddingVertical="16dp"
|
|
android:paddingVertical="16dp"
|
|
- app:layout_constraintBottom_toTopOf="@+id/view">
|
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/send_pic"
|
|
android:id="@+id/send_pic"
|
|
@@ -284,7 +283,6 @@
|
|
android:background="@drawable/bg_cfd4e0_20"
|
|
android:background="@drawable/bg_cfd4e0_20"
|
|
android:gravity="center_vertical|end"
|
|
android:gravity="center_vertical|end"
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
- android:paddingVertical="10dp"
|
|
|
|
android:paddingStart="15dp"
|
|
android:paddingStart="15dp"
|
|
android:paddingEnd="6dp"
|
|
android:paddingEnd="6dp"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
@@ -299,7 +297,7 @@
|
|
android:layout_marginEnd="10dp"
|
|
android:layout_marginEnd="10dp"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
android:maxLines="3"
|
|
android:maxLines="3"
|
|
- android:minHeight="30dp"
|
|
|
|
|
|
+ android:minHeight="52dp"
|
|
android:textColor="#ff222222"
|
|
android:textColor="#ff222222"
|
|
android:textSize="14sp"
|
|
android:textSize="14sp"
|
|
android:textStyle="bold" />
|
|
android:textStyle="bold" />
|
|
@@ -308,6 +306,7 @@
|
|
android:id="@+id/can_send"
|
|
android:id="@+id/can_send"
|
|
android:layout_width="32dp"
|
|
android:layout_width="32dp"
|
|
android:layout_height="32dp"
|
|
android:layout_height="32dp"
|
|
|
|
+ android:layout_marginVertical="10dp"
|
|
android:src="@mipmap/can_send"
|
|
android:src="@mipmap/can_send"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintEnd_toStartOf="@+id/view_send"
|
|
app:layout_constraintEnd_toStartOf="@+id/view_send"
|
|
@@ -320,7 +319,7 @@
|
|
android:id="@+id/baseRefreshLayout"
|
|
android:id="@+id/baseRefreshLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
- android:layout_marginTop="3dp"
|
|
|
|
|
|
+ android:paddingTop="3dp"
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
app:layout_constraintBottom_toTopOf="@+id/toolbar"
|
|
app:layout_constraintBottom_toTopOf="@+id/toolbar"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|