Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. final View yourLayout = getLayoutInflater().inflate(R.layout.yourLayout, null);
  2. TextView yourText = yourLayout.findViewById(R.id.layout_main);
  3. yourText.setText("Text");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement