Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XinYiWorld committed May 10, 2017
1 parent 73303a0 commit c521843
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ public final TextView getTitleView() {
return (TextView) findViewById(R.id.title_layout_center_title);
}

@Override
public View getTitleWrapperView() {
return findViewById(R.id.title_layout_center_wrapper);
}

@Override
public ImageView getTitleImageView() {
return (ImageView) findViewById(R.id.title_layout_center_image);
Expand Down

0 comments on commit c521843

Please sign in to comment.