Change ActionBarSherlock background color

后端 未结 3 1011
天涯浪人
天涯浪人 2020-12-01 01:42

I\'m trying to implement ActionBarSherlock because I was told it is relatively easy to implement and customize. I\'ve found it was pretty easy to implement, but I\'m trying

3条回答
  •  爱一瞬间的悲伤
    2020-12-01 01:52

    I just used

    getSupportActionBar().setBackgroundDrawable(new ColorDrawable(Color.parseColor("#00853c")));
    

    It changed the background color. Hope it helps.

提交回复
热议问题