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-19 15:06:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
54c4b21d915a66b61dcc336574aede0f341d3960
54c4b21d
1 parent
98be4a2d
ref |> 调整竖屏直播结束背景样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerEndView.ets
sight_harmony/features/wdDetailPlayLive/src/main/resources/base/media/live_detail_end_bg.png
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerEndView.ets
View file @
54c4b21
...
...
@@ -82,6 +82,8 @@ export struct PlayerEndView {
}
build() {
Stack() {
Image(($r('app.media.live_detail_end_bg')))
Column() {
Text('直播已结束').fontWeight(500)
.fontSize(20)
...
...
@@ -181,6 +183,10 @@ export struct PlayerEndView {
}
.height('100%')
.width('100%')
}
.height('100%')
.width('100%')
}
}
\ No newline at end of file
...
...
sight_harmony/features/wdDetailPlayLive/src/main/resources/base/media/live_detail_end_bg.png
0 → 100644
View file @
54c4b21
180 KB
Please
register
or
login
to post a comment