1. <TextView
  2. android:layout_width="fill_parent"
  3. android:layout_height="wrap_content"
  4. android:text="@string/hello" />
  5.  
  6. <string name="hello">Hello ABC</string>