Articles

Affichage des articles associés au libellé image in Alert Dialog Builder

How to add an image in Alert Dialog Builder on Android

Image
Adding an image in Alert dialog Builder on android studio is very easy. Follow these steps. Step 1: Create the interface. Create an .xml file called the CUSTON_LAYOUT.xml add its lines of code: <? xml version= "1.0" encoding= "utf-8" ?> <RelativeLayout xmlns: android = "http://schemas.android.com/apk/res/android" android :layout_width= "fill_parent" android :layout_height= "fill_parent" > <TextView android :id= "@+id/title" android :layout_width= "match_parent" android :layout_height= "50dp" android :background= "@color/colorAccent" android :gravity= "center_vertical" android :paddingLeft= "10dp" android :paddingRight= "10dp" android :text= "@string/app_name" android :textColor= "...