search_exp_listview_child.xml 445 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent" >
  6. <TextView
  7. android:id="@+id/TextViewChild01"
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:layout_marginLeft="30dp"
  11. android:focusable="false"
  12. android:focusableInTouchMode="false" >
  13. </TextView>
  14. </LinearLayout>