[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: Override OnKeyPreIme of an EditText getted from a View

2012-10-29 Thread Greg Mayworm
I am having the same result. Did you resolve this issue? On Monday, May 28, 2012 7:22:57 PM UTC-5, tete wrote: > > Hello people, > > I want to override the OnKeyPreIme method of a EditText got from a > findByView(int id), to make the activitiy finish() when user press back key. > > The only way