Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
5481bdd5
Commit
5481bdd5
authored
Jul 10, 2021
by
YKai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: m-im组件升级
parent
9083a428
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
7 deletions
+22
-7
config.gradle
config.gradle
+2
-2
bg_gradient_fff_33fff.xml
m-im/src/main/res/drawable/bg_gradient_fff_33fff.xml
+10
-0
im_view_question_infomation.xml
m-im/src/main/res_uikit/layout/im_view_question_infomation.xml
+10
-5
No files found.
config.gradle
View file @
5481bdd5
...
...
@@ -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.4
5
"
,
"m-im"
:
"0.0.19.4
6
"
,
"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.4
5
"
,
"m-im"
:
"0.0.19.4
6
"
,
"m-dynamic"
:
"0.0.7.25"
,
"m-article"
:
"0.0.0.8"
,
...
...
m-im/src/main/res/drawable/bg_gradient_fff_33fff.xml
0 → 100644
View file @
5481bdd5
<?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
m-im/src/main/res_uikit/layout/im_view_question_infomation.xml
View file @
5481bdd5
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment