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
0281ac45
Commit
0281ac45
authored
Jun 08, 2022
by
upwork.021
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/release' into feature/yk_release
# Conflicts: # config.gradle
parents
fa5eadeb
d51619de
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
config.gradle
config.gradle
+4
-0
ItemIntroHolder.kt
m-confide/src/main/java/com/ydl/confide/intro/ItemIntroHolder.kt
+5
-0
activity_expert_intro.xml
m-confide/src/main/res/layout/activity_expert_intro.xml
+0
-2
item_expert_intro.xml
m-confide/src/main/res/layout/item_expert_intro.xml
+2
-2
No files found.
config.gradle
View file @
0281ac45
...
...
@@ -5,6 +5,8 @@ ext {
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.21"
,
"m-consultant"
:
"0.0.60.63"
,
"m-confide"
:
"0.0.50.20"
,
"m-consultant"
:
"0.0.60.64"
,
"m-fm"
:
"0.0.30.09"
,
...
...
@@ -95,6 +97,8 @@ ext {
//第三步 若干
"m-confide"
:
"0.0.50.20"
,
"m-consultant"
:
"0.0.60.64"
,
"m-confide"
:
"0.0.50.21"
,
"m-consultant"
:
"0.0.60.63"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.48"
,
"m-home"
:
"0.0.23.90"
,
...
...
m-confide/src/main/java/com/ydl/confide/intro/ItemIntroHolder.kt
View file @
0281ac45
...
...
@@ -59,6 +59,11 @@ internal class ItemIntroHolder(binding: ItemExpertIntroBinding) :
fun
onBind
(
item
:
VideoViewModel
)
{
vm
=
item
if
(
vm
?.
isVideo
==
true
)
{
binding
.
ivCover
.
visibility
=
View
.
GONE
}
else
{
binding
.
ivCover
.
visibility
=
View
.
VISIBLE
}
binding
.
layoutCall
.
setOnClickListener
{
if
(!
PhoneCallIn
.
loginByOneKeyLogin
(
itemView
.
context
,
true
))
{
return
@setOnClickListener
...
...
m-confide/src/main/res/layout/activity_expert_intro.xml
View file @
0281ac45
...
...
@@ -28,8 +28,6 @@
android:src=
"@drawable/confide_back"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:shape=
"@{1}"
app:shapeBg=
"@{0x33000000}"
tools:ignore=
"ContentDescription"
/>
...
...
m-confide/src/main/res/layout/item_expert_intro.xml
View file @
0281ac45
...
...
@@ -28,7 +28,7 @@
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<
!--<
ImageView
<ImageView
android:id=
"@+id/ivCover"
android:layout_width=
"0dp"
android:layout_height=
"0dp"
...
...
@@ -36,7 +36,7 @@
app:layout_constraintBottom_toBottomOf=
"@+id/videoView"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toTopOf="parent" />
-->
app:layout_constraintTop_toTopOf=
"parent"
/>
<ImageView
android:id=
"@+id/ivPlay"
...
...
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