Fixed comment color in CommentActivity. Minor layout tweaks.

This commit is contained in:
Alex Ning
2019-06-28 11:29:05 +08:00
parent 08bfa254bc
commit 69b08a6d56
2 changed files with 5 additions and 10 deletions

View File

@@ -1109,7 +1109,7 @@ class CommentRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerView.ViewH
@BindView(R.id.error_text_view_item_comment_footer_error) TextView errorTextView;
@BindView(R.id.retry_button_item_comment_footer_error) Button retryButton;
public LoadMoreCommentsFailedViewHolder(@NonNull View itemView) {
LoadMoreCommentsFailedViewHolder(@NonNull View itemView) {
super(itemView);
ButterKnife.bind(this, itemView);