Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c17bdbf8 authored by Adam Powell's avatar Adam Powell
Browse files

Use material alert dialog item view layout

Bug 16552638

Change-Id: I6d0d5c2c3d8cc7064828d223134b020a3a0ca828
parent d83b3c2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
            }
        }