<style name="MyActionBarTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
<item name="android:titleTextAppearance">@style/MyActionBarTitleText</item>
<!-- Support library compatibility -->
<item name="titleTextAppearance">@style/MyActionBarTitleText</item>
I am getting following error for titleTextAppearance for support library
error: Error: No resource found that matches the given name: attr 'titleTextAppearance'
I need to change text size and typeface/font for title on ActionBar. I could change the font using link but can not change the text size. So how do I change text size and how can I get titleTextAppearance on support library ?