700 lines
25 KiB
XML
700 lines
25 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="wrap_content"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:background="@color/white"
|
||
|
|
android:paddingVertical="3.6dp"
|
||
|
|
>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/homeimage"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="30dp"
|
||
|
|
android:layout_height="30dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/noun_home"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:gravity="center"
|
||
|
|
android:visibility="visible">
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/otherservise"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginRight="@dimen/dp_5"
|
||
|
|
android:layout_weight="0.4"
|
||
|
|
android:background="@drawable/border_5dpradius"
|
||
|
|
android:backgroundTint="@color/selectedGreen"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="30dp"
|
||
|
|
android:layout_height="30dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="P"
|
||
|
|
android:textColor="@color/white" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_weight="1.5">
|
||
|
|
<TextClock
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:id="@+id/simpleTextClock"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="9:44:20 AM"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:format12Hour="hh:mm:ss a"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="14dp"
|
||
|
|
android:textStyle="bold" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/otherservisebased"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="visible"
|
||
|
|
android:layout_marginHorizontal="20dp"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:id="@+id/search"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:background="@drawable/search_box"
|
||
|
|
android:backgroundTint="@color/selectedGreen"
|
||
|
|
android:layout_weight="3">
|
||
|
|
|
||
|
|
<EditText
|
||
|
|
android:id="@+id/et_search_nav2"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:hint="Search Product"
|
||
|
|
android:background="@null"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:maxLines="1"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textColorHint="@color/black"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
android:drawableRight="@drawable/search"
|
||
|
|
android:backgroundTint="@color/black">
|
||
|
|
</EditText>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_marginHorizontal="20dp"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:id="@+id/searchComboLL"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:background="@drawable/search_box"
|
||
|
|
android:backgroundTint="@color/selectedGreen"
|
||
|
|
android:layout_weight="3">
|
||
|
|
|
||
|
|
|
||
|
|
<AutoCompleteTextView
|
||
|
|
android:drawableRight="@drawable/search"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:id="@+id/searchComboProduct"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="0.9"
|
||
|
|
android:inputType="textNoSuggestions"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:hint="Product Name"
|
||
|
|
android:background="@null"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:maxLines="1"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
>
|
||
|
|
</AutoCompleteTextView>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/comboBooking"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginHorizontal="10dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="1">
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/comboIV"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:tint="@color/layoutBlueTheme"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:src="@drawable/combo_product">
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/reprint"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginHorizontal="10dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<ImageView
|
||
|
|
android:visibility="visible"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:background="@drawable/reprint">
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/quickAdd"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginHorizontal="10dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<ImageView
|
||
|
|
android:visibility="visible"
|
||
|
|
android:gravity="center"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:background="@drawable/quickadd">
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/holdrecallNavbarparent"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_marginHorizontal="10dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/holdimage"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:layout_centerHorizontal="true"
|
||
|
|
android:layout_centerVertical="true"
|
||
|
|
app:tint="@color/layoutBlueTheme"
|
||
|
|
android:src="@drawable/baseline_back_hand_24" />
|
||
|
|
|
||
|
|
<RelativeLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/hold_rel"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
|
||
|
|
android:id="@+id/hold_img"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_centerHorizontal="true"
|
||
|
|
android:layout_centerVertical="true"
|
||
|
|
app:tint="@color/selectedGreen"
|
||
|
|
android:src="@drawable/baseline_back_hand_24" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:visibility="visible"
|
||
|
|
android:id="@+id/badgeCount"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_alignTop="@id/hold_img"
|
||
|
|
android:layout_alignEnd="@id/hold_img"
|
||
|
|
android:layout_marginStart="-8dp"
|
||
|
|
android:layout_marginEnd="-6dp"
|
||
|
|
android:background="@drawable/badge_background"
|
||
|
|
android:gravity="center"
|
||
|
|
android:paddingStart="4dp"
|
||
|
|
android:paddingEnd="4dp"
|
||
|
|
android:text="0"
|
||
|
|
android:textColor="#FFFFFF" />
|
||
|
|
|
||
|
|
</RelativeLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/dineIn"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_marginHorizontal="10dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/dineInimg"
|
||
|
|
android:layout_width="24dp"
|
||
|
|
android:layout_height="24dp"
|
||
|
|
android:src="@drawable/dinein"
|
||
|
|
app:tint="@color/layoutBlueTheme"
|
||
|
|
android:gravity="center"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/takeAway"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/takeawayInimg"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:src="@drawable/takeaway"
|
||
|
|
app:tint="@color/selectedGreen">
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginRight="@dimen/sp_15"
|
||
|
|
android:id="@+id/preOrder"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
android:layout_weight="1.5"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<RelativeLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center">
|
||
|
|
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/preOrderIV"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_centerVertical="true"
|
||
|
|
android:layout_centerHorizontal="false"
|
||
|
|
android:src="@drawable/baseline_access_time_24"
|
||
|
|
app:tint="@color/layoutBlueTheme" />
|
||
|
|
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/preOrderTV"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_alignEnd="@id/preOrderIV"
|
||
|
|
android:background="@drawable/badge_background"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="0"
|
||
|
|
android:textColor="@color/color_white"
|
||
|
|
android:paddingStart="4dp"
|
||
|
|
android:paddingEnd="4dp"
|
||
|
|
android:layout_marginStart="-1dp"
|
||
|
|
android:layout_marginEnd="-15dp"
|
||
|
|
/>
|
||
|
|
|
||
|
|
</RelativeLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/offer"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="23dp"
|
||
|
|
android:layout_height="23dp"
|
||
|
|
android:background="@drawable/offer"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:baselineAligned="false"
|
||
|
|
android:gravity="center"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/Dragger"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="23dp"
|
||
|
|
android:layout_height="23dp"
|
||
|
|
android:background="@drawable/baseline_back_hand_24"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:baselineAligned="false"
|
||
|
|
android:gravity="center"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/Estimateonclick"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:orientation="vertical">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="28dp"
|
||
|
|
android:weightSum="2"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:background="@drawable/cash_card_btn"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/notpopupestimate"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="20dp"
|
||
|
|
android:layout_height="28dp"
|
||
|
|
android:layout_margin="1dp"
|
||
|
|
android:id="@+id/estimateIV"
|
||
|
|
android:src="@drawable/sales"
|
||
|
|
app:tint="@color/selectedGreen"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/popupestimate"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="28dp"
|
||
|
|
android:src="@drawable/uparroww"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/extracharge"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginBottom="2dp"
|
||
|
|
android:layout_marginHorizontal="15dp"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:background="@drawable/extrachrgs"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:gravity="center"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginStart="3dp"
|
||
|
|
android:layout_weight="2.5"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/navbarautocomplete"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:visibility="gone">
|
||
|
|
|
||
|
|
<AutoCompleteTextView
|
||
|
|
android:id="@+id/spinnersearchnavbar"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@android:drawable/editbox_background_normal"
|
||
|
|
android:cursorVisible="true"
|
||
|
|
android:drawableEnd="@drawable/dropdown"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:hint="Select customer"
|
||
|
|
android:paddingVertical="@dimen/dp_5"
|
||
|
|
android:textSize="16dp" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginStart="3dp"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/navbar2custlist"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="2.5">
|
||
|
|
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
|
||
|
|
android:id="@+id/testView"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="2"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:background="@android:drawable/editbox_background"
|
||
|
|
android:drawableEnd="@drawable/dropdown"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:hint="Customer Name "
|
||
|
|
android:padding="8dp" />
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
|
||
|
|
android:visibility="visible"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/adcust_Cmn"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/imageadcustnav"
|
||
|
|
android:layout_width="24dp"
|
||
|
|
android:layout_height="24dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="10dp"
|
||
|
|
app:tint="@color/layoutBlueTheme"
|
||
|
|
android:src="@drawable/addcustomer"
|
||
|
|
android:visibility="visible" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/weightscale"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginLeft="20dp"
|
||
|
|
android:layout_weight="0.5"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/weightscaleimg"
|
||
|
|
android:src="@drawable/weighscale"
|
||
|
|
app:tint="@color/red"
|
||
|
|
android:layout_width="22.5dp"
|
||
|
|
android:layout_height="24dp"
|
||
|
|
android:baselineAligned="false"
|
||
|
|
android:gravity="center"
|
||
|
|
android:visibility="visible">
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<RelativeLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.7"
|
||
|
|
android:layout_marginHorizontal="10dp"
|
||
|
|
android:layout_gravity="center">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/favItemCart"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_centerVertical="true"
|
||
|
|
android:src="@drawable/baseline_favorite_24"
|
||
|
|
app:tint="@color/selectedGreen" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/favItemCount"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_alignEnd="@id/favItemCart"
|
||
|
|
android:background="@drawable/badge_background"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="0"
|
||
|
|
android:textColor="@color/color_white"
|
||
|
|
android:paddingStart="4dp"
|
||
|
|
android:paddingEnd="4dp"
|
||
|
|
android:layout_marginStart="-1dp"
|
||
|
|
android:layout_marginEnd="-15dp"
|
||
|
|
/>
|
||
|
|
|
||
|
|
</RelativeLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="3">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/datemonth"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textSize="20sp"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:fontFamily="@font/gilorysemibold"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:text="Sat, 16 September">
|
||
|
|
</TextView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginHorizontal="3dp"
|
||
|
|
android:padding="@dimen/dp_5"
|
||
|
|
android:layout_marginTop="2dp"
|
||
|
|
android:id="@+id/settings"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="20dp"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:background="@drawable/settings"
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:gravity="center"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/userlogin"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginLeft="@dimen/dp_3"
|
||
|
|
android:layout_marginRight="10dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<ImageView
|
||
|
|
android:backgroundTint="@color/layoutBlueTheme"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_width="24dp"
|
||
|
|
android:layout_height="24dp"
|
||
|
|
android:background="@drawable/user">
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|