NavigationTabBar
NavigationTabBar copied to clipboard
Error:(75, 75) error: cannot find symbol variable txt_vp_item_page
I get this error.
final TextView txtPage = (TextView) view.findViewById(R.id.txt_vp_item_page);
txtPage.setText(String.format("Page #%d", position));
container.addView(view);
return view;
}