Advertisement
Guest User

act_xml

a guest
Oct 31st, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <TextView
  2. android:id="@+id/edit_ip"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"/>
  5. <TextView
  6. android:id="@+id/edit_port"
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"/>
  9. <TextView
  10. android:id="@+id/edit_database"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"/>
  13. <TextView
  14. android:id="@+id/edit_username"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content" />
  17. <TextView
  18. android:id="@+id/edit_password"
  19. android:layout_width="wrap_content"
  20. android:layout_height="wrap_content" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement