Change the summary of a ListPreference with the new value (Android)

前端 未结 14 1138
感动是毒
感动是毒 2020-12-30 03:01

How can I modify the summary of a ListPreference to the new \"Entry\" string selected by the user (not the entry value)

I suppouse its with setOnPreferenceChangeList

14条回答
  •  再見小時候
    2020-12-30 03:45

    For all I know:

    a) The %s does work on android 4, but not on 2.x.

    b) The update is achieved if you set a dummy value in between, see here: https://stackoverflow.com/a/16397539/1854563

提交回复
热议问题