提问问题/修改问题(完成)

This commit is contained in:
kehaoyuan
2018-03-28 17:22:24 +08:00
parent 4df8f18cc4
commit 6f0738cebb
21 changed files with 347 additions and 164 deletions

View File

@ -6,7 +6,7 @@ import android.widget.TextView;
import com.gh.base.BaseRecyclerViewHolder;
import com.gh.base.OnListClickListener;
import com.gh.gamecenter.R;
import com.gh.gamecenter.ask.entity.AskSearchEntity;
import com.gh.gamecenter.ask.entity.QuestionsIndexEntity;
import butterknife.BindView;
@ -14,7 +14,7 @@ import butterknife.BindView;
* Created by khy on 23/03/18.
*/
public class QuestionsEditIndexViewHolder extends BaseRecyclerViewHolder<AskSearchEntity> {
public class QuestionsEditIndexViewHolder extends BaseRecyclerViewHolder<QuestionsIndexEntity> {
@BindView(R.id.questions_edit_index_title)
TextView mIndexTitle;
@BindView(R.id.questions_edit_index_answer_count)