第一次提交

This commit is contained in:
被淹死的鱼
2026-03-11 18:26:29 +08:00
commit cd3b53759e
8532 changed files with 522078 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="55dp"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
android:background="@android:color/white">
<RelativeLayout
android:id="@+id/exchange_title_back"
android:paddingRight="@dimen/dp16"
android:layout_width="wrap_content"
android:layout_height="match_parent">
<ImageView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="15dp"
android:src="@drawable/ic_return" />
</RelativeLayout>
<TextView
android:layout_centerInParent="true"
android:textColor="@color/editTextColor"
android:textSize="18sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="聊天详情"/>
<RelativeLayout
android:id="@+id/rl_chat_pull_black"
android:layout_width="@dimen/dp60"
android:layout_height="match_parent"
android:layout_alignParentRight="true">
<ImageView
android:layout_centerInParent="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_more1"/>
</RelativeLayout>
</RelativeLayout>