/accessibilityPreferences/res/layout/list_layout.xml

http://eyes-free.googlecode.com/ · XML · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 92540be906d59412a53050309ae18fa2 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:id="@+id/list_item"
  5. android:padding="20dip"
  6. android:textSize="24sp"
  7. android:layout_width="fill_parent"
  8. android:layout_height="wrap_content">
  9. </TextView>