Merge "Use material alert dialog item view layout" into lmp-dev

This commit is contained in:
Adam Powell
2014-08-14 20:23:39 +00:00
committed by Android (Google) Code Review

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);
}
}