Update app launcher icons and first name label. #13

Merged
waqas.khurshid merged 1 commits from change_icon_sawara into pre_developmnet_branch 9 hours ago

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 57 KiB

@ -67,10 +67,10 @@ class SignUpScreenStep1View extends GetView<SignUpScreenStep1Controller> {
enableInteractiveSelection: false, enableInteractiveSelection: false,
refKey: FormFieldConstants.instance().getFormKey("${className}firstNameField"), refKey: FormFieldConstants.instance().getFormKey("${className}firstNameField"),
controller: FormFieldConstants.instance().getController("${className}firstNameField"), controller: FormFieldConstants.instance().getController("${className}firstNameField"),
hintText: "User Name", hintText: "User First Name",
labelText: TranslationKeys.makeTranslation("User Name"), labelText: TranslationKeys.makeTranslation("User First Name"),
inputFormatters: [LengthLimitingTextInputFormatter(FieldUtils.userNameFieldLength)], inputFormatters: [LengthLimitingTextInputFormatter(FieldUtils.userNameFieldLength)],
), )
), ),
const Spacer(), const Spacer(),
Expanded( Expanded(

Loading…
Cancel
Save