mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
修改下载名称显示为书籍名称
This commit is contained in:
parent
699b7de311
commit
e0deb84123
4 changed files with 7 additions and 58 deletions
|
|
@ -133,7 +133,7 @@ class PlayerWhenExpanded extends HookConsumerWidget {
|
|||
opacity: earlyPercentage,
|
||||
child: Padding(
|
||||
padding: EdgeInsets.only(
|
||||
top: AppElementSizes.paddingLarge * earlyPercentage,
|
||||
top: AppElementSizes.paddingRegular * earlyPercentage,
|
||||
// horizontal: 16.0,
|
||||
),
|
||||
// child: SizedBox(
|
||||
|
|
@ -204,6 +204,7 @@ class PlayerWhenExpanded extends HookConsumerWidget {
|
|||
opacity: earlyPercentage,
|
||||
child: SizedBox(
|
||||
width: imageSize,
|
||||
height: AppElementSizes.iconSizeRegular,
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue