<?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 – 工具栏与渐变背景设置标题背景透明所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)