Merge pull request 'Update app launcher icons and first name label.' (#13) from change_icon_sawara into pre_developmnet_branch

Reviewed-on: https://ct.mfsys.com.pk/UCO-Projects/uco-mobile-poc/pulls/13
pre_developmnet_branch
Waqas Khurshid 7 hours ago
commit b84e4b4a1c

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,
refKey: FormFieldConstants.instance().getFormKey("${className}firstNameField"),
controller: FormFieldConstants.instance().getController("${className}firstNameField"),
hintText: "User Name",
labelText: TranslationKeys.makeTranslation("User Name"),
hintText: "User First Name",
labelText: TranslationKeys.makeTranslation("User First Name"),
inputFormatters: [LengthLimitingTextInputFormatter(FieldUtils.userNameFieldLength)],
),
)
),
const Spacer(),
Expanded(

Loading…
Cancel
Save