티스토리 뷰

728x90
반응형

// 토스트 폰트 통일
final LinearLayout toastLayout = (LinearLayout) toast.getView();
final TextView toastTV = (TextView) toastLayout.getChildAt(0);

toastTV.setTypeface(Typeface.createFromAsset(getAssetManager(), "NanumGothic.otf"));

if(singleLine) {
    toastTV.setSingleLine(true);
    toastTV.setEllipsize(TextUtils.TruncateAt.END);
}

toast.show();

반응형
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday