diff options
author | 2021-06-16 22:34:20 +0000 | |
---|---|---|
committer | 2021-06-16 22:34:20 +0000 | |
commit | 47b11902b47232c9b83b08680f9d4f6f0bdbdb9c (patch) | |
tree | 6c0e90b5ee421f4c1371053e1563405d20b44629 /res/layout | |
parent | c04405ecaa6f691e13777072d34f1e3a63e69964 (diff) | |
parent | b609eca603b86be2d429493915e77db773968420 (diff) |
Merge "adding matrial next overline text style for subheader" into sc-dev
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/directory_header.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/directory_header.xml b/res/layout/directory_header.xml index 6a222d5c3..791af999e 100644 --- a/res/layout/directory_header.xml +++ b/res/layout/directory_header.xml @@ -72,8 +72,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" - android:textAppearance="@style/SortTitle" - android:textAllCaps="true" + android:textAppearance="@style/SectionHeader" android:maxLines="1" android:ellipsize="end" android:gravity="start|center_vertical"/> |