ListView with image and text

In android studio, I am creating a listView which has image in each item of the list. Each item of the list has same image(a wall clock image), but each list in ListView has different text(week days). Now, some addition to it. I added switch on right side of each list, and sub Item to each view. it appears as- XML code for a list is- <? xml version= "1.0" encoding= "utf-8" ?> < RelativeLayout xmlns: android = "http://schemas.android.com/apk/res/android" xmlns: app = "http://schemas.android.com/apk/res-auto" android :layout_width= "match_parent" android :layout_height= "match_parent" > < ImageView android :id= "@+id/imageView" android :layout_width= "70dp" android :layout_height= "80dp" android :layout_marginLeft= "0dp" android :layout_marginTop= "0dp" android :src= "@android:...