mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Ensure actionbar titles don't clip.
This commit is contained in:
parent
ad55782686
commit
9ddb4f506b
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toRightOf="@id/actionbar_icon"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:textSize="18sp" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue