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
王士厅
2024-09-26 10:30:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d29778d18d49843fae0f79193f0b04d2b89af2e
6d29778d
1 parent
3f4438e8
fix: 人民号横屏视频详情页全屏播放后的标题文字样式和分享按钮图标与安卓不一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerFullScreenView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerFullScreenView.ets
View file @
6d29778
...
...
@@ -97,6 +97,8 @@ export struct PlayerFullScreenView {
})
Text(this.getTitle())
.fontSize(18)
.lineHeight(24)
.fontWeight(600)
.fontColor(Color.White)
.maxLines(1)
.textOverflow({ overflow: TextOverflow.Ellipsis })
...
...
Please
register
or
login
to post a comment