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
08f035f4
Commit
08f035f4
authored
May 26, 2022
by
范玉宾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conflict
parent
89f8a399
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
7 deletions
+3
-7
config.gradle
config.gradle
+2
-2
YdlHomeAdapter.kt
m-home/src/ydl/java/com/yidianling/home/adapter/YdlHomeAdapter.kt
+0
-2
YdlHomeFragment.kt
m-home/src/ydl/java/com/yidianling/home/ui/fragment/YdlHomeFragment.kt
+0
-2
activity_play_meditation.xml
m-muse/src/main/res/layout/activity_play_meditation.xml
+1
-1
No files found.
config.gradle
View file @
08f035f4
...
@@ -9,7 +9,7 @@ ext {
...
@@ -9,7 +9,7 @@ ext {
"m-consultant"
:
"0.0.60.25"
,
"m-consultant"
:
"0.0.60.25"
,
"m-fm"
:
"0.0.30.08"
,
"m-fm"
:
"0.0.30.08"
,
"m-user"
:
"0.0.62.12"
,
"m-user"
:
"0.0.62.12"
,
"m-home"
:
"0.0.23.
58
"
,
"m-home"
:
"0.0.23.
63
"
,
"m-im"
:
"0.0.21.44"
,
"m-im"
:
"0.0.21.44"
,
"m-dynamic"
:
"0.0.7.73"
,
"m-dynamic"
:
"0.0.7.73"
,
"m-article"
:
"0.0.0.10"
,
"m-article"
:
"0.0.0.10"
,
...
@@ -94,7 +94,7 @@ ext {
...
@@ -94,7 +94,7 @@ ext {
"m-consultant"
:
"0.0.60.25"
,
"m-consultant"
:
"0.0.60.25"
,
"m-fm"
:
"0.0.30.08"
,
"m-fm"
:
"0.0.30.08"
,
"m-user"
:
"0.0.62.12"
,
"m-user"
:
"0.0.62.12"
,
"m-home"
:
"0.0.23.
58
"
,
"m-home"
:
"0.0.23.
63
"
,
"m-im"
:
"0.0.21.44"
,
"m-im"
:
"0.0.21.44"
,
"m-dynamic"
:
"0.0.7.73"
,
"m-dynamic"
:
"0.0.7.73"
,
"m-article"
:
"0.0.0.8"
,
"m-article"
:
"0.0.0.8"
,
...
...
m-home/src/ydl/java/com/yidianling/home/adapter/YdlHomeAdapter.kt
View file @
08f035f4
...
@@ -229,10 +229,8 @@ class YdlHomeAdapter(private val mContext: Context,
...
@@ -229,10 +229,8 @@ class YdlHomeAdapter(private val mContext: Context,
//壹点*冥想模块
//壹点*冥想模块
is
HomeMuseViewHolder
->
{
is
HomeMuseViewHolder
->
{
holder
.
museViewView
.
iv_video_background
?.
visibility
=
View
.
VISIBLE
holder
.
museViewView
.
video_view
?.
setOnInfoListener
{
mp
,
what
,
extra
->
holder
.
museViewView
.
video_view
?.
setOnInfoListener
{
mp
,
what
,
extra
->
if
(
what
==
MediaPlayer
.
MEDIA_INFO_VIDEO_RENDERING_START
){
if
(
what
==
MediaPlayer
.
MEDIA_INFO_VIDEO_RENDERING_START
){
holder
.
museViewView
.
video_view
?.
iv_video_background
?.
visibility
=
View
.
GONE
holder
.
museViewView
.
video_view
?.
setBackgroundColor
(
Color
.
TRANSPARENT
)
holder
.
museViewView
.
video_view
?.
setBackgroundColor
(
Color
.
TRANSPARENT
)
}
}
true
true
...
...
m-home/src/ydl/java/com/yidianling/home/ui/fragment/YdlHomeFragment.kt
View file @
08f035f4
...
@@ -529,10 +529,8 @@ open class YdlHomeFragment : BaseMvpFragment<IHomeContract.View, HomePresenterIm
...
@@ -529,10 +529,8 @@ open class YdlHomeFragment : BaseMvpFragment<IHomeContract.View, HomePresenterIm
ActionCountUtils
.
count
(
"daoyi_advertisement_page|daoyi_advertisement_visit"
,
"1"
)
ActionCountUtils
.
count
(
"daoyi_advertisement_page|daoyi_advertisement_visit"
,
"1"
)
showConsultAssistantDialog
()
showConsultAssistantDialog
()
iv_video_background
?.
visibility
=
View
.
VISIBLE
video_view
?.
setOnInfoListener
{
mp
,
what
,
extra
->
video_view
?.
setOnInfoListener
{
mp
,
what
,
extra
->
if
(
what
==
MediaPlayer
.
MEDIA_INFO_VIDEO_RENDERING_START
){
if
(
what
==
MediaPlayer
.
MEDIA_INFO_VIDEO_RENDERING_START
){
iv_video_background
?.
visibility
=
View
.
GONE
video_view
?.
setBackgroundColor
(
Color
.
TRANSPARENT
)
video_view
?.
setBackgroundColor
(
Color
.
TRANSPARENT
)
}
}
true
true
...
...
m-muse/src/main/res/layout/activity_play_meditation.xml
View file @
08f035f4
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"
@color/_8c
"
>
android:background=
"
#282E3F20
"
>
<ImageView
<ImageView
android:id=
"@+id/iv_bg"
android:id=
"@+id/iv_bg"
...
...
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