|
|
@@ -97,13 +97,23 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/layoutLiveBroadcast"
|
|
|
+ android:layout_width="@dimen/divider_111px"
|
|
|
+ android:layout_height="@dimen/divider_96px"
|
|
|
style="@style/workbenches_operate_btn"
|
|
|
app:layout_constraintEnd_toStartOf="@+id/layoutHelp"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
+ android:background="@mipmap/icon_live_broadcast"
|
|
|
tools:ignore="MissingConstraints">
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
+<!-- <androidx.constraintlayout.widget.ConstraintLayout-->
|
|
|
+<!-- android:id="@+id/layoutLiveBroadcast"-->
|
|
|
+<!-- android:layout_width="@dimen/divider_111px"-->
|
|
|
+<!-- android:layout_height="@dimen/divider_96px"-->
|
|
|
+<!-- >-->
|
|
|
+
|
|
|
+<!-- </androidx.constraintlayout.widget.ConstraintLayout>-->
|
|
|
+
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/layoutHelp"
|
|
|
android:layout_width="@dimen/divider_111px"
|