Config changes research 2

See Previous Research 1 here

In Android Config change not saving/restoring updated textview content

Search for: In Android Config change not saving/restoring updated textview content

Text view has unique id

I did not disable saveEnabled

Still the text view looses its updates that were done before config change

Some how textview doesn't think its state needs to be saved!!

Aha, here is SOF to the rescue again


<TextView 
     ... 
     android:freezesText="true" />