This commit is contained in:
stonega 2021-03-15 23:08:34 +08:00
parent 6c21b87b34
commit d3f33e5d2b
3 changed files with 7 additions and 7 deletions

8
.vscode/launch.json vendored
View File

@ -8,10 +8,10 @@
"name": "Flutter",
"request": "launch",
"type": "dart",
// "args": [
// "--flavor",
// "play"
// ]
"args": [
"--flavor",
"play"
]
}
]
}

View File

@ -71,7 +71,7 @@ class MessageLookup extends MessageLookupByLibrary {
static m25(count) => "${Intl.plural(count, zero: 'Adesso', one: '${count} secondo fa', other: '${count} secondi fa')}";
static m26(count) => "${count} selected";
static m26(count) => "${count} selezionati";
static m27(time) => "Ultima riproduzione ${time}";

View File

@ -7,9 +7,9 @@ import 'package:flutter/services.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:line_icons/line_icons.dart';
import 'package:provider/provider.dart';
import 'package:tsacdop/state/setting_state.dart';
import '../state/podcast_group.dart';
import '../state/setting_state.dart';
import '../util/extension_helper.dart';
import '../util/pageroute.dart';
import '../widgets/custom_widget.dart';
@ -228,7 +228,7 @@ class _PodcastManageState extends State<PodcastManage>
EdgeInsets.symmetric(horizontal: 10.0),
alignment: Alignment.center,
decoration: BoxDecoration(
color: Colors.grey[600].withOpacity(0.3),
// color: Colors.grey[600].withOpacity(0.3),
borderRadius: BorderRadius.circular(15),
),
child: Text(