My List View In Android Seems Like A Square How To Fix That And What Is The Error?
I have an android application that uses php and mysql and after fetching the from the database, the result are displayed in a listView that is handled by a BaseAdapter. The problem
Solution 1:
Try removing the background image from activity_user_list.
Solution 2:
Try remove the background of your relative layout.
Post a Comment for "My List View In Android Seems Like A Square How To Fix That And What Is The Error?"