...
|
...
|
@@ -35,6 +35,10 @@ public class StudyTimeXrcAdapter extends RecyclerView.Adapter<StudyTimeXrcAdapte |
|
|
public ViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) {
|
|
|
View view = LayoutInflater.from(context).inflate(R.layout.rc_read_time, null);
|
|
|
ViewHolder holder = new ViewHolder(view);
|
|
|
ViewGroup.LayoutParams params = holder.longView.getLayoutParams();
|
|
|
params.height=600;
|
|
|
holder.longView.setLayoutParams(params);
|
|
|
|
|
|
return holder;
|
|
|
}
|
|
|
|
...
|
...
|
|