Home
last modified time | relevance | path

Searched refs:mTabTextAppearance (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java254 int mTabTextAppearance; field in TabLayout
326 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()