Hi i am displaying the alert dialog box using below code
final CharSequence[] items = {"Email", "Phone"}; AlertDialog.Builder builder = new AlertDialog.Builder(this);
But I want to display the icons with that names.For x in above code i am taking email and phone.emailIcon comes with email name. For this what can i do give me some suggestions.Thanks in advance