Guest User

Untitled

a guest
Jul 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. setListAdapter(LocationList);
  2. int lv_list_cnt = LocationList.getCount();
  3.  
  4. ListView al = findViewById(R.id.list);
  5. ViewGroup.LayoutParams params = al.getLayoutParams();
  6. params.height = 50 * lv_list_cnt;
  7. al.requestLayout();
Add Comment
Please, Sign In to add comment