1179 lines
57 KiB
XML
1179 lines
57 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<androidx.cardview.widget.CardView
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
app:cardCornerRadius="7dp"
|
||
|
|
app:cardUseCompatPadding="true">
|
||
|
|
|
||
|
|
<RelativeLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:baselineAligned="false">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/hideSummaryView"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/summaryHeader"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="@dimen/dp_40"
|
||
|
|
android:weightSum="17.7"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/bothdineintakeaway"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:background="@color/white"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="1.7"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/summarySlNo"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginStart="5dp"
|
||
|
|
android:fontFamily="@font/gilorylight"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="Sl.No"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="10sp" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="5"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="@dimen/dp_5"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_marginLeft="@dimen/dp_10"
|
||
|
|
android:id="@+id/summaryItem"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="Item"
|
||
|
|
android:fontFamily="@font/gilorylight"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="11sp" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1.5"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center">
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/summaryMrp"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="MRP"
|
||
|
|
android:fontFamily="@font/gilorylight"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="11sp" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/summmaryDiscount"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="%"
|
||
|
|
android:fontFamily="@font/gilorylight"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="13sp" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/summaryQuantity_liner"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="2.5"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:id="@+id/summaryQuantity"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:fontFamily="@font/gilorylight"
|
||
|
|
android:text="Qty"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="11sp" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="2"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/summaryRate"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textSize="11sp"
|
||
|
|
android:text="Rt"
|
||
|
|
android:fontFamily="@font/gilorylight"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textColor="@color/black"/>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="2.5"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/summaryPrice"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="Amt"
|
||
|
|
android:textSize="11sp"
|
||
|
|
android:fontFamily="@font/gilorylight"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textColor="@color/black" />
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/clearAll"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1.5"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center">
|
||
|
|
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/summaryDeleteIcon"
|
||
|
|
android:layout_width="20dp"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:layout_marginRight="@dimen/dp_10"
|
||
|
|
android:src="@drawable/trash_can_delete"
|
||
|
|
app:tint="@color/black"
|
||
|
|
>
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/summaryDelete"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:textSize="18sp"
|
||
|
|
android:drawableTint="@color/white"
|
||
|
|
android:background="@drawable/supplier_border"
|
||
|
|
android:drawableRight="@drawable/baseline_restore_from_trash_24"
|
||
|
|
android:fontFamily="@font/gilorylight"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:text="Clear All"/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<androidx.core.widget.NestedScrollView
|
||
|
|
android:id="@+id/notothrrecycler"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_marginBottom="180dp"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<LinearLayout
|
||
|
|
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">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/imgtakeawayreorder"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:src="@drawable/takewaysummary"
|
||
|
|
android:background="@color/summarytakeaway"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
|
android:id="@+id/takeawayreorder"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:nestedScrollingEnabled="false"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
</androidx.recyclerview.widget.RecyclerView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/imgdineinreorder"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:src="@drawable/dineinsummary"
|
||
|
|
android:background="@color/summarydineIn"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
|
android:id="@+id/summaryreprintrecycler"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:nestedScrollingEnabled="false"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
</androidx.recyclerview.widget.RecyclerView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/takeawayimage"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:src="@drawable/takewaysummary"
|
||
|
|
android:background="@color/summarytakeaway"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
|
android:id="@+id/summary3_recyler"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:nestedScrollingEnabled="false"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
</androidx.recyclerview.widget.RecyclerView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/dineinsummary"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:src="@drawable/dineinsummary"
|
||
|
|
android:background="@color/summarydineIn"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
|
android:id="@+id/summary_recylernew"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:nestedScrollingEnabled="false"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
</androidx.recyclerview.widget.RecyclerView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</androidx.core.widget.NestedScrollView>
|
||
|
|
|
||
|
|
<androidx.cardview.widget.CardView
|
||
|
|
android:id="@+id/cardView"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="@dimen/dp_10"
|
||
|
|
app:cardCornerRadius="@dimen/dp_10"
|
||
|
|
app:cardElevation="6dp">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:background="@drawable/popover_background"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginHorizontal="10dp"
|
||
|
|
android:layout_marginTop="@dimen/dp_3"
|
||
|
|
android:orientation="vertical">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/summary"
|
||
|
|
android:letterSpacing="1.19"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="10dp"
|
||
|
|
android:fontFamily="@font/gilorysemibold"
|
||
|
|
android:text="SUMMARY"
|
||
|
|
android:textSize="16dp" />
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="200dp"
|
||
|
|
android:layout_height="1.5dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/dotted_line" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="4dp"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="1">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:text="Items"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textAlignment="textStart"
|
||
|
|
android:textSize="13sp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/totalItems"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:gravity="end"
|
||
|
|
android:text="0"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textSize="14sp"
|
||
|
|
|
||
|
|
/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="4dp"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="1">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:text="Qty"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textAlignment="textStart"
|
||
|
|
android:textSize="13sp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/totalQuantity"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:gravity="end"
|
||
|
|
android:text="0"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textSize="14sp"
|
||
|
|
|
||
|
|
/>
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="4dp"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="1">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:text="Bill Amount"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textAlignment="textStart"
|
||
|
|
android:textSize="13sp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/billAmount"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:gravity="end"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:text="\u20b90.0"
|
||
|
|
android:textSize="14sp"
|
||
|
|
|
||
|
|
/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="4dp"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="1">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:text="Discount(%)"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textAlignment="textStart"
|
||
|
|
android:textSize="13sp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/discount"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:gravity="end"
|
||
|
|
android:text="0"
|
||
|
|
android:textSize="14sp"
|
||
|
|
|
||
|
|
/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="4dp"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="1">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:text="Tax Amount"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textAlignment="textStart"
|
||
|
|
android:textSize="13sp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/taxAmount"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:gravity="end"
|
||
|
|
android:text="\u20b90.0"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textSize="14sp"
|
||
|
|
|
||
|
|
/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="4dp"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="1">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:text="Grand Total"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textAlignment="textStart"
|
||
|
|
android:textSize="13sp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/GrandTotal"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:gravity="end"
|
||
|
|
android:text="\u20b90.0"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:textSize="14sp"
|
||
|
|
|
||
|
|
/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
<View
|
||
|
|
android:layout_width="200dp"
|
||
|
|
android:layout_height="1.5dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/dotted_line" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="10dp"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="1">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.4"
|
||
|
|
android:text="Net Amount"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="14dp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/grandTotal"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.6"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="\u20b90"
|
||
|
|
android:textAlignment="textEnd"
|
||
|
|
android:textColor="@color/red"
|
||
|
|
android:textSize="16sp"
|
||
|
|
tools:ignore="RtlCompat" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</androidx.cardview.widget.CardView>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/othersrecyclerviewparent"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
|
android:id="@+id/othersrecycler"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:nestedScrollingEnabled="false"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
</androidx.recyclerview.widget.RecyclerView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
||
|
|
app:layout_constraintEnd_toEndOf="parent"
|
||
|
|
android:background="@color/white"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/bottom_sheet"
|
||
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:background="@color/white"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:paddingVertical="5dp"
|
||
|
|
android:layout_alignParentBottom="true" >
|
||
|
|
|
||
|
|
<androidx.core.widget.NestedScrollView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_marginHorizontal="@dimen/dp_5"
|
||
|
|
android:background="@drawable/summary_top_radius">
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:weightSum="5"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
|
||
|
|
android:id="@+id/viewSummary1"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:fontFamily="@font/gilorysemibold"
|
||
|
|
android:text="View"
|
||
|
|
android:textSize="@dimen/dp_18" />
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/viewSummaryImage"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:background="@drawable/noun_arrow_1776260"
|
||
|
|
/>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="3">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:weightSum="2"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<LinearLayout
|
||
|
|
|
||
|
|
android:id="@+id/Billingselectcustomer"
|
||
|
|
android:layout_marginStart="3dp"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="2"
|
||
|
|
android:layout_marginTop="10sp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_margin="@dimen/dp_5">
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<AutoCompleteTextView
|
||
|
|
android:id="@+id/selectCutomerSpinner"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@android:drawable/editbox_background_normal"
|
||
|
|
android:drawableEnd="@drawable/dropdown"
|
||
|
|
android:cursorVisible="true"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:padding="8dp"
|
||
|
|
android:inputType="text"
|
||
|
|
android:visibility="visible"
|
||
|
|
app:ms_dropdown_height="wrap_content"
|
||
|
|
app:ms_dropdown_max_height="350sp"
|
||
|
|
android:hint="Select Customer"
|
||
|
|
android:textSize="14dp" />
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:id="@+id/Billingaddcustomer"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
app:tint="@color/layoutBlueTheme"
|
||
|
|
android:id="@+id/adcust_Cmn"
|
||
|
|
android:layout_width="35dp"
|
||
|
|
android:layout_height="30dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
android:src="@drawable/addcustomer"
|
||
|
|
android:visibility="visible" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="0.7"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginVertical="@dimen/dp_5"
|
||
|
|
android:layout_marginRight="@dimen/dp_5"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="end"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/cartImageSummary"
|
||
|
|
android:layout_width="35dp"
|
||
|
|
android:layout_height="35dp"
|
||
|
|
android:background="@drawable/baseline_shopping_cart_24"
|
||
|
|
android:backgroundTint="@color/selectedGreen"
|
||
|
|
/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="2">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
|
android:id="@+id/paymentRecylerView"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="60dp">
|
||
|
|
</androidx.recyclerview.widget.RecyclerView>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:id="@+id/noPaymentView"
|
||
|
|
android:text="Please Set Payment Options"
|
||
|
|
android:textColor="@color/red"
|
||
|
|
android:padding="16dp"
|
||
|
|
android:gravity="center" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/nootherservicesum"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/advanceAmountLL"
|
||
|
|
android:layout_width="40dp"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
>
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:focusable="false"
|
||
|
|
android:clickable="false"
|
||
|
|
android:id="@+id/advanceAmountIV"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:src="@drawable/advance_amount_icon"
|
||
|
|
app:tint="@color/advancegrey" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/creditCustomers"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:background="@drawable/icon_credit_customer">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_marginRight="@dimen/dp_15"
|
||
|
|
android:id="@+id/unpaid"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:background="@drawable/icon_un_paid_bill"
|
||
|
|
android:visibility="visible" />
|
||
|
|
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/dineInHold"
|
||
|
|
android:tooltipText="Dine In Order"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:src="@drawable/dinein"
|
||
|
|
app:tint="@color/red">
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="visible"
|
||
|
|
android:id="@+id/holdRecallParentSummary"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginHorizontal="3dp"
|
||
|
|
android:layout_marginVertical="3dp"
|
||
|
|
android:layout_marginTop="10dp"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/btnhold_Cmn"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
android:layout_width="30dp"
|
||
|
|
android:layout_height="30dp"
|
||
|
|
android:layout_centerVertical="true"
|
||
|
|
android:layout_centerHorizontal="true"
|
||
|
|
android:background="@drawable/hand"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme" />
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<Button
|
||
|
|
android:id="@+id/dineInorder"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="60dp"
|
||
|
|
android:layout_marginEnd="5dp"
|
||
|
|
android:layout_marginBottom="5dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:background="@drawable/search_bg_white"
|
||
|
|
android:drawablePadding="16dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="Order"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textAllCaps="true"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textColorHint="@color/grey"
|
||
|
|
android:textSize="14dp"
|
||
|
|
android:visibility="gone" />
|
||
|
|
|
||
|
|
<RelativeLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/holdOrder"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/favItemCart"
|
||
|
|
android:layout_width="35dp"
|
||
|
|
android:layout_height="35dp"
|
||
|
|
android:layout_centerVertical="true"
|
||
|
|
android:layout_centerHorizontal="true"
|
||
|
|
android:background="@drawable/hand"
|
||
|
|
android:backgroundTint="@color/selectedGreen" />
|
||
|
|
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/cart_badge"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_alignTop="@id/favItemCart"
|
||
|
|
android:layout_alignEnd="@id/favItemCart"
|
||
|
|
android:layout_marginStart="-8dp"
|
||
|
|
android:layout_marginTop="0dp"
|
||
|
|
android:layout_marginEnd="1dp"
|
||
|
|
android:background="@drawable/badge_background"
|
||
|
|
android:gravity="center"
|
||
|
|
android:paddingStart="4dp"
|
||
|
|
android:paddingEnd="4dp"
|
||
|
|
android:text="0"
|
||
|
|
android:textColor="@color/color_white" />
|
||
|
|
|
||
|
|
</RelativeLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/handsym"
|
||
|
|
android:layout_width="27dp"
|
||
|
|
android:layout_height="30dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
android:src="@drawable/unpaid"
|
||
|
|
android:visibility="gone" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/split_payment"
|
||
|
|
android:layout_width="40dp"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="27dp"
|
||
|
|
android:layout_height="30dp"
|
||
|
|
android:clickable="false"
|
||
|
|
android:focusable="false"
|
||
|
|
android:src="@drawable/split_payment"
|
||
|
|
/>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/veiclenoparent"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:background="@drawable/veicle_no_icon"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme">
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
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:weightSum="3.2">
|
||
|
|
|
||
|
|
<com.google.android.material.textfield.TextInputEditText
|
||
|
|
android:id="@+id/receivedAmt"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:hint="Received"
|
||
|
|
android:textAllCaps="false"
|
||
|
|
android:background="@drawable/recived_btn"
|
||
|
|
android:layout_marginHorizontal="4dp"
|
||
|
|
android:textColor="@color/advancegrey"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:inputType="number"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:visibility="visible"
|
||
|
|
>
|
||
|
|
|
||
|
|
</com.google.android.material.textfield.TextInputEditText>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginHorizontal="4dp"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1.2">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="@dimen/dp_50"
|
||
|
|
android:layout_weight="2"
|
||
|
|
android:backgroundTint="@color/usbSelected"
|
||
|
|
android:background="@drawable/btn_pay">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/submit_btn"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="3">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:id="@+id/submitTotal"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="3"
|
||
|
|
android:text="\u20b90"
|
||
|
|
android:textColor="@color/white"
|
||
|
|
android:textSize="16sp"
|
||
|
|
android:textStyle="bold">
|
||
|
|
|
||
|
|
</TextView>
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5dp"
|
||
|
|
android:background="@drawable/vector_pay">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/dinInorderbtn"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="3">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="3"
|
||
|
|
android:text="ORDER"
|
||
|
|
android:textColor="@color/white"
|
||
|
|
android:textSize="16sp"
|
||
|
|
android:textStyle="bold">
|
||
|
|
|
||
|
|
</TextView>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
<TextView
|
||
|
|
android:layout_marginHorizontal="4dp"
|
||
|
|
android:id="@+id/balanceAmt"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:hint="Balance"
|
||
|
|
android:gravity="center"
|
||
|
|
android:textAllCaps="false"
|
||
|
|
android:textColor="@color/advancegrey"
|
||
|
|
android:background="@drawable/balance_btn"
|
||
|
|
android:fontFamily="@font/gilorymedium"
|
||
|
|
android:layout_weight="1"
|
||
|
|
>
|
||
|
|
|
||
|
|
</TextView>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</androidx.core.widget.NestedScrollView>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</RelativeLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</androidx.cardview.widget.CardView>
|
||
|
|
|