Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 2ab7a80

Browse files
committed
1、新增设置左右Drawable 宽高属性控制、修改获取下划线方法
1 parent 3f62a40 commit 2ab7a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/aries/ui/view/title/TitleBarView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public View getView(int gravity) {
323323
if (gravity == Gravity.TOP) {
324324
return mStatusView;
325325
} else if (gravity == Gravity.BOTTOM) {
326-
return mRightLayout;
326+
return mDividerView;
327327
}
328328
return mStatusView;
329329
}

0 commit comments

Comments
 (0)