114 lines
4.4 KiB
XML
114 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/fl"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
<com.tencent.qgame.animplayer.AnimView
|
|
android:id="@+id/anim_cp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginTop="@dimen/dp_60"
|
|
android:gravity="center_horizontal">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:layout_marginHorizontal="@dimen/dp_20"
|
|
android:orientation="vertical">
|
|
|
|
<FrameLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/room_cp_head1"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:layout_gravity="center"
|
|
android:src="@mipmap/ic_launcher_app"
|
|
app:riv_oval="true" />
|
|
|
|
<com.tencent.qgame.animplayer.AnimView
|
|
android:id="@+id/anim_cp_left"
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
android:visibility="gone"/>
|
|
|
|
</FrameLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/room_cp_name1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:enabled="true"
|
|
android:maxEms="5"
|
|
android:paddingLeft="10dp"
|
|
android:paddingTop="2dp"
|
|
android:paddingRight="10dp"
|
|
android:paddingBottom="2dp"
|
|
android:singleLine="true"
|
|
android:text="欣瑶欣瑶欣瑶欣瑶"
|
|
android:textColor="@color/black"
|
|
android:textSize="8sp"
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="3dp"
|
|
android:layout_marginHorizontal="@dimen/dp_20"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<FrameLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/room_cp_head2"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:layout_gravity="center"
|
|
android:src="@mipmap/ic_launcher_app"
|
|
app:riv_oval="true" />
|
|
|
|
<com.tencent.qgame.animplayer.AnimView
|
|
android:id="@+id/anim_cp_right"
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
android:visibility="gone"/>
|
|
</FrameLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/room_cp_name2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:enabled="true"
|
|
android:maxEms="5"
|
|
android:paddingLeft="10dp"
|
|
android:paddingTop="2dp"
|
|
android:paddingRight="10dp"
|
|
android:paddingBottom="2dp"
|
|
android:singleLine="true"
|
|
android:text="欣瑶"
|
|
android:textColor="@color/black"
|
|
android:textSize="8sp"
|
|
/>
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</FrameLayout>
|
|
</layout>
|