3
I want to create a Toolbar
same as Acmarket, but I don’t intend to use CollapsingToolbar
, I just want to create a similar Toolbar, someone help?
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:id="@+id/tool"
android:elevation="13dp"
android:layout_height="?actionBarSize"
android:background="@drawable/bg_action_bar_3"
app:theme="@style/Base.ThemeOverlay.AppCompat.Light"
app:popupTheme="@style/Base.ThemeOverlay.AppCompat.Light"/>