我想获得ActionBar标题文字样式&颜色并将其设置为一个TextView。
我是通过使用以下方式完成的:
<TextView
android:id="@+id/tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:singleLine="true"
style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse"
android:text="Title" />
有没有更好的方法来获取我当前的应用主题&lt; strong> titleTextStyle ?