/documentation/tutorial/MusicFileBrowser/MusicFileBrowser_Tutorial0/res/layout/file_row.xml

http://eyes-free.googlecode.com/ · XML · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 084803c274ffed5995a6926d45fa5bb9 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="wrap_content"
  6. android:textSize="25dip"
  7. />