am 872e9575: am 7660042f: am aa772c95: Merge "Use material alert dialog item view layout" into lmp-dev

* commit '872e9575160c02e80e809a2c3a1b931bd2ede445':
  Use material alert dialog item view layout
This commit is contained in:
Adam Powell
2014-08-15 11:42:42 +00:00
committed by Android Git Automerger

View File

@@ -491,7 +491,7 @@ public class VpnSettings extends SettingsPreferenceFragment implements
private static class TitleAdapter extends ArrayAdapter<CharSequence> {
public TitleAdapter(Context context, List<CharSequence> objects) {
super(context, com.android.internal.R.layout.select_dialog_singlechoice_holo,
super(context, com.android.internal.R.layout.select_dialog_singlechoice_material,
android.R.id.text1, objects);
}
}