Use material alert dialog item view layout
Bug 16552638 Change-Id: I6d0d5c2c3d8cc7064828d223134b020a3a0ca828
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user