On Sat, Jun 21, 2014 at 8:11 AM, askl <[email protected]> wrote: > I want to add an image above listview. How can i do that?
Replace you xml of the ListView with a Layout that defines what you want. In this case, a simple LinearLayout with an ImageView followed by a ListView should suffice. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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.

