|
@@ -55,13 +55,36 @@
|
|
|
|
|
|
<com.tencent.rtmp.ui.TXCloudVideoView
|
|
|
android:id="@+id/play_tx_cloud_view"
|
|
|
- android:layout_width="@dimen/divider_1078px"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/divider_606px"
|
|
|
+ android:layout_marginStart="@dimen/divider_58px"
|
|
|
+ android:layout_marginEnd="@dimen/divider_58px"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_marginStart="@dimen/divider_58px"
|
|
|
+ android:layout_marginEnd="@dimen/divider_58px"
|
|
|
+ android:layout_marginBottom="@dimen/divider_20px"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/play_tx_cloud_view">
|
|
|
+
|
|
|
+ <androidx.appcompat.widget.AppCompatEditText
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:hint="@string/welcome_to_ask_questions"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="@dimen/divider_28px" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
</layout>
|