189 lines
7.0 KiB
XML
189 lines
7.0 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:background="#B9000000"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@drawable/border_radius"
|
||
|
|
android:layout_margin="10dp"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginTop="@dimen/_20dp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="1">
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/unPaidBills"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="0.9"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="Un paid Bill's"
|
||
|
|
android:layout_marginHorizontal="25dp"
|
||
|
|
android:textSize="24dp"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/manropeextrabold"/>
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/closePopUp"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="0.1"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/ripple_effect"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:src="@drawable/close_1">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="20dp"
|
||
|
|
android:layout_marginHorizontal="@dimen/dp_10"
|
||
|
|
android:background="@drawable/border_top_radius"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="6.3">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.8"
|
||
|
|
android:padding="5dp"
|
||
|
|
android:text="SI.NO "
|
||
|
|
android:textSize="16dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:fontFamily="@font/manropeextrabold"/>
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="2"
|
||
|
|
android:padding="5dp"
|
||
|
|
android:text="TABLE NAME/CHAIR NAME"
|
||
|
|
android:textSize="16dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:fontFamily="@font/manropeextrabold"/>
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:padding="5dp"
|
||
|
|
android:text="ORDER ID"
|
||
|
|
android:textSize="16dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:fontFamily="@font/manropeextrabold"/>
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="35dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1.5"
|
||
|
|
android:padding="5dp"
|
||
|
|
android:text="ITEM'S"
|
||
|
|
android:textSize="16dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:fontFamily="@font/manropeextrabold"/>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="35dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:padding="5dp"
|
||
|
|
android:text="AMOUNT"
|
||
|
|
android:textSize="16dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:fontFamily="@font/manropeextrabold"/>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<RelativeLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginBottom="10dp"
|
||
|
|
android:layout_marginHorizontal="10dp"
|
||
|
|
|
||
|
|
>
|
||
|
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:id="@+id/recyclerView">
|
||
|
|
|
||
|
|
</androidx.recyclerview.widget.RecyclerView>
|
||
|
|
|
||
|
|
|
||
|
|
</RelativeLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_marginTop="@dimen/dp_35"
|
||
|
|
android:id="@+id/submit"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="right"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginRight="15dp"
|
||
|
|
android:layout_marginBottom="35dp"
|
||
|
|
android:background="@drawable/btn_holds"
|
||
|
|
android:backgroundTint="#FF8E1E78">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/subTxt"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:text="SUBMIT"
|
||
|
|
android:textColor="@color/white"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginLeft="15dp"
|
||
|
|
android:drawablePadding="20dp"
|
||
|
|
android:drawableTint="@color/white"
|
||
|
|
android:drawableRight="@drawable/rightarrow"/>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|