Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wuyanan
2024-09-03 16:43:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d6db0b01f786a49bedd613ba405b5436e749d56
5d6db0b0
1 parent
ee656896
ref |> 直播详情直播中动效调整和安卓保持一致
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerTitleComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
View file @
5d6db0b
...
...
@@ -213,12 +213,12 @@ export struct PlayUIComponent {
LottieView({
name: 'live_status_wait',
path: "lottie/live_detail_living.json",
lottieWidth: 9,
lottieHeight: 9,
lottieWidth: 12,
lottieHeight: 12,
autoplay: true,
loop: true,
})
.margin({ right:
2
})
.margin({ right:
3
})
}
Text('直播中')
...
...
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerTitleComponent.ets
View file @
5d6db0b
...
...
@@ -121,12 +121,12 @@ export struct PlayerTitleComponent {
LottieView({
name: 'live_status_wait',
path: "lottie/live_detail_living.json",
lottieWidth: 9,
lottieHeight: 9,
lottieWidth: 12,
lottieHeight: 12,
autoplay: true,
loop: true,
})
.margin({ right:
2
})
.margin({ right:
3
})
}.margin({ right: 1 })
// Image($r('app.media.icon_live_status_running'))
...
...
Please
register
or
login
to post a comment