I am developing an application where there is one option provided for changing the wallpaper of chat window .
I have used listview for chat window and i want help how can i change its background wallpaper on clicking the “change wallpaper” setting.
I have done code to goto gallery and fetching the path from there.
Just want to know how to change listview background wallpaper.Thanks in advance.
I am developing an application where there is one option provided for changing the
Share
If I understand correctly, this comes to mind:
just make sure you replace R.id.listviewid with the id (set in xml) of your list view.
And replace R.id.mynewbackground with the resource id of your new background.