[android-developers] Re: ListPreference summary

2012-11-15 Thread Greg Mayworm
I ran into the same issue using SDK 4.1.2 and agree that this issue should have been addressed by now. I worked around the problem by using setSummary() with the String.format(str, lp.getEntry()) in an onSharedPreferenceChanged() listener. On Saturday, June 30, 2012 2:41:45 PM UTC-5, antiplod

[android-developers] Re: ListPreference summary

2012-06-30 Thread antiplod
Little bit of extra info: I've encountered this issue on ics emulator. Calling getValue immediately before call to setSummary shows that correct value has been commited. This bug is over 2 years old; surprised it's still around. It's issues like this that waste developer's time and subsequent

[android-developers] Re: ListPreference summary

2012-02-08 Thread program
This is with 4.0.2 by the way. I have been searching the bug database and found one that is related to it, but dating from 2008. Issue 931: PreferenceScreen.setSummary(..) does not update the summary, unreliable http://code.google.com/p/android/issues/detail?id=931 -- You received this mes