119 lines
4.3 KiB
XML
119 lines
4.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">
|
|
<androidx.core.widget.NestedScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_marginBottom="230dp"
|
|
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>
|
|
|
|
</LinearLayout> |