How yo set listview background like this. I want to appear when the number of record 0

|
How yo set listview background like this. I want to appear when the number of record 0
|
|||
|
|
|
There is special method in |
|||
|
|
|
Just set a background image at the parent layout and then set the color of the ListView to fully transparent:
|
|||
|
|
|
Read the documentation of the ListActiviy. You can define a view which will automatically shown when the list is empty and has not items. The view for the empty list got to have the id So no need to play around with the background. |
|||
|
|
|
You can set a drawable as background with ListView.setBackgroundDrawable() |
|||
|
|
|
You need to check before passing |
||||
|
|