<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
xmlns:android="http://schemas.android.com/apk/res`enter code here`/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
app:theme="@style/ThemeOverlay.AppCompat.ActionBar">
当我尝试在运行时将工具栏alpha值设置为0时,它还会隐藏工具栏图标。
我需要在运行时使用动态alpha将工具栏背景颜色设置为红色。
请帮我解决这个问题。