I want to create a Toolbar
equal to ACMarket, but I do not want to use CollapsingToolbar
, I just want to create a similar Toolbar, does anyone help?
<android.support.v7.widget.Toolbarxmlns: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"/>