This commit is contained in:
kehaoyuan
2018-04-27 02:04:06 +08:00
parent 07de30ceea
commit 36638a63ca

View File

@ -110,7 +110,7 @@ public class AnswerDetailFragment extends NormalFragment {
TextView mAnswerDetailLikeTv;
@BindView(R.id.answer_detail_comment_like_iv)
ImageView mAnswerDetailLiveIv;
@BindView(R.id.answer_detail_line)
@BindView(R.id.questionsdetail_line)
View mDividerView;
@BindView(R.id.answer_detail_comment_container)
View mBottomContainer;