view_text.xml 533 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. xmlns:app="http://schemas.android.com/apk/res-auto"
  6. android:orientation="horizontal">
  7. <com.sybotan.android.demo.view.ListItemView
  8. android:id="@+id/view_text"
  9. android:layout_width="match_parent"
  10. android:layout_height="44dp"
  11. android:layout_marginTop="10dp"
  12. app:Type="1" />
  13. </LinearLayout>