android – 工具栏与渐变背景设置标题背景透明

android – 工具栏与渐变背景设置标题背景透明,第1张

概述我定义了一个Gradient Drawable: <?xml version="1.0" encoding="UTF-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <gradient android:endColo 我定义了一个GradIEnt Drawable:

<?xml version="1.0" enCoding="UTF-8"?><shape xmlns:androID="http://schemas.androID.com/apk/res/androID"    androID:shape="rectangle" >    <gradIEnt        androID:endcolor="#2F3F59"        androID:startcolor="#4078A7"        androID:type="linear"        androID:angle="90" /></shape>

我将其设置在我的工具栏上:

<style name="Apptheme.Toolbar" parent="themeOverlay.AppCompat.Dark.Actionbar">    <item name="androID:textcolorPrimary">@color/textcolorsecundary</item>    <item name="actionMenuTextcolor">@color/textcolorsecundary</item>    <item name="androID:textcolorSecondary">@color/textcolorsecundary</item>    <item name="androID:background">@drawable/custom_background_blue</item></style>

这很有效!但:

这就是标题所发生的情况.它获得相同的渐变.这看起来很难看,所以我必须改变它.如何将该文本文本的背景设置为透明?

解决方法 您还可以通过将工具栏的背景设置为drawable来解决此问题.

mToolbar().setDrawable(R.drawable.your_gradIEnt)

总结

以上是内存溢出为你收集整理的android – 工具栏与渐变背景设置标题背景透明全部内容,希望文章能够帮你解决android – 工具栏与渐变背景设置标题背景透明所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1127773.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存