You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
### This demos having 2 recycler views one horizontal and one Veritcal
126
160
127
-
*[layout/recycler_two.xml](https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/recycler_two.xml) - Top Level Layout
128
-
*[xml/recycle_two_scene.xml](https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/xml/recycle_two_scene.xml) - Top Level MotionScene
<td colspan="2"><b style="font-size:30px">This demos having 2 recycler views one horizontal and one Veritcal</b></td>
164
+
</tr>
165
+
<tr>
166
+
<td>
133
167
134
-
This uses a trick to have have the horizontal recycler view not get the vertical strokes.
168
+
<ul><li>
169
+
170
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/recycler_two.xml">layout/recycler_two.xml</a> Top Level Layout
171
+
</li><li>
172
+
173
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/xml/recycle_two_scene.xml">xml/recycle_two_scene.xml</a> Top Level MotionScene
174
+
</li><li>
135
175
176
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/java/com/example/motionrecycle/TwoRecycler.java">TwoRecycler.java</a> The activity, Adapter and ViewHolder
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/row_item_horizontal.xml">layout/row_item_horizontal.xml</a> The horizontal recyclerView item
181
+
182
+
</li><li>
138
183
184
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/lock_recycler_item.xml">layout/lock_recycler_item.xml</a> The vertical recycler view item
185
+
</li><li>
186
+
187
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/xml/lock_recycler_item_scene.xml">xml/lock_recycler_item_scene.xml</a> The Vertical item (also a motionLayout)
188
+
189
+
</li></ul>
190
+
This uses a trick to have have the horizontal recycler view not get the vertical strokes.
0 commit comments