Re: [mono-android] ListPreference.setSummary incomplete mapping

2012-05-23 Thread Igor Russkih
Thanks! Igor On Tue, May 22, 2012 at 6:53 PM, Jonathan Pryor wrote: > On May 22, 2012, at 2:48 AM, Igor Russkih wrote: > > I've found that the subject method has only one mapping in MFA: > SetSummary(int resId) > > However there is no SetSummary(CharSequence text) mapping. > > As Atsushi men

Re: [mono-android] ListPreference.setSummary incomplete mapping

2012-05-22 Thread Jonathan Pryor
On May 22, 2012, at 2:48 AM, Igor Russkih wrote: > I've found that the subject method has only one mapping in MFA: > SetSummary(int resId) > However there is no SetSummary(CharSequence text) mapping. As Atsushi mentioned, it's mapped to the Preference.Summary and Preference.SummaryFormatted prop

Re: [mono-android] ListPreference.setSummary incomplete mapping

2012-05-22 Thread Atsushi Eno
Hello, I think setSummary(CharSequence) is mapped as Summary property setter. If that does not work as expected, please let us know. Thanks, Atsushi Eno Igor Russkih wrote: Hi, I've found that the subject method has only one mapping in MFA: SetSummary(int resId) However there is no SetSum

[mono-android] ListPreference.setSummary incomplete mapping

2012-05-21 Thread Igor Russkih
Hi, I've found that the subject method has only one mapping in MFA: SetSummary(int resId) However there is no SetSummary(CharSequence text) mapping. Is that just missing? (how could that be? I thought mappings are automatically generated..) Just in case, here is a helper "fix" method: p