255 lines
7.4 KiB
XML
255 lines
7.4 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"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/navbar_temp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<include layout="@layout/navbarbookingscreen"></include>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/navbar_temp2"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<include layout="@layout/navbar2bookingscreen"></include>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="3">
|
||
|
|
|
||
|
|
<ScrollView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
>
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/overAllSummary"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/summary_temp"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/summary6">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/summary_temp1"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/summary1">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
|
||
|
|
android:id="@+id/summary_temp3"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/summary3">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
|
||
|
|
android:id="@+id/summary_temp4"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/summary4">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
|
||
|
|
android:id="@+id/summary_temp5"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/summary5">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
|
||
|
|
android:id="@+id/summary_temp2"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/summary2">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
|
||
|
|
android:id="@+id/summary_temp7"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/summary7">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
</ScrollView>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_weight="1.8"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/category_temp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/category_api_1">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/category_temp2"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/category_api_2">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/category_temp3"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/category_api_3">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/category_temp4"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<include layout="@layout/category_api_4">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<androidx.core.widget.NestedScrollView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/food_temp2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1.8">
|
||
|
|
|
||
|
|
<include layout="@layout/card2">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/food_temp"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1.8"
|
||
|
|
android:visibility="gone">
|
||
|
|
|
||
|
|
<include layout="@layout/card1">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/food_temp3"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_weight="1.8">
|
||
|
|
|
||
|
|
<include layout="@layout/card3">
|
||
|
|
|
||
|
|
</include>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</androidx.core.widget.NestedScrollView>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|