问题描述
对话框或打开的导航抽屉的背景是默认的。当出现对话框或导航抽屉打开时,我希望背景中的所有内容都褪色,但我的徽标除外。我如何做到这一点?
我尝试创建样式并将其应用到我的徽标中,如下所示:
在我的styles.xml中:
<style name="Theme.DoNotDim" parent="android:Theme">
<item name="android:backgroundDimEnabled">false</item>
</style>
在我的布局中:
<ImageView
android:layout_width="@dimen/_75sdp"
android:layout_height="wrap_content"
android:src="@drawable/logo"
style="@style/Theme.DoNotDim"
app:layout_constraintHorizontal_bias="0.04"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"/>
但这没有用。请提出解决方案。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)