2023-03-23 14:26:52 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="106dp"
|
|
|
|
android:layout_height="128dp"
|
2023-04-01 11:14:24 +08:00
|
|
|
android:layout_marginStart="2dp"
|
2023-03-23 14:26:52 +08:00
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
android:background="@drawable/bg_anchor_say"
|
|
|
|
android:layout_marginTop="10dp">
|
|
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
layout="@layout/sim_live_room_anchor_say"
|
2023-04-06 14:29:12 +08:00
|
|
|
android:layout_width="67dp"
|
|
|
|
android:layout_height="88dp"
|
2023-03-23 14:26:52 +08:00
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|