203 lines
7.3 KiB
XML
203 lines
7.3 KiB
XML
|
|
<?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="match_parent">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/table_header"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:background="@drawable/pdf_grey_border_nocurve"
|
||
|
|
android:divider="@drawable/pdf_custom_divider"
|
||
|
|
android:showDividers="middle">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/si_lay"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.6"
|
||
|
|
android:gravity="center"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:paddingVertical="2dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/si_no"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
|
||
|
|
android:text="Si.no"
|
||
|
|
android:textColor="#555555"
|
||
|
|
android:textSize="11px" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/item_lay"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="2.8"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:paddingVertical="2dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/item_name"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="left"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:text="Item, Item, Item, Item, Item Item Item, Item, Item"
|
||
|
|
android:textColor="#555555"
|
||
|
|
android:textSize="11px" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/qty_lay"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.8"
|
||
|
|
android:visibility="gone"
|
||
|
|
|
||
|
|
android:gravity="center"
|
||
|
|
android:paddingVertical="2dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/quantity"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="Qty"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#555555"
|
||
|
|
android:textSize="11px" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<!--HSN-->
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/hsn_lay"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.8"
|
||
|
|
android:gravity="center"
|
||
|
|
android:paddingVertical="2dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/hsn"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="HSN"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
|
||
|
|
android:textColor="#555555"
|
||
|
|
android:textSize="11px" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<!--MRP-->
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/mrp_lay"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.8"
|
||
|
|
android:gravity="right"
|
||
|
|
android:paddingVertical="2dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/TMrp"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginRight="5dp"
|
||
|
|
android:gravity="right"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:text="Tmrp"
|
||
|
|
android:textColor="#555555"
|
||
|
|
android:textSize="11px" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<!--Dis-->
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/dis_lay"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.8"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:gravity="right"
|
||
|
|
android:paddingVertical="2dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/discount"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginRight="5dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:text="Dis"
|
||
|
|
android:textColor="#555555"
|
||
|
|
android:textSize="11px" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/rate_lay"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1.4"
|
||
|
|
android:gravity="right"
|
||
|
|
android:paddingVertical="2dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/rate"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="right"
|
||
|
|
android:layout_marginRight="5dp"
|
||
|
|
android:text="Rate"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#555555"
|
||
|
|
android:textSize="11px" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/amt_lay"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1.4"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:gravity="right"
|
||
|
|
android:paddingVertical="2dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/mrp"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="right"
|
||
|
|
android:layout_marginRight="5dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:text="Amt"
|
||
|
|
android:textColor="#555555"
|
||
|
|
android:textSize="11px" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|