activity_supplier.xml 656 B

1234567891011121314151617
  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. tools:context="com.dongkesoft.ibossmini.SupplierActivity" >
  8. <include
  9. android:id="@+id/ll_title"
  10. layout="@layout/fragment_title" />
  11. <ListView
  12. android:layout_below="@+id/ll_title"
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content"
  15. android:id="@+id/listview"></ListView>
  16. </RelativeLayout>