181 lines
5.6 KiB
XML
181 lines
5.6 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="wrap_content">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/grey_border_blueborder_nocurve"
|
|
android:divider="@drawable/custom_divider"
|
|
android:showDividers="middle"
|
|
android:orientation="horizontal"
|
|
android:weightSum="7.6">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.6"
|
|
android:layout_margin="5dp"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/exp_sino"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/popins_medimum"
|
|
android:text="Si.No"
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp">
|
|
|
|
</TextView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1.1"
|
|
android:layout_margin="5dp"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/exp_product"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/popins_medimum"
|
|
android:text="Product"
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp">
|
|
|
|
</TextView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_margin="5dp"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/exp_mfgdate"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/popins_medimum"
|
|
android:text="Mfg Date"
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp">
|
|
|
|
</TextView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1.1"
|
|
android:layout_margin="5dp"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/exp_expdate"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/popins_medimum"
|
|
android:text="Exp Date"
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp">
|
|
|
|
</TextView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.7"
|
|
android:layout_margin="5dp"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/exp_qty"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/popins_medimum"
|
|
android:text="Qty"
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp">
|
|
|
|
</TextView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_margin="5dp"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/exp_mrp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/popins_medimum"
|
|
android:text="MRP"
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp">
|
|
|
|
</TextView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_margin="5dp"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/exp_sellprice"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/popins_medimum"
|
|
android:text="Sell Price"
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp">
|
|
|
|
</TextView>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1.1"
|
|
android:layout_margin="5dp"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/exp_notifydate"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/popins_medimum"
|
|
android:text="Notify Days"
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp">
|
|
|
|
</TextView>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout> |