I have an android app where I accept various inputs from the user but the problem is that i am not able to use space in any of the EditText fields I dont know what the problem is and is very frustrating...Any help would be appriciated.
<EditText
android:id="@+id/edt_frm_place"
style="@style/Normal_CustomFontStyle"
android:layout_width="fill_parent"
android:layout_height="40dp"
android:background="@drawable/border"
android:paddingLeft="3dp"
android:maxLength="50"
android:paddingTop="3dp"
android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
android:hint="Enter From Place" />
This is my EditText xml representation