Corrected the font name.

This commit is contained in:
PhotonQyv 2017-10-12 23:47:41 +01:00
parent ef08f55b16
commit ed74bb765d
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ public class NotificationsListAdapter extends BaseAdapter implements OnPostActio
holder.status_reblog_count.setText(String.valueOf(status.getReblogs_count()));
holder.status_date.setText(Helper.dateDiff(context, status.getCreated_at()));
Typeface tf = Typeface.createFromAsset(context.getAssets(), "fonts/Bookerly.ttf");
Typeface tf = Typeface.createFromAsset(context.getAssets(), "fonts/WorkSans-Regular.ttf");
holder.notification_status_content.setTypeface(tf);
//Adds attachment -> disabled, to enable them uncomment the line below