Change style of label TextView to match Toolbar title style, especially for landscape
This commit is contained in:
parent
6c9ac67bbf
commit
744136fea2
@ -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"/>
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user