|
|
@@ -1,45 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:id="@+id/voiceSearchToolBar"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="?attr/actionBarSize"
|
|
|
- android:background="@drawable/common_toolbar_bg"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingBottom="10dp"
|
|
|
- android:paddingTop="10dp">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/backImg"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:padding="4dp"
|
|
|
- android:src="@drawable/back" />
|
|
|
-
|
|
|
- <com.modular.apputils.widget.MenuVoiceSearchView
|
|
|
- android:id="@+id/mVoiceSearchView"
|
|
|
- android:layout_width="300dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:layout_marginBottom="3dp"
|
|
|
- android:layout_marginTop="3dp"
|
|
|
- android:background="@drawable/shape_process_linear"
|
|
|
- android:orientation="horizontal" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/addImg"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="@dimen/padding"
|
|
|
- android:src="@drawable/more"
|
|
|
- android:visibility="gone" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
-</android.support.v7.widget.Toolbar>
|