- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:orientation="horizontal">
- <com.sybotan.android.demo.view.ListItemView
- android:id="@+id/view_text"
- android:layout_width="match_parent"
- android:layout_height="44dp"
- android:layout_marginTop="10dp"
- app:Type="1" />
- </LinearLayout>
|