소스 검색

send to

master
kaciya 5 년 전
부모
커밋
1715c6cb19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/utils/file_transfer_page.dart

+ 1
- 1
lib/utils/file_transfer_page.dart 파일 보기

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


불러오는 중...
취소
저장