Unable to make toolbar transparent in Android
问题 My tool bar always stays gray when I try to set the background as transparent. Here is my XML. <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="match_parent" android:layout_height="wrap_content" android:background="@android:color/transparent" android:minHeight="@dimen/abc_action_bar_default_height_material" app:theme="@style/Rushmore.Toolbar.Transparent" /> And my theme