Folder List should use Folder List-specific font sizes.
This commit is contained in:
parent
f185240f67
commit
c7d679f773
1 changed files with 2 additions and 2 deletions
|
@ -1275,8 +1275,8 @@ public class FolderList extends K9ListActivity
|
|||
|
||||
holder.chip.getBackground().setAlpha(folder.unreadMessageCount == 0 ? 127 : 255);
|
||||
|
||||
holder.folderName.setTextSize(TypedValue.COMPLEX_UNIT_DIP, mFontSizes.getAccountName());
|
||||
holder.folderStatus.setTextSize(TypedValue.COMPLEX_UNIT_DIP, mFontSizes.getAccountDescription());
|
||||
holder.folderName.setTextSize(TypedValue.COMPLEX_UNIT_DIP, mFontSizes.getFolderName());
|
||||
holder.folderStatus.setTextSize(TypedValue.COMPLEX_UNIT_DIP, mFontSizes.getFolderStatus());
|
||||
|
||||
|
||||
return view;
|
||||
|
|
Loading…
Reference in a new issue