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
018a071b
Commit
018a071b
authored
Jul 09, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/4.2.60' into 4.2.60
parents
5939b283
fab2ff96
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
CmsExamQuestionPaperActivity.kt
m-im/src/main/java/com/yidianling/im/ui/activity/CmsExamQuestionPaperActivity.kt
+2
-1
im_question_message_round_1da1f2_8dp_bg.xml
m-im/src/main/res/drawable/im_question_message_round_1da1f2_8dp_bg.xml
+3
-3
im_view_question_infomation.xml
m-im/src/main/res_uikit/layout/im_view_question_infomation.xml
+1
-0
No files found.
m-im/src/main/java/com/yidianling/im/ui/activity/CmsExamQuestionPaperActivity.kt
View file @
018a071b
...
...
@@ -542,9 +542,10 @@ class CmsExamQuestionPaperActivity : BaseActivity() {
if
(!
answerStr
.
contains
(
"其他"
)||
otherInput
.
isEmpty
())
{
answerStr
=
answerStr
.
substring
(
1
).
replace
(
"#"
,
"、"
)
}
}
mackType2
(
answerStr
)
mackType2
(
answerStr
.
trim
()
)
//刷新已回答问题,将多选设置成不可再选
mData
.
forEachIndexed
{
index
,
_
->
...
...
m-im/src/main/res/drawable/im_question_message_round_1da1f2_8dp_bg.xml
View file @
018a071b
...
...
@@ -8,8 +8,8 @@
android:topRightRadius=
"0dp"
/>
<padding
android:bottom=
"9dp"
android:left=
"
2
2dp"
android:right=
"
2
2dp"
android:top=
"
9
dp"
/>
android:left=
"
1
2dp"
android:right=
"
1
2dp"
android:top=
"
8
dp"
/>
</shape>
m-im/src/main/res_uikit/layout/im_view_question_infomation.xml
View file @
018a071b
...
...
@@ -176,6 +176,7 @@
app:layout_constraintVertical_weight=
"1"
android:background=
"@color/white"
android:gravity=
"center|bottom"
android:paddingBottom=
"12dp"
app:layout_constraintBottom_toBottomOf=
"@id/et_input_problem"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"@id/et_input_problem"
>
...
...
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