一級(jí)標(biāo)題
二級(jí)標(biāo)題 粘貼代碼的時(shí)候先將代碼粘貼到txt文檔當(dāng)中去然后在從txt文檔當(dāng)中粘貼過(guò)來(lái)
三級(jí)標(biāo)題 這個(gè)作為文章標(biāo)題
六級(jí)標(biāo)題欄
文字大小
文字大小加粗 這個(gè)作為段落標(biāo)題
文字大小普通文字不加粗 這個(gè)作為文本
文字大小粗細(xì)傾斜
DisplayImageOptions options = new DisplayImageOptions.Builder()
//這里打代碼
protected RelativeLayout mToolBar;
protected TextView mToolBarTitle;
protected ImageView mToolBarIvLeft, mToolBarIvLeft2;
protected ImageView mToolBarIvRight;
protected ImageView mToolBarIvRightReport;
//這是注釋
protected TextView mToolBarTvLeft;
protected TextView mToolBarTvRight;
/**
*塊式注釋
*/
if (VersionUtiles.isAndroidKitkat()) {
ViewGroup.LayoutParams lp = mToolBar.getLayoutParams();
lp.height = lp.height + ScaleUtils.dip2px(mContext, 22);
mToolBar.setLayoutParams(lp);
mToolBar.setPadding(0, ScaleUtils.dip2px(mContext, 22), 0, 0);
}
上傳了一個(gè)圖片
分隔線
一級(jí)標(biāo)題#
代碼測(cè)試##
三級(jí)標(biāo)題###
有序列表
1
2
3
4