| 123456789101112131415161718 |
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white"
- android:fitsSystemWindows="true"
- tools:context="com.dongkesoft.ibossmini.activity.saleslip.PrestoreActivity" >
- <include
- android:id="@+id/ll_title"
- layout="@layout/fragment_title" />
- <ListView
- android:layout_below="@+id/ll_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:id="@+id/listview"></ListView>
- </RelativeLayout>
|