28 lines
1014 B
XML
28 lines
1014 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom"
|
|
android:orientation="vertical"
|
|
tools:ignore="MissingDefaultResource">
|
|
|
|
<TextView
|
|
android:id="@+id/sud_text_name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="21dp"
|
|
android:layout_marginEnd="21dp"
|
|
android:layout_marginBottom="24dp"
|
|
android:background="@drawable/bg_live_sud_hint"
|
|
android:paddingStart="22dp"
|
|
android:paddingTop="8dp"
|
|
android:paddingEnd="22dp"
|
|
android:paddingBottom="8dp"
|
|
android:text="主播創建了【游戲名】房間,快來與主播同玩~"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp">
|
|
|
|
</TextView>
|
|
|
|
</LinearLayout> |