99 lines
2.7 KiB
XML
99 lines
2.7 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:paddingVertical="@dimen/dp_5"
|
||
|
|
android:id="@+id/backgrounddesign"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/serialNo"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:textSize="@dimen/dp_14"
|
||
|
|
android:gravity="center"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:layout_marginEnd="8dp"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="1"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/item"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="2.5"
|
||
|
|
android:textSize="@dimen/dp_14"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginEnd="8dp"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="1"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/mrp"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_marginEnd="8dp"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:textSize="@dimen/dp_14"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="1"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/discount"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:layout_marginEnd="8dp"
|
||
|
|
android:textSize="@dimen/dp_14"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="1"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/qty"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_marginEnd="8dp"
|
||
|
|
android:textSize="@dimen/dp_14"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="1"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/rate"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_marginEnd="8dp"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:textSize="@dimen/dp_14"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="1"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/amount"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:textSize="@dimen/dp_14"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:layout_marginEnd="8dp"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="1"/>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|