Okay I found an answer in another thread to override the default Android CSS:
Code:
.config([’$ionicTabsConfig’, function($ionicTabsConfig) {
// Override the Android platform default to add “tabs-striped” class to “ion-tabs” elements.
$ionicTabsConfig.type = ‘’;
}])
This will make the tabs show as per expected