第一次提交
This commit is contained in:
42
app/src/main/res/layout/chat_setting_title.xml
Normal file
42
app/src/main/res/layout/chat_setting_title.xml
Normal 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>
|
||||
Reference in New Issue
Block a user