I have an Activity with some EditText fields and some buttons as a convenience for what normally would be used to populate those fields. However when we the user touches on
weekText = (EditText) layout.findViewById(R.id.weekEditText); weekText.setInputType(InputType.TYPE_NULL);