添加直播任务和直播数据入口
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
android:layout_weight="1" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/broadcast_data"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="10dp"
|
||||
@@ -128,10 +129,33 @@
|
||||
android:layout_marginTop="10dp"
|
||||
android:paddingEnd="16dp">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/anchor_task"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:src="@mipmap/live_more_icon_task" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="6dp"
|
||||
android:text="@string/anchor_task"
|
||||
android:textColor="#FF9A9A9A"
|
||||
android:textSize="12sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/live_tool_wish"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="28dp"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
BIN
common/src/main/res/mipmap-xxhdpi/live_more_icon_task.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/live_more_icon_task.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -1005,4 +1005,5 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="phone_number">phone</string>
|
||||
<string name="broadcast_data">Broadcast</string>
|
||||
<string name="click_to_view">Click To View</string>
|
||||
<string name="anchor_task">Anchor Task</string>
|
||||
</resources>
|
||||
|
||||
@@ -1026,4 +1026,5 @@
|
||||
<string name="phone_number" >手機號</string>
|
||||
<string name="broadcast_data" >開播數據</string>
|
||||
<string name="click_to_view">點擊查看</string>
|
||||
<string name="anchor_task">主播任務</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user