static class PostViewHolder extends RecyclerView.ViewHolder {
        protected FrameLayout frameLayout_;
        protected TextView titleView_;
        protected TextView bodyView_;
        protected ImageButton editButton_;