i am creating a listview with custom arrayadapter..but the problem is in tablet it’s showing the listitem is very small.. can any1 help me,
Thanks in advance
i am creating a listview with custom arrayadapter..but the problem is in tablet it’s
Share
try to make the width of the listview fixed. you can do it in the corresponding layout xml file. there you add property like
android:layout_width="200dp"