Hi Friends I want to add an image above listview. How can i do that? Please give me sample code to solve this problem. Here's my code
<android.support.v4.widget.DrawerLayout > xmlns:android="http://schemas.android.com/apk/res/android" > android:id="@+id/drawer_layout" > android:layout_width="match_parent" > android:layout_height="match_parent"> > <!-- The main content view --> > <FrameLayout > android:id="@+id/content_frame" > android:layout_width="match_parent" > android:layout_height="match_parent" /> > <!-- The navigation drawer --> > <ListView android:id="@+id/left_drawer" > android:layout_width="240dp" > android:layout_height="match_parent" > android:layout_gravity="start" > android:choiceMode="singleChoice" > > android:divider="@android:color/transparent"/></android.support.v4.widget.DrawerLayout> > > <https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQSiNztHydkcu0M8u7zL0UNcylwbifMIZClukkS3Mw0vko-OFLijcL1j_U> *Thanx* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

