Guest User

Untitled

a guest
Oct 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. private void InflateStories(){
  2. LayoutInflater layoutInflater = LayoutInflater.from(getActivity());
  3. for (int i = 0; i <= 10; i++) {
  4. final View addView = layoutInflater.inflate(R.layout.item_home_stories, null);
  5. lay_stories.addView(addView);
  6. }
Add Comment
Please, Sign In to add comment