1
0
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:
Joe Steele 2012-05-15 11:26:28 -04:00
parent ac6c48c2d8
commit 7459f1c6b5
2 changed files with 1 additions and 3 deletions

View File

@ -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" />

View File

@ -136,7 +136,7 @@ public class FontSizes {
accountName = MEDIUM;
accountDescription = SMALL;
folderName = LARGE;
folderName = FONT_16SP;
folderStatus = SMALL;
messageListSubject = FONT_16SP;