This tag is for questions related to building and using compound widgets on the mobile platform Android. A compound view is a type of custom view in Android which is a group of different Views. It is treated in layout XML files as one custom view.
Questions tagged [android-compound-view]
16 questions
0
votes
2 answers
How to set layout parameters for view added at RecycleView adaptor?
I am adding a Compound View on onCreateViewHolder for each data item of the RecycleView.
I need to align to the right or the left according to data item value.
If i set the layout parameters for the view at that method, they are overridden by theā¦

MiguelSlv
- 14,067
- 15
- 102
- 169