activity_warehouse.xml 594 B

12345678910111213141516
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/white"
  6. android:fitsSystemWindows="true" >
  7. <include
  8. android:id="@+id/ll_title"
  9. layout="@layout/fragment_title" />
  10. <ListView
  11. android:layout_below="@+id/ll_title"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:id="@+id/listview"></ListView>
  15. </RelativeLayout>