Files
qianyanAndroid/app/src/main/res/layout/chat_setting_title.xml
被淹死的鱼 cd3b53759e 第一次提交
2026-03-11 18:26:29 +08:00

42 lines
1.4 KiB
XML

<?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>