Change style of label TextView to match Toolbar title style, especially for landscape

This commit is contained in:
Phillip Hsu 2016-09-20 17:47:28 -07:00
parent 6c9ac67bbf
commit 744136fea2
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
style="@style/TextAppearance.AppCompat.Title"
style="@style/TextAppearance.Widget.AppCompat.Toolbar.Title"
android:hint="@string/label"
android:maxLines="1"
android:ellipsize="end"/>

View File

@ -33,7 +33,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
style="@style/TextAppearance.AppCompat.Title"
style="@style/TextAppearance.Widget.AppCompat.Toolbar.Title"
android:hint="@string/label"
android:maxLines="1"
android:ellipsize="end"/>