Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <TextView android:id="@+id/my_textView"
  2. android:text="@string/hello_world"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content" />
  5.  
  6. findViewById(R.id.my_textView)
  7.  
  8. public static final int my_textView=0x7f08003f;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement