集成完直播后提交代码
This commit is contained in:
42
app/src/main/res/layout/dialog_inputmessage.xml
Normal file
42
app/src/main/res/layout/dialog_inputmessage.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp60"
|
||||
android:background="@color/main_color"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:paddingStart="@dimen/dp10"
|
||||
android:paddingEnd="@dimen/dp10">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/message_et"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp40"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/card_bord_bantou_bg1"
|
||||
android:hint="@string/send_message"
|
||||
android:gravity="center_vertical"
|
||||
android:maxLength="50"
|
||||
android:paddingStart="10dp"
|
||||
android:paddingEnd="@dimen/dp10"
|
||||
android:textColor="@color/body_txt_color"
|
||||
android:textColorHint="@color/des_txt_color"
|
||||
android:textSize="@dimen/sp14" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/send_bt"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/dp40"
|
||||
android:layout_marginStart="@dimen/dp10"
|
||||
android:background="@drawable/button_ture_bg"
|
||||
android:paddingStart="@dimen/dp10"
|
||||
android:paddingEnd="@dimen/dp10"
|
||||
android:text="@string/send"
|
||||
android:textColor="@color/white"
|
||||
android:textColorHint="@color/des_txt_color"
|
||||
android:textSize="@dimen/sp16" />
|
||||
</LinearLayout>
|
||||
</layout>
|
||||
Reference in New Issue
Block a user