274 lines
9.8 KiB
XML
274 lines
9.8 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:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_margin="10dp">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="9dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/reserved"
|
||
|
|
android:background="@drawable/sum_tables_slection"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textSize="20sp"
|
||
|
|
android:padding="10dp"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:text="Reserved">
|
||
|
|
|
||
|
|
|
||
|
|
</TextView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:background="@drawable/sum_tables_slection"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="9dp">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/checked"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:textSize="20sp"
|
||
|
|
android:padding="10dp"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:text="Checked">
|
||
|
|
|
||
|
|
|
||
|
|
</TextView>
|
||
|
|
</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="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:backgroundTint="#EDEFEDED"
|
||
|
|
android:paddingHorizontal="@dimen/dp_5"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_marginTop="@dimen/dp_5"
|
||
|
|
android:paddingVertical="8dp"
|
||
|
|
android:layout_marginHorizontal="@dimen/dp_15"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:background="@drawable/name_bg"
|
||
|
|
android:weightSum="3">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="0.4"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="1"
|
||
|
|
android:backgroundTint="#dcdcdc"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="14dp"
|
||
|
|
android:visibility="visible" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:fontFamily="@font/poppins_regular"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.3"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="John"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="15dp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:fontFamily="@font/poppins_regular"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.3"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="9.03 am"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="11dp" />
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:backgroundTint="#EDEFEDED"
|
||
|
|
android:paddingHorizontal="@dimen/dp_5"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_marginTop="@dimen/dp_5"
|
||
|
|
android:paddingVertical="8dp"
|
||
|
|
android:background="@drawable/name_bg"
|
||
|
|
android:layout_marginHorizontal="@dimen/dp_15"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="3">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="0.4"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="2"
|
||
|
|
android:backgroundTint="#dcdcdc"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="14dp"
|
||
|
|
android:visibility="visible" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.3"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="Antony"
|
||
|
|
android:fontFamily="@font/poppins_regular"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="15dp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:fontFamily="@font/poppins_regular"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.3"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="9.03 am"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="11dp" />
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:backgroundTint="#EDEFEDED"
|
||
|
|
android:paddingHorizontal="@dimen/dp_5"
|
||
|
|
android:background="@drawable/name_bg"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_marginTop="@dimen/dp_5"
|
||
|
|
android:paddingVertical="8dp"
|
||
|
|
android:layout_marginHorizontal="@dimen/dp_15"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="3">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="0.4"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="2"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="14dp"
|
||
|
|
android:visibility="visible" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:fontFamily="@font/poppins_regular"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.3"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="Raju"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="15dp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:fontFamily="@font/poppins_regular"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.3"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="9.03 am"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="11dp" />
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:backgroundTint="#EDEFEDED"
|
||
|
|
android:paddingHorizontal="@dimen/dp_5"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_marginTop="@dimen/dp_5"
|
||
|
|
android:paddingVertical="8dp"
|
||
|
|
android:background="@drawable/name_bg"
|
||
|
|
|
||
|
|
android:layout_marginHorizontal="@dimen/dp_15"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="3">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="0.4"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="1"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="14dp"
|
||
|
|
android:visibility="visible" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:fontFamily="@font/poppins_regular"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.3"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="Ram"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="15dp" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:fontFamily="@font/poppins_regular"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.3"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="9.03 am"
|
||
|
|
android:textColor="#000"
|
||
|
|
android:textSize="11dp" />
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|