This seems like it should be simple, but I can\'t figure out a way to do it. I\'m needing a tab to have beginning text, but then have that text change after the user selects
Here is your layout:
Here is your code:
TabLayout tabLayout = findViewById(R.id.ref_tabs); tabLayout.getTabAt(0).setText("BOOK")); tabLayout.getTabAt(1).setText("CHAPTER")); tabLayout.getTabAt(2).setText("VERSE"));