改版主播直播界面
This commit is contained in:
@@ -655,7 +655,7 @@
|
||||
android:id="@+id/goto_room_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="27dp"
|
||||
android:layout_below="@id/live_time"
|
||||
android:layout_below="@id/lin"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginRight="9dp"
|
||||
|
||||
@@ -139,17 +139,16 @@ PK"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginRight="5dp"
|
||||
android:layout_toLeftOf="@id/btn_close"
|
||||
android:layout_toLeftOf="@id/btn_function"
|
||||
android:padding="5dp"
|
||||
android:src="@mipmap/icon_live_msg"
|
||||
/>
|
||||
android:src="@mipmap/icon_live_msg" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/btn_function"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginRight="5dp"
|
||||
android:layout_toLeftOf="@id/btn_msg"
|
||||
android:layout_toLeftOf="@id/btn_close"
|
||||
android:padding="5dp"/>
|
||||
|
||||
<ImageView
|
||||
@@ -164,29 +163,28 @@ PK"
|
||||
|
||||
<TextView
|
||||
android:id="@+id/et_input"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="134dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_marginLeft="45dp"
|
||||
android:background="@drawable/bg_live_item"
|
||||
android:alpha="0.5"
|
||||
android:layout_centerVertical="true"
|
||||
android:hint="@string/live_say_something"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:alpha="0.5"
|
||||
android:background="@drawable/bg_live_item"
|
||||
android:hint="@string/live_anchor_send"
|
||||
android:padding="5dp"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/textColor"
|
||||
android:textColorHint="@color/gray3"
|
||||
android:textSize="14sp"
|
||||
android:layout_toLeftOf="@id/btn_pk"
|
||||
/>
|
||||
android:textSize="14sp" />
|
||||
|
||||
<ImageView
|
||||
android:layout_centerVertical="true"
|
||||
android:id="@+id/btn_chat"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:padding="5dp"
|
||||
android:src="@mipmap/icon_live_chat"
|
||||
/>
|
||||
android:visibility="gone" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/btn_close_game"
|
||||
@@ -196,24 +194,23 @@ PK"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_toRightOf="@id/btn_chat"
|
||||
android:background="@drawable/bg_btn_game"
|
||||
android:paddingBottom="5dp"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="8dp"
|
||||
android:paddingTop="5dp"
|
||||
android:paddingRight="8dp"
|
||||
android:paddingBottom="5dp"
|
||||
android:text="@string/end"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="13sp"
|
||||
android:visibility="invisible"
|
||||
/>
|
||||
android:visibility="invisible" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/red_point"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="14dp"
|
||||
android:layout_alignRight="@id/btn_msg"
|
||||
android:layout_alignTop="@id/btn_msg"
|
||||
android:layout_marginRight="5dp"
|
||||
android:layout_alignRight="@id/btn_msg"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginRight="5dp"
|
||||
android:background="@drawable/bg_red_point"
|
||||
android:gravity="center"
|
||||
android:includeFontPadding="false"
|
||||
@@ -224,8 +221,7 @@ PK"
|
||||
android:textColor="#fff"
|
||||
android:textSize="10sp"
|
||||
android:translationY="-4dp"
|
||||
android:visibility="invisible"
|
||||
/>
|
||||
android:visibility="invisible" />
|
||||
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user