HomeSort by relevance Sort by last modified time
    Searched full:checkboxpref (Results 1 - 1 of 1) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferencesFromCode.java 52 CheckBoxPreference checkboxPref = new CheckBoxPreference(this);
53 checkboxPref.setKey("checkbox_preference");
54 checkboxPref.setTitle(R.string.title_checkbox_preference);
55 checkboxPref.setSummary(R.string.summary_checkbox_preference);
56 inlinePrefCat.addPreference(checkboxPref);

Completed in 484 milliseconds