Commit 5481bdd5 by YKai

feat: m-im组件升级

parent 9083a428
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.37",
"m-home" : "0.0.22.67",
"m-im" : "0.0.19.45",
"m-im" : "0.0.19.46",
"m-dynamic" : "0.0.7.25",
"m-article" : "0.0.0.10",
......@@ -93,7 +93,7 @@ ext {
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.37",
"m-home" : "0.0.22.67",
"m-im" : "0.0.19.45",
"m-im" : "0.0.19.46",
"m-dynamic" : "0.0.7.25",
"m-article" : "0.0.0.8",
......
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#33ffffff"
android:endColor="@color/white"
android:angle="360"
/>
</shape>
\ No newline at end of file
......@@ -105,15 +105,17 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_problem" />
<HorizontalScrollView
android:id="@+id/hsv_problem_tips"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@id/et_input_problem">
<LinearLayout
android:id="@+id/hsv_problem_tips"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:paddingLeft="12dp"
android:orientation="horizontal"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintTop_toBottomOf="@id/et_input_problem"
android:paddingStart="12dp"
tools:visibility="visible">
<TextView
......@@ -162,12 +164,15 @@
android:textColor="@color/color_242424"
android:textSize="14sp" />
</LinearLayout>
</HorizontalScrollView>
<LinearLayout
android:layout_marginBottom="16dp"
android:id="@+id/ll_send"
android:layout_width="86dp"
android:layout_height="28dp"
android:layout_marginBottom="16dp"
android:background="@drawable/bg_gradient_fff_33fff"
android:gravity="center|bottom"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment