I set up a preferenceScreen to edit the settings in my application. I would like to insert an EditTextPreference that contains a Title like "set your name" and a summary containing the name entered.
Is that possible? thank you in advance!
|
I set up a preferenceScreen to edit the settings in my application. I would like to insert an EditTextPreference that contains a Title like "set your name" and a summary containing the name entered. Is that possible? thank you in advance! |
|||
|
|
|
Sure, here is a short example:
This requires that you display your preferences either from a To change the summary every time the user changes the actual preference, use a |
|||
|
|