mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Issue 1911: Permit folder names to wrap on multiple lines in folder list view so users can see the entire name.
Reduce the default font size used in folder list view to a reasonable size so that long folder paths wrap to fewer lines.
This commit is contained in:
parent
ac6c48c2d8
commit
7459f1c6b5
@ -33,8 +33,6 @@
|
||||
android:id="@+id/folder_name"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="start"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
|
||||
|
@ -136,7 +136,7 @@ public class FontSizes {
|
||||
accountName = MEDIUM;
|
||||
accountDescription = SMALL;
|
||||
|
||||
folderName = LARGE;
|
||||
folderName = FONT_16SP;
|
||||
folderStatus = SMALL;
|
||||
|
||||
messageListSubject = FONT_16SP;
|
||||
|
Loading…
Reference in New Issue
Block a user