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
339f40ea
Commit
339f40ea
authored
Jul 07, 2021
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : UI优化
parent
3e7347ae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
15 deletions
+17
-15
config.gradle
config.gradle
+1
-1
IMChatUtil.kt
m-im/src/main/java/com/yidianling/im/helper/IMChatUtil.kt
+0
-0
item_left_describe_layout.xml
m-im/src/main/res/layout/item_left_describe_layout.xml
+0
-2
item_left_more_check_layout.xml
m-im/src/main/res/layout/item_left_more_check_layout.xml
+2
-2
item_left_one_check_layout.xml
m-im/src/main/res/layout/item_left_one_check_layout.xml
+1
-1
item_left_text_layout.xml
m-im/src/main/res/layout/item_left_text_layout.xml
+0
-1
item_right_text_layout.xml
m-im/src/main/res/layout/item_right_text_layout.xml
+0
-1
im_view_question_infomation.xml
m-im/src/main/res_uikit/layout/im_view_question_infomation.xml
+13
-7
No files found.
config.gradle
View file @
339f40ea
...
...
@@ -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.3
5
"
,
"m-im"
:
"0.0.19.3
7
"
,
"m-dynamic"
:
"0.0.7.24"
,
"m-article"
:
"0.0.0.10"
,
...
...
m-im/src/main/java/com/yidianling/im/helper/IMChatUtil.kt
View file @
339f40ea
This diff is collapsed.
Click to expand it.
m-im/src/main/res/layout/item_left_describe_layout.xml
View file @
339f40ea
...
...
@@ -34,7 +34,6 @@
android:layout_height=
"wrap_content"
android:textColor=
"@color/im_color_242424"
android:textSize=
"@dimen/im_text_size_17"
android:lineSpacingMultiplier=
"1.2"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
tools:text=
"请问是发生了什么事情导致的呢?(多选)?"
/>
...
...
@@ -44,7 +43,6 @@
android:layout_width=
"239dp"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"4dp"
android:lineSpacingMultiplier=
"1.2"
android:text=
"@string/question_notes"
android:textColor=
"@color/color_grey_999999"
android:textSize=
"14sp"
/>
...
...
m-im/src/main/res/layout/item_left_more_check_layout.xml
View file @
339f40ea
...
...
@@ -32,7 +32,6 @@
android:layout_height=
"wrap_content"
android:textColor=
"@color/im_color_242424"
android:textSize=
"@dimen/im_text_size_17"
android:lineSpacingMultiplier=
"1.2"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
tools:text=
"请问是发生了什么事情导致的呢?(多选)?"
/>
...
...
@@ -41,6 +40,7 @@
android:id=
"@+id/tv_more_list"
android:layout_width=
"263dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:orientation=
"vertical"
app:layoutManager=
"androidx.recyclerview.widget.GridLayoutManager"
app:layout_constraintStart_toStartOf=
"@id/multiple_choice_title"
...
...
@@ -55,7 +55,7 @@
android:layout_height=
"wrap_content"
android:layout_gravity=
"right"
android:textColor=
"@color/white"
android:layout_marginTop=
"
8
dp"
android:layout_marginTop=
"
16
dp"
android:background=
"@drawable/im_background_18dp_ebebeb"
android:gravity=
"center"
android:paddingTop=
"@dimen/platform_dp_8"
...
...
m-im/src/main/res/layout/item_left_one_check_layout.xml
View file @
339f40ea
...
...
@@ -32,7 +32,6 @@
android:id=
"@+id/multiple_choice_title"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:lineSpacingMultiplier=
"1.2"
android:textColor=
"@color/im_color_242424"
android:textSize=
"@dimen/im_text_size_17"
app:layout_constraintLeft_toLeftOf=
"parent"
...
...
@@ -43,6 +42,7 @@
android:id=
"@+id/tv_one_list"
android:layout_width=
"263dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:textColor=
"@color/im_color_242424"
android:textSize=
"@dimen/im_text_size_17"
tools:itemCount=
"6"
...
...
m-im/src/main/res/layout/item_left_text_layout.xml
View file @
339f40ea
...
...
@@ -26,7 +26,6 @@
android:background=
"@drawable/im_custom_message_round_white_6dp_bg"
android:maxWidth=
"270dp"
android:padding=
"12dp"
android:lineSpacingMultiplier=
"1.2"
android:textColor=
"@color/im_color_242424"
android:textSize=
"@dimen/im_text_size_17"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
m-im/src/main/res/layout/item_right_text_layout.xml
View file @
339f40ea
...
...
@@ -34,7 +34,6 @@
android:layout_marginRight=
"8dp"
android:background=
"@drawable/im_question_message_round_1da1f2_8dp_bg"
android:maxWidth=
"270dp"
android:lineSpacingMultiplier=
"1.2"
android:textColor=
"@color/white"
android:textSize=
"@dimen/im_text_size_17"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
m-im/src/main/res_uikit/layout/im_view_question_infomation.xml
View file @
339f40ea
...
...
@@ -79,7 +79,7 @@
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toTopOf=
"@id/tv_finish"
tools:visibility=
"
gon
e"
>
tools:visibility=
"
visibl
e"
>
<TextView
android:id=
"@+id/tv_problem"
...
...
@@ -98,17 +98,19 @@
<EditText
android:id=
"@+id/et_input_problem"
android:layout_width=
"
match_parent
"
android:layout_width=
"
0dp
"
android:layout_height=
"wrap_content"
android:background=
"@color/white"
android:gravity=
"top"
android:hint=
"请简单描述遇到的问题......"
android:lineSpacingMultiplier=
"1.2"
android:maxHeight=
"200dp"
android:padding=
"12dp"
android:textColor=
"@color/color_242424"
android:textColorHint=
"@color/color_bfbfbf"
android:textSize=
"17sp"
app:layout_constraintHorizontal_weight=
"1"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toLeftOf=
"@id/ll_send"
app:layout_constraintTop_toBottomOf=
"@id/tv_problem"
/>
<HorizontalScrollView
...
...
@@ -119,7 +121,8 @@
android:layout_marginBottom=
"14dp"
android:background=
"@color/white"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/et_input_problem"
>
app:layout_constraintTop_toBottomOf=
"@id/et_input_problem"
tools:visibility=
"visible"
>
<LinearLayout
android:layout_width=
"wrap_content"
...
...
@@ -174,13 +177,15 @@
</HorizontalScrollView>
<LinearLayout
android:id=
"@+id/ll_send"
android:layout_width=
"86dp"
android:layout_height=
"36dp"
android:layout_marginBottom=
"8dp"
android:background=
"#80ffffff"
android:gravity=
"center"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
>
app:layout_constraintBottom_toBottomOf=
"@id/et_input_problem"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"@id/et_input_problem"
>
<TextView
android:id=
"@+id/tv_send"
...
...
@@ -191,7 +196,8 @@
android:text=
"发送"
android:textColor=
"@color/white"
android:textSize=
"15sp"
android:visibility=
"gone"
/>
android:visibility=
"gone"
tools:visibility=
"visible"
/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
...
...
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