-1

I have created a final submission screen in my app after submission of which I have to show each page readonly, so is there anyway to disable all edit texts in my app ? please help !!

Son Truong
  • 13,661
  • 5
  • 32
  • 58

2 Answers2

1

after submitting the form set

edittext.setEnabled(false);
Archu Mohan
  • 199
  • 1
  • 5
  • 14
0

I think its a bug in android..It can be fixed by adding this patch :) Check these links 1 and 2

Hope it will be useful.