Android Question How to vertically center Activity title text?

Arun

Member
Licensed User
Longtime User
I am using csBuilder to add an icon and text to the activity title.

It works fine except that the text appears at the base of the title bar while the icon and menu (3 dots) are vertically centered correctly.

I have tried cs.Alignment and cs.VerticalAlignment, but both have no effect.

Any suggestions?

Thanks in advance
 
Top