一級標題
二級標題 粘貼代碼的時候先將代碼粘貼到txt文檔當中去然后在從txt文檔當中粘貼過來
三級標題 這個作為文章標題
六級標題欄
文字大小
文字大小加粗 這個作為段落標題
文字大小普通文字不加粗 這個作為文本
文字大小粗細傾斜
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);
}
上傳了一個圖片
上傳圖片規則.png
分隔線
一級標題#
代碼測試##
三級標題###
有序列表
1
2
3
4