BottomToolbar.MainActivity.showTab4 C# (CSharp) Method

showTab4() private method

private showTab4 ( ) : void
return void
        private void showTab4()
        {
            deselectAll ();

            headingText.Text="Tab 4";

            tab4Button.SetColorFilter (selectedColor);
            tab4Text.SetTextColor (selectedColor);
            // Make new fragment to show this selection.
            Fragment fragment = FourthFragment.NewInstance();
            // Execute a transaction, replacing any existing
            showFragment(fragment);
        }