helpcrunch / android-sdk-demo

Public demo for HelpCrunch Android SDK
Apache License 2.0
9 stars 1 forks source link

i can change toolbar color but canot change action bar color #3

Closed enggazzar closed 5 years ago

enggazzar commented 5 years ago

HelpCrunchDesign design = new HelpCrunchDesign()

            .setTitleBackgroundRes(R.color.colorAccent)
            .setToolbarTitle(getString(R.string.app_name))
            .setToolbarVisible(true)
          //  .setCustomerAvatarVisible(false)

            .setActionBackButton(backButton);
TalbotGooday commented 5 years ago

You are right. You can't now. This feature will be added soon