diff --git a/ui/BankingAndroidApp/src/main/res/layout/dialog_transfer_money.xml b/ui/BankingAndroidApp/src/main/res/layout/dialog_transfer_money.xml index e5a6cacc..0e219d42 100644 --- a/ui/BankingAndroidApp/src/main/res/layout/dialog_transfer_money.xml +++ b/ui/BankingAndroidApp/src/main/res/layout/dialog_transfer_money.xml @@ -74,7 +74,7 @@ android:id="@+id/edtxtRemitteeIban" android:layout_width="match_parent" android:layout_height="@dimen/dialog_transfer_money_autocomplete_fields_height" - android:inputType="text" + android:inputType="textCapCharacters" />