I\'m trying to display a data count in the top right corner of my Action Bar.
If I wouldn\'t be using a split action bar I would just create a TextView in the bar, b
You should stop using ActionBar or like and update your app to use Toolbar which has a simple and much easy interface to do the everything you can think of. For reading about it use the [Android Blog][1]
[1]: http://android-developers.blogspot.in/2014/10/appcompat-v21-material-design-for-pre.html for the pre lolipop apps.