C AppCompatActivityYou can get indirect TextView, because it seems that this one TextViewdoes not have an identifier, for example:
Toolbar toolbar = (Toolbar) findViewById(R.id.action_bar);
TextView textView = (TextView) toolbar.getChildAt(0);
Hierarchy Viewer, . (, Android- )
