Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to add text button to action bar

I want to add textview to action bar after the logo and title like a menu item

how can I do that ?

I know how to add imageView but is it allow to add also text view?

like image 797
Tomer Mor Avatar asked Nov 14 '22 11:11

Tomer Mor


1 Answers

i manage to slove this with actionBar.setBackgroundDrawable()

like image 154
Tomer Mor Avatar answered Nov 16 '22 02:11

Tomer Mor