0
ツールバー
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
style="@style/App.Theme.ToolbarTitleUppercase"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:layout_collapseMode="pin"
app:titleTextAppearance="@style/App.Theme.ToolbarTitleUppercase" />
ツールバーのスタイル
<style name="App.Theme.ToolbarTitleUppercase" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
<item name="android:textAllCaps">true</item>
</style>
これは、タイトルテキスト上の任意の効果を持っていません。何か案は?
デフォルトのタイトルのスタイルを設定したいと思います。とにかくありがとう。 – Jumpa