设置直播间女神说不能超出view
This commit is contained in:
parent
aa0a2e38a7
commit
ddcb757dc7
@ -21,12 +21,12 @@
|
||||
<TextView
|
||||
android:id="@+id/anchor_say_text"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:ellipsize="none"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center"
|
||||
android:inputType="textMultiLine"
|
||||
android:maxEms="6"
|
||||
|
@ -1492,6 +1492,7 @@
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<!--女神说-->
|
||||
<include
|
||||
android:id="@+id/anchor_say_layout"
|
||||
layout="@layout/sim_live_room_anchor_say"
|
||||
@ -1501,6 +1502,7 @@
|
||||
android:layout_marginStart="5dp"
|
||||
android:layout_marginBottom="-30dp"
|
||||
android:background="@color/white"
|
||||
tools:visibility="visible"
|
||||
android:visibility="invisible" />
|
||||
|
||||
<ImageView
|
||||
|
Loading…
Reference in New Issue
Block a user