/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
- <?xml version="1.0" encoding="utf-8"?>
- <TextView
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/list_item"
- android:padding="20dip"
- android:textSize="24sp"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
- </TextView>