简体   繁体   中英

Change main layout from Recycler item button click

I have this problem when I have to set the visibility of layout from Recycler item button click. How can I change "some other layout" params from RecyclerAdapter onBindViewHolder method? 情况示例

So basically I passed the view to the constructor and then I was able to change its visibility and etc... like

> mAdapter(Context context, ArrayList<someobject> arrayList, RelativeLayout
> weblayout, WebView web, ProgressBar progressBar, RecyclerView
> listView) { this.weblayout; this.web; this.progressBar; tihs.listview;
> ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM