Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 30th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. android application developement
  2. <?xml version="1.0" encoding="utf-8"?>
  3.  
  4. <TextView android:id="@+id/text1"
  5.     xmlns:android="http://schemas.android.com/apk/res/android"
  6.     android:layout_width="wrap_content"
  7.     android:layout_height="wrap_content" />`
  8.        
  9. 1) It is better to have component inside some layout.
  10. 2) /> after this there is special character, why? remove that.