Is there anyway to margin ActionBar title programatically? My context is:
I use my main Activity with NoActionBar theme. So i use a toolbar as Actionbar. I have many fragments using as different screen in Main Activity. I want to margin some of fragment title.
Thank in advance.