-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
  • 12,343
  • 5
  • 28
  • 54

2 Answers2

1

after submitting the form set

edittext.setEnabled(false);
Archu Mohan
  • 203
  • 4
  • 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.