I have an application with a Toolbar and I want to make the Toolbar transparent. I have searched and got some answers but they are not working at all!
now I sign up and asking question , how should i make my Toolbar transparent? (I mean no background at all). my API is 15, android 4.0.3
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
local:theme="@style/ThemeOverlay.AppCompat"
local:popupTheme="@style/ThemeOverlay.AppCompat" />