|
@@ -51,7 +51,7 @@ class FileTransferPageState extends State<FileTransferPage> |
|
|
Widget appBar = new AppBar( |
|
|
Widget appBar = new AppBar( |
|
|
backgroundColor: AppColors.NewAppbarBgColor, |
|
|
backgroundColor: AppColors.NewAppbarBgColor, |
|
|
title: new Text( |
|
|
title: new Text( |
|
|
I18n.of(context).send_to, |
|
|
|
|
|
|
|
|
'发送给',//I18n.of(context).send_to, |
|
|
style: TextStyle(color: AppColors.NewAppbarTextColor), |
|
|
style: TextStyle(color: AppColors.NewAppbarTextColor), |
|
|
textScaleFactor: 1.0, |
|
|
textScaleFactor: 1.0, |
|
|
), |
|
|
), |
|
|