Add prefences.Json show summary
This commit is contained in:
parent
b898fc044e
commit
2a0968eba9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class PreferencesActivity extends PreferenceActivity implements SharedPre
|
|||
{
|
||||
pref.setSummary("******");
|
||||
} else if (editTextPref.getText() != null && !editTextPref.getText().equals("")){
|
||||
pref.setSummary(editTextPref.getText());
|
||||
pref.setSummary("Value is set to: " +editTextPref.getText() + "\n" + editTextPref.getSummary());
|
||||
}
|
||||
}
|
||||
if (pref instanceof MultiSelectListPreference) {
|
||||
|
|
Loading…
Reference in a new issue