0

ListView not being centered

Buddy, What's the problem in this listView? I can't solve the problem no matter what I do.

1 Answers1

0

can you try replace this android:layout_width="match_parent" in ListView

to this android:layout_width="wrap_content"

I hope it will work with you .