|
@@ -1,64 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
- android:background="#00000000"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- >
|
|
|
|
|
-
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- android:background="@color/TFPrimary0">
|
|
|
|
|
-
|
|
|
|
|
- <Button
|
|
|
|
|
- android:id="@+id/section_switch_btn"
|
|
|
|
|
- android:layout_width="40dp"
|
|
|
|
|
- android:layout_height="40dp"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:layout_marginRight="10dp"
|
|
|
|
|
- android:background="@drawable/clear_bg"
|
|
|
|
|
- android:text="@string/btn_more"
|
|
|
|
|
- android:textAllCaps="false"
|
|
|
|
|
- android:textColor="@color/TFWhite"
|
|
|
|
|
- android:textSize="17sp" />
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
- android:layout_centerInParent="true"
|
|
|
|
|
- android:layout_toLeftOf="@id/section_switch_btn"
|
|
|
|
|
- android:background="@drawable/clear_bg">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/header_title_tv"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:layout_marginLeft="2dp"
|
|
|
|
|
- android:background="@drawable/clear_bg"
|
|
|
|
|
- android:text="New Order"
|
|
|
|
|
- android:textColor="#ffffff"
|
|
|
|
|
- android:textSize="20sp" />
|
|
|
|
|
-
|
|
|
|
|
- <!-- <com.usai.redant.apexdrivers.badgeview.BadgeView-->
|
|
|
|
|
- <!-- android:id="@+id/header_badge_tv"-->
|
|
|
|
|
- <!-- android:layout_width="wrap_content"-->
|
|
|
|
|
- <!-- android:layout_height="wrap_content"-->
|
|
|
|
|
- <!-- android:layout_centerVertical="true"-->
|
|
|
|
|
- <!-- android:layout_toRightOf="@id/header_title_tv"-->
|
|
|
|
|
- <!-- android:layout_marginLeft="5dp"-->
|
|
|
|
|
- <!-- />-->
|
|
|
|
|
-
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-</RelativeLayout>
|
|
|