kcconnect to KCCB
This commit is contained in:
@@ -26,7 +26,7 @@ class _SplashScreenState extends State<SplashScreen> {
|
|||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
AppLocalizations.of(context).kccb,
|
AppLocalizations.of(context).kccbMobile,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 36,
|
fontSize: 36,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
|
|||||||
@@ -213,12 +213,11 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|||||||
backgroundColor: theme.scaffoldBackgroundColor,
|
backgroundColor: theme.scaffoldBackgroundColor,
|
||||||
automaticallyImplyLeading: false,
|
automaticallyImplyLeading: false,
|
||||||
title: Text(
|
title: Text(
|
||||||
AppLocalizations.of(context).kccBankFull,
|
AppLocalizations.of(context).kccbMobile,
|
||||||
textAlign: TextAlign.left,
|
textAlign: TextAlign.left,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: theme.colorScheme.primary,
|
color: theme.colorScheme.primary,
|
||||||
fontWeight: FontWeight.w700,
|
fontWeight: FontWeight.w700,
|
||||||
fontSize: 16,
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
centerTitle: true,
|
centerTitle: true,
|
||||||
|
|||||||
@@ -314,5 +314,6 @@
|
|||||||
"themeModeLight": "Light",
|
"themeModeLight": "Light",
|
||||||
"themeModeDark": "Dark",
|
"themeModeDark": "Dark",
|
||||||
"details": "Details",
|
"details": "Details",
|
||||||
"remarks": "Remarks (Optional)"
|
"remarks": "Remarks (Optional)",
|
||||||
|
"kccbMobile": "KCCB Mobile"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -315,5 +315,6 @@
|
|||||||
"themeModeLight": "लाईट",
|
"themeModeLight": "लाईट",
|
||||||
"themeModeDark": "डार्क",
|
"themeModeDark": "डार्क",
|
||||||
"details": "विवरण",
|
"details": "विवरण",
|
||||||
"remarks": "विचार (अनिवार्य नहीं)"
|
"remarks": "विचार (अनिवार्य नहीं)",
|
||||||
|
"kccbMobile": "केसीसीबी मोबाइल"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user