|
@@ -1,82 +1,82 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<androidx.constraintlayout.widget.ConstraintLayout 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"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent">
|
|
|
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
- android:id="@+id/background"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:background="#70C1FF"
|
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
- app:layout_constraintTop_toTopOf="parent"></FrameLayout>
|
|
|
|
|
|
+ android:id="@+id/background"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:background="#70C1FF"
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent"></FrameLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="1280dp"
|
|
|
|
- android:layout_height="720dp"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
- app:layout_constraintDimensionRatio="h,16:9"
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
+ android:layout_width="1280dp"
|
|
|
|
+ android:layout_height="720dp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
+ app:layout_constraintDimensionRatio="h,16:9"
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="0dp"
|
|
|
|
- android:layout_weight="1">
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
- android:id="@+id/activity_message_back"
|
|
|
|
- android:layout_width="77dp"
|
|
|
|
- android:layout_height="77dp"
|
|
|
|
- android:layout_marginLeft="32dp"
|
|
|
|
- android:layout_marginTop="20dp"
|
|
|
|
- android:src="@drawable/main_back"></ImageView>
|
|
|
|
|
|
+ android:id="@+id/activity_message_back"
|
|
|
|
+ android:layout_width="77dp"
|
|
|
|
+ android:layout_height="77dp"
|
|
|
|
+ android:layout_marginLeft="32dp"
|
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
|
+ android:src="@drawable/main_back"></ImageView>
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
- android:id="@+id/activity_message_readall"
|
|
|
|
- android:layout_width="182dp"
|
|
|
|
- android:layout_height="70dp"
|
|
|
|
- android:layout_gravity="right|top"
|
|
|
|
- android:layout_marginTop="20dp"
|
|
|
|
- android:layout_marginRight="40dp">
|
|
|
|
|
|
+ android:id="@+id/activity_message_readall"
|
|
|
|
+ android:layout_width="182dp"
|
|
|
|
+ android:layout_height="70dp"
|
|
|
|
+ android:layout_gravity="right|top"
|
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
|
+ android:layout_marginRight="40dp">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:background="@drawable/message_btn_bg"></ImageView>
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:background="@drawable/message_btn_bg"></ImageView>
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
- android:layout_width="952dp"
|
|
|
|
- android:layout_height="0dp"
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
- android:layout_weight="6">
|
|
|
|
|
|
+ android:layout_width="952dp"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
+ android:layout_weight="6">
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
- android:id="@+id/message_recyclerview"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:layout_gravity="center"></androidx.recyclerview.widget.RecyclerView>
|
|
|
|
|
|
+ android:id="@+id/message_recyclerview"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_gravity="center"></androidx.recyclerview.widget.RecyclerView>
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
- android:id="@+id/message_nomessage"
|
|
|
|
- android:layout_width="320dp"
|
|
|
|
- android:layout_height="320dp"
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
- android:src="@drawable/fragment_user_no_record"
|
|
|
|
- android:visibility="gone"></ImageView>
|
|
|
|
|
|
+ android:id="@+id/message_nomessage"
|
|
|
|
+ android:layout_width="320dp"
|
|
|
|
+ android:layout_height="320dp"
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
+ android:src="@drawable/fragment_user_no_message"
|
|
|
|
+ android:visibility="gone"></ImageView>
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|