Used wrong label for tab
This commit is contained in:
parent
d3f9fddfa8
commit
e40e51e60f
@ -69,7 +69,7 @@ public class MainActivity extends SherlockFragmentActivity {
|
||||
viewpager.setAdapter(pagerAdapter);
|
||||
|
||||
Tab feedsTab = getSupportActionBar().newTab();
|
||||
feedsTab.setText(R.string.feeds_label);
|
||||
feedsTab.setText(R.string.podcasts_label);
|
||||
Tab episodesTab = getSupportActionBar().newTab();
|
||||
episodesTab.setText(R.string.episodes_label);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user