Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. static int count =0
  2.  
  3. ((TextView) rootView.findViewById(android.R.id.text1)).setText(
  4. (savedInstanceState == null ? "null" : "restored") + count++);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement