Why wont my action bar text align to the center
i'm trying to center my a action bar text.
I've linked the text to my styles.XML, and confirmed this works by changing the font color to red. But when i add android:gravity="center_horizontal", it doesnt seem to work.
My styles.xml code:
@color/colorPrimary
@color/colorPrimaryDark
@color/colorAccent
15sp
italic
center_horizontal
My mainactivity oncreate event:
setSupportActionBar(findViewById(R.id.tlb_roundedtoolbar))
My custom actionbar styling...