Searched refs:mTabTextAppearance (Results 1 – 1 of 1) sorted by relevance
254 int mTabTextAppearance; field in TabLayout326 mTabTextAppearance = a.getResourceId(R.styleable.TabLayout_tabTextAppearance, in TabLayout()330 final TypedArray ta = context.obtainStyledAttributes(mTabTextAppearance, in TabLayout()1710 TextViewCompat.setTextAppearance(mTextView, mTabTextAppearance); in update()